HomeSort by relevance Sort by last modified time
    Searched full:globals (Results 251 - 275 of 2509) sorted by null

<<11121314151617181920>>

  /external/v8/src/arm64/
instrument-arm64.h 8 #include "src/globals.h"
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSCompilerDriver.h 53 // Disabling LLVM's global merge pass allows static globals to be correctly
64 // when potentially embedding information about globals.
129 // potentially embedding information about globals.
135 // potentially embedding information about globals.
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_static_globals.java 27 super(rstc, "Static Globals", ctx);
  /prebuilts/gdb/darwin-x86/include/python2.7/
import.h 19 PyObject *globals, PyObject *locals, PyObject *fromlist, int level);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
inspect_fodder2.py 54 globals()["anonymous"] = func
  /prebuilts/gdb/linux-x86/include/python2.7/
import.h 19 PyObject *globals, PyObject *locals, PyObject *fromlist, int level);
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
inspect_fodder2.py 54 globals()["anonymous"] = func
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
import.h 19 PyObject *globals, PyObject *locals, PyObject *fromlist, int level);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py 54 globals()["anonymous"] = func
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
import.h 19 PyObject *globals, PyObject *locals, PyObject *fromlist, int level);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py 54 globals()["anonymous"] = func
  /toolchain/binutils/binutils-2.25/gold/testsuite/
pie_copyrelocs_test.cc 23 // Check if copy relocs are used to access globals below when -fpie is
  /toolchain/binutils/binutils-2.25/ld/emultempl/
solaris2.em 82 struct bfd_elf_version_expr *globals = NULL, *locals = NULL;
90 globals = lang_new_vers_pattern (globals, *sym, NULL, TRUE);
95 basever = lang_new_vers_node (globals, locals);
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 50 DeleteFn("delete", cl::desc("Delete specified Globals from Module"));
77 // ExtractGlobals - The globals to extract from the module.
82 // ExtractRegExpGlobals - The globals, matched via regular expression, to
158 // Figure out which globals we should extract.
169 // Extract globals via regular expression matching.
178 for (auto &GV : M->globals()) {
262 Passes.add(createGlobalDCEPass()); // Delete unreachable globals
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
symbols.py 21 self.globals = {}
58 self.globals[name] = 1
70 d.update(self.globals)
81 print >> sys.stderr, "\tglobals: ", self.globals
92 if name in self.globals:
111 if name not in self.defs and name not in self.globals:
118 globals = self.add_frees(frees)
119 for name in globals:
135 self.globals[name] = 1
147 the nested scope should treat them as globals
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
symbols.py 21 self.globals = {}
58 self.globals[name] = 1
70 d.update(self.globals)
81 print >> sys.stderr, "\tglobals: ", self.globals
92 if name in self.globals:
111 if name not in self.defs and name not in self.globals:
118 globals = self.add_frees(frees)
119 for name in globals:
135 self.globals[name] = 1
147 the nested scope should treat them as globals
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 21 self.globals = {}
58 self.globals[name] = 1
70 d.update(self.globals)
81 print >> sys.stderr, "\tglobals: ", self.globals
92 if name in self.globals:
111 if name not in self.defs and name not in self.globals:
118 globals = self.add_frees(frees)
119 for name in globals:
135 self.globals[name] = 1
147 the nested scope should treat them as globals
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py 21 self.globals = {}
58 self.globals[name] = 1
70 d.update(self.globals)
81 print >> sys.stderr, "\tglobals: ", self.globals
92 if name in self.globals:
111 if name not in self.defs and name not in self.globals:
118 globals = self.add_frees(frees)
119 for name in globals:
135 self.globals[name] = 1
147 the nested scope should treat them as globals
    [all...]
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
jinja2.py 39 #: globals
55 'globals': None,
125 if config['globals']:
126 env.globals.update(config['globals'])
  /external/libavc/decoder/
ih264d_sei.c 56 /* Globals : None */
134 /* Globals : None */
214 /* Globals : None */
256 /* Globals : None */
313 /* Globals : None */
  /external/llvm/include/llvm/Transforms/IPO/
LowerBitSets.h 83 /// This class implements a layout algorithm for globals referenced by bit sets
87 /// It works by assembling fragments of layout from sets of referenced globals.
88 /// Each set of referenced globals causes the algorithm to create a new
96 /// thought about when considering the case where the globals are virtual tables
127 /// indices of its referenced globals. It then assembles a layout from the
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.m 193 * SymbolTable.g:25:1: prog : globals ( method )* ;
201 // SymbolTable.g:27:5: ( globals ( method )* ) // ruleBlockSingleAlt
202 // SymbolTable.g:27:9: globals ( method )* // alt
206 [self globals];
261 * $ANTLR start globals
262 * SymbolTable.g:30:1: globals : ( decl )* ;
264 - (void) globals
309 NSLog( @"globals: %@", [((Symbols_Scope *)[Symbols_stack peek]).names toString] );
331 /* $ANTLR end globals */
  /external/libxml2/doc/html/
index.sgml     [all...]
libxml.devhelp 38 <sub name="globals" link="libxml-globals.html"/>
    [all...]
  /external/opencv3/3rdparty/jinja2/
loaders.py 100 def load(self, environment, name, globals=None):
108 if globals is None:
109 globals = {}
135 globals, uptodate)
349 def load(self, environment, name, globals=None):
392 def load(self, environment, name, globals=None):
395 return loader.load(environment, name, globals)
456 def load(self, environment, name, globals=None):
471 environment, mod.__dict__, globals)

Completed in 1254 milliseconds

<<11121314151617181920>>