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

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decorators.py 27 def dbcheck(exprstr, globals=None, locals=None):
32 if not eval(expr, globals, locals):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 462 def __init__(self, expr, locals, globals, lineno=None):
465 self.globals = globals
472 children.append(self.globals)
480 if self.globals is not None:
481 nodelist.append(self.globals)
485 return "Exec(%s, %s, %s)" % (repr(self.expr), repr(self.locals), repr(self.globals))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dumbdbm.py 40 # and if that occurs at program shutdown time, module globals may
43 # here, and _commit() must not reference any globals.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 252 # This function may be called after this module's globals are
293 # module's globals are destroyed.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decorators.py 27 def dbcheck(exprstr, globals=None, locals=None):
32 if not eval(expr, globals, locals):
  /toolchain/binutils/binutils-2.25/binutils/
mclex.c 36 /* Exported globals. */
41 /* Local globals. */
  /external/boringssl/src/crypto/perlasm/
x86_64-xlate.pl 97 my %globals;
236 $self->{label} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
356 my $func = ($globals{$self->{value}} or $self->{value}) . ":";
415 $self->{value} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
459 && do { $globals{$line} = $prefix . $line;
460 $line = $globals{$line} if ($prefix);
469 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
473 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
486 && do { $line =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
503 $self->{value} = ".def\t" . ($globals{$1} or $1) . ";\t"
    [all...]
  /external/libxml2/doc/
APIconstructors.html 169 <a href="html/libxml-globals.html#xmlThrDefBufferAllocScheme">xmlThrDefBufferAllocScheme</a><br />
274 </p><h2>Type xmlDeregisterNodeFunc:</h2><p><a href="html/libxml-globals.html#xmlDeregisterNodeDefault">xmlDeregisterNodeDefault</a><br />
275 <a href="html/libxml-globals.html#xmlThrDefDeregisterNodeDefault">xmlThrDefDeregisterNodeDefault</a><br />
    [all...]
APIsymbols.html     [all...]
libxml2-refs.xml     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 70 DenseSet<const GlobalVariable *> &Globals) {
72 Globals.insert(GV);
76 DiscoverDependentGlobals(U->getOperand(i), Globals);
861 // As ptxas does not support forward references of globals, we need to first
862 // sort the list of module-level globals in def-use order. We visit each
864 // globals. We use a little extra memory maintaining both a set and a list to
866 SmallVector<const GlobalVariable *, 8> Globals;
871 for (const GlobalVariable &I : M.globals())
872 VisitGlobalVariableForEmission(&I, Globals, GVVisited, GVVisiting);
879 for (unsigned i = 0, e = Globals.size(); i != e; ++i
    [all...]
  /external/libmpeg2/decoder/
impeg2d_api_main.c 136 /* Globals : None */
189 /* Globals : None */
404 /* Globals : */
672 /* Globals : <Does it use any global variables?> */
731 /* Globals : <Does it use any global variables?> */
    [all...]
  /external/libxml2/doc/devhelp/
libxml2.devhelp 17 <sub name="globals" link="libxml2-globals.html"/>
    [all...]
  /art/compiler/driver/
compiler_options.h 26 #include "globals.h"
  /art/compiler/utils/
assembler.cc 42 #include "globals.h"
  /art/runtime/arch/mips/
fault_handler_mips.cc 22 #include "globals.h"
  /art/runtime/arch/mips64/
fault_handler_mips64.cc 22 #include "globals.h"
  /art/runtime/base/
scoped_arena_allocator.h 22 #include "globals.h"
  /art/runtime/
common_runtime_test.h 27 #include "globals.h"
java_vm_ext.h 175 // Return true if self can currently access weak globals.
  /art/runtime/gc/accounting/
bitmap.h 27 #include "globals.h"
card_table.h 23 #include "globals.h"
mod_union_table.h 23 #include "globals.h"
space_bitmap_test.cc 23 #include "globals.h"
  /art/runtime/gc/space/
image_space_fs.h 27 #include "globals.h"

Completed in 1259 milliseconds

<<31323334353637383940>>