Searched defs:global (Results 251 - 275 of 330) sorted by relevance

<<11121314

/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dcompute.c1274 static void test_atom_ops(struct context *ctx, bool global) argument
1414 printf("- %s (%s)\n", __func__, global ? "global" : "local");
1417 (global ? "-DTARGET_GLOBAL" : "-DTARGET_LOCAL"));
1428 static void test_atom_race(struct context *ctx, bool global) argument
1553 printf("- %s (%s)\n", __func__, global ? "global" : "local");
1556 (global ? "-DTARGET_GLOBAL" : "-DTARGET_LOCAL"));
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
H A Dx86id.asm6567 global yasm_x86__parse_insn label
7504 global yasm_x86__parse_cpu label
9125 global yasm_x86__parse_check_id label
/external/chromium_org/v8/src/
H A Dast.cc55 // The global identifier "undefined" is immutable. Everything
597 bool Call::ComputeGlobalTarget(Handle<GlobalObject> global, argument
603 lookup->holder() == *global);
604 cell_ = Handle<Cell>(global->GetPropertyCell(lookup));
H A Dcode-stubs-hydrogen.cc1031 // Check that the map of the global has not changed: use a placeholder map
1032 // that will be replaced later with the global object's map.
1034 HValue* global = Add<HConstant>( local
1036 Add<HCheckMaps>(global, placeholder_map);
1048 builder.ElseDeopt("Unexpected cell contents in constant global store");
1051 // Load the payload of the global parameter cell. A hole indicates that the
1058 builder.Deopt("Unexpected cell contents in global store");
1347 // Copy the global object from the previous context.
H A Dd8.cc227 Handle<Object> global = context->Global(); local
229 global->Get(String::NewFromUtf8(isolate, "Stringify"));
231 Handle<Value> s = Handle<Function>::Cast(fun)->Call(global, 1, argv);
324 // Realm.global(i) returns the global object of realm i.
325 // (Note that properties of global objects cannot be read/written cross-realm.)
594 Handle<Object> global = utility_context->Global(); local
596 global->Get(String::NewFromUtf8(isolate, "GetCompletions"));
601 Local<Value> val = Local<Function>::Cast(fun)->Call(global, kArgc, argv);
612 Handle<Object> global local
628 Handle<Object> global = context->Global(); local
[all...]
H A Dic.cc268 // constant global property that will become mutable. Threat all those
287 GlobalObject* global = GlobalObject::cast(*receiver); local
288 global->LookupOwnRealNamedProperty(name, &lookup);
290 PropertyCell* cell = global->GetPropertyCell(&lookup);
977 Handle<GlobalObject> global = Handle<GlobalObject>::cast(holder); local
979 global->GetPropertyCell(lookup), isolate());
981 type, global, cell, name, lookup->IsDontDelete());
1096 // monomorphic type. This benefits global arrays that only transition
1209 // JSGlobalProxy either stores on the global object in the prototype, or
1319 // Strict mode doesn't allow setting non-existent global propert
1440 Handle<GlobalObject> global = receiver->IsJSGlobalProxy() local
[all...]
/external/chromium_org/v8/src/ia32/
H A Dstub-cache-ia32.cc251 // Get the global function with the given index.
262 // Load its initial map. The global functions all have initial maps.
441 // Generate code to check that a global property cell is empty. Create
445 Handle<JSGlobalObject> global,
450 JSGlobalObject::EnsurePropertyCell(global, name);
543 // Stub never generated for non-global objects that require access
660 // Stub never generated for non-global objects that require access
797 // fast and global objects or do negative lookup for normal objects.
801 // Only global objects and objects that do not require access
830 // Check access rights to the global objec
444 GenerateCheckPropertyCell(MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, Register scratch, Label* miss) argument
1357 CompileLoadGlobal( Handle<HeapType> type, Handle<GlobalObject> global, Handle<PropertyCell> cell, Handle<Name> name, bool is_dont_delete) argument
[all...]
/external/chromium_org/v8/src/x64/
H A Dstub-cache-x64.cc205 // Load the global or builtins object from the current context.
208 // Load the native context from the global or builtins object.
213 // Load the initial map. The global functions all have initial maps.
227 // Get the global function with the given index.
239 // Load its initial map. The global functions all have initial maps.
416 Handle<JSGlobalObject> global,
421 JSGlobalObject::EnsurePropertyCell(global, name);
508 // Stub never generated for non-global objects that require access
617 // Stub never generated for non-global objects that require access
749 // fast and global object
415 GenerateCheckPropertyCell(MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, Register scratch, Label* miss) argument
1301 CompileLoadGlobal( Handle<HeapType> type, Handle<GlobalObject> global, Handle<PropertyCell> cell, Handle<Name> name, bool is_dont_delete) argument
[all...]
/external/chromium_org/v8/src/x87/
H A Dstub-cache-x87.cc251 // Get the global function with the given index.
262 // Load its initial map. The global functions all have initial maps.
441 // Generate code to check that a global property cell is empty. Create
445 Handle<JSGlobalObject> global,
450 JSGlobalObject::EnsurePropertyCell(global, name);
545 // Stub never generated for non-global objects that require access
659 // Stub never generated for non-global objects that require access
796 // fast and global objects or do negative lookup for normal objects.
800 // Only global objects and objects that do not require access
829 // Check access rights to the global objec
444 GenerateCheckPropertyCell(MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, Register scratch, Label* miss) argument
1356 CompileLoadGlobal( Handle<HeapType> type, Handle<GlobalObject> global, Handle<PropertyCell> cell, Handle<Name> name, bool is_dont_delete) argument
[all...]
/external/chromium_org/v8/test/cctest/
H A Dcctest.h128 static v8::Local<v8::Object> global() { function in class:CcTest
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c1274 static void test_atom_ops(struct context *ctx, bool global) argument
1414 printf("- %s (%s)\n", __func__, global ? "global" : "local");
1417 (global ? "-DTARGET_GLOBAL" : "-DTARGET_LOCAL"));
1428 static void test_atom_race(struct context *ctx, bool global) argument
1553 printf("- %s (%s)\n", __func__, global ? "global" : "local");
1556 (global ? "-DTARGET_GLOBAL" : "-DTARGET_LOCAL"));
/external/mksh/src/
H A Dvar.c99 if ((vq = global(vp->name))->flag & ISSET)
165 * Used to calculate an array index for global()/local(). Sets *arrayp
220 global(const char *n) function
789 global(tvar);
812 vpbase = (vp->flag & ARRAY) ? global(arrayname(var)) : vp;
1433 vp = global(ccp);
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c1597 static void hostapd_ctrl_iface_msg_cb(void *ctx, int level, int global, argument
1864 wpa_printf(MSG_DEBUG, "Unrecognized global ctrl_iface command "
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_gnutls.c130 struct tls_global *global; local
144 global = os_zalloc(sizeof(*global));
145 if (global == NULL)
149 os_free(global);
157 tls_deinit(global);
168 tls_deinit(global);
176 return global;
182 struct tls_global *global = ssl_ctx; local
183 if (global) {
246 tls_gnutls_init_session(struct tls_global *global, struct tls_connection *conn) argument
303 struct tls_global *global = ssl_ctx; local
361 struct tls_global *global = ssl_ctx; local
623 struct tls_global *global = tls_ctx; local
947 struct tls_global *global = tls_ctx; local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dtncs.c1019 static int tncs_read_config(struct tncs_global *global) argument
1051 global->imv = imv;
/external/wpa_supplicant_8/src/crypto/
H A Dtls_gnutls.c130 struct tls_global *global; local
144 global = os_zalloc(sizeof(*global));
145 if (global == NULL)
149 os_free(global);
157 tls_deinit(global);
168 tls_deinit(global);
176 return global;
182 struct tls_global *global = ssl_ctx; local
183 if (global) {
246 tls_gnutls_init_session(struct tls_global *global, struct tls_connection *conn) argument
303 struct tls_global *global = ssl_ctx; local
361 struct tls_global *global = ssl_ctx; local
623 struct tls_global *global = tls_ctx; local
947 struct tls_global *global = tls_ctx; local
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Dtncs.c1019 static int tncs_read_config(struct tncs_global *global) argument
1051 global->imv = imv;
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.h165 void wpas_dbus_signal_debug_level_changed(struct wpa_global *global);
166 void wpas_dbus_signal_debug_timestamp_changed(struct wpa_global *global);
167 void wpas_dbus_signal_debug_show_keys_changed(struct wpa_global *global);
330 struct wpa_global *global)
335 struct wpa_global *global)
340 struct wpa_global *global)
329 wpas_dbus_signal_debug_level_changed( struct wpa_global *global) argument
334 wpas_dbus_signal_debug_timestamp_changed( struct wpa_global *global) argument
339 wpas_dbus_signal_debug_show_keys_changed( struct wpa_global *global) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.c1195 struct wpa_global global; local
1342 os_memset(&global, 0, sizeof(global));
1344 wpa_s.global = &global;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_gnutls.c130 struct tls_global *global; local
144 global = os_zalloc(sizeof(*global));
145 if (global == NULL)
149 os_free(global);
157 tls_deinit(global);
168 tls_deinit(global);
176 return global;
182 struct tls_global *global = ssl_ctx; local
183 if (global) {
246 tls_gnutls_init_session(struct tls_global *global, struct tls_connection *conn) argument
303 struct tls_global *global = ssl_ctx; local
361 struct tls_global *global = ssl_ctx; local
623 struct tls_global *global = tls_ctx; local
947 struct tls_global *global = tls_ctx; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c1019 static int tncs_read_config(struct tncs_global *global) argument
1051 global->imv = imv;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DParseContext.cpp411 bool TParseContext::globalErrorCheck(const TSourceLoc& line, bool global, const char* token) argument
413 if (global)
416 error(line, "only allowed at global scope", token);
1078 // identifier must be of type constant, a global, or a temporary
1416 error(typeQualifier.line, "invalid qualifier:", getQualifierString(typeQualifier.qualifier), "global layout must be uniform");
/external/chromium_org/v8/src/arm/
H A Dstub-cache-arm.cc253 // Load the global or builtins object from the current context.
256 // Load the native context from the global or builtins object.
261 // Load the initial map. The global functions all have initial maps.
275 // Get the global function with the given index.
289 // Load its initial map. The global functions all have initial maps.
342 // Generate code to check that a global property cell is empty. Create
346 Handle<JSGlobalObject> global,
350 Handle<Cell> cell = JSGlobalObject::EnsurePropertyCell(global, name);
447 // Stub never generated for non-global objects that require access
572 // Stub never generated for non-global object
345 GenerateCheckPropertyCell(MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, Register scratch, Label* miss) argument
1343 CompileLoadGlobal( Handle<HeapType> type, Handle<GlobalObject> global, Handle<PropertyCell> cell, Handle<Name> name, bool is_dont_delete) argument
[all...]
/external/chromium_org/v8/src/arm64/
H A Dstub-cache-arm64.cc207 // Load the global or builtins object from the current context.
209 // Load the native context from the global or builtins object.
214 // Load the initial map. The global functions all have initial maps.
228 // Get the global function with the given index.
240 // Load its initial map. The global functions all have initial maps.
301 // Generate code to check that a global property cell is empty. Create
305 Handle<JSGlobalObject> global,
309 Handle<Cell> cell = JSGlobalObject::EnsurePropertyCell(global, name);
405 // Stub never generated for non-global objects that require access checks.
521 // Stub never generated for non-global object
304 GenerateCheckPropertyCell(MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, Register scratch, Label* miss) argument
1319 CompileLoadGlobal( Handle<HeapType> type, Handle<GlobalObject> global, Handle<PropertyCell> cell, Handle<Name> name, bool is_dont_delete) argument
[all...]
/external/chromium_org/v8/src/mips/
H A Dstub-cache-mips.cc245 // Load the global or builtins object from the current context.
248 // Load the native context from the global or builtins object.
253 // Load the initial map. The global functions all have initial maps.
267 // Get the global function with the given index.
280 // Load its initial map. The global functions all have initial maps.
334 Handle<JSGlobalObject> global,
338 Handle<Cell> cell = JSGlobalObject::EnsurePropertyCell(global, name);
434 // Stub never generated for non-global objects that require access
560 // Stub never generated for non-global objects that require access
838 // fast and global object
333 GenerateCheckPropertyCell(MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, Register scratch, Label* miss) argument
1333 CompileLoadGlobal( Handle<HeapType> type, Handle<GlobalObject> global, Handle<PropertyCell> cell, Handle<Name> name, bool is_dont_delete) argument
[all...]

Completed in 1226 milliseconds

<<11121314