HomeSort by relevance Sort by last modified time
    Searched defs:is_global (Results 1 - 11 of 11) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
symtable.py 192 def is_global(self): member in class:Symbol
  /prebuilts/gdb/linux-x86/lib/python2.7/
symtable.py 192 def is_global(self): member in class:Symbol
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 192 def is_global(self): member in class:Symbol
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 192 def is_global(self): member in class:Symbol
  /toolchain/binutils/binutils-2.25/gold/
script.h 179 // set *VERSION to the version, and *IS_GLOBAL to whether the symbol
183 bool* is_global) const;
190 bool is_global; local
191 return (this->get_symbol_version(symbol, NULL, &is_global)
192 && !is_global);
248 : real(r), is_global(ig), expression(e), ambiguous(NULL)
255 bool is_global; member in struct:gold::Version_script_info::Version_tree_match
271 : expression(NULL), version(NULL), is_global(false)
275 : expression(e), version(v), is_global(ig)
285 bool is_global; member in struct:gold::Version_script_info::Glob
    [all...]
symtab.cc 1216 bool is_global; local
1343 bool is_global; variable
1714 bool is_global; local
    [all...]
  /frameworks/native/vulkan/libvulkan/
layers_extensions.cpp 59 bool is_global; member in struct:vulkan::api::Layer
218 layer.is_global = false;
246 layer.is_global = true;
251 if (layer.is_global && enumerate_device_extensions) {
278 (layer.is_global) ? "global" : "instance", props.layerName,
456 return layer.is_global;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_verbs.h 364 __u8 is_global; member in struct:ib_uverbs_ah_attr
463 __u8 is_global; member in struct:ib_uverbs_qp_dest
  /bionic/libc/kernel/uapi/rdma/
ib_user_verbs.h 456 __u8 is_global; member in struct:ib_uverbs_ah_attr
591 __u8 is_global; member in struct:ib_uverbs_qp_dest
  /external/kernel-headers/original/uapi/rdma/
ib_user_verbs.h 458 __u8 is_global; member in struct:ib_uverbs_ah_attr
582 __u8 is_global; member in struct:ib_uverbs_qp_dest
  /external/dlmalloc/
malloc.c 2634 #define is_global macro
    [all...]

Completed in 1936 milliseconds