HomeSort by relevance Sort by last modified time
    Searched refs:global (Results 101 - 125 of 1698) sorted by null

1 2 3 45 6 7 8 91011>>

  /build/tools/
adbs 29 global symbols_dir
30 global addr2line_cmd
31 global cppfilt_cmd
60 global objdump_cmd
61 global symbols_dir
110 global symbols_dir
133 global addr2line_cmd
134 global objdump_cmd
135 global cppfilt_cmd
136 global symbols_di
    [all...]
  /external/chromium_org/third_party/libxml/src/
check-relaxng-test-suite2.py 35 global resources
58 global log
59 global nb_instances_success
60 global nb_instances_failed
111 global log
112 global nb_instances_success
113 global nb_instances_failed
166 global log
167 global nb_schemas_success
168 global nb_schemas_faile
    [all...]
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-mips32-linux.S 149 .global VG_(disp_cp_chain_me_to_slowEP)
164 .global VG_(disp_cp_chain_me_to_fastEP)
179 .global VG_(disp_cp_xindir)
225 .global VG_(disp_cp_xassisted)
234 .global VG_(disp_cp_evcheck_fail)
dispatch-arm-linux.S 59 .global VG_(disp_run_translations)
120 .global VG_(disp_cp_chain_me_to_slowEP)
135 .global VG_(disp_cp_chain_me_to_fastEP)
150 .global VG_(disp_cp_xindir)
192 .global VG_(disp_cp_xassisted)
200 .global VG_(disp_cp_evcheck_fail)
  /external/libvpx/libvpx/
vpxenc.c 612 fprintf(stderr, "\nEncoder Global Options:\n");
1940 struct global_config global; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-random.cc 52 Handle<JSObject> global(context->global_object());
57 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
78 Handle<JSObject> global(context->global_object());
91 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
92 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
103 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
test-global-object.cc 34 // This test fails if properties on the prototype of the global object appear
43 v8::Handle<v8::Object> global = local
44 context->Global()->GetPrototype().As<v8::Object>();
46 global->SetPrototype(proto);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1624.js 28 // Test that global eval calls of strict code (independent from whether being
33 // Test global direct strict eval.
39 // Test global indirect strict eval.
45 // Test global direct non-strict eval.
46 // Expects global environment.
51 // Test global indirect non-strict eval.
52 // Expects global environment.
57 // Test non-global direct strict eval in non-strict function.
67 // Test non-global indirect strict eval in non-strict function.
77 // Test non-global direct non-strict eval in non-strict function
    [all...]
regress-1624-strict.js 28 // Test that global eval calls of strict code (independent from whether being
34 // Test global direct strict eval in strict script.
40 // Test global indirect strict eval in strict script.
46 // Test global direct non-strict eval in strict script.
52 // Test global indirect non-strict eval in strict script.
53 // Expects global environment.
58 // Test non-global direct strict eval in strict script.
68 // Test non-global indirect strict eval in strict script.
78 // Test non-global direct non-strict eval in strict script.
88 // Test non-global indirect non-strict eval in strict script
    [all...]
regress-254.js 30 // RegExp with global flag: exec and test updates lastIndex.
33 assertEquals(0, re.lastIndex, "Global, initial lastIndex");
35 assertTrue(re.test("x"), "Global, test 1");
36 assertEquals(1, re.lastIndex, "Global, lastIndex after test 1");
37 assertFalse(re.test("x"), "Global, test 2");
38 assertEquals(0, re.lastIndex, "Global, lastIndex after test 2");
40 assertEquals(["x"], re.exec("x"), "Global, exec 1");
41 assertEquals(1, re.lastIndex, "Global, lastIndex after exec 1");
42 assertEquals(null, re.exec("x"), "Global, exec 2");
43 assertEquals(0, re.lastIndex, "Global, lastIndex after exec 2")
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1624.js 28 // Test that global eval calls of strict code (independent from whether being
33 // Test global direct strict eval.
39 // Test global indirect strict eval.
45 // Test global direct non-strict eval.
46 // Expects global environment.
51 // Test global indirect non-strict eval.
52 // Expects global environment.
57 // Test non-global direct strict eval in non-strict function.
67 // Test non-global indirect strict eval in non-strict function.
77 // Test non-global direct non-strict eval in non-strict function
    [all...]
