HomeSort by relevance Sort by last modified time
    Searched refs:check (Results 76 - 100 of 4651) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
merge_string_literals.sh 25 # The goal of this program is to check whether string literals from different
30 check() function
41 check merge_string_literals.stdout "abcd" 2
arm_farcall_arm_thumb.sh 27 check() function
40 # Check for ARM->Thumb default
41 check arm_farcall_arm_thumb.stdout "1004: .* ldr ip, \[pc\]"
42 check arm_farcall_arm_thumb.stdout "1008: .* bx ip"
43 check arm_farcall_arm_thumb.stdout "100c: 02001015"
45 # Check for ARM->Thumb with v5t interworking
justsyms_exec.c 35 void check(void *sym, long v, const char *name);
38 check(void *sym, long v, const char *name) function
52 check(exported_func, 0x1000200, "exported_func");
54 check(&exported_data, 0x2000000, "exported_data");
incremental_test.sh 37 check() function
77 check incremental_test.dump "Input sections: .* incremental_test_1.o *1 "
78 check incremental_test.dump "Input sections: .* incremental_test_2.o *1 "
79 check incremental_test.dump "Global symbol table: .* main .* relocation type "
80 check incremental_test.dump "Global symbol table: .* a *incremental_test_1.o "
81 check incremental_test.dump "Global symbol table: .* a .* relocation type "
82 check incremental_test.dump "Global symbol table: .* b *incremental_test_2.o "
83 check incremental_test.dump "Global symbol table: .* b .* relocation type "
84 check incremental_test.dump "Global symbol table: .* t1 *incremental_test_2.o "
85 check incremental_test.dump "Global symbol table: .* t1 .* relocation type
    [all...]
dyn_weak_ref.sh 28 check() function
40 check dyn_weak_ref.stdout ".* WEAK .* UND.* weak_ref"
strong_ref_weak_def.sh 28 check() function
40 check strong_ref_weak_def.stdout ".* FUNC.* GLOBAL.* UND.* weak_def"
  /art/test/044-proxy/src/
