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

1 23 4 5 6 7 8 91011>>

  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-ia32.S 48 .global dvmCompilerTemplateStart
56 .global dvmCompiler_TEMPLATE_INTERPRET
109 .global dvmCompilerTemplateEnd
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
init-order-dlopen.cc 24 int global = foo(); variable
28 global++;
33 if (global != 42)
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.h 35 * wpa_supplicant_ctrl_iface_process - Process global ctrl_iface command
36 * @global: Pointer to global data from wpa_supplicant_init()
42 * the global ctrl_iface connection. The return response value is then sent to
48 char * wpa_supplicant_global_ctrl_iface_process(struct wpa_global *global,
92 * wpa_supplicant_global_ctrl_iface_init - Initialize global control interface
93 * @global: Pointer to global data from wpa_supplicant_init()
96 * Initialize the global control interface and start receiving commands from
102 wpa_supplicant_global_ctrl_iface_init(struct wpa_global *global);
    [all...]
main_winmain.c 28 struct wpa_global *global; local
48 global = wpa_supplicant_init(&params);
49 if (global == NULL) {
64 if (wpa_supplicant_add_iface(global, &ifaces[i]) == NULL)
69 exitcode = wpa_supplicant_run(global);
71 wpa_supplicant_deinit(global);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_QuantTables_s.S 14 .global armVCM4P10_MFMatrixQPModTable
15 .global armVCM4P10_QPDivIntraTable
16 .global armVCM4P10_QPDivPlusOneTable
  /bionic/libc/arch-mips/bionic/
__get_sp.S 33 .global __get_sp
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_common_i.h 19 struct wpa_global *global; member in struct:wpas_dbus_priv
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_group_add.py 42 global bus
43 global wpas_object
44 global interface_object
45 global p2p_interface
46 global interface_name
47 global wpas
48 global wpas_dbus_interface
49 global path
50 global persistent
51 global frequenc
    [all...]
p2p_invite.py 41 global bus
42 global wpas_object
43 global interface_object
44 global p2p_interface
45 global interface_name
46 global wpas
47 global wpas_dbus_interface
48 global path
49 global addr
50 global persistent_group_objec
    [all...]
p2p_disconnect.py 32 global bus
33 global wpas_object
34 global interface_object
35 global p2p_interface
36 global interface_name
37 global wpas
38 global wpas_dbus_interface
39 global path
40 global timeout
43 global wpas_dbus_opat
    [all...]
p2p_find.py 36 global bus
37 global wpas_object
38 global interface_object
39 global p2p_interface
40 global interface_name
41 global wpas
42 global wpas_dbus_interface
43 global timeout
44 global path
47 global wpas_dbus_opat
    [all...]
p2p_flush.py 32 global bus
33 global wpas_object
34 global interface_object
35 global p2p_interface
36 global interface_name
37 global wpas
38 global wpas_dbus_interface
39 global path
40 global timeout
43 global wpas_dbus_opat
    [all...]
p2p_listen.py 33 global bus
34 global wpas_object
35 global interface_object
36 global p2p_interface
37 global interface_name
38 global wpas
39 global wpas_dbus_interface
40 global path
41 global timeout
44 global wpas_dbus_opat
    [all...]
p2p_stop_find.py 34 global bus
35 global wpas_object
36 global interface_object
37 global p2p_interface
38 global interface_name
39 global wpas
40 global wpas_dbus_interface
41 global path
42 global timeout
45 global wpas_dbus_opat
    [all...]
  /external/clang/test/CodeGen/
captured-statements.c 8 int global; variable
67 global++;
78 // CHECK-GLOBALS: load i32* @global
  /external/llvm/test/MC/ELF/
weakref.s 41 .global bar10
47 .global bar11
51 .global bar12
56 .global bar13
61 .global bar14
67 .global bar15
149 // CHECK-NEXT: Binding: Global
158 // CHECK-NEXT: Binding: Global
167 // CHECK-NEXT: Binding: Global
176 // CHECK-NEXT: Binding: Global
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dummy_threading.py 11 global running
12 global sema
13 global mutex
38 global sema
40 global mutex
42 global running
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dummy_threading.py 11 global running
12 global sema
13 global mutex
38 global sema
40 global mutex
42 global running
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfext.asm 3 global foo:export label
4 global bar:export proc label
5 global bar2:export function label
6 global baz:export data label
7 global baz2:export object label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfmanysym.asm 127 global ppc_effective_to_physical_code, ppc_effective_to_physical_data label
128 global ppc_write_effective_byte_asm label
129 global ppc_write_effective_half_asm label
130 global ppc_write_effective_word_asm label
131 global ppc_write_effective_dword_asm label
132 global ppc_write_effective_qword_asm label
133 global ppc_write_effective_qword_sse_asm label
134 global ppc_read_effective_byte_asm label
135 global ppc_read_effective_half_z_asm label
136 global ppc_read_effective_half_s_as label
137 global ppc_read_effective_word_asm label
138 global ppc_read_effective_dword_asm label
139 global ppc_read_effective_qword_asm label
140 global ppc_read_effective_qword_sse_asm label
141 global ppc_mmu_tlb_invalidate_all_asm label
142 global ppc_mmu_tlb_invalidate_entry_asm label
143 global ppc_opc_lswi_asm label
144 global ppc_opc_stswi_asm label
145 global ppc_opc_icbi_asm label
    [all...]
  /external/chromium_org/third_party/libxml/src/
check-xml-test-suite.py 28 global error_nr
29 global error_msg
43 # global warning_nr
44 # global warning
74 global error_nr
75 global error_msg
76 global log
99 global error_nr
100 global error_msg
101 global lo
    [all...]
  /external/v8/test/cctest/
test-random.cc 55 Handle<JSObject> global(context->global());
60 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
80 Handle<JSObject> global(context->global());
88 context->global()->GetProperty(String::cast(symbol));
92 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
93 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
104 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 48 static int schannel_load_lib(struct tls_global *global)
52 global->hsecurity = LoadLibrary(TEXT("Secur32.dll"));
53 if (global->hsecurity == NULL) {
60 global->hsecurity, "InitSecurityInterfaceA");
65 FreeLibrary(global->hsecurity);
66 global->hsecurity = NULL;
70 global->sspi = pInitSecurityInterface();
71 if (global->sspi == NULL) {
75 FreeLibrary(global->hsecurity);
76 global->hsecurity = NULL
86 struct tls_global *global; local
101 struct tls_global *global = ssl_ctx; local
146 struct tls_global *global = ssl_ctx; local
316 struct tls_global *global = tls_ctx; local
471 struct tls_global *global = tls_ctx; local
553 struct tls_global *global = tls_ctx; local
687 struct tls_global *global = tls_ctx; local
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
throw-2.cpp 12 int global, global2; variable
18 for (i=0; i < global; i++)
31 for (; i < global; i++)
throw-3.cpp 12 int global, global2; variable
18 for (i=0; i < global; i++)
31 for (; i < global; i++)

Completed in 773 milliseconds

1 23 4 5 6 7 8 91011>>