HomeSort by relevance Sort by last modified time
    Searched refs:globals (Results 176 - 200 of 430) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/jinja2/
debug.py 220 # assamble fake globals we need
221 globals = {
258 exec(code, globals, locals)
ext.py 169 environment.globals['_'] = _gettext_alias
201 self.environment.globals.update(
208 self.environment.globals.pop(key, None)
sandbox.py 264 self.globals['range'] = safe_range
  /external/chromium_org/v8/test/mjsunit/compiler/
globals.js 67 // Test simple assignment to non-deletable and deletable globals.
  /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/test/
test_decorators.py 27 def dbcheck(exprstr, globals=None, locals=None):
32 if not eval(expr, globals, locals):
  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc 73 struct Globals {
77 } globals; variable in typeref:struct:Globals
535 globals.previous_state =
    [all...]
settings_handler.cc 144 HWND chrome_window = globals.host_windows.front().first;
  /external/lldb/test/pexpect-2.4/examples/
rippy.py 293 print globals()['__doc__']
294 print 'version:', globals()['__version__']
372 if func in globals():
373 func = globals()[func]
    [all...]
  /external/chromium_org/third_party/libxml/src/win32/
Makefile 110 $(XML_INTDIR)\globals.obj\
155 $(XML_INTDIR_A)\globals.obj\
200 $(XML_INTDIR_A_DLL)\globals.obj\
  /external/chromium_org/remoting/tools/build/
remoting_localize.py 26 Globals:
703 env.globals['IsRtlLanguage'] = IsRtlLanguage
704 env.globals['SelectLanguage'] = message_map.MakeSelectLanguage()
  /external/chromium_org/v8/test/mjsunit/
global-load-from-eval.js 61 // Test loading of globals from deeply nested eval. This code is a
  /external/llvm/include/llvm/IR/
Module.h 107 /// list of globals variables, a list of functions, a list of libraries (or
484 /// @name Direct access to the globals list, functions list, and symbol table
534 iterator_range<global_iterator> globals() { function in class:llvm::Module
537 iterator_range<const_global_iterator> globals() const { function in class:llvm::Module
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 99 print >> sys.stderr, __doc__ % globals()
530 mod = __import__(classname[:lastdot], globals(), locals(), [""])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 99 print >> sys.stderr, __doc__ % globals()
530 mod = __import__(classname[:lastdot], globals(), locals(), [""])
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 99 print >> sys.stderr, __doc__ % globals()
530 mod = __import__(classname[:lastdot], globals(), locals(), [""])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 99 print >> sys.stderr, __doc__ % globals()
530 mod = __import__(classname[:lastdot], globals(), locals(), [""])
  /art/compiler/sea_ir/ir/
sea.cc 293 // The set @globals records registers whose use
295 std::set<int> globals; local
306 globals.insert(used_reg);
321 for (std::set<int>::const_iterator globals_it = globals.begin();
322 globals_it != globals.end(); globals_it++) {
  /cts/suite/audio_quality/test_description/
processing_main.py 116 output = globals()[self.functionName](inputData, inputTypes)
  /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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.m 227 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:1: prog : globals ( method )* ;
234 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:5: ( globals ( method )* ) // ruleBlockSingleAlt
235 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:9: globals ( method )* // alt
238 [self globals];
284 * $ANTLR start globals
285 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:28:1: globals : ( decl )* ;
287 - (void) globals
331 NSLog(@"globals: %@", /* scopeAttributeRef */
350 /* $ANTLR end globals */
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlIO.h 117 #include <libxml/globals.h>
  /external/chromium_org/third_party/libxml/src/
testHTML.c 38 #include <libxml/globals.h>
xmlmodule.c 18 #include <libxml/globals.h>
  /external/chromium_org/third_party/pexpect/
FSM.py 332 parser = optparse.OptionParser(formatter=optparse.TitledHelpFormatter(), usage=globals()['__doc__'], version='$Id: FSM.py 533 2012-10-20 02:19:33Z noah $')

Completed in 917 milliseconds

1 2 3 4 5 6 78 91011>>