HomeSort by relevance Sort by last modified time
    Searched full:variable (Results 551 - 575 of 6598) sorted by null

<<21222324252627282930>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
epoll.h 82 epoll_data_t data; /* User data variable */
96 -1 in case of error ( the "errno" variable will contain the
107 error with the "errno" variable set to the specific error code. The
  /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));
  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 107 * Loads the local variable with the given index as the sole argument in
111 * @param idx {@code >= 0;} the local variable index
116 * Used to specify if a loaded local variable has info in the local
117 * variable table.
119 * @param local {@code true} if local arg has info in local variable table
200 * @param idx {@code >= 0;} the local variable index
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 75 os << "stack memory associated with local variable '"
167 // directly to a global variable.
174 // If the global variable holds a location in the current stack frame,
197 new BuiltinBug("Stack address stored into global variable",
198 "Stack address was saved into a global variable. "
208 os << " is still referred to by the global variable '";
  /external/mesa3d/docs/
libGL.txt 38 The LIBGL_DRIVERS_DIR environment variable may be used to specify a
40 This environment variable is ignored in setuid programs for security
47 stderr if the LIBGL_DEBUG environment variable is defined.
62 environment variable. Hardware acceleration will not be used.
185 variable _glapi_Dispatch will point to the current dispatch table.
186 This variable will be NULL when in multi-thread mode.
  /external/mesa3d/src/glsl/
loop_controls.cpp 31 * Find an initializer of a variable outside a loop
33 * Works backwards from the loop to find the pre-loop value of the variable.
37 * \param loop Loop where \c var is an induction variable
38 * \param var Variable whose initializer is to be found
41 * The \c ir_rvalue assigned to the variable outside the loop. May return
185 * i is a loop induction variable, c is a constant, and < is any relative
  /external/webkit/Source/WebCore/plugins/
npfunctions.h 57 typedef NPError (*NPN_GetValueProcPtr)(NPP instance, NPNVariable variable, void *ret_value);
58 typedef NPError (*NPN_SetValueProcPtr)(NPP instance, NPPVariable variable, void *value);
69 typedef NPError (*NPN_GetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, char** value, uint32_t* len);
70 typedef NPError (*NPN_SetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, const char* value, uint32_t len);
113 typedef NPError (*NPP_GetValueProcPtr)(NPP instance, NPPVariable variable, void *ret_value);
114 typedef NPError (*NPP_SetValueProcPtr)(NPP instance, NPNVariable variable, void *value);
  /external/webkit/Source/WebKit/qt/Api/
qwebpluginfactory.cpp 72 \variable QWebPluginFactory::Plugin::name
77 \variable QWebPluginFactory::Plugin::description
82 \variable QWebPluginFactory::Plugin::mimeTypes
111 \variable QWebPluginFactory::MimeType::name
117 \variable QWebPluginFactory::MimeType::description
122 \variable QWebPluginFactory::MimeType::fileExtensions
  /ndk/docs/
ANDROID-MK.html 89 An Android.mk file must begin with the definition of the LOCAL_PATH variable.
97 The CLEAR_VARS variable is provided by the build system and points to a
106 The LOCAL_MODULE variable must be defined to identify each module you
127 however possible to specify a different one by defining the variable
133 The BUILD_SHARED_LIBRARY is a variable provided by the build system that
147 the NDK build system reserves the following variable names:
212 the LOCAL_PREBUILTS variable (see docs/PREBUILTS.html for more
239 NOTE: Up to Android NDK 1.6_r1, this variable was simply defined
308 into another variable, for example:
363 variable, and include its Android.mk automatically for you
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalSnapshot.java 26 * state of local variable name mappings that exists immediately after
38 * @param locals {@code non-null;} associated local variable state
  /dalvik/dx/src/com/android/dx/dex/code/
LocalSnapshot.java 26 * state of local variable name mappings that exists immediately after
38 * @param locals {@code non-null;} associated local variable state
  /dalvik/dx/tests/087-ssa-local-vars/
Blort.java 4 // A local variable assigned from an argument
47 * Checks to see that local variable assignment is preserved through
  /dalvik/vm/compiler/
Dataflow.h 106 * An induction variable is represented by "m*i + c", where i is a basic
107 * induction variable.
  /dalvik/vm/mterp/x86-atom/
OP_AGET.S 19 * Code: Generic 32-bit array "get" operation. Provides a "scale" variable
21 * elements. Provides a "mov" variable which determines the type of
OP_APUT.S 19 * Code: Generic 32-bit array put operation. Provides a "scale" variable
21 * elements. Provides a "mov" variable which determines the type of
OP_CMPL_FLOAT.S 19 * Code: Provides a "nan" variable to specify the return value for
20 * NaN. Provides a variable "sod" which appends a "s" or a "d"
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Audio.java 56 * TODO: Set the path variable to a local audio file path.
65 + "and set the path variable to your audio file path."
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorExsltFuncResult.java 41 * Verify that the func:result element does not appear within a variable,
59 msg = "func:result cannot appear within a variable, parameter, or another func:result.";
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPVariableStack.java 52 //JAXP 1.3 spec says that if variable name is null then
56 new Object[] {"Variable qname"} );
  /external/bison/lib/
error.h 55 /* This variable is incremented each time `error' is called. */
59 variable controls whether this mode is selected or not. */
  /external/bison/tests/
existing.at 251 exp : variable ASSIGNOP {} exp
271 : variable ASSIGNOP {} rexp
294 | variable INCREMENT
295 | variable DECREMENT
306 | variable
307 | INCREMENT variable
308 | DECREMENT variable
317 | variable
320 variable
990 %token VARIABLE
    [all...]
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-watch-expressions.html 21 for the <code>d</code> variable.
24 the test, as the variable <code>d</code> is never introduced in the program.
  /external/chromium/chrome/browser/
platform_util_linux.cc 24 // to a command that needs a terminal. Set the environment variable telling
30 // However, we do not want this environment variable to propagate to external
  /external/chromium/chrome/browser/policy/
policy_path_parser_win.cc 31 // Mapping from variable names to Windows CSIDL ids.
42 // Replaces all variable occurances in the policy string with the respective
  /external/chromium/chrome/browser/printing/
print_job_manager.h 75 // Printing is enabled/disabled. This variable is checked at only one place,
78 // even if the value of this variable changes afterwards.

Completed in 1040 milliseconds

<<21222324252627282930>>