/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
H A D | elftypesize.asm | 0 weak weaksym 5 weak weaksym2 label 1 weak weaksym label
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
H A D | vbo.h | 46 GLuint weak:1; member in struct:_mesa_prim
|
H A D | vbo_save_api.c | 447 GLboolean weak; local 457 weak = save->prim[i].weak; 467 save->prim[0].weak = weak; 908 save->prim[i].weak = (mode & VBO_SAVE_PRIM_WEAK) ? 1 : 0; 1606 prim->weak ? " (weak)" : "",
|
/external/mesa3d/src/mesa/vbo/ |
H A D | vbo.h | 46 GLuint weak:1; member in struct:_mesa_prim
|
H A D | vbo_save_api.c | 447 GLboolean weak; local 457 weak = save->prim[i].weak; 467 save->prim[0].weak = weak; 908 save->prim[i].weak = (mode & VBO_SAVE_PRIM_WEAK) ? 1 : 0; 1606 prim->weak ? " (weak)" : "",
|
/external/chromium_org/rlz/lib/ |
H A D | financial_ping.cc | 218 void ShutdownCheck(base::WeakPtr<base::RunLoop> weak) { argument 219 if (!weak.get()) 223 weak->QuitClosure().Run(); 231 base::Bind(&ShutdownCheck, weak), 329 base::WeakPtrFactory<base::RunLoop> weak(&loop); 336 base::Bind(&ShutdownCheck, weak.GetWeakPtr()));
|
/external/chromium_org/third_party/skia/src/ports/ |
H A D | SkFontMgr_fontconfig.cpp | 144 * However, there is no such call and as of Fc 2.11.0 even FcPatternEquals ignores the weak bit. 145 * Currently, the only reliable way of finding the weak bit is by its effect on matching. 146 * The weak bit only affects the matching of FC_FAMILY and FC_POSTSCRIPT_NAME object values. 147 * A element with the weak bit is scored after FC_LANG, without the weak bit is scored before. 148 * Note that the weak bit is stored on the element, not on the value it holds. 187 SkAutoFcPattern weak; local 188 FcPatternAddString(weak, object, (const FcChar8*)"nomatchstring"); 189 FcPatternAddLangSet(weak, FC_LANG, weakLangSet); 192 FcFontSetAdd(fontSet, weak [all...] |
/external/oprofile/libutil++/ |
H A D | op_bfd.h | 60 bool weak() const { return symb_weak; } function in class:op_bfd_symbol
|
/external/clang/test/CodeGen/ |
H A D | atomic-ops.c | 117 // CHECK: [[PAIR:%[.0-9A-Z_a-z]+]] = cmpxchg weak i32* [[PTR:%[.0-9A-Z_a-z]+]], i32 [[EXPECTED:%[.0-9A-Z_a-z]+]], i32 [[DESIRED:%[.0-9A-Z_a-z]+]] 327 // CHECK: cmpxchg weak i32* {{%[0-9A-Za-z._]+}}, i32 {{%[0-9A-Za-z._]+}}, i32 {{%[0-9A-Za-z_.]+}} seq_cst acquire 336 // CHECK: cmpxchg weak i32* {{%[0-9A-Za-z._]+}}, i32 {{%[0-9A-Za-z._]+}}, i32 {{%[0-9A-Za-z_.]+}} seq_cst 409 void generalWeakness(int *ptr, int *ptr2, _Bool weak) { argument 410 __atomic_compare_exchange_n(ptr, ptr2, 42, weak, memory_order_seq_cst, memory_order_seq_cst); 421 // CHECK: cmpxchg weak {{.*}} seq_cst seq_cst 427 void EMIT_ALL_THE_THINGS(int *ptr, int *ptr2, int new, _Bool weak, int success, int fail) { argument 428 __atomic_compare_exchange(ptr, ptr2, &new, weak, success, fail); 431 // CHECK: = cmpxchg weak {{.*}} monotonic monotonic 434 // CHECK: = cmpxchg weak {{ [all...] |
/external/chromium_org/third_party/skia/third_party/lua/src/ |
H A D | lgc.c | 115 ** tells whether a key or value can be cleared from a weak 116 ** table. Non-collectable objects are never removed from weak 124 markobject(g, rawtsvalue(o)); /* strings are `values', so are never weak */ 339 g->weak = g->allweak = g->ephemeron = NULL; 372 linktable(h, &g->weak); /* has to be cleared later */ 438 if (mode && ttisstring(mode) && /* is there a weak mode? */ 441 (weakkey || weakvalue))) { /* is really weak? */ 447 else /* all weak */ 450 else /* not weak */ 576 GCObject *weak local [all...] |
H A D | lstate.h | 133 GCObject *weak; /* list of tables with weak values */ member in struct:global_State 134 GCObject *ephemeron; /* list of ephemeron tables (weak keys) */ 135 GCObject *allweak; /* list of all-weak tables */
|
/external/opencv/ml/include/ |
H A D | ml.h | 1129 CvSeq* weak; member in class:CvBoost
|
/external/elfutils/0.153/src/ |
H A D | ld.h | 332 /* Determine whether we have any non-weak unresolved references left. */ 455 unsigned int weak:1; member in struct:symbol 876 /* Number of truely unresolved, non-weak entries in the list. */
|
/external/chromium_org/third_party/WebKit/Source/platform/heap/ |
H A D | HeapTest.cpp | 943 static Weak* create(Bar* strong, Bar* weak) argument 945 return new Weak(strong, weak); 982 static WithWeakMember* create(Bar* strong, Bar* weak) argument 984 return new WithWeakMember(strong, weak); 3053 // Collect garbage. This causes weak processing to remove 3240 // h3 is collected, weak pointers from h4 and h5 don't keep it alive. 3244 EXPECT_FALSE(h4->weakIsThere()); // h3 is gone from weak pointer. 3246 EXPECT_FALSE(h5->weakIsThere()); // h3 is gone from weak pointer. 4043 // the weak processing may have taken place. 4050 // the stack. That makes the weak reference [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.pb.h | 1876 // optional bool weak = 10 [default = false]; 1880 inline bool weak() const; 5182 // optional bool weak = 10 [default = false]; 5196 inline bool FieldOptions::weak() const { function in class:google::protobuf::FieldOptions
|
/external/chromium_org/third_party/android_platform/webview/ |
H A D | frameworks.jar | META-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ... |