HomeSort by relevance Sort by last modified time
    Searched full:globals (Results 726 - 750 of 1774) sorted by null

<<21222324252627282930>>

  /external/valgrind/main/coregrind/
m_clientstate.c 40 /*--- Basic globals about the address space. ---*/
pub_core_clientstate.h 43 // Address space globals
  /hardware/invensense/60xx/mlsdk/mllite/
ml_mputest.c 58 Globals
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp 25 // shared libray. The globals holding the current terminate handler and
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.py 153 # Finally, globals.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.py 153 # Finally, globals.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h 2 ** pymactoolbox.h - globals defined in mactoolboxglue.c
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
hashlib.py 139 globals()[__func_name] = __get_hash(__func_name)
rlcompleter.py 3 The completer completes keywords, built-ins and globals in a selectable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 65 module = __import__(moduleName, globals(), {}, ['<silly>'])
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h 2 ** pymactoolbox.h - globals defined in mactoolboxglue.c
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
hashlib.py 139 globals()[__func_name] = __get_hash(__func_name)
rlcompleter.py 3 The completer completes keywords, built-ins and globals in a selectable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 65 module = __import__(moduleName, globals(), {}, ['<silly>'])
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 70 DenseSet<const GlobalVariable *> &Globals) {
72 Globals.insert(GV);
76 DiscoverDependentGlobals(U->getOperand(i), Globals);
906 // As ptxas does not support forward references of globals, we need to first
907 // sort the list of module-level globals in def-use order. We visit each
909 // globals. We use a little extra memory maintaining both a set and a list to
911 SmallVector<const GlobalVariable *, 8> Globals;
918 VisitGlobalVariableForEmission(I, Globals, GVVisited, GVVisiting);
925 for (unsigned i = 0, e = Globals.size(); i != e; ++i)
926 printModuleLevelGV(Globals[i], OS2)
    [all...]
  /art/runtime/
jni_internal.cc 836 // Check for null after decoding the object to handle cleared weak globals.
841 IndirectReferenceTable& globals = vm->globals; local
843 IndirectRef ref = globals.Add(IRT_FIRST_SEGMENT, decoded_obj);
852 IndirectReferenceTable& globals = vm->globals; local
856 if (!globals.Remove(IRT_FIRST_SEGMENT, obj)) {
877 // Check for null after decoding the object to handle cleared weak globals.
    [all...]
  /external/antlr/antlr-3.4/runtime/C/
C.vcproj 1037 <Globals>
1042 </Globals>
Cvs2005.vcproj 1061 <Globals>
1066 </Globals>
  /external/chromium_org/third_party/libxml/src/win32/
Makefile.bcb 125 $(XML_INTDIR)\globals.obj\
170 $(XML_INTDIR_A)\globals.obj\
Makefile.mingw 115 $(XML_INTDIR)/globals.o\
162 $(XML_INTDIR_A)/globals.o\
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/modules/
modules.vcproj 614 <Globals>
615 </Globals>
  /external/libogg/win32/VS2005/
libogg_dynamic.vcproj 228 <Globals>
229 </Globals>
libogg_static.vcproj 216 <Globals>
217 </Globals>
  /external/libogg/win32/VS2008/
libogg_dynamic.vcproj 224 <Globals>
225 </Globals>
libogg_static.vcproj 819 <Globals>
820 </Globals>

Completed in 379 milliseconds

<<21222324252627282930>>