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

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_hotshot.so 
  /external/clang/docs/
AddressSanitizer.rst 15 * Out-of-bounds accesses to heap, stack and globals
131 when initialization of globals defined in one translation unit uses
132 globals defined in another translation unit. To enable this check at runtime,
212 suppress error reports for out-of-bound access to globals with certain
230 # Disable initialization-order checks for globals:
  /external/libxml2/vms/
build_libxml.com 53 $ sources = sources + " catalog.c globals.c threads.c c14n.c xmlstring.c"
92 $ globfile = f$search("[-...]globals.c")
95 $ write sys$output "Can't locate globals.c. You need to manually define a XML_SRCDIR logical"
109 $ globfile = f$search("[-...]globals.h")
112 $ write sys$output "Can't locate globals.h. You need to manually define a LIBXML logical"
  /external/toybox/scripts/
make.sh 196 DATA="$(sed -n -e '/^GLOBALS(/,/^)/b got;b;:got' \
197 -e 's/^GLOBALS(/struct '"$NAME"'_data {/' \
204 if isnewer generated/globals.h toys
206 echo -n "generated/globals.h "
215 ) > generated/globals.h
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 78 // globals have been read. Rather than awkwardly modeling this behaviour
82 for (const GlobalVariable &G : M.globals())
108 for (const GlobalVariable &G : M.globals())
162 // Moreover, initializers of GlobalValues are set *after* all the globals
256 // Visit globals last, since the module-level use-list block will be seen
258 for (const GlobalVariable &G : M.globals())
264 for (const GlobalVariable &G : M.globals())
289 for (const GlobalVariable &GV : M.globals())
306 for (const GlobalVariable &GV : M.globals())
583 // Initializers for globals are handled explicitly elsewhere
    [all...]
  /external/libavc/common/
ih264_deblk_edge_filters.c 86 /* Globals : None */
206 /* Globals : None */
329 /* Globals : None */
419 /* Globals : None */
518 /* Globals : None */
634 /* Globals : None */
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 133 /// Process globals so that they can be used in ThinLTO. This includes
135 /// thin lto imported globals and converting strong external globals to
502 // external globals, we aren't adding anything.
565 return emitError("Linking globals named '" + Src.getName() +
670 for (GlobalVariable &GV : SrcM.globals())
690 for (GlobalVariable &GV : SrcM.globals())
702 // Insert all of the globals in src into the DstM module... without linking
704 for (GlobalVariable &GV : SrcM.globals())
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1objs.c 104 PSH_Globals globals; local
109 &face->type1.private_dict, &globals );
111 size->root.internal = (FT_Size_Internal)(void*)globals;
  /external/libmpeg2/decoder/
impeg2d_debug.c 430 /* Globals : <Does it use any global variables?> */
462 /* Globals : <Does it use any global variables?> */
490 /* Globals : <Does it use any global variables?> */
  /external/mdnsresponder/mDNSPosix/
ProxyResponder.c 38 // Globals
39 static mDNS mDNSStorage; // mDNS core uses this to store its globals
40 static mDNS_PlatformSupport PlatformStorage; // Stores this platform's globals
  /external/nanopb-c/generator/
nanopb_generator.py     [all...]
  /external/opencv3/3rdparty/jinja2/
debug.py 220 # assamble fake globals we need
221 globals = {
258 exec(code, globals, locals)
  /external/pdfium/third_party/freetype/src/type1/
t1objs.c 104 PSH_Globals globals; local
109 &face->type1.private_dict, &globals );
111 size->root.internal = (FT_Size_Internal)(void*)globals;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pdb.py 224 globals = self.curframe.f_globals
234 exec code in globals, locals
479 # to "no globals" if there is no current frame
714 globals = self.curframe.f_globals
719 sys.call_tracing(p.run, (arg, globals, locals))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pdb.py 224 globals = self.curframe.f_globals
234 exec code in globals, locals
479 # to "no globals" if there is no current frame
714 globals = self.curframe.f_globals
719 sys.call_tracing(p.run, (arg, globals, locals))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 224 globals = self.curframe.f_globals
234 exec code in globals, locals
479 # to "no globals" if there is no current frame
714 globals = self.curframe.f_globals
719 sys.call_tracing(p.run, (arg, globals, locals))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 224 globals = self.curframe.f_globals
234 exec code in globals, locals
479 # to "no globals" if there is no current frame
714 globals = self.curframe.f_globals
719 sys.call_tracing(p.run, (arg, globals, locals))
    [all...]
  /external/libavc/test/decoder/
main.c 369 /* Globals : */
403 /* Globals : */
481 /* Globals : */
536 /* Globals : */
586 /* Globals : */
637 /* Globals : */
687 /* Globals : */
742 /* Globals : */
    [all...]
  /external/libhevc/test/decoder/
main.c 362 /* Globals : */
396 /* Globals : */
474 /* Globals : */
527 /* Globals : */
577 /* Globals : */
628 /* Globals : */
678 /* Globals : */
733 /* Globals : */
    [all...]
  /external/libmpeg2/test/decoder/
main.c 379 /* Globals : */
413 /* Globals : */
486 /* Globals : */
545 /* Globals : */
595 /* Globals : */
646 /* Globals : */
696 /* Globals : */
751 /* Globals : */
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/
mocha.js     [all...]
  /art/compiler/utils/x86/
constants_x86.h 25 #include "globals.h"
  /art/compiler/utils/x86_64/
constants_x86_64.h 25 #include "globals.h"
  /art/runtime/arch/
instruction_set.cc 21 #include "globals.h"
  /art/runtime/base/
debug_stack.h 22 #include "globals.h"

Completed in 2141 milliseconds

<<21222324252627282930>>