Searched refs:global (Results 151 - 175 of 485) sorted by relevance

1234567891011>>

/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml190 (* RUN: grep "const_pointer_null = global i64\* null" < %t.ll
205 (* RUN: grep "@const_neg = global i64 sub" < %t.ll
206 * RUN: grep "@const_nsw_neg = global i64 sub nsw " < %t.ll
207 * RUN: grep "@const_nuw_neg = global i64 sub nuw " < %t.ll
208 * RUN: grep "@const_fneg = global double fsub " < %t.ll
209 * RUN: grep "@const_not = global i64 xor " < %t.ll
210 * RUN: grep "@const_add = global i64 add " < %t.ll
211 * RUN: grep "@const_nsw_add = global i64 add nsw " < %t.ll
212 * RUN: grep "@const_nuw_add = global i64 add nuw " < %t.ll
213 * RUN: grep "@const_fadd = global doubl
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c206 struct nl80211_global *global; member in struct:wpa_driver_nl80211_data
419 static int send_and_recv(struct nl80211_global *global, argument
427 cb = nl_cb_clone(global->nl_cb);
454 static int send_and_recv_msgs_global(struct nl80211_global *global, argument
459 return send_and_recv(global, global->nl, msg, valid_handler,
472 return send_and_recv(drv->global, drv->global->nl, msg,
514 static int nl_get_multicast_id(struct nl80211_global *global, argument
524 genlmsg_put(msg, 0, 0, genl_ctrl_resolve(global
880 nl80211_find_drv(struct nl80211_global *global, int idx, u8 *buf, size_t len) argument
897 struct nl80211_global *global = ctx; local
1002 struct nl80211_global *global = ctx; local
2414 struct nl80211_global *global = arg; local
3049 wpa_driver_nl80211_init_nl_global(struct nl80211_global *global) argument
8461 nl80211_addr_in_use(struct nl80211_global *global, const u8 *addr) argument
9206 struct nl80211_global *global; local
9248 struct nl80211_global *global = priv; local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c206 struct nl80211_global *global; member in struct:wpa_driver_nl80211_data
419 static int send_and_recv(struct nl80211_global *global, argument
427 cb = nl_cb_clone(global->nl_cb);
454 static int send_and_recv_msgs_global(struct nl80211_global *global, argument
459 return send_and_recv(global, global->nl, msg, valid_handler,
472 return send_and_recv(drv->global, drv->global->nl, msg,
514 static int nl_get_multicast_id(struct nl80211_global *global, argument
524 genlmsg_put(msg, 0, 0, genl_ctrl_resolve(global
880 nl80211_find_drv(struct nl80211_global *global, int idx, u8 *buf, size_t len) argument
897 struct nl80211_global *global = ctx; local
1002 struct nl80211_global *global = ctx; local
2414 struct nl80211_global *global = arg; local
3049 wpa_driver_nl80211_init_nl_global(struct nl80211_global *global) argument
8461 nl80211_addr_in_use(struct nl80211_global *global, const u8 *addr) argument
9206 struct nl80211_global *global; local
9248 struct nl80211_global *global = priv; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c206 struct nl80211_global *global; member in struct:wpa_driver_nl80211_data
419 static int send_and_recv(struct nl80211_global *global, argument
427 cb = nl_cb_clone(global->nl_cb);
454 static int send_and_recv_msgs_global(struct nl80211_global *global, argument
459 return send_and_recv(global, global->nl, msg, valid_handler,
472 return send_and_recv(drv->global, drv->global->nl, msg,
514 static int nl_get_multicast_id(struct nl80211_global *global, argument
524 genlmsg_put(msg, 0, 0, genl_ctrl_resolve(global
880 nl80211_find_drv(struct nl80211_global *global, int idx, u8 *buf, size_t len) argument
897 struct nl80211_global *global = ctx; local
1002 struct nl80211_global *global = ctx; local
2414 struct nl80211_global *global = arg; local
3049 wpa_driver_nl80211_init_nl_global(struct nl80211_global *global) argument
8461 nl80211_addr_in_use(struct nl80211_global *global, const u8 *addr) argument
9206 struct nl80211_global *global; local
9248 struct nl80211_global *global = priv; local
[all...]
/external/chromium-trace/trace-viewer/src/
H A Dsettings.js22 } else if ('G_testRunner' in global) {
100 * All settings are prefixed with a global namespace to avoid collisions.
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp39 int global; // expected-note {{declared here}} member in namespace:StdExample
42 constexpr D() : B(global) { } // expected-error {{constexpr constructor never produces a constant expression}} expected-note {{read of non-const}}
/external/flac/libFLAC/ia32/
H A Dnasm.h58 global _%1
60 global %1
/external/harfbuzz/src/
H A DMakefile.am36 harfbuzz-global.h \
/external/harfbuzz_ng/src/hb-old/
H A DMakefile.am30 harfbuzz-global.h \
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DJCs.java63 public void setGlobalHDF(HDF global) { argument
64 globalHdf = JHdf.cast(global);
128 // the new modification protection for global HDF.
/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...]
/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/webkit/Source/JavaScriptCore/runtime/
H A DRegExpObject.cpp56 global regExpObjectGlobal DontDelete|ReadOnly|DontEnum
94 return jsBoolean(asRegExpObject(slotBase)->regExp()->global());
145 if (!regExp()->global()) {
H A DCommonIdentifiers.h46 macro(global) \
/external/webkit/Source/WebCore/css/
H A Dmakeprop.pl52 %global-table
/external/llvm/test/MC/ELF/
H A Drelocation-386.s208 .global bar2
/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/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
H A Dproperties-002.js110 AddTestCase( re + ".global",
112 re.global );
/external/webkit/Source/WebCore/bindings/v8/
H A DV8DOMWindowShell.h48 // V8WindowShell represents all the per-global object state for a Frame that
68 v8::Persistent<v8::Context> createNewContext(v8::Handle<v8::Object> global, int extensionGroup);
103 // The JavaScript wrapper for the document object is cached on the global
105 // for the current document on the global object. ClearDocumentWrapperCache
106 // deletes the document wrapper from the global object.
/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

Completed in 6165 milliseconds

1234567891011>>