Searched refs:Globals (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_globals.cpp15 Globals* g_globals = NULL;
18 void CreateGlobalsInstance() { g_globals = new Globals(); }
22 Globals::Globals() : search_paths_(), rdebug_() { function in class:crazy::Globals
27 Globals::~Globals() { pthread_mutex_destroy(&lock_); }
29 Globals* Globals::Get() {
H A Dcrazy_linker_globals_unittest.cpp13 TEST(Globals, Get) {
15 ASSERT_TRUE(Globals::Get());
16 ASSERT_TRUE(Globals::GetLibraries());
17 ASSERT_TRUE(Globals::GetSearchPaths());
18 ASSERT_TRUE(Globals::GetRDebug());
H A Dcrazy_linker_globals.h19 class Globals { class in namespace:crazy
21 Globals();
22 ~Globals();
28 static Globals* Get();
46 ScopedGlobalLock() { Globals::Get()->Lock(); }
48 ~ScopedGlobalLock() { Globals::Get()->Unlock(); }
H A Dcrazy_linker_wrappers.cpp77 LibraryList* lib_list = Globals::GetLibraries();
83 Globals::GetSearchPaths(),
99 Globals::GetLibraries()->AddLibrary(wrap_lib);
148 LibraryList* lib_list = Globals::GetLibraries();
169 LibraryList* lib_list = Globals::GetLibraries();
202 LibraryList* lib_list = Globals::GetLibraries();
217 LibraryList* list = Globals::GetLibraries();
230 LibraryList* list = Globals::GetLibraries();
H A Dcrazy_linker_api.cpp22 using crazy::Globals;
166 crazy::Globals::GetRDebug()->SetDelayedCallbackPoster(&PostFromContext,
176 crazy::Globals::GetRDebug()->SetDelayedCallbackPoster(NULL, NULL);
203 crazy::Globals::GetLibraries()->LoadLibrary(lib_name,
217 crazy::Globals::GetLibraries()->UnloadLibrary(wrap);
234 crazy::Globals::GetLibraries()->LoadLibraryInZipFile(
249 crazy::Globals::GetLibraries()->UnloadLibrary(wrap);
333 Globals::GetLibraries()->FindLibraryByName(library_name);
364 LibraryView* wrap = Globals::GetLibraries()->FindLibraryForAddress(address);
386 Globals
[all...]
H A Dcrazy_linker_library_view.cpp32 LibraryList* lib_list = Globals::GetLibraries();
H A Dcrazy_linker_library_list.cpp215 Globals::GetRDebug()->DelEntry(&lib->link_map_);
349 Globals::GetRDebug()->AddEntry(&lib->link_map_);
H A Dcrazy_linker_shared_library.cpp295 reinterpret_cast<uintptr_t>(Globals::GetRDebug()->GetAddress());
357 reinterpret_cast<ELF::Addr>(Globals::GetRDebug()->GetAddress());
/external/clang/test/CodeGen/
H A D2003-06-26-CFECrash.c8 typedef struct Globals { struct
/external/llvm/lib/CodeGen/
H A DGlobalMerge.cpp97 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals,
143 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, argument
154 std::stable_sort(Globals.begin(), Globals.end(),
164 assert(Globals.size() > 1);
173 for (size_t i = 0, e = Globals.size(); i != e; ) {
182 Type *Ty = Globals[j]->getType()->getElementType();
188 Inits.push_back(Globals[j]->getInitializer());
190 if (Globals[j]->hasExternalLinkage() && !HasExternal) {
192 TheFirstExternal = Globals[
[all...]
/external/chromium_org/chrome/browser/
H A Dio_thread.h91 struct Globals { struct in class:IOThread
114 explicit SystemRequestContextLeakChecker(Globals* globals);
118 Globals* const globals_;
121 Globals();
122 ~Globals();
222 Globals* globals();
224 // Allows overriding Globals in tests where IOThread::Init() and
227 void SetGlobalsForTesting(Globals* globals);
265 const Globals& globals,
293 Globals* global
[all...]
H A Dio_thread.cc235 // See IOThread::Globals for details.
237 ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
267 ConstructSystemRequestContext(IOThread::Globals* globals,
415 IOThread::Globals::
417 Globals* globals)
422 IOThread::Globals::
428 IOThread::Globals::Globals() function in class:IOThread::Globals
437 IOThread::Globals::~Globals() {}
[all...]
H A Dio_thread_unittest.cc23 IOThread::Globals* globals) {
29 const IOThread::Globals& globals,
35 IOThread::Globals* globals) {
56 IOThread::Globals globals_;
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view.h148 struct Globals { struct
170 extern Globals globals;
/external/llvm/lib/IR/
H A DAndroid.mk23 Globals.cpp \
/external/chromium_org/chrome/test/base/
H A Dtesting_io_thread_state.cc84 io_thread_state_->SetGlobalsForTesting(new IOThread::Globals());
/external/nanopb-c/generator/
H A Dnanopb_generator.py907 class Globals: class in inherits:
920 for namemask, options in Globals.separate_options:
922 Globals.matched_namemasks.add(namemask)
941 if Globals.verbose_options:
1013 Globals.separate_options = read_options_file(open(optfilename, "rU"))
1015 Globals.separate_options = []
1016 Globals.matched_namemasks = set()
1040 unmatched = [n for n,o in Globals.separate_options if n not in Globals.matched_namemasks]
1044 if not Globals
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc209 IOThread::Globals* const io_thread_globals = io_thread->globals();
294 IOThread::Globals* const io_thread_globals = io_thread->globals();
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DSDL_syscdrom.c28 #pragma mark -- Globals --
H A DCDPlayer.c51 Globals
54 #pragma mark -- Globals --
/external/chromium_org/chrome/browser/net/
H A Ddns_probe_browsertest.cc358 IOThread::Globals* globals = io_thread_->globals();
375 IOThread::Globals* globals = io_thread_->globals();
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp67 DenseSet<const GlobalVariable *> &Globals) {
69 Globals.insert(GV);
73 DiscoverDependentGlobals(U->getOperand(i), Globals);
1196 SmallVector<const GlobalVariable *, 8> Globals; local
1203 VisitGlobalVariableForEmission(I, Globals, GVVisited, GVVisiting);
1210 for (unsigned i = 0, e = Globals.size(); i != e; ++i)
1211 printModuleLevelGV(Globals[i], OS2);
66 DiscoverDependentGlobals(const Value *V, DenseSet<const GlobalVariable *> &Globals) argument
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_proj.sh508 tag Globals
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh571 tag Globals
/external/mdnsresponder/mDNSPosix/
H A DResponder.c45 #pragma mark ***** Globals

Completed in 8908 milliseconds

12