Searched defs:weak (Results 1 - 9 of 9) 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/oprofile/libutil++/
H A Dop_bfd.h60 bool weak() const { return symb_weak; } function in class:op_bfd_symbol
/external/opencv/ml/include/
H A Dml.h1129 CvSeq* weak; member in class:CvBoost
/external/elfutils/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/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 361 milliseconds