OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:variable
(Results
1251 - 1275
of
15203
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/prebuilts/misc/common/swig/include/2.0.11/guile/
pointer-in-out.i
16
The address of a
variable
containing this pointer will be
31
variable
will be passed to the function. The function is
32
expected to modify the
variable
; its value is wrapped and
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h
19
PyObject *co_varnames; /* tuple of strings (local
variable
names) */
20
PyObject *co_freevars; /* tuple of strings (free
variable
names) */
21
PyObject *co_cellvars; /* tuple of strings (cell
variable
names) */
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py
69
with some_generator(<arguments>) as <
variable
>:
76
<
variable
> = <value>
97
used with a
variable
number of context managers as follows:
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h
19
PyObject *co_varnames; /* tuple of strings (local
variable
names) */
20
PyObject *co_freevars; /* tuple of strings (free
variable
names) */
21
PyObject *co_cellvars; /* tuple of strings (cell
variable
names) */
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py
69
with some_generator(<arguments>) as <
variable
>:
76
<
variable
> = <value>
97
used with a
variable
number of context managers as follows:
/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/npapi/npspy/extern/nspr/
prlog.h
56
** log service, set the environment
variable
: NSPR_LOG_MODULES
57
**
variable
.
59
** NSPR_LOG_MODULES
variable
has the form:
78
** NSPR_LOG_MODULES environment
variable
at execution time to affect
92
** The environment
variable
NSPR_LOG_FILE specifies the log file to use
203
** "args" is a
variable
length list of arguments to print, in the following
/external/clang/include/clang/Analysis/Analyses/
Consumed.h
29
// No state information for the given
variable
.
52
/// \brief Warn that a
variable
's state doesn't match at the entry and exit
57
/// \param VariableName -- The name of the
variable
that has a mismatched
121
/// \param VariableName -- The name of the
variable
that holds the unique
158
/// \brief Get the consumed state of a given
variable
.
182
/// \brief Set the consumed state of a given
variable
.
/external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp
77
os << "stack memory associated with local
variable
'"
190
// directly to a global
variable
.
197
// If the global
variable
holds a location in the current stack frame,
220
new BuiltinBug(this, "Stack address stored into global
variable
",
221
"Stack address was saved into a global
variable
. "
230
os << " is still referred to by the global
variable
'";
/external/deqp/doc/testspecs/GLES31/
functional.shaders.sample_variables.txt
19
Sample
variable
tests
43
target configurations. max_samples.* cases test gl_MaxSamples built-in
variable
.
57
sample_pos.correctness.* cases verify gl_SamplePosition built-in
variable
75
sample_mask_in.* cases test reading gl_SampleMaskIn built-in
variable
and
76
sample_mask_in.* cases write values to gl_SampleMask built-in
variable
. Sample
104
to gl_SampleMask output
variable
. With single sample targets, writing to
/external/lldb/source/Expression/
Materializer.cpp
19
#include "lldb/Symbol/
Variable
.h"
81
// Allocate a spare memory area to store the persistent
variable
's contents.
109
// Clear the flag if the
variable
will never be deallocated.
118
// Write the contents of the
variable
to the area.
189
err.SetErrorStringWithFormat("no materialization happened for persistent
variable
%s", m_persistent_variable_sp->GetName().AsCString());
220
// live
variable
data hasn't been set up yet. Do this now.
229
err.SetErrorStringWithFormat("couldn't read the address of program-allocated
variable
%s: %s", m_persistent_variable_sp->GetName().GetCString(), read_error.AsCString());
245
// If the
variable
is resident in the stack frame created by the expression,
297
err.SetErrorStringWithFormat("no dematerialization happened for persistent
variable
%s", m_persistent_variable_sp->GetName().AsCString());
442
err.SetErrorStringWithFormat("couldn't get a value object for
variable
%s", m_variable_sp->GetName().AsCString())
[
all
...]
/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/qemu/distrib/sdl-1.2.15/docs/html/
thread.html
176
> -- Create a condition
variable
</DT
181
> -- Destroy a condition
variable
</DT
186
> -- Restart a thread wait on a condition
variable
</DT
191
> -- Restart all threads waiting on a condition
variable
</DT
196
> -- Wait on a condition
variable
</DT
201
> -- Wait on a condition
variable
, with timeout</DT
/art/compiler/
oat_writer.h
35
// OatHeader
variable
length with count of D OatDexFiles
37
// OatDexFile[0] one
variable
sized OatDexFile with offsets to Dex and OatClasses
42
// Dex[0] one
variable
sized DexFile for each OatDexFile.
47
// OatClass[0] one
variable
sized OatClass for each of C DexFile::ClassDefs
52
// GcMap one
variable
sized blob with GC map.
57
// VmapTable one
variable
sized VmapTable blob (quick compiler only).
62
// MappingTable one
variable
sized blob with MappingTable (quick compiler only).
70
// MethodCode one
variable
sized blob with the code of a CompiledMethod.
/bionic/libc/private/
KernelArgumentBlock.h
30
// of memory containing argc, the argv array, the environment
variable
array,
41
// Skip over all environment
variable
definitions to find aux vector.
/build/target/product/
AndroidProducts.mk
28
# This file may not rely on the value of any
variable
other than
30
# value of any
variable
that isn't set in this file or in a file that
/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
27
* state of local
variable
name mappings that exists immediately after
39
* @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
/development/build/
build_android_stubs.mk
2
# Input
variable
:
6
# Output
variable
:
/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/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
Readme.txt
8
Inspecting environment
variable
ANTLR_HOME to detect and add
41
contained in the CLASSPATH environment
variable
Completed in 4969 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>