HomeSort by relevance Sort by last modified time
    Searched refs:globals (Results 276 - 300 of 430) sorted by null

<<1112131415161718

  /external/chromium_org/third_party/libxml/
libxml.target.linux-arm.mk 38 third_party/libxml/src/globals.c \
libxml.target.linux-arm64.mk 38 third_party/libxml/src/globals.c \
libxml.target.linux-mips.mk 38 third_party/libxml/src/globals.c \
libxml.target.linux-x86.mk 38 third_party/libxml/src/globals.c \
libxml.target.linux-x86_64.mk 38 third_party/libxml/src/globals.c \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 170 expr_ty globals; member in struct:_stmt::__anon80647::__anon80665
436 stmt_ty _Py_Exec(expr_ty body, expr_ty globals, expr_ty locals, int lineno, int
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 170 expr_ty globals; member in struct:_stmt::__anon80770::__anon80788
436 stmt_ty _Py_Exec(expr_ty body, expr_ty globals, expr_ty locals, int lineno, int
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 138 self.globals = misc.Set()
145 for elt in self.globals.elements():
155 self.globals.add(name)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 138 self.globals = misc.Set()
145 for elt in self.globals.elements():
155 self.globals.add(name)
    [all...]
  /art/runtime/
jni_internal.cc 800 // Check for null after decoding the object to handle cleared weak globals.
805 IndirectReferenceTable& globals = vm->globals; local
807 IndirectRef ref = globals.Add(IRT_FIRST_SEGMENT, decoded_obj);
816 IndirectReferenceTable& globals = vm->globals; local
820 if (!globals.Remove(IRT_FIRST_SEGMENT, obj)) {
841 // Check for null after decoding the object to handle cleared weak globals.
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc     [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 402 decoder->globals = cff->global_subrs;
    [all...]
  /external/freetype/src/cff/
cffgload.c 402 decoder->globals = cff->global_subrs;
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffgload.c 402 decoder->globals = cff->global_subrs;
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h 809 #include <libxml/globals.h>
    [all...]
  /external/chromium_org/third_party/libxml/src/
testSAX.c 45 #include <libxml/globals.h>
threads.c 16 #include <libxml/globals.h>
xmlmemory.c 46 #include <libxml/globals.h> /* must come before xmlmemory.h */
  /external/chromium_org/third_party/libxslt/libxslt/
templates.c 18 #include <libxml/globals.h>
  /external/chromium_org/tools/grit/grit/
util.py 448 module = __import__(module_name, globals(), locals(), [''])
  /external/chromium_org/tools/gyp/pylib/gyp/
__init__.py 91 generator = __import__(generator_name, globals(), locals(), generator_name)
input.py 473 # Apply globals so that the worker process behaves the same.
475 globals()[key] = value
601 'path_sections': globals()['path_sections'],
602 'non_configuration_keys': globals()['non_configuration_keys'],
603 'multiple_toolsets': globals()['multiple_toolsets']}
    [all...]
  /external/libxml2/include/libxml/
parser.h 812 #include <libxml/globals.h>
    [all...]
  /external/libxml2/
threads.c 16 #include <libxml/globals.h>

Completed in 1048 milliseconds

<<1112131415161718