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
149 * Prints 'testString("%s")' with thing as '%s'
156 * Prints 'testBool("%s")' where '%s' with thing as 'true' or 'false'
163 * Prints 'testByte("%d")' with thing as '%d'
171 * Prints 'testI32("%d")' with thing as '%d'
178 * Prints 'testI64("%d")' with thing as '%d'
185 * Prints 'testDouble("%f")' with thing as '%f'
252 * Prints 'testTypedef("%d")' with thing as '%d'
259 * Prints 'testMapMap("%d")' with hello as '%d'
293 * Print 'testException(%s)' with arg as '%s'
302 * Print 'testMultiException(%s, %s)' with arg0 as '%s' and arg1 as '%s'
312 * Print 'testOneway(%d): Sleeping...' with secondsToSleep as '%d'
314 * Print 'testOneway(%d): done sleeping!' with secondsToSleep as '%d'
323 * Prints 'testString("%s")' with thing as '%s'