HomeSort by relevance Sort by last modified time
    Searched full:globals (Results 151 - 175 of 1759) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/blktrace/btt/
trace_requeue.c 21 #include "globals.h"
  /external/chromium_org/third_party/libxml/src/include/libxml/
threads.h 35 #include <libxml/globals.h>
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
substr.c 3 #include "tools/re2c/globals.h"
  /external/compiler-rt/lib/asan/
asan_flags.h 42 // Controls the way to handle globals (0 - don't detect buffer overflow
43 // on globals, 1 - detect buffer overflow, 2 - print data about registered
44 // globals).
106 // If true, assume that dynamic initializers can never access globals from
asan_interface_internal.h 48 // 'globals' is an array of structures describing 'n' globals.
49 void __asan_register_globals(__asan_global *globals, uptr n)
51 void __asan_unregister_globals(__asan_global *globals, uptr n)
  /external/freetype/src/autofit/
afloader.h 42 AF_FaceGlobals globals; member in struct:AF_LoaderRec_
afpic.h 75 ( GET_PIC( FT_FACE_LIBRARY( globals->face ) )->af_script_classes )
  /external/libxml2/include/libxml/
threads.h 35 #include <libxml/globals.h>
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.h 38 // TODO: Classify globals as mips wishes.
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.h 21 // TODO: Classify globals as xcore wishes.
  /external/llvm/test/CodeGen/NVPTX/
global-ordering.ll 4 ; Make sure we emit these globals in def-use order
  /external/llvm/test/Instrumentation/AddressSanitizer/
do-not-instrument-internal-globals.ll 1 ; This test checks that we are not instrumenting globals
  /external/llvm/test/Transforms/ConstantMerge/
dont-merge.ll 32 ; PR8144 - Don't merge globals marked attribute(used)
  /external/llvm/test/Transforms/GlobalOpt/
memset.ll 1 ; both globals are write only, delete them.
  /external/qemu/android/protocol/
user-events-protocol.h 20 #include "android/globals.h"
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_static_globals.java 27 super(rstc, "Static Globals", ctx);
  /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
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 1675 SubtreeGlobals<Layer> globals; local
1736 SubtreeGlobals<LayerImpl> globals; local
    [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/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/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 1 //===- GlobalsModRef.cpp - Simple Mod/Ref Analysis for Globals ------------===//
49 /// GlobalInfo - Maintain mod/ref info for all of the globals without
75 /// NonAddressTakenGlobals - The globals that do not have their addresses
87 /// FunctionInfo - For each function, keep track of what globals are
99 AnalyzeGlobals(M); // find non-addr taken globals
190 "globalsmodref-aa", "Simple mod/ref analysis for globals",
194 "globalsmodref-aa", "Simple mod/ref analysis for globals",
299 /// heap memory: that is, all initializers of the globals are allocations, and
359 /// AnalyzeCallGraph - At this point, we know the functions where globals are
373 // function records (may have been created when scanning globals)
    [all...]

Completed in 1524 milliseconds

1 2 3 4 5 67 8 91011>>