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

1 23 4 5 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/src/common/
ieee802_11_defs.h 249 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13787::__anon13788
258 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13787::__anon13790
265 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13787::__anon13791
272 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13787::__anon13792
283 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13787::__anon13794
286 /* only variable items: SSID, Supported rates */
287 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13787::__anon13795
295 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13787::__anon13796
304 u8 variable[0]; member in struct:ieee80211_mgmt::__anon13787::__anon13797::__anon13798::__anon13799
318 u8 variable[0]; /* FT Request * member in struct:ieee80211_mgmt::__anon13787::__anon13797::__anon13798::__anon13801
325 u8 variable[0]; \/* FT Request *\/ member in struct:ieee80211_mgmt::__anon13787::__anon13797::__anon13798::__anon13802
    [all...]
  /external/bluetooth/glib/glib/
gutils.c 430 * the <envar>PATHEXT</envar> environment variable.
437 * variable. If the program is found, the return value contains the
1064 * @variable: the environment variable to get, in the GLib file name encoding.
1066 * Returns the value of an environment variable. The name and value
1070 * environment variable's value contains references to other
1073 * Return value: the value of the environment variable, or %NULL if
1074 * the environment variable is not found. The returned string may be
1079 g_getenv (const gchar *variable)
1083 g_return_val_if_fail (variable != NULL, NULL)
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 341 u8 variable[0]; member in struct:ieee80211_mgmt::__anon14004::__anon14005
345 u8 variable[0]; member in struct:ieee80211_mgmt::__anon14004::__anon14006
351 u8 variable[0]; member in struct:ieee80211_mgmt::__anon14004::__anon14007
358 u8 variable[0]; member in struct:ieee80211_mgmt::__anon14004::__anon14008
365 u8 variable[0]; member in struct:ieee80211_mgmt::__anon14004::__anon14009
369 u8 variable[0]; member in struct:ieee80211_mgmt::__anon14004::__anon14010
377 u8 variable[0]; member in struct:ieee80211_mgmt::__anon14004::__anon14011
380 /* only variable items: SSID, Supported rates */
381 u8 variable[0]; member in struct:ieee80211_mgmt::__anon14004::__anon14012
389 u8 variable[0] member in struct:ieee80211_mgmt::__anon14004::__anon14013
398 u8 variable[0]; member in struct:ieee80211_mgmt::__anon14004::__anon14014::__anon14015::__anon14016
412 u8 variable[0]; \/* FT Request *\/ member in struct:ieee80211_mgmt::__anon14004::__anon14014::__anon14015::__anon14018
419 u8 variable[0]; \/* FT Request *\/ member in struct:ieee80211_mgmt::__anon14004::__anon14014::__anon14015::__anon14019
431 u8 variable[0]; member in struct:ieee80211_mgmt::__anon14004::__anon14014::__anon14015::__anon14022
437 u8 variable[0]; member in struct:ieee80211_mgmt::__anon14004::__anon14014::__anon14015::__anon14023
    [all...]
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 49 NPError NP_GetValue(void *future, NPPVariable variable, void *value);
328 webkit_test_plugin_get_value(NPP instance, NPPVariable variable, void *value)
335 if (obj && obj->pluginTest->NPP_GetValue(variable, value) == NPERR_NO_ERROR)
340 switch (variable) {
360 if (variable == NPPVpluginScriptableNPObject) {
371 webkit_test_plugin_set_value(NPP instance, NPNVariable variable, void* value)
375 switch (variable) {
434 NP_GetValue(void* /*future*/, NPPVariable variable, void *value)
436 return webkit_test_plugin_get_value(NULL, variable, value);
  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.h 243 #define ASSERT_UNUSED(variable, assertion) (assertUnused(variable))
245 #define ASSERT_UNUSED(variable, assertion) ((void)variable)
262 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.cpp 100 NPError PluginTest::NPP_GetValue(NPPVariable variable, void *value)
136 NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value)
138 return browser->getvalue(m_npp, variable, value);
  /sdk/monkeyrunner/src/com/android/monkeyrunner/controller/
