Searched refs:globals (Results 1 - 25 of 289) sorted by relevance

1234567891011>>

/external/chromium_org/tools/site_compare/drivers/
H A D__init__.py11 keyboard = __import__(platform_dir+".keyboard", globals(), locals(), [''])
12 mouse = __import__(platform_dir+".mouse", globals(), locals(), [''])
13 windowing = __import__(platform_dir+".windowing", globals(), locals(), [''])
/external/chromium_org/tools/site_compare/operators/
H A D__init__.py21 module = __import__(operator, globals(), locals(), [''])
/external/chromium_org/tools/site_compare/scrapers/firefox/
H A D__init__.py23 return __import__("firefox2", globals(), locals(), [''])
/external/chromium_org/tools/site_compare/scrapers/ie/
H A D__init__.py23 return __import__("ie7", globals(), locals(), [''])
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafglobal.c56 af_face_globals_compute_script_coverage( AF_FaceGlobals globals )
59 FT_Face face = globals->face;
61 FT_Byte* gscripts = globals->glyph_scripts;
67 FT_MEM_SET( globals->glyph_scripts,
69 globals->glyph_count );
105 gindex < (FT_ULong)globals->glyph_count &&
116 if ( gindex < (FT_ULong)globals->glyph_count &&
129 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count )
138 if ( globals->module->fallback_script != AF_SCRIPT_NONE )
143 for ( nn = 0; nn < globals
165 AF_FaceGlobals globals = NULL; local
[all...]
H A Dafmodule.c54 AF_FaceGlobals globals; local
60 globals = (AF_FaceGlobals)face->autohint.data;
61 if ( !globals )
65 error = af_face_globals_new( face, &globals, module );
69 (FT_Pointer)globals;
76 *aglobals = globals;
103 AF_FaceGlobals globals; local
106 error = af_property_get_face_globals( prop->face, &globals, module );
108 globals->increase_x_height = prop->limit;
132 AF_FaceGlobals globals; local
153 AF_FaceGlobals globals; local
[all...]
H A Dafglobal.h32 * Default values and flags for both autofitter globals (found in
33 * AF_ModuleRec) and face globals (in AF_FaceGlobalsRec).
89 af_face_globals_get_metrics( AF_FaceGlobals globals,
95 af_face_globals_free( AF_FaceGlobals globals ); variable
98 af_face_globals_is_digit( AF_FaceGlobals globals,
/external/freetype/src/autofit/
H A Dafglobal.c133 af_face_globals_compute_style_coverage( AF_FaceGlobals globals )
136 FT_Face face = globals->face;
138 FT_Byte* gstyles = globals->glyph_styles;
145 FT_MEM_SET( globals->glyph_styles,
147 globals->glyph_count );
180 globals->module->default_script )
194 gindex < (FT_ULong)globals->glyph_count &&
205 if ( gindex < (FT_ULong)globals->glyph_count &&
214 af_get_coverage( globals, style_class, gstyles );
219 af_get_coverage( globals, AF_STYLE_CLASSES_GE
312 AF_FaceGlobals globals = NULL; local
[all...]
H A Dafmodule.c54 AF_FaceGlobals globals; local
60 globals = (AF_FaceGlobals)face->autohint.data;
61 if ( !globals )
65 error = af_face_globals_new( face, &globals, module );
69 (FT_Pointer)globals;
76 *aglobals = globals;
135 AF_FaceGlobals globals; local
138 error = af_property_get_face_globals( prop->face, &globals, module );
140 globals->increase_x_height = prop->limit;
165 AF_FaceGlobals globals; local
197 AF_FaceGlobals globals; local
[all...]
/external/libcxxabi/src/
H A Dcxa_exception.cpp225 __cxa_eh_globals *globals = __cxa_get_globals(); local
234 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local
279 __cxa_eh_globals* globals = __cxa_get_globals(); local
287 exception_header->nextPropagatingException = globals->propagatingExceptions;
288 globals->propagatingExceptions = exception_header;
296 if (NULL != globals->propagatingExceptions)
298 globals->propagatingExceptions = exception_header;
317 __cxa_eh_globals* globals = __cxa_get_globals(); local
318 __cxa_exception* exception_header = globals
392 __cxa_eh_globals* globals = __cxa_get_globals(); local
461 __cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_catch local
527 __cxa_eh_globals *globals = __cxa_get_globals_fast(); local
554 __cxa_eh_globals* globals = __cxa_get_globals(); local
645 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
718 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dcontextual-calls.js29 globals = [Realm.global(0), Realm.global(1)];
57 assertSame(globals[0], Realm.shared.results[0]);
59 assertSame(globals[i], Realm.shared.results[2]);
60 assertSame(globals[i], Realm.shared.results[3]);
66 assertSame(globals[0], Realm.eval(realms[i],'return_this.apply()')) ;
68 assertSame(globals[0], Realm.eval(realms[i],'return_this.apply(null)')) ;
71 assertSame(globals[0], Realm.eval(realms[i],'return_this.call()')) ;
73 assertSame(globals[0], Realm.eval(realms[i],'return_this.call(null)')) ;
79 assertSame(globals[0], return_this());
/external/libcxx/test/utilities/memory/default.allocator/allocator.globals/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/default.allocator/allocator.globals/Android.mk
19 test_name := utilities/memory/default.allocator/allocator.globals/eq
/external/chromium_org/third_party/skia/src/views/
H A DSkEvent.cpp305 SkEvent_Globals& globals = getGlobals(); local
307 globals.fEventMutex.acquire();
309 globals.fEventMutex.release();
323 SkEvent_Globals& globals = getGlobals(); local
325 globals.fEventMutex.acquire();
327 globals.fEventMutex.release();
336 SkEvent_Globals& globals = getGlobals(); local
341 bool wasEmpty = globals.fEventQHead == NULL;
343 if (globals.fEventQTail)
344 globals
356 SkEvent_Globals& globals = getGlobals(); local
374 SkEvent_Globals& globals = getGlobals(); local
385 SkEvent_Globals& globals = getGlobals(); local
434 SkEvent_Globals& globals = getGlobals(); local
474 SkEvent_Globals& globals = getGlobals(); local
493 SkEvent_Globals& globals = getGlobals(); local
[all...]
H A DSkEventSink.cpp36 SkEventSink_Globals& globals = getGlobals(); local
38 globals.fSinkMutex.acquire();
40 fID = ++globals.fNextSinkID;
41 fNextSink = globals.fSinkHead;
42 globals.fSinkHead = this;
44 globals.fSinkMutex.release();
48 SkEventSink_Globals& globals = getGlobals(); local
53 globals.fSinkMutex.acquire();
55 SkEventSink* sink = globals.fSinkHead;
64 globals
[all...]
/external/skia/src/views/
H A DSkEvent.cpp305 SkEvent_Globals& globals = getGlobals(); local
307 globals.fEventMutex.acquire();
309 globals.fEventMutex.release();
323 SkEvent_Globals& globals = getGlobals(); local
325 globals.fEventMutex.acquire();
327 globals.fEventMutex.release();
336 SkEvent_Globals& globals = getGlobals(); local
341 bool wasEmpty = globals.fEventQHead == NULL;
343 if (globals.fEventQTail)
344 globals
356 SkEvent_Globals& globals = getGlobals(); local
374 SkEvent_Globals& globals = getGlobals(); local
385 SkEvent_Globals& globals = getGlobals(); local
434 SkEvent_Globals& globals = getGlobals(); local
474 SkEvent_Globals& globals = getGlobals(); local
493 SkEvent_Globals& globals = getGlobals(); local
[all...]
H A DSkEventSink.cpp36 SkEventSink_Globals& globals = getGlobals(); local
38 globals.fSinkMutex.acquire();
40 fID = ++globals.fNextSinkID;
41 fNextSink = globals.fSinkHead;
42 globals.fSinkHead = this;
44 globals.fSinkMutex.release();
48 SkEventSink_Globals& globals = getGlobals(); local
53 globals.fSinkMutex.acquire();
55 SkEventSink* sink = globals.fSinkHead;
64 globals
[all...]
/external/chromium_org/content/browser/
H A Dbrowser_thread_impl.cc75 // to initialize the globals to create a proxy.
140 BrowserThreadGlobals& globals = g_globals.Get(); local
141 globals.blocking_pool->Shutdown(kMaxNewShutdownBlockingTasks);
154 BrowserThreadGlobals& globals = g_globals.Get(); local
158 reinterpret_cast<AtomicWord*>(&globals.thread_delegates[identifier_]);
263 BrowserThreadGlobals& globals = g_globals.Get(); local
267 reinterpret_cast<AtomicWord*>(&globals.thread_delegates[identifier_]);
277 BrowserThreadGlobals& globals = g_globals.Get(); local
279 base::AutoLock lock(globals.lock);
281 DCHECK(globals
291 BrowserThreadGlobals& globals = g_globals.Get(); local
322 BrowserThreadGlobals& globals = g_globals.Get(); local
391 BrowserThreadGlobals& globals = g_globals.Get(); local
496 BrowserThreadGlobals& globals = g_globals.Get(); local
[all...]
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DBuiltins.c26 PyObject *globals = PyObject_GetAttr($module_cname, PYIDENT("__dict__")); local
27 if (!globals) {
43 if (!PyDict_Contains(globals, name)) {
51 if (PyDict_SetItem(globals, name, value) < 0) {
64 return globals;
65 // d = PyDictProxy_New(globals);
66 // Py_DECREF(globals);
70 Py_XDECREF(globals);
84 PyObject* globals = __Pyx_Globals(); local
85 if (unlikely(!globals))
100 __Pyx_PyExec2(PyObject* o, PyObject* globals) argument
104 __Pyx_PyExec3(PyObject* o, PyObject* globals, PyObject* locals) argument
[all...]
/external/chromium_org/chrome/browser/
H A Dio_thread.cc237 ConstructProxyScriptFetcherContext(IOThread::Globals* globals, argument
241 context->set_host_resolver(globals->host_resolver.get());
242 context->set_cert_verifier(globals->cert_verifier.get());
244 globals->transport_security_state.get());
246 globals->cert_transparency_verifier.get());
248 globals->http_auth_handler_factory.get());
249 context->set_proxy_service(globals->proxy_script_fetcher_proxy_service.get());
251 globals->proxy_script_fetcher_http_transaction_factory.get());
253 globals->proxy_script_fetcher_url_request_job_factory.get());
254 context->set_cookie_store(globals
267 ConstructSystemRequestContext(IOThread::Globals* globals, net::NetLog* net_log) argument
416 SystemRequestContextLeakChecker( Globals* globals) argument
509 IOThread::Globals* IOThread::globals() { function in class:IOThread
514 SetGlobalsForTesting(Globals* globals) argument
831 ConfigureSpdyFromTrial(base::StringPiece spdy_trial_group, Globals* globals) argument
981 InitializeNetworkSessionParamsFromGlobals( const IOThread::Globals& globals, net::HttpNetworkSession::Params* params) argument
1171 ConfigureQuicGlobals( const base::CommandLine& command_line, base::StringPiece quic_trial_group, const VariationParameters& quic_trial_params, IOThread::Globals* globals) argument
[all...]
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view.cc54 struct Globals globals; variable in typeref:struct:Globals
152 if (send_alt_f4_mnemonic && globals.view &&
153 globals.view->core_window_hwnd() == ::GetForegroundWindow()) {
158 globals.view->core_window_hwnd(), &core_window_process_id);
160 globals.appview_msg_loop->PostDelayedTask(
166 globals.app_exit->Exit();
172 ::GetWindowRect(globals.view->core_window_hwnd() , &rect);
234 !globals.host_windows.empty() ? globals.host_windows.front().first : NULL;
247 std::find_if(globals
[all...]
H A Dchrome_url_launch_handler.cc23 globals.is_initial_activation = true;
24 globals.initial_activation_kind = winapp::Activation::ActivationKind_Launch;
76 globals.search_string = search_text;
80 if (!globals.is_initial_activation)
81 InitiateNavigationOrSearchRequest(NULL, globals.search_string.c_str());
92 globals.navigation_url = actual_url;
96 if (!globals.is_initial_activation)
97 InitiateNavigationOrSearchRequest(globals.navigation_url.c_str(), 0);
124 globals.navigation_url = GetUrlFromLaunchArgs(actual_launch_args);
126 << ", url=" << globals
[all...]
/external/chromium_org/tools/site_compare/scrapers/
H A D__init__.py24 package = __import__(browser[0], globals(), locals(), [''])
/external/chromium_org/tools/site_compare/scrapers/chrome/
H A D__init__.py31 return __import__(scraper_version, globals(), locals(), [''])
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshglob.c41 psh_globals_scale_widths( PSH_Globals globals, argument
44 PSH_Dimension dim = &globals->dimension[direction];
619 psh_globals_destroy( PSH_Globals globals )
621 if ( globals )
626 memory = globals->memory;
627 globals->dimension[0].stdw.count = 0;
628 globals->dimension[1].stdw.count = 0;
630 globals->blues.normal_top.count = 0;
631 globals->blues.normal_bottom.count = 0;
632 globals
649 PSH_Globals globals = NULL; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshglob.c41 psh_globals_scale_widths( PSH_Globals globals, argument
44 PSH_Dimension dim = &globals->dimension[direction];
627 psh_globals_destroy( PSH_Globals globals )
629 if ( globals )
634 memory = globals->memory;
635 globals->dimension[0].stdw.count = 0;
636 globals->dimension[1].stdw.count = 0;
638 globals->blues.normal_top.count = 0;
639 globals->blues.normal_bottom.count = 0;
640 globals
657 PSH_Globals globals = NULL; local
[all...]

Completed in 409 milliseconds

1234567891011>>