Lines Matching full:as
14 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
112 // Do not insert line break as test/go/Makefile.am is removing this line with pattern match
150 * Prints 'testString("%s")' with thing as '%s'
157 * Prints 'testBool("%s")' where '%s' with thing as 'true' or 'false'
164 * Prints 'testByte("%d")' with thing as '%d'
172 * Prints 'testI32("%d")' with thing as '%d'
179 * Prints 'testI64("%d")' with thing as '%d'
186 * Prints 'testDouble("%f")' with thing as '%f'
260 * Prints 'testTypedef("%d")' with thing as '%d'
267 * Prints 'testMapMap("%d")' with hello as '%d'
301 * Print 'testException(%s)' with arg as '%s'
310 * Print 'testMultiException(%s, %s)' with arg0 as '%s' and arg1 as '%s'
320 * Print 'testOneway(%d): Sleeping...' with secondsToSleep as '%d'
322 * Print 'testOneway(%d): done sleeping!' with secondsToSleep as '%d'
331 * Prints 'testString("%s")' with thing as '%s'