regress-1624-strict.js 28 // Test that global eval calls of strict code (independent from whether being
34 // Test global direct strict eval in strict script.
40 // Test global indirect strict eval in strict script.
46 // Test global direct non-strict eval in strict script.
52 // Test global indirect non-strict eval in strict script.
53 // Expects global environment.
58 // Test non-global direct strict eval in strict script.
68 // Test non-global indirect strict eval in strict script.
78 // Test non-global direct non-strict eval in strict script.
88 // Test non-global indirect non-strict eval in strict script
    [all...]
regress-254.js 30 // RegExp with global flag: exec and test updates lastIndex.
33 assertEquals(0, re.lastIndex, "Global, initial lastIndex");
35 assertTrue(re.test("x"), "Global, test 1");
36 assertEquals(1, re.lastIndex, "Global, lastIndex after test 1");
37 assertFalse(re.test("x"), "Global, test 2");
38 assertEquals(0, re.lastIndex, "Global, lastIndex after test 2");
40 assertEquals(["x"], re.exec("x"), "Global, exec 1");
41 assertEquals(1, re.lastIndex, "Global, lastIndex after exec 1");
42 assertEquals(null, re.exec("x"), "Global, exec 2");
43 assertEquals(0, re.lastIndex, "Global, lastIndex after exec 2")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pystone.py 80 global IntGlob
81 global BoolGlob
82 global Char1Glob
83 global Char2Glob
84 global Array1Glob
85 global Array2Glob
86 global PtrGlb
87 global PtrGlbNext
165 global IntGlob
175 global Char2Glo
    [all...]
test_multifile.py 41 global boundaries, linecount
58 global boundaries, linecount
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pystone.py 80 global IntGlob
81 global BoolGlob
82 global Char1Glob
83 global Char2Glob
84 global Array1Glob
85 global Array2Glob
86 global PtrGlb
87 global PtrGlbNext
165 global IntGlob
175 global Char2Glo
    [all...]
test_multifile.py 41 global boundaries, linecount
58 global boundaries, linecount
  /external/wpa_supplicant_8/wpa_supplicant/
notify.c 26 int wpas_notify_supplicant_initialized(struct wpa_global *global)
29 if (global->params.dbus_ctrl_interface) {
30 global->dbus = wpas_dbus_init(global);
31 if (global->dbus == NULL)
40 void wpas_notify_supplicant_deinitialized(struct wpa_global *global)
43 if (global->dbus)
44 wpas_dbus_deinit(global->dbus);
229 if (!ssid->p2p_group && wpa_s->global->p2p_group_formation != wpa_s)
257 if (!ssid->p2p_group && wpa_s->global->p2p_group_formation != wpa_s
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_gnutls.c 132 struct tls_global *global; local
146 global = os_zalloc(sizeof(*global));
147 if (global == NULL)
151 os_free(global);
159 tls_deinit(global);
170 tls_deinit(global);
178 return global;
184 struct tls_global *global = ssl_ctx; local
185 if (global) {
305 struct tls_global *global = ssl_ctx; local
363 struct tls_global *global = ssl_ctx; local
625 struct tls_global *global = tls_ctx; local
949 struct tls_global *global = tls_ctx; local
    [all...]
  /art/runtime/arch/arm/
asm_support_arm.S 30 .global \name
41 .global \name
  /external/clang/test/SemaTemplate/
instantiate-anonymous-union.cpp 78 int global; member in union:PR9188::__anon19000
84 return this->X0::member + PR9188::global;
  /system/core/libcutils/tests/memset_mips/
android_memset_dumb.S 1 .global android_memset16_dumb
20 .global android_memset32_dumb
  /art/runtime/arch/mips/
asm_support_mips.S 25 .global \name
  /bionic/libc/arch-mips/bionic/
_exit_with_stack_teardown.S 36 .global _exit_with_stack_teardown
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptScope.h 44 v8::Local<v8::Object> global() const { return m_context->Global(); } function in class:WebCore::ScriptScope

Completed in 1520 milliseconds

1 2 3 45 6 7 8 91011>>