HomeSort by relevance Sort by last modified time
    Searched refs:variable (Results 151 - 175 of 418) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/test/mjsunit/compiler/
simple-global-access.js 28 // Test global variable loads.
variables.js 28 // Simple tests of the various kinds of variable references in the
  /external/v8/test/mjsunit/regress/
regress-1132.js 39 assertFalse(delete e, "deleting catch variable");
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domimplementationregistry01.js 72 DOMImplementationRegistry.newInstance() (Java) or DOMImplementationRegistry global variable
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 323 bool PluginView::platformGetValueStatic(NPNVariable variable, void* value, NPError* result)
325 switch (variable) {
  /external/wpa_supplicant/
eapol_sm.c 966 * Set configurable EAPOL state machine variables. Each variable can be set to
    [all...]
mlme.c 98 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13722::__anon13723
107 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13722::__anon13725
114 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13722::__anon13726
121 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13722::__anon13727
132 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13722::__anon13729
135 /* only variable items: SSID, Supported rates */
136 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13722::__anon13730
144 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13722::__anon13731
153 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13722::__anon13732::__anon13733::__anon13734
1041 pos = mgmt->u.auth.variable;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 991 * Set configurable EAPOL state machine variables. Each variable can be set to
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 1013 * Set configurable EAPOL state machine variables. Each variable can be set to
    [all...]
  /ndk/build/core/
import-locals.mk 15 # Handle local variable expor/import during the build
prebuilt-library.mk 50 # If the variable is not defined, we determine its value from LOCAL_SRC_FILES
add-application.mk 20 # variable named '_application_mk' which points to a given Application.mk
107 # Because GNU Make makes the APP_ABI variable read-only (any assignments
231 # Record all app-specific variable definitions
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 50 "Debug Variable Analysis", false, false)
54 "Debug Variable Analysis", false, false)
70 /// UserValue - A user value is a part of a debug info user variable.
73 /// holds part of a user variable. The part is identified by a byte offset.
76 /// user values are related if they refer to the same variable, or if they are
82 const MDNode *variable; ///< The debug info variable we are part of. member in class:__anon7830::UserValue
83 unsigned offset; ///< Byte offset into variable.
84 DebugLoc dl; ///< The debug location for the variable. This is
112 : variable(var), offset(o), dl(L), leader(this), next(0), locInts(alloc
    [all...]
  /external/v8/src/
hydrogen.h 336 void Bind(Variable* variable, HValue* value) {
337 Bind(IndexFor(variable), value);
342 HValue* Lookup(Variable* variable) const {
343 return Lookup(IndexFor(variable));
421 // Map a variable to an environment index. Parameter indices are shifted
424 int IndexFor(Variable* variable) const {
425 Slot* slot = variable->AsSlot()
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 319 os_memcpy(reply->u.auth.variable, ies, ies_len);
385 mgmt->u.auth.variable[0] == WLAN_EID_CHALLENGE &&
386 mgmt->u.auth.variable[1] == WLAN_AUTH_CHALLENGE_LEN)
387 challenge = &mgmt->u.auth.variable[2];
522 auth_transaction, mgmt->u.auth.variable,
890 p = hostapd_eid_supp_rates(hapd, reply->u.assoc_resp.variable);
960 send_len += p - reply->u.assoc_resp.variable;
995 pos = mgmt->u.reassoc_req.variable;
1004 pos = mgmt->u.assoc_req.variable;
    [all...]
beacon.c 213 ie = mgmt->u.probe_req.variable;
329 pos = resp->u.probe_resp.variable;
440 pos = &head->u.beacon.variable[0];
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 104 // an environment variable not currently used in the list below, make sure to
584 for (std::vector<string16>::const_iterator variable = env_vars.begin();
585 variable != env_vars.end(); ++variable) {
587 if (environment->GetVar(WideToASCII(*variable).c_str(), &path)) {
590 L"%" + l10n_util::ToLower(*variable) + L"%"));
    [all...]
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 89 const char* variable, ProxyServer::Scheme scheme,
92 if (env_var_getter_->GetVar(variable, &env_value)) {
101 LOG(ERROR) << "Failed to parse environment variable " << variable;
109 const char* variable, ProxyServer* result_server) {
110 return GetProxyFromEnvVarForScheme(variable, ProxyServer::SCHEME_HTTP,
839 // inotify returns variable-length structures, which is why we have
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mlme.c 732 pos = mgmt->u.auth.variable;
880 data.ft_ies.ies = mgmt->u.auth.variable;
882 (mgmt->u.auth.variable - (u8 *) mgmt);
1035 alen = mgmt->u.action.u.wmm_action.variable - (u8 *) mgmt;
1108 pos = mgmt->u.assoc_resp.variable;
    [all...]
  /external/v8/test/mjsunit/
debug-scopes.js 143 // Also ignore synthetic variable from catch block.
219 // Local scope with a parameter and a local variable.
271 // Local introducing local variable using eval.
288 // Local scope with parameters, local variables and local variable introduced
827 // Do eval to dynamically declare a local variable so that the context's
851 // Do eval to dynamically declare a local variable so that the context's
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 259 bool PluginView::platformGetValueStatic(NPNVariable variable, void* value, NPError* result)
261 switch (variable) {
306 bool PluginView::platformGetValue(NPNVariable variable, void* value, NPError* error)
  /build/core/
java.mk 223 # variable definitions.
356 # If you instrument class files that have local variable debug information in
357 # them emma does not correctly maintain the local variable table.
361 # option to remove local variable information
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 42 (* Simple variable ref. *)
43 | [< >] -> Ast.Variable id
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 17 | Ast.Variable name ->
19 | Not_found -> raise (Error "unknown variable name"))
parser.ml 42 (* Simple variable ref. *)
43 | [< >] -> Ast.Variable id

Completed in 875 milliseconds

1 2 3 4 5 67 8 91011>>