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

1 23 4 5 6 7 8 91011>>

  /external/protobuf/gtest/xcode/Config/
StaticLibraryTarget.xcconfig 13 // Static libs should not have their internal globals or external symbols
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 53 The globals from the __main__ module are used as both the
54 globals and locals for the script.
60 def runctx(self, cmd, globals, locals):
67 self._prof.runcode(code, globals, locals)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 53 The globals from the __main__ module are used as both the
54 globals and locals for the script.
60 def runctx(self, cmd, globals, locals):
67 self._prof.runcode(code, globals, locals)
  /external/chromium/chrome/browser/
io_thread.cc 200 ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
205 context->set_host_resolver(globals->host_resolver.get());
206 context->set_cert_verifier(globals->cert_verifier.get());
207 context->set_dnsrr_resolver(globals->dnsrr_resolver.get());
209 globals->http_auth_handler_factory.get());
210 context->set_proxy_service(globals->proxy_script_fetcher_proxy_service.get());
212 globals->proxy_script_fetcher_http_transaction_factory.get());
214 globals->proxy_script_fetcher_ftp_transaction_factory.get());
217 context->set_network_delegate(globals->system_network_delegate.get())
328 IOThread::Globals* IOThread::globals() { function in class:IOThread
    [all...]
  /external/chromium_org/chrome/browser/
io_thread.cc 206 // See IOThread::Globals for details.
208 ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
212 context->set_host_resolver(globals->host_resolver.get());
213 context->set_cert_verifier(globals->cert_verifier.get());
215 globals->transport_security_state.get());
217 globals->cert_transparency_verifier.get());
219 globals->http_auth_handler_factory.get());
220 context->set_proxy_service(globals->proxy_script_fetcher_proxy_service.get());
222 globals->proxy_script_fetcher_http_transaction_factory.get())
470 IOThread::Globals* IOThread::globals() { function in class:IOThread
    [all...]
io_thread.h 79 struct Globals {
102 explicit SystemRequestContextLeakChecker(Globals* globals);
106 Globals* const globals_;
109 Globals();
110 ~Globals();
191 Globals* globals();
193 // Allows overriding Globals in tests where IOThread::Init() and
196 void SetGlobalsForTesting(Globals* globals)
    [all...]
  /external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.cc 71 PluginGlobals* globals = PluginGlobals::Get();
73 base::ThreadLocalStorage::Slot* slot = globals->msg_loop_slot();
76 globals->set_msg_loop_slot(slot);
150 PluginGlobals* globals = PluginGlobals::Get(); local
151 if (!globals->msg_loop_slot())
154 globals->msg_loop_slot()->Get());
169 PluginGlobals* globals = PluginGlobals::Get(); local
170 if (!globals->msg_loop_slot())
172 return static_cast<const void*>(globals->msg_loop_slot()->Get()) ==
  /external/chromium_org/chrome/test/base/
testing_io_thread_state.cc 86 io_thread_state_->SetGlobalsForTesting(new IOThread::Globals());
87 io_thread_state_->globals()->network_time_notifier.reset(
97 delete io_thread_state_->globals();
  /external/chromium_org/tools/perf/page_sets/
PRESUBMIT.py 11 if 'cloud_storage' not in globals():
19 globals()['cloud_storage'] = cloud_storage
23 return globals()['cloud_storage']
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 10 // This transform is designed to eliminate unreachable internal globals from the
11 // program. It uses an aggressive algorithm, searching out globals that are
12 // known to be alive. After it finds all of the globals which are needed, it
65 // Loop over the module, adding globals which are obviously necessary.
77 // Externally visible & appending globals are needed, if they have an
92 // Now that all globals which are needed are in the AliveGlobals set, we loop
97 std::vector<GlobalVariable*> DeadGlobalVars; // Keep track of dead globals
101 DeadGlobalVars.push_back(I); // Keep track of dead globals
109 DeadFunctions.push_back(I); // Keep track of dead globals
179 // any globals used will be marked as needed
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
globals_enum.html 21 <li class="current"><a href="globals.html"><span>Globals</span></a></li>
27 <li><a href="globals.html"><span>All</span></a></li>
  /dalvik/vm/
README.txt 11 defined in Globals.h, so that all global VM state is in one place.
  /external/chromium_org/chrome/browser/resources/google_now/
background_test_util.js 5 // Mocks for globals needed for loading background.js.
  /external/chromium_org/ppapi/c/documentation/
removefilesC.sh 13 rm globals.html
  /external/chromium_org/ppapi/cpp/documentation/
removefilesCPP.sh 13 rm globals*.*
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
nacl.scons 13 # internal_utils.cc - implements internal helper functions and globals.
  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.cpp 24 // Returns the shared globals
32 // Returns the TLS globals (if set), or the shared globals
447 SkGlyphCache_Globals& globals = getGlobals(); local
448 SkAutoMutexAcquire ac(globals.fMutex);
451 globals.validate();
453 for (cache = globals.internalGetHead(); cache != NULL; cache = cache->fNext) {
459 globals.validate();
477 SkGlyphCache_Globals& globals = getGlobals(); local
478 SkAutoMutexAcquire ac(globals.fMutex)
    [all...]
  /external/chromium_org/tools/site_compare/scrapers/
__init__.py 24 package = __import__(browser[0], globals(), locals(), [''])
  /external/chromium_org/tools/site_compare/scrapers/chrome/
__init__.py 31 return __import__(scraper_version, globals(), locals(), [''])
  /external/chromium_org/tools/site_compare/scrapers/firefox/
__init__.py 23 return __import__("firefox2", globals(), locals(), [''])
  /external/chromium_org/tools/site_compare/scrapers/ie/
__init__.py 23 return __import__("ie7", globals(), locals(), [''])
  /external/clang/test/Analysis/
traversal-path-unification.c 22 // The effects of a() and b() are identical (they both invalidate globals).
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
use_globals_initialized.cc 1 // Test that initialized globals are included in the root set.
use_globals_uninitialized.cc 1 // Test that uninitialized globals are included in the root set.
  /external/llvm/lib/IR/
CMakeLists.txt 17 Globals.cpp

Completed in 659 milliseconds

1 23 4 5 6 7 8 91011>>