Searched refs:global (Results 251 - 275 of 747) sorted by relevance

<<11121314151617181920>>

/external/llvm/
H A Dllvm-device-build.mk15 # We move them from global build/core/combo/TARGET_linux-arm.mk
/external/v8/src/
H A Dproxy.js30 global.Proxy = new $Object();
32 var $Proxy = global.Proxy
H A Dcontexts.h196 // [ global ] A pointer to the global object. Provided for quick
197 // access to the global object from inside the code (since
203 // Finally, the global context contains additional slots for fast access to
204 // global properties.
219 // The extension slot is used for either the global object (in global
230 // These slots are only in global contexts.
323 GlobalObject* global() { function in class:v8::internal::Context
328 void set_global(GlobalObject* global) { se argument
[all...]
H A Dcontexts.cc48 GlobalObject* object = global();
59 // Fast case: the global object for this context has been set. In
60 // that case, the global object has a direct pointer to the global
62 if (global()->IsGlobalObject()) {
63 return global()->global_context();
66 // During bootstrapping, the global object might not be set and we
67 // have to search the context chain to find the global context.
109 if (context->IsGlobalContext()) PrintF(" (global context)");
113 // 1. Check global object
[all...]
H A Dexecution.cc93 // Convert calls on global objects to be calls on the global
95 // directly to a global object.
97 Handle<GlobalObject> global = Handle<GlobalObject>::cast(receiver); local
98 receiver = Handle<JSObject>(global->global_receiver());
101 // Make sure that the global object of the context we're about to
102 // make the current one is indeed a global object.
103 ASSERT(function->context()->global()->IsGlobalObject());
162 Object* global = func->context()->global() local
843 GlobalObject* global = JSFunction::cast(fun)->context()->global(); local
[all...]
/external/v8/test/mjsunit/
H A Dconst-redecl.js53 // of a global object in dictionary mode. This is because we use
56 // Collect the global properties before the call.
74 // Get rid of any introduced global properties before
101 // Redeclarations of global consts do not throw, they are silently ignored.
102 assertEquals(42, TestGlobal(s, 42), "global:'" + msg + "'");
269 var global = this;
271 Object.defineProperty(global, 'j', { writable: true })
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_named_pipe.c426 static void wpa_supplicant_ctrl_iface_msg_cb(void *ctx, int level, int global, argument
551 struct wpa_global *global; member in struct:ctrl_iface_global_priv
704 /* FIX: if this was the pipe waiting for new global
705 * connections, at this point there are no open global pipes..
716 struct wpa_global *global = dst->priv->global; local
726 reply = wpa_supplicant_global_ctrl_iface_process(global, buf,
805 wpa_supplicant_global_ctrl_iface_init(struct wpa_global *global) argument
812 priv->global = global;
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dregexp_adapter.h128 // Replaces match(es) in 'string_to_process'. If 'global' is true,
135 bool global,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dmodule.hpp62 global, enumerator in enum:clover::module::argument::type
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/tgsi/
H A Dcompiler.cpp54 else if (tok == "global")
55 args.push_back({ module::argument::global, 4 });
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A DRegExp.js32 shouldBe("RegExp('x', 'g').global", "true");
42 shouldBeFalse("(/a/).global");
43 shouldBe("typeof (/a/).global", "'boolean'");
44 shouldBeTrue("rg.global");
54 rg.global = false;
55 shouldBeTrue("rg.global");
71 shouldBe("var r = new RegExp(/x/); r.global=true; r.lastIndex = -1; typeof r.test('a')", "'boolean'");
145 shouldBeTrue("reg.global === false");
/external/llvm/test/MC/ELF/
H A Drelocation-386.s89 .global bar2
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmodule.hpp62 global, enumerator in enum:clover::module::argument::type
/external/mesa3d/src/gallium/state_trackers/clover/tgsi/
H A Dcompiler.cpp54 else if (tok == "global")
55 args.push_back({ module::argument::global, 4 });
/external/mksh/src/
H A Dmain.c218 /* set up global l->vars and l->funs */
305 * Set PATH to def_path (will set the path global variable).
308 vp = global("PATH");
350 vp = global("PWD");
367 setint_n(global("OPTIND"), 1, 10);
374 vp = global("PS1");
380 setint_n((vp = global("BASHPID")), 0, 10);
382 setint_n((vp = global("PGRP")), (mksh_uari_t)kshpgrp, 10);
384 setint_n((vp = global("PPID")), (mksh_uari_t)kshppid, 10);
386 setint_n((vp = global("USER_I
[all...]
/external/stlport/test/eh/
H A Dlocale.cpp15 locale::global(sys);
/external/v8/samples/
H A Dlineprocessor.cc71 * API of 2 global functions: "read_line" and "print". It should read input
204 // Create a template for the global object.
205 v8::Handle<v8::ObjectTemplate> global = v8::ObjectTemplate::New(); local
207 // Bind the global 'print' function to the C++ Print callback.
208 global->Set(v8::String::New("print"), v8::FunctionTemplate::New(Print));
211 // Bind the global 'read_line' function to the C++ Print callback.
212 global->Set(v8::String::New("read_line"),
218 v8::Handle<v8::Context> context = v8::Context::New(NULL, global);
286 printf("Error: Script does not declare 'ProcessLine' global function.\n");
/external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
H A DpickerCommon.js114 if (!global.params.anchorRectInScreen)
117 var anchorRect = new Rectangle(global.params.anchorRectInScreen);
150 if (global.params.isRTL)
/external/libvpx/libvpx/vp8/common/x86/
H A Dsad_sse2.asm19 global sym(vp8_sad16x16_wmt) PRIVATE label
93 global sym(vp8_sad8x16_wmt) PRIVATE label
156 global sym(vp8_sad8x8_wmt) PRIVATE label
209 global sym(vp8_sad4x4_wmt) PRIVATE label
264 global sym(vp8_sad16x8_wmt) PRIVATE label
338 global sym(vp8_copy32xn_sse2) PRIVATE label
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dencodeopt.asm15 global sym(vp8_block_error_xmm) PRIVATE label
63 global sym(vp8_block_error_mmx) PRIVATE label
129 global sym(vp8_mbblock_error_mmx_impl) PRIVATE label
206 global sym(vp8_mbblock_error_xmm_impl) PRIVATE label
276 global sym(vp8_mbuverror_mmx_impl) PRIVATE label
333 global sym(vp8_mbuverror_xmm_impl) PRIVATE label
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex549 \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
553 \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
557 \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}
558 \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
562 \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
566 \global\oddfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
570 \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}
571 \global\oddfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
582 \global\evenheadline={\hfil} \global\evenfootlin
[all...]
/external/grub/docs/
H A Dtexinfo.tex636 \global\let\tiepenalty = \@M
706 \global\dimen1 = \prevdepth
1010 \global\everypar = {%
1017 \global \let \indent = \ptexindent
1018 \global \let \noindent = \ptexnoindent
1019 \global \everypar = {}%
1360 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
1378 {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0}
1382 \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st}
1815 \global\de
[all...]
/external/chromium_org/chrome/test/base/
H A Dv8_unit_test.cc160 v8::Handle<v8::ObjectTemplate> global = v8::ObjectTemplate::New(); local
164 global->Set(logString, logFunction);
168 global->Set(v8::String::New("chrome"), chrome);
174 global->Set(v8::String::New("console"), console);
181 context_.Reset(isolate_, v8::Context::New(isolate_, NULL, global));
/external/v8/test/cctest/
H A Dtest-mark-compact.cc40 #include "global-handles.h"
197 Isolate::Current()->context()->global()->SetProperty(
206 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(func_name));
207 Object* func_value = Isolate::Current()->context()->global()->
215 Isolate::Current()->context()->global()->SetProperty(
228 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(obj_name));
229 CHECK(Isolate::Current()->context()->global()->
231 obj = JSObject::cast(Isolate::Current()->context()->global()->
399 // All objects should be gone. 5 global handles in total.
/external/clang/docs/tools/
H A Dmanpage.css186 background-image: url(/global/mvc_objects/images/bttndrkblue_bgtop.gif);
190 background-image: url(/global/mvc_objects/images/bttndrkblue_bgleft.gif);
199 background-image: url(/global/mvc_objects/images/bttndrkblue_bgmiddle.gif);
204 background-image: url(/global/mvc_objects/images/bttndrkblue_bgright.gif);
208 background-image: url(/global/mvc_objects/images/bttndrkblue_bgbottom.gif);

Completed in 1226 milliseconds

<<11121314151617181920>>