ReturnsAndArgPassing.java 22 static void check(boolean x) { method in class:ReturnsAndArgPassing
24 throw new AssertionError(testName + " Check failed");
57 check(proxy instanceof Proxy);
58 check(method.getDeclaringClass() == MyInterface.class);
60 // Check for moving GC bugs in proxy stubs.
63 check(args == null); method
66 check(args == null); method
78 check(args.length == 6); method
86 check(name.endsWith("Bar"));
103 check(fooInvocations == 0) method
105 check(fooInvocations == 1); method
107 check(barInvocations == 0); method
109 check(barInvocations == 1); method
111 check(fooInvocations == 1); method
114 check(fooInvocations == 2); method
116 check(barInvocations == 1); method
118 check(barInvocations == 2); method
120 check(fooInvocations == 2); method
123 check(fooInvocations == 3); method
125 check(barInvocations == 2); method
127 check(barInvocations == 3); method
129 check(fooInvocations == 3); method
132 check(fooInvocations == 4); method
134 check(barInvocations == 3); method
136 check(barInvocations == 4); method
138 check(fooInvocations == 4); method
141 check(fooInvocations == 5); method
143 check(barInvocations == 4); method
145 check(barInvocations == 5); method
147 check(fooInvocations == 5); method
150 check(fooInvocations == 6); method
152 check(barInvocations == 5); method
154 check(barInvocations == 6); method
156 check(fooInvocations == 6); method
159 check(fooInvocations == 7); method
161 check(barInvocations == 6); method
163 check(barInvocations == 7); method
165 check(fooInvocations == 7); method
168 check(fooInvocations == 8); method
170 check(barInvocations == 7); method
172 check(barInvocations == 8); method
174 check(fooInvocations == 8); method
177 check(fooInvocations == 9); method
179 check(barInvocations == 8); method
181 check(barInvocations == 9); method
186 check(fooInvocations == 9); method
192 check(fooInvocations == 10); method
194 check(barInvocations == 9); method
200 check(barInvocations == 10); method
202 check(fooInvocations == 10); method
208 check(fooInvocations == 11); method
210 check(barInvocations == 10); method
216 check(barInvocations == 11); method
218 check(fooInvocations == 11); method
224 check(fooInvocations == 12); method
226 check(barInvocations == 11); method
232 check(barInvocations == 12); method
234 check(fooInvocations == 12); method
240 check(fooInvocations == 13); method
242 check(barInvocations == 12); method
248 check(barInvocations == 13); method
250 check(fooInvocations == 13); method
256 check(fooInvocations == 14); method
258 check(barInvocations == 13); method
264 check(barInvocations == 14); method
266 check(fooInvocations == 14); method
272 check(fooInvocations == 15); method
274 check(barInvocations == 14); method
280 check(barInvocations == 15); method
282 check(fooInvocations == 15); method
288 check(fooInvocations == 16); method
290 check(barInvocations == 15); method
296 check(barInvocations == 16); method
298 check(fooInvocations == 16); method
304 check(fooInvocations == 17); method
306 check(barInvocations == 16); method
312 check(barInvocations == 17); method
317 check(fooInvocations == 17); method
324 check(fooInvocations == 18); method
326 check(barInvocations == 17); method
332 check(barInvocations == 18); method
334 check(fooInvocations == 18); method
341 check(fooInvocations == 19); method
343 check(barInvocations == 18); method
349 check(barInvocations == 19); method
351 check(fooInvocations == 19); method
358 check(fooInvocations == 20); method
360 check(barInvocations == 19); method
366 check(barInvocations == 20); method
368 check(fooInvocations == 20); method
375 check(fooInvocations == 21); method
377 check(barInvocations == 20); method
383 check(barInvocations == 21); method
385 check(fooInvocations == 21); method
392 check(fooInvocations == 22); method
394 check(barInvocations == 21); method
400 check(barInvocations == 22); method
402 check(fooInvocations == 22); method
409 check(fooInvocations == 23); method
411 check(barInvocations == 22); method
417 check(barInvocations == 23); method
419 check(fooInvocations == 23); method
426 check(fooInvocations == 24); method
428 check(barInvocations == 23); method
434 check(barInvocations == 24); method
447 check((Integer)proxyMyInterface.selectArg(0, Integer.MAX_VALUE, Long.MAX_VALUE, method
449 check((Integer)proxyMyInterface.selectArg(1, Integer.MAX_VALUE, Long.MAX_VALUE, method
451 check((Long)proxyMyInterface.selectArg(2, Integer.MAX_VALUE, Long.MAX_VALUE, method
453 check((Float)proxyMyInterface.selectArg(3, Integer.MAX_VALUE, Long.MAX_VALUE, method
455 check((Double)proxyMyInterface.selectArg(4, Integer.MAX_VALUE, Long.MAX_VALUE, method
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
checks.spec 22 glBufferData nullAllowed data check data size
23 glBufferSubData check data size
26 glClipPlanef check eqn 4
27 glClipPlanex check eqn 4
28 glDebugMessageControl check ids count
29 glDebugMessageInsert check message length
30 glDeleteBuffers check buffers n
31 glDeleteFramebuffers check framebuffers n
32 glDeleteFramebuffersOES check framebuffers n
33 glDeleteRenderbuffers check renderbuffers
    [all...]
  /external/compiler-rt/lib/tsan/
check_analyze.sh 21 check() { function
30 check $f rsp 1
31 check $f push 2
32 check $f pop 2
36 check $f rsp 1
37 check $f push 4
38 check $f pop 4
42 check $f rsp 1
43 check $f push 3
44 check $f pop
    [all...]
  /prebuilts/go/darwin-x86/test/
nilcheck.go 43 _ = *intp // ERROR "nil check"
44 _ = *arrayp // ERROR "nil check"
45 _ = *array0p // ERROR "nil check"
46 _ = *array0p // ERROR "nil check"
47 _ = *intp // ERROR "nil check"
48 _ = *arrayp // ERROR "nil check"
49 _ = *structp // ERROR "nil check"
50 _ = *emptyp // ERROR "nil check"
51 _ = *arrayp // ERROR "nil check"
66 _ = *intp // ERROR "nil check"
    [all...]
  /prebuilts/go/linux-x86/test/
nilcheck.go 43 _ = *intp // ERROR "nil check"
44 _ = *arrayp // ERROR "nil check"
45 _ = *array0p // ERROR "nil check"
46 _ = *array0p // ERROR "nil check"
47 _ = *intp // ERROR "nil check"
48 _ = *arrayp // ERROR "nil check"
49 _ = *structp // ERROR "nil check"
50 _ = *emptyp // ERROR "nil check"
51 _ = *arrayp // ERROR "nil check"
66 _ = *intp // ERROR "nil check"
    [all...]
  /art/test/530-instanceof-checkcast/src/
Main.java 34 // We also check for a method with try/catch because the compiler then makes a slow
42 check(true, exactCheck instanceof ExactCheck); method
43 check(false, regularObject instanceof ExactCheck); method
45 check(true, abstractCheckImpl instanceof AbstractCheck); method
46 check(false, regularObject instanceof AbstractCheck); method
48 check(true, interfaceCheckImpl instanceof InterfaceCheck); method
49 check(false, regularObject instanceof InterfaceCheck); method
51 check(true, normalCheck instanceof NormalCheck); method
52 check(true, exactCheck instanceof NormalCheck); method
53 check(false, regularObject instanceof NormalCheck) method
55 check(false, regularObject instanceof int[]); method
56 check(false, objectArray instanceof int[]); method
57 check(true, intArray instanceof int[]); method
58 check(false, doubleArray instanceof int[]); method
60 check(false, regularObject instanceof ExactCheck[]); method
61 check(false, objectArray instanceof ExactCheck[]); method
62 check(false, doubleArray instanceof ExactCheck[]); method
63 check(true, exactArray instanceof ExactCheck[]); method
64 check(false, normalArray instanceof ExactCheck[]); method
66 check(false, regularObject instanceof NormalCheck[]); method
67 check(false, objectArray instanceof NormalCheck[]); method
68 check(false, doubleArray instanceof NormalCheck[]); method
69 check(true, exactArray instanceof NormalCheck[]); method
70 check(true, normalArray instanceof NormalCheck[]); method
72 check(false, regularObject instanceof Object[]); method
73 check(true, objectArray instanceof Object[]); method
74 check(false, doubleArray instanceof Object[]); method
75 check(true, exactArray instanceof Object[]); method
76 check(true, normalArray instanceof Object[]); method
81 check(true, exactCheck instanceof ExactCheck); method
82 check(false, regularObject instanceof ExactCheck); method
84 check(true, abstractCheckImpl instanceof AbstractCheck); method
85 check(false, regularObject instanceof AbstractCheck); method
87 check(true, interfaceCheckImpl instanceof InterfaceCheck); method
88 check(false, regularObject instanceof InterfaceCheck); method
90 check(true, normalCheck instanceof NormalCheck); method
91 check(true, exactCheck instanceof NormalCheck); method
92 check(false, regularObject instanceof NormalCheck); method
94 check(false, regularObject instanceof int[]); method
95 check(false, objectArray instanceof int[]); method
96 check(true, intArray instanceof int[]); method
97 check(false, doubleArray instanceof int[]); method
99 check(false, regularObject instanceof ExactCheck[]); method
100 check(false, objectArray instanceof ExactCheck[]); method
101 check(false, doubleArray instanceof ExactCheck[]); method
102 check(true, exactArray instanceof ExactCheck[]); method
103 check(false, normalArray instanceof ExactCheck[]); method
105 check(false, regularObject instanceof NormalCheck[]); method
106 check(false, objectArray instanceof NormalCheck[]); method
107 check(false, doubleArray instanceof NormalCheck[]); method
108 check(true, exactArray instanceof NormalCheck[]); method
109 check(true, normalArray instanceof NormalCheck[]); method
111 check(false, regularObject instanceof Object[]); method
112 check(true, objectArray instanceof Object[]); method
113 check(false, doubleArray instanceof Object[]); method
114 check(true, exactArray instanceof Object[]); method
115 check(true, normalArray instanceof Object[]); method
121 public static void check(boolean expected, boolean actual) { method in class:Main
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
test.go 37 check(LINE, 1)
39 check(LINE, 0) // this is GoCover.Count[panicIndex]
46 check(LINE, 1)
51 check(LINE, 1)
53 check(LINE, 0)
56 check(LINE, 0)
58 check(LINE, 1)
62 check(LINE, 3)
65 check(LINE, 2)
68 check(LINE, 1
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cover/testdata/
test.go 37 check(LINE, 1)
39 check(LINE, 0) // this is GoCover.Count[panicIndex]
46 check(LINE, 1)
51 check(LINE, 1)
53 check(LINE, 0)
56 check(LINE, 0)
58 check(LINE, 1)
62 check(LINE, 3)
65 check(LINE, 2)
68 check(LINE, 1
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
FmClassNameToResourceMethodTest.java 29 private void check(String s, String expected) throws TemplateModelException { method in class:FmClassNameToResourceMethodTest
36 check("FooActivity", "foo");
40 check("FooActiv", "foo");
44 check("Foo", "foo");
48 check("", "");
52 check("FooFragment", "foo");
56 check("FooService", "foo");
60 check("FooProvider", "foo");
64 check("FooBar", "foo_bar");
FmEscapeXmlStringMethodTest.java 29 private void check(String s, String expected) throws TemplateModelException { method in class:FmEscapeXmlStringMethodTest
36 check("", "");
40 check("foo", "foo");
44 check(" Foo Bar ", "\" Foo Bar \"");
48 check("@foo", "\\@foo");
52 check("Hello\nWorld", "Hello\\nWorld");
56 check("A & B", "A & B");
60 check("Foo's Bar", "Foo\\'s Bar");
64 check("'\"\\", "\\'\\\"\\\\");
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
PackageCompactConstructorTest.java 23 assertEquals(Table.class, check("Table"));
24 assertEquals(Table.class, check("org.yaml.snakeyaml.extensions.compactnotation.Table"));
25 assertEquals(String.class, check("java.lang.String"));
30 check("foo.Bar");
39 check("FooBar");
46 private Class<?> check(String name) throws ClassNotFoundException { method in class:PackageCompactConstructorTest
  /external/v8/test/mjsunit/
array-methods-read-only-length.js 11 function check(f) { function in function:testAdd
23 check(push);
24 check(push);
25 check(push);
27 check(push);
33 check(unshift);
34 check(unshift);
35 check(unshift);
37 check(unshift);
43 check(splice)
57 function check(f) { function in function:testRemove
    [all...]
  /art/test/064-field-access/src/
Main.java 237 private static void check(boolean b) { method in class:SubClass
244 check(otherProtectedClassPublicBooleanInstanceField == true); method
245 check(otherProtectedClassPublicByteInstanceField == 2); method
246 check(otherProtectedClassPublicCharInstanceField == 3); method
247 check(otherProtectedClassPublicShortInstanceField == 4); method
248 check(otherProtectedClassPublicIntInstanceField == 5); method
249 check(otherProtectedClassPublicLongInstanceField == 6); method
250 check(otherProtectedClassPublicFloatInstanceField == 7.0f); method
251 check(otherProtectedClassPublicDoubleInstanceField == 8.0); method
252 check(otherProtectedClassPublicObjectInstanceField == "9") method
254 check(otherProtectedClassProtectedBooleanInstanceField == true); method
255 check(otherProtectedClassProtectedByteInstanceField == 10); method
256 check(otherProtectedClassProtectedCharInstanceField == 11); method
257 check(otherProtectedClassProtectedShortInstanceField == 12); method
258 check(otherProtectedClassProtectedIntInstanceField == 13); method
259 check(otherProtectedClassProtectedLongInstanceField == 14); method
260 check(otherProtectedClassProtectedFloatInstanceField == 15.0f); method
261 check(otherProtectedClassProtectedDoubleInstanceField == 16.0); method
262 check(otherProtectedClassProtectedObjectInstanceField == "17"); method
284 check(otherProtectedClassPublicBooleanStaticField == true); method
285 check(otherProtectedClassPublicByteStaticField == 34); method
286 check(otherProtectedClassPublicCharStaticField == 35); method
287 check(otherProtectedClassPublicShortStaticField == 36); method
288 check(otherProtectedClassPublicIntStaticField == 37); method
289 check(otherProtectedClassPublicLongStaticField == 38); method
290 check(otherProtectedClassPublicFloatStaticField == 39.0f); method
291 check(otherProtectedClassPublicDoubleStaticField == 40.0); method
292 check(otherProtectedClassPublicObjectStaticField == "41"); method
294 check(otherProtectedClassProtectedBooleanStaticField == true); method
295 check(otherProtectedClassProtectedByteStaticField == 42); method
296 check(otherProtectedClassProtectedCharStaticField == 43); method
297 check(otherProtectedClassProtectedShortStaticField == 44); method
298 check(otherProtectedClassProtectedIntStaticField == 45); method
299 check(otherProtectedClassProtectedLongStaticField == 46); method
300 check(otherProtectedClassProtectedFloatStaticField == 47.0f); method
301 check(otherProtectedClassProtectedDoubleStaticField == 48.0); method
302 check(otherProtectedClassProtectedObjectStaticField == "49"); method
324 check(otherPublicClassPublicBooleanInstanceField == true); method
325 check(otherPublicClassPublicByteInstanceField == -2); method
326 check(otherPublicClassPublicCharInstanceField == (char)-3); method
327 check(otherPublicClassPublicShortInstanceField == -4); method
328 check(otherPublicClassPublicIntInstanceField == -5); method
329 check(otherPublicClassPublicLongInstanceField == -6); method
330 check(otherPublicClassPublicFloatInstanceField == -7.0f); method
331 check(otherPublicClassPublicDoubleInstanceField == -8.0); method
332 check(otherPublicClassPublicObjectInstanceField == "-9"); method
334 check(otherPublicClassProtectedBooleanInstanceField == true); method
335 check(otherPublicClassProtectedByteInstanceField == -10); method
336 check(otherPublicClassProtectedCharInstanceField == (char)-11); method
337 check(otherPublicClassProtectedShortInstanceField == -12); method
338 check(otherPublicClassProtectedIntInstanceField == -13); method
339 check(otherPublicClassProtectedLongInstanceField == -14); method
340 check(otherPublicClassProtectedFloatInstanceField == -15.0f); method
341 check(otherPublicClassProtectedDoubleInstanceField == -16.0); method
342 check(otherPublicClassProtectedObjectInstanceField == "-17"); method
364 check(otherPublicClassPublicBooleanStaticField == true); method
365 check(otherPublicClassPublicByteStaticField == -34); method
366 check(otherPublicClassPublicCharStaticField == (char)-35); method
367 check(otherPublicClassPublicShortStaticField == -36); method
368 check(otherPublicClassPublicIntStaticField == -37); method
369 check(otherPublicClassPublicLongStaticField == -38); method
370 check(otherPublicClassPublicFloatStaticField == -39.0f); method
371 check(otherPublicClassPublicDoubleStaticField == -40.0); method
372 check(otherPublicClassPublicObjectStaticField == "-41"); method
374 check(otherPublicClassProtectedBooleanStaticField == true); method
375 check(otherPublicClassProtectedByteStaticField == -42); method
376 check(otherPublicClassProtectedCharStaticField == (char)-43); method
377 check(otherPublicClassProtectedShortStaticField == -44); method
378 check(otherPublicClassProtectedIntStaticField == -45); method
379 check(otherPublicClassProtectedLongStaticField == -46); method
380 check(otherPublicClassProtectedFloatStaticField == -47.0f); method
381 check(otherPublicClassProtectedDoubleStaticField == -48.0); method
382 check(otherPublicClassProtectedObjectStaticField == "-49"); method
405 check(s.samePackagePublicBooleanInstanceField == true); method
406 check(s.samePackagePublicByteInstanceField == 2); method
407 check(s.samePackagePublicCharInstanceField == 3); method
408 check(s.samePackagePublicShortInstanceField == 4); method
409 check(s.samePackagePublicIntInstanceField == 5); method
410 check(s.samePackagePublicLongInstanceField == 6); method
411 check(s.samePackagePublicFloatInstanceField == 7.0f); method
412 check(s.samePackagePublicDoubleInstanceField == 8.0); method
413 check(s.samePackagePublicObjectInstanceField == "9"); method
415 check(s.samePackageProtectedBooleanInstanceField == true); method
416 check(s.samePackageProtectedByteInstanceField == 10); method
417 check(s.samePackageProtectedCharInstanceField == 11); method
418 check(s.samePackageProtectedShortInstanceField == 12); method
419 check(s.samePackageProtectedIntInstanceField == 13); method
420 check(s.samePackageProtectedLongInstanceField == 14); method
421 check(s.samePackageProtectedFloatInstanceField == 15.0f); method
422 check(s.samePackageProtectedDoubleInstanceField == 16.0); method
423 check(s.samePackageProtectedObjectInstanceField == "17"); method
435 check(s.samePackagePackageBooleanInstanceField == true); method
436 check(s.samePackagePackageByteInstanceField == 26); method
437 check(s.samePackagePackageCharInstanceField == 27); method
438 check(s.samePackagePackageShortInstanceField == 28); method
439 check(s.samePackagePackageIntInstanceField == 29); method
440 check(s.samePackagePackageLongInstanceField == 30); method
441 check(s.samePackagePackageFloatInstanceField == 31.0f); method
442 check(s.samePackagePackageDoubleInstanceField == 32.0); method
443 check(s.samePackagePackageObjectInstanceField == "33"); method
445 check(SamePackage.samePackagePublicBooleanStaticField == true); method
446 check(SamePackage.samePackagePublicByteStaticField == 34); method
447 check(SamePackage.samePackagePublicCharStaticField == 35); method
448 check(SamePackage.samePackagePublicShortStaticField == 36); method
449 check(SamePackage.samePackagePublicIntStaticField == 37); method
450 check(SamePackage.samePackagePublicLongStaticField == 38); method
451 check(SamePackage.samePackagePublicFloatStaticField == 39.0f); method
452 check(SamePackage.samePackagePublicDoubleStaticField == 40.0); method
453 check(SamePackage.samePackagePublicObjectStaticField == "41"); method
455 check(SamePackage.samePackageProtectedBooleanStaticField == true); method
456 check(SamePackage.samePackageProtectedByteStaticField == 42); method
457 check(SamePackage.samePackageProtectedCharStaticField == 43); method
458 check(SamePackage.samePackageProtectedShortStaticField == 44); method
459 check(SamePackage.samePackageProtectedIntStaticField == 45); method
460 check(SamePackage.samePackageProtectedLongStaticField == 46); method
461 check(SamePackage.samePackageProtectedFloatStaticField == 47.0f); method
462 check(SamePackage.samePackageProtectedDoubleStaticField == 48.0); method
463 check(SamePackage.samePackageProtectedObjectStaticField == "49"); method
475 check(SamePackage.samePackagePackageBooleanStaticField == true); method
476 check(SamePackage.samePackagePackageByteStaticField == 58); method
477 check(SamePackage.samePackagePackageCharStaticField == 59); method
478 check(SamePackage.samePackagePackageShortStaticField == 60); method
479 check(SamePackage.samePackagePackageIntStaticField == 61); method
480 check(SamePackage.samePackagePackageLongStaticField == 62); method
481 check(SamePackage.samePackagePackageFloatStaticField == 63.0f); method
482 check(SamePackage.samePackagePackageDoubleStaticField == 64.0); method
483 check(SamePackage.samePackagePackageObjectStaticField == "65"); method
541 check(fields.length == 72); method
543 check(methods.length == 4); method
549 check(fields.length == 72); method
551 check(methods.length == 4); method
556 check(fields.length == 72); method
558 check(methods.length == 4); method
    [all...]
  /external/clang/test/CodeGenCXX/
empty-nontrivially-copyable.cpp 12 bool check();
16 // CHECK: @_Z3foo5Empty(%struct.Empty* %e)
17 // CHECK: call {{.*}} @_ZN5Empty5checkEv(%struct.Empty* %e)
18 return e.check();
22 // CHECK: @_Z6callerR5Empty(%struct.Empty* dereferenceable({{[0-9]+}}) %e)
23 // CHECK: call {{.*}} @_ZN5EmptyC1ERKS_(%struct.Empty* [[NEWTMP:%.*]], %struct.Empty*
24 // CHECK: call {{.*}} @_Z3foo5Empty(%struct.Empty* [[NEWTMP]])
  /external/valgrind/helgrind/tests/
filter_stderr_solaris 9 my $check = join "|", ('pthread_mutex_init', 'pthread_cond_wait', 'pthread_cond_timedwait');
10 s/^\s*by 0x........: (?:$check) \(in \/...libc...\)\s*//;
30 my $check = join "|", keys %regex;
32 s/($check)(.*hg_intercepts.c)/$regex{$1}$2/g;
  /external/libdrm/
xf86drmRandom.h 33 unsigned long check; member in struct:RandomState
  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 1 eglInitialize nullAllowed major nullAllowed minor check major 1 check minor 1
2 eglGetConfigs nullAllowed configs check configs config_size
3 eglChooseConfig nullAllowed configs check configs config_size check num_config 1 sentinel attrib_list EGL_NONE
4 eglGetConfigAttrib check value 1
10 eglQuerySurface check value 1
13 eglQueryContext check value 1
  /prebuilts/go/darwin-x86/src/go/types/
errors.go 26 func (check *Checker) qualifier(pkg *Package) string {
27 if pkg != check.pkg {
33 func (check *Checker) sprintf(format string, args ...interface{}) string {
41 arg = operandString(a, check.qualifier)
43 arg = check.fset.Position(a).String()
47 arg = ObjectString(a, check.qualifier)
49 arg = TypeString(a, check.qualifier)
56 func (check *Checker) trace(pos token.Pos, format string, args ...interface{}) {
58 check.fset.Position(pos),
59 strings.Repeat(". ", check.indent)
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
errors.go 26 func (check *Checker) qualifier(pkg *Package) string {
27 if pkg != check.pkg {
33 func (check *Checker) sprintf(format string, args ...interface{}) string {
41 arg = operandString(a, check.qualifier)
43 arg = check.fset.Position(a).String()
47 arg = ObjectString(a, check.qualifier)
49 arg = TypeString(a, check.qualifier)
56 func (check *Checker) trace(pos token.Pos, format string, args ...interface{}) {
58 check.fset.Position(pos),
59 strings.Repeat(". ", check.indent)
    [all...]

Completed in 1426 milliseconds

1 2 34 5 6 7 8 91011>>