/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/ |
relay.h | 79 int *is_global);
|
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/ |
relay.h | 79 int *is_global);
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/ |
relay.h | 79 int *is_global);
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/ |
relay.h | 79 int *is_global);
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/ |
relay.h | 79 int *is_global);
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/ |
relay.h | 79 int *is_global);
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/ |
relay.h | 79 int *is_global);
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/ |
relay.h | 79 int *is_global);
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
relay.h | 79 int *is_global);
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
relay.h | 79 int *is_global);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_symtable.py | 98 self.assertTrue(self.spam.lookup("glob").is_global()) 100 self.assertTrue(self.spam.lookup("bar").is_global()) 102 self.assertFalse(self.internal.lookup("x").is_global()) 103 self.assertFalse(self.Mine.lookup("instance_var").is_global())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_symtable.py | 98 self.assertTrue(self.spam.lookup("glob").is_global()) 100 self.assertTrue(self.spam.lookup("bar").is_global()) 102 self.assertFalse(self.internal.lookup("x").is_global()) 103 self.assertFalse(self.Mine.lookup("instance_var").is_global())
|
/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...] |
script.cc | [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
|
/prebuilts/misc/common/swig/include/2.0.11/octave/ |
octrun.swg | 153 } bool is_global() const { 300 if (!m || m->first->is_static() || m->first->is_global()) 313 if (!m || m->first->is_static() || m->first->is_global()) 327 if (!m || m->first->is_static() || m->first->is_global()) 635 (!m->first || (!m->first->is_static() && !m->first->is_global()))) 713 if (!m->first->is_static() && !m->first->is_global()) [all...] |
/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/v8/src/ |
execution.cc | 439 Handle<Object> is_global) { 441 Handle<Object> args[] = { recv, fun, pos, is_global };
|
execution.h | 59 Handle<Object> is_global);
|
/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
|
/external/v8/src/js/ |
macros.py | 74 macro IS_GLOBAL(arg) = (%_ClassOf(arg) === 'global');
|