HomeSort by relevance Sort by last modified time
    Searched refs:global (Results 351 - 375 of 1737) sorted by null

<<11121314151617181920>>

  /external/freetype/include/freetype/internal/
autohint.h 38 /* - global hints: Usually some metrics that describe global properties */
41 /* very slow to compute (even if the size of global */
46 /* generally much faster to compute than global hints. */
49 /* performing fast computations for both global and glyph hints. */
57 /* global hints every time the same face is re-opened. */
59 /* We thus provide the ability to cache global hints outside of the face */
89 /* Retrieve the global hints computed for a given face object. The */
100 /* global_hints :: A typeless pointer to the global hints. */
102 /* global_len :: The size in bytes of the global hints. *
    [all...]
  /external/iproute2/ip/
ifcfg 135 ip route add 224.0.0.0/4 dev $dev scope global >& /dev/null
140 ip ro append default dev $dev metric 30000 scope global
  /external/oprofile/module/ia64/
IA64syscallstub.h 21 .global post_stub_##name; \
87 .global post_call_stub_##name; \
118 .global pre_stub_##name; \
170 .global pre_call_stub_##name; \
  /external/v8/test/mjsunit/compiler/
control-flow-1.js 28 var global = this;
31 assertTrue(this === global);
  /external/v8/test/mjsunit/regress/
regress-737588.js 29 goog.global = this;
31 return goog.global.eval(script);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_common.c 270 wpa_supplicant_terminate_proc(priv->global);
337 struct wpas_dbus_priv * wpas_dbus_init(struct wpa_global *global)
344 priv->global = global;
dbus_old.h 93 struct wpa_global *global, const char *path);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_UnpackBlock4x4_s.S 13 .global armVCM4P10_UnpackBlock4x4
  /frameworks/base/services/tests/servicestests/src/com/android/server/search/
SearchablesTest.java 113 ArrayList<SearchableInfo> global = searchables.getSearchablesInGlobalSearchList(); local
114 checkSearchables(global);
130 ArrayList<SearchableInfo> global = searchables.getSearchablesInGlobalSearchList(); local
131 MoreAsserts.assertEmpty(global);
  /frameworks/native/opengl/libagl/arch-mips/
fixed_asm.S 27 .global gglFloatToFixed
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 90 Objects are "global", the program space's file, and the objfiles within
159 self.invoke1("global pretty-printers:", gdb.pretty_printers,
160 "global", object_re, name_re, subname_re)
288 if object_re.match("global"):
326 Objects are "global", the program space's file, and the objfiles within
349 Objects are "global", the program space's file, and the objfiles within
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 90 Objects are "global", the program space's file, and the objfiles within
159 self.invoke1("global pretty-printers:", gdb.pretty_printers,
160 "global", object_re, name_re, subname_re)
288 if object_re.match("global"):
326 Objects are "global", the program space's file, and the objfiles within
349 Objects are "global", the program space's file, and the objfiles within
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 90 Objects are "global", the program space's file, and the objfiles within
159 self.invoke1("global pretty-printers:", gdb.pretty_printers,
160 "global", object_re, name_re, subname_re)
288 if object_re.match("global"):
326 Objects are "global", the program space's file, and the objfiles within
349 Objects are "global", the program space's file, and the objfiles within
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 90 Objects are "global", the program space's file, and the objfiles within
159 self.invoke1("global pretty-printers:", gdb.pretty_printers,
160 "global", object_re, name_re, subname_re)
288 if object_re.match("global"):
326 Objects are "global", the program space's file, and the objfiles within
349 Objects are "global", the program space's file, and the objfiles within
  /system/core/libpixelflinger/
col32cb16blend.S 21 .global scanline_col32cb16blend_arm
rotate90CW_4x4_16v6.S 22 .global rotate90CW_4x4_16v6
  /external/chromium_org/v8/samples/
shell.cc 42 * creating global functions, compiling and executing strings.
100 // Create a template for the global object.
101 v8::Handle<v8::ObjectTemplate> global = v8::ObjectTemplate::New(); local
102 // Bind the global 'print' function to the C++ Print callback.
103 global->Set(v8::String::NewFromUtf8(isolate, "print"),
105 // Bind the global 'read' function to the C++ Read callback.
106 global->Set(v8::String::NewFromUtf8(isolate, "read"),
108 // Bind the global 'load' function to the C++ Load callback.
109 global->Set(v8::String::NewFromUtf8(isolate, "load"),
112 global->Set(v8::String::NewFromUtf8(isolate, "quit")
    [all...]
  /external/v8/samples/
shell.cc 42 * creating global functions, compiling and executing strings.
95 // Create a template for the global object.
96 v8::Handle<v8::ObjectTemplate> global = v8::ObjectTemplate::New(); local
97 // Bind the global 'print' function to the C++ Print callback.
98 global->Set(v8::String::New("print"), v8::FunctionTemplate::New(Print));
99 // Bind the global 'read' function to the C++ Read callback.
100 global->Set(v8::String::New("read"), v8::FunctionTemplate::New(Read));
101 // Bind the global 'load' function to the C++ Load callback.
102 global->Set(v8::String::New("load"), v8::FunctionTemplate::New(Load));
104 global->Set(v8::String::New("quit"), v8::FunctionTemplate::New(Quit))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_udp.c 258 static void wpa_supplicant_ctrl_iface_msg_cb(void *ctx, int level, int global,
415 /* Global ctrl_iface */
446 struct wpa_global *global = eloop_ctx; local
506 reply = wpa_supplicant_global_ctrl_iface_process(global, pos,
522 wpa_supplicant_global_ctrl_iface_init(struct wpa_global *global)
534 if (global->params.ctrl_interface == NULL)
537 wpa_printf(MSG_DEBUG, "Global control interface '%s'",
538 global->params.ctrl_interface);
570 global, priv);
ctrl_iface.c 45 static int wpa_supplicant_global_iface_list(struct wpa_global *global,
47 static int wpa_supplicant_global_iface_interfaces(struct wpa_global *global,
429 wifi_display_enable(wpa_s->global, !!atoi(value));
465 wpa_s->global->wifi_display);
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxKbExplorerScript.js 1 var goog=goog||{};goog.global=this;goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||void 0===b?c=c[d]?c[d]:c[d]={}:c[d]=b};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.provide=function(a){goog.exportPath_(a)};
2 goog.setTestOnly=function(a){if(!goog.DEBUG)throw a=a||"",Error("Importing test-only code into non-debug environment"+a?": "+a:".");};goog.getObjectByName=function(a,b){for(var c=a.split("."),d=b||goog.global,e;e=c.shift();)if(goog.isDefAndNotNull(d[e]))d=d[e];else return null;return d};goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]};
5 goog.DEPENDENCIES_ENABLED&&(goog.included_={},goog.dependencies_={pathToNames:{},nameToPath:{},requires:{},visited:{},written:{}},goog.inHtmlDocument_=function(){var a=goog.global.document;return"undefined"!=typeof a&&"write"in a},goog.findBasePath_=function(){if(goog.global.CLOSURE_BASE_PATH)goog.basePath=goog.global.CLOSURE_BASE_PATH;else if(goog.inHtmlDocument_())for(var a=goog.global.document,a=a.getElementsByTagName("script"),b=a.length-1;0<=b;--b){var c=a[b].src,d=c.lastIndexOf("?"),d=-1==d?
6 c.length:d;if("base.js"==c.substr(d-7,7)){goog.basePath=c.substr(0,d-7);break}}},goog.importScript_=function(a){var b=goog.global.CLOSURE_IMPORT_SCRIPT||goog.writeScriptTag_;!goog.dependencies_.written[a]&&b(a)&&(goog.dependencies_.written[a]=!0)},goog.writeScriptTag_=function(a){if(goog.inHtmlDocument_()){var b=goog.global.document;if("complete"==b.readyState){if(b=/\bdeps.js$/.test(a))return!1;throw Error('Cannot write (…)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
eval.js 84 // Test that aliased eval reads from global context.
94 // Test that aliased eval writes to global context.
156 return eval("42"); // Should return the global object
183 // not the global context should get the global object as receiver.
  /external/v8/src/
bootstrapper.cc 36 #include "global-handles.h"
179 // Creates the global objects using the global and the template passed in
189 // Hooks the given global proxy into the context. If the context was created
190 // by deserialization then this will unhook the global proxy that was
194 // Similarly, we want to use the inner global that has been created by the
195 // templates passed through the API. The inner global from the snapshot is
202 // Installs the contents of the native .js files on the global objects.
331 env->set_global_proxy(env->global());
332 env->global()->set_global_receiver(env->global())
339 Handle<JSGlobalProxy> global = Handle<JSGlobalProxy>::cast(global_object); local
855 Handle<JSObject> global = Handle<JSObject>(global_context()->global()); local
1253 Handle<JSObject> global = Handle<JSObject>(global_context()->global()); local
    [all...]
  /external/v8/test/mjsunit/
eval.js 84 // Test that aliased eval reads from global context.
94 // Test that aliased eval writes to global context.
156 return eval("42"); // Should return the global object
183 // not the global context should get the global object as receiver.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
PageScriptDebugServer.cpp 58 // Test that context has associated global dom window object.
59 v8::Handle<v8::Object> global = context->Global();
60 if (global.IsEmpty())
63 global = global->FindInstanceInPrototypeChain(V8Window::domTemplate(context->GetIsolate(), worldTypeInMainThread(context->GetIsolate())));
64 if (global.IsEmpty())

Completed in 750 milliseconds

<<11121314151617181920>>