VariableFrame.java 91 for (final String variable : variables) {
95 value = device.getProperty(variable);
100 set.add(new VariableHolder(variable, value));
  /external/openssl/crypto/threads/
netware.bat 60 echo Environment variable MWCIncludes is not set - see install.nw
65 echo Environment variable PRELUDE is not set - see install.nw
70 echo Environment variable IMPORTS is not set - see install.nw
  /external/v8/test/mjsunit/
global-load-from-nested-eval.js 38 // Shadow variable with a with statement.
46 // Shadow variable with an eval-introduced variable.
  /external/chromium/net/proxy/
proxy_config_service_linux.h 161 // Obtains an environment variable's value. Parses a proxy server
163 // requested variable is defined and the value valid.
164 bool GetProxyFromEnvVarForScheme(const char* variable,
168 bool GetProxyFromEnvVar(const char* variable, ProxyServer* result_server);
175 // requested variable is defined and the value valid.
  /external/clang/test/CodeGenCXX/
mangle-exprs.cpp 77 static decltype(x()) variable;
78 variable = 0;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 17 | Ast.Variable name ->
19 | Not_found -> raise (Error "unknown variable name"))
100 (* Emit the start code first, without 'variable' in scope. *)
117 let variable = build_phi [(start_val, preheader_bb)] var_name builder in var
119 (* Within the loop, the variable is defined equal to the PHI node. If it
120 * shadows an existing variable, we have to restore it, so save it
125 Hashtbl.add named_values var_name variable;
140 let next_var = build_add variable step_val "nextvar" builder in
160 add_incoming (next_var, loop_end_bb) variable;
162 (* Restore the unshadowed variable. *
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 23 | Ast.Variable name ->
25 | Not_found -> raise (Error "unknown variable name")
45 | Ast.Variable name -> name
46 | _ -> raise (Error "destination of '=' must be a variable")
53 let variable = try Hashtbl.find named_values name with
54 | Not_found -> raise (Error "unknown variable name")
56 ignore(build_store val_ variable builder);
170 (* Create an alloca for the variable in the entry block. *)
173 (* Emit the start code first, without 'variable' in scope. *)
190 (* Within the loop, the variable is defined equal to the PHI node. If i
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.h 188 NPError getValue(NPNVariable variable, void* value);
189 static NPError getValueStatic(NPNVariable variable, void* value);
190 NPError setValue(NPPVariable variable, void* value);
191 NPError getValueForURL(NPNURLVariable variable, const char* url, char** value, uint32_t* len);
192 NPError setValueForURL(NPNURLVariable variable, const char* url, const char* value, uint32_t len);
321 static bool platformGetValueStatic(NPNVariable variable, void* value, NPError* result);
322 bool platformGetValue(NPNVariable variable, void* value, NPError* result);
374 // called if the default setValue does not recognize the variable
375 NPError platformSetValue(NPPVariable variable, void* value);
PluginView.cpp 663 NPError PluginView::setValue(NPPVariable variable, void* value)
665 LOG(Plugins, "PluginView::setValue(%s): ", prettyNameForNPPVariable(variable, value).data());
667 switch (variable) {
726 return platformSetValue(variable, value);
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
OutputHLSL.cpp 128 const TVariable *variable = static_cast<const TVariable*>(symbol); local
129 const TType &type = variable->getType();
278 const TVariable *variable = static_cast<const TVariable*>(symbol); local
279 const TType &type = variable->getType();
661 // GLSL allows to write things like "float x = x;" where a new variable x is defined
662 // and the value of an existing variable x is assigned. HLSL uses C semantics (the
663 // new variable is created before the assignment is evaluated), so we need to convert
1031 TIntermTyped *variable = sequence[0]->getAsTyped(); local
1577 TIntermTyped *variable = sequence[0]->getAsTyped(); local
    [all...]
  /build/core/
dumpvar.mk 24 # The plain (non-abs) version just dumps the value of the named variable.
25 # The "abs" version will treat the variable as a path, and dumps an
  /external/v8/src/
preparser.h 109 Scope(Scope** variable, ScopeType type)
110 : variable_(variable),
111 prev_(*variable),
116 *variable = this;
  /external/v8/test/mjsunit/regress/
regress-74.js 28 // Test that the variable introduced by catch blocks is DontDelete.
35 assertFalse(delete e, "deleting catch variable");
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.h 173 - (NPError)getVariable:(NPNVariable)variable value:(void *)value;
174 - (NPError)setVariable:(NPPVariable)variable value:(void *)value;
178 - (NPError)getVariable:(NPNURLVariable)variable forURL:(const char*)url value:(char**)value length:(uint32_t*)length;
179 - (NPError)setVariable:(NPNURLVariable)variable forURL:(const char*)url value:(const char*)value length:(uint32_t)length;
  /frameworks/compile/libbcc/runtime/make/
lib_util.mk 5 # Function: GetCNAVar variable-name platform-key config arch
7 # Get a per-config-and-arch variable value.
  /hardware/ti/omap4xxx/domx/make/
start.mk 24 $(error Error: variable PROJROOT not defined)
29 #$(error Error: variable BRIDGEROOT not defined)

Completed in 1879 milliseconds

1 23 4 5 6 7 8 91011>>