Searched defs:weak (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delftypesize.asm0 weak weaksym
5 weak weaksym2 label
1 weak weaksym label
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo.h46 GLuint weak:1; member in struct:_mesa_prim
H A Dvbo_save_api.c447 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 Dvbo.h46 GLuint weak:1; member in struct:_mesa_prim
H A Dvbo_save_api.c447 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 Dfinancial_ping.cc218 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/oprofile/libutil++/
H A Dop_bfd.h60 bool weak() const { return symb_weak; } function in class:op_bfd_symbol
/external/clang/test/CodeGen/
H A Datomic-ops.c117 // 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 Dlgc.c115 ** 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 Dlstate.h133 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 Dml.h1129 CvSeq* weak; member in class:CvBoost
/external/elfutils/0.153/src/
H A Dld.h332 /* 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 DHeapTest.cpp143 // The traceInCollection may not trace the weak members, so it is vital
944 static Weak* create(Bar* strong, Bar* weak) argument
946 return new Weak(strong, weak);
983 static WithWeakMember* create(Bar* strong, Bar* weak) argument
985 return new WithWeakMember(strong, weak);
3094 // Collect garbage. This causes weak processing to remove
3281 // h3 is collected, weak pointers from h4 and h5 don't keep it alive.
3285 EXPECT_FALSE(h4->weakIsThere()); // h3 is gone from weak pointer.
3287 EXPECT_FALSE(h5->weakIsThere()); // h3 is gone from weak pointer.
4069 // the weak processin
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1876 // 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

Completed in 891 milliseconds