HomeSort by relevance Sort by last modified time
    Searched refs:is_global (Results 51 - 61 of 61) sorted by null

1 23

  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 544 BOOLEAN is_global);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c 716 BOOLEAN L2CA_SetIdleTimeout (UINT16 cid, UINT16 timeout, BOOLEAN is_global)
721 if (is_global)
    [all...]
  /external/v8/src/
execution.cc 768 Handle<Object> is_global) {
770 Handle<Object> args[] = { recv, fun, pos, is_global };
factory.h 301 Handle<JSFunction> NewFunction(Handle<Object> super, bool is_global);
runtime.cc     [all...]
objects.h 6257 bool is_global() { return (value_ & GLOBAL) != 0; } function in class:v8::internal::JSRegExp::Flags
    [all...]
parser.cc 609 if (!info->is_global() && (shared.is_null() || shared->is_function())) {
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 901 void StrLenOOBTestTemplate(char *str, size_t length, bool is_global) {
909 if (!is_global) {
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 2634 #define is_global macro
    [all...]
  /external/libffi/src/
dlmalloc.c 2057 #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 1511 milliseconds

1 23