HomeSort by relevance Sort by last modified time
    Searched refs:variable (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /development/simulator/app/
Android.mk 70 # without us explicitly setting the LD_LIBRARY_PATH environment variable
  /external/opencore/tools_v2/build/make/
basic_defs.mk 18 # Simple function to clear a variable
  /external/skia/xcode/ports/
skia_mac.cp 26 // the variable (client-specific) part is :
  /external/v8/test/mjsunit/compiler/
globals.js 31 // Test compilation of a global variable store.
simple-global-access.js 30 // Test global variable loads with the fast compiler.
  /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::__anon6738::__anon6739
107 u8 variable[0]; member in struct:ieee80211_mgmt::__anon6738::__anon6741
114 u8 variable[0]; member in struct:ieee80211_mgmt::__anon6738::__anon6742
121 u8 variable[0]; member in struct:ieee80211_mgmt::__anon6738::__anon6743
132 u8 variable[0]; member in struct:ieee80211_mgmt::__anon6738::__anon6745
135 /* only variable items: SSID, Supported rates */
136 u8 variable[0]; member in struct:ieee80211_mgmt::__anon6738::__anon6746
144 u8 variable[0]; member in struct:ieee80211_mgmt::__anon6738::__anon6747
153 u8 variable[0]; member in struct:ieee80211_mgmt::__anon6738::__anon6748::__anon6749::__anon6750
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/webkit/WebCore/plugins/win/
PluginViewWin.cpp 870 NPError PluginView::getValueStatic(NPNVariable variable, void* value)
872 LOG(Plugins, "PluginView::getValueStatic(%s)", prettyNameForNPNVariable(variable).data());
877 NPError PluginView::getValue(NPNVariable variable, void* value)
879 LOG(Plugins, "PluginView::getValue(%s)", prettyNameForNPNVariable(variable).data());
881 switch (variable) {
    [all...]
  /external/v8/test/mjsunit/
debug-scopes.js 143 // Also ignore synthetic variable from catch block.
215 // Local scope with a parameter and a local variable.
267 // Local introducing local variable using eval.
284 // Local scope with parameters, local variables and local variable introduced
711 // Do eval to dynamically declare a local variable so that the context's
735 // Do eval to dynamically declare a local variable so that the context's
debug-referenced-by.js 84 // Dynamically create a variable. This should create a context extension.
  /build/core/
java.mk 122 # variable definitions.
158 # If you instrument class files that have local variable debug information in
159 # them emma does not correctly maintain the local variable table.
envsetup.mk 300 # The plain (non-abs) version just dumps the value of the named variable.
301 # The "abs" version will treat the variable as a path, and dumps an
  /external/v8/test/mjsunit/regress/
regress-186.js 28 // Make sure that eval can introduce a local variable called __proto__.
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 377 public final void setVariablePadding(boolean variable) {
378 mVariablePadding = variable;
  /ndk/build/core/
build-all.mk 41 # build script that will parse the LOCAL_XXX variable definitions.
add-application.mk 20 # variable named '_application_mk' which points to a given Application.mk
172 # Record all app-specific variable definitions
definitions.mk 80 # Arguments: 1: list of variable names
94 # Arguments: 1: list of variable names
95 # 2: file where the variable should be defined
104 # Arguments: 1: list of variable names
105 # 2: file where the variable(s) should be defined
113 $(call __ndk_info, Required variable $(__varname) is not defined by $2)\
307 # Arguments: 1: name of variable that must be defined by the user
308 # 2: name of Makefile where the variable should be defined
    [all...]
  /dalvik/vm/arch/arm/
CallOldABI.S 96 @ We need to push a variable number of arguments onto the stack.
  /external/icu4c/test/perf/perldriver/
PerfFramework.pm 64 my($locale, $iter, $data, $program, $args, $variable);
  /dalvik/libcore/
JavaLibrary.mk 106 # variable is not exported from envsetup.sh). There is also
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 59 import org.apache.xpath.operations.Variable;
166 expr = variable(opPos); break;
529 * Compile a variable reference.
533 * @return reference to {@link org.apache.xpath.operations.Variable} instance.
537 protected Expression variable(int opPos) throws TransformerException method in class:Compiler
540 Variable var = new Variable();
    [all...]
  /external/webkit/WebCore/css/
CSSPropertyNames.in 261 -webkit-variable-declaration-block
  /external/elfutils/src/
ldscript.c 166 static struct assignment *new_assignment (const char *variable,
895 /* Pacify ``unused variable'' warnings. */
931 /* Pacify ``unused variable'' warnings. */
    [all...]
  /external/webkit/JavaScriptCore/wtf/
Vector.h 44 #define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(n)))
47 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable

Completed in 1013 milliseconds

1 2 34 5 6 7