HomeSort by relevance Sort by last modified time
    Searched refs:is_global (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
FrameDecorator.py 267 if block.is_global or block.is_static:
  /bionic/libc/kernel/uapi/rdma/
ib_user_verbs.h 391 __u8 is_global; member in struct:ib_uverbs_ah_attr
497 __u8 is_global; member in struct:ib_uverbs_qp_dest
  /external/compiler-rt/lib/asan/tests/
asan_str_test.cc 26 void StrLenOOBTestTemplate(char *str, size_t length, bool is_global) {
34 if (!is_global) {
  /external/kernel-headers/original/uapi/rdma/
ib_user_verbs.h 399 __u8 is_global; member in struct:ib_uverbs_ah_attr
498 __u8 is_global; member in struct:ib_uverbs_qp_dest
  /external/lldb/source/Interpreter/
OptionValueProperties.cpp 85 bool is_global,
88 Property property(name, desc, is_global, value_sp);
  /external/lldb/include/lldb/Target/
Thread.h 29 ThreadProperties(bool is_global);
    [all...]
Process.h 57 ProcessProperties(bool is_global);
    [all...]
  /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/bluetooth/bluedroid/stack/include/
l2c_api.h 534 BOOLEAN is_global);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c 725 BOOLEAN L2CA_SetIdleTimeout (UINT16 cid, UINT16 timeout, BOOLEAN is_global)
730 if (is_global)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 318 int is_global)
322 cvs->type = is_global ? CV8_S_GDATA32 : CV8_S_LDATA32;
    [all...]
  /external/chromium_org/v8/src/
execution.cc 658 Handle<Object> is_global) {
660 Handle<Object> args[] = { recv, fun, pos, is_global };
compiler.h 101 bool is_global() const { return GetFlag(kGlobal); } function in class:v8::internal::CompilationInfo
parser.h 706 bool is_eval, bool is_global,
    [all...]
jsregexp.cc 437 &compile_data, flags.is_ignore_case(), flags.is_global(),
687 bool is_global,
712 if (is_global && !interpreted) {
    [all...]
jsregexp.h 132 bool is_global,
    [all...]
parser.cc 883 } else if (info->is_global()) {
    [all...]
compiler.cc     [all...]
objects.h 7728 bool is_global() { return (value_ & GLOBAL) != 0; } function in class:v8::internal::JSRegExp::Flags
    [all...]
  /external/lldb/source/Target/
Thread.cpp 112 ThreadProperties::ThreadProperties (bool is_global) :
115 if (is_global)
    [all...]
Process.cpp 118 ProcessProperties::ProcessProperties (bool is_global) :
121 if (is_global)
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 1155 bool is_global = symbol.getBinding() == STB_GLOBAL; local
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 2634 #define is_global macro
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 2067 #define is_global macro
    [all...]

Completed in 692 milliseconds

1 2 34 5