OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:variable
(Results
576 - 600
of
15203
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/clang/test/SemaObjCXX/
instantiate-message.mm
18
R *result3 = [ClassMethods method1:arg1]; // expected-error{{cannot initialize a
variable
of type 'ClassMethods2 *' with an rvalue of type 'ClassMethods *'}}
40
R *result2 = [im method1:arg1]; // expected-error{{cannot initialize a
variable
of type 'InstanceMethods2 *' with an rvalue of type 'InstanceMethods *'}}
/external/clang/test/SemaOpenCL/
half.cl
8
half a[2]; // expected-error{{declaring
variable
of type 'half [2]' is not allowed}}
9
half b; // expected-error{{declaring
variable
of type 'half' is not allowed}}
/external/deqp/framework/randomshaders/
rsgExecutionContext.cpp
61
ExecValueAccess ExecutionContext::getValue (const
Variable
*
variable
)
63
ExecValueStorage* storage = m_varValues[
variable
];
67
storage = new ExecValueStorage(
variable
->getType());
68
m_varValues[
variable
] = storage;
71
return storage->getValue(
variable
->getType());
74
const Sampler2D& ExecutionContext::getSampler2D (const
Variable
* sampler) const
83
const SamplerCube& ExecutionContext::getSamplerCube (const
Variable
* sampler) const
rsgStatement.hpp
74
DeclarationStatement (GeneratorState& state,
Variable
*
variable
= DE_NULL);
84
const
Variable
* m_variable;
140
AssignStatement (const
Variable
*
variable
, Expression* value);
141
AssignStatement (GeneratorState& state, const
Variable
*
variable
, ConstValueRangeAccess valueRange);
149
const
Variable
* m_variable;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
envset.cmd
20
; parameters are considered parts of a path
variable
, semicolons are
25
, parameters should be comma separated in the environment
variable
28
variable
will be set to the space separated parameters
30
Second parameter: name of the environment
variable
44
environment
variable
as it existed before envset was invoked.
46
For other parameters the batch looks for the environment
variable
with the
48
the environment
variable
with such a name does not exist, the expanded_name
88
/* Optionally enclose path
variable
by quotes */
/external/eigen/cmake/
EigenDetermineOSVersion.cmake
2
# improved version of the CMake
variable
${CMAKE_SYSTEM} on Windows
10
# - A little helper
variable
which should not be directly called
/external/icu/icu4c/source/layout/
PairPositioningSubtables.h
24
// NOTE: ValueRecord has a
variable
size
60
// NOTE: ValueRecord has a
variable
size
/external/icu/icu4c/source/test/compat/
readme.txt
36
Note: The name of the LD_LIBRARY_PATH
variable
is different on some systems.
38
the
variable
that is used there. LD_LIBRARY_PATH is the correct name
/external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
FirstFunction.java
26
* Returns true if the local
variable
is the first in a loop or each.
31
* @param args A local
variable
.
LastFunction.java
26
* Returns true if the local
variable
is the last in a loop or each.
31
* @param args A local
variable
.
SubcountFunction.java
26
* Returns the number of child nodes for the HDF
variable
.
31
* @param args A
variable
value referring to an HDF node
/external/lldb/test/expression_command/radar_9531204/
TestPrintfAfterUp.py
26
self.runCmd("frame
variable
")
35
self.runCmd("frame
variable
")
/external/llvm/test/CodeGen/ARM/
odr_comdat.ll
10
; Case 1:
variable
is not explicitly initialized, and ends up in a .bss section
14
; Case 2:
variable
is explicitly initialized, and ends up in a .data section
/external/llvm/test/CodeGen/X86/
odr_comdat.ll
10
; Case 1:
variable
is not explicitly initialized, and ends up in a .bss section
14
; Case 2:
variable
is explicitly initialized, and ends up in a .data section
/external/proguard/src/proguard/evaluation/
TracedVariables.java
77
* Gets the producer Value for the specified
variable
, without disturbing it.
78
* @param index the
variable
index.
79
* @return the producer value of the given
variable
.
88
* Sets the given producer Value for the specified
variable
, without
90
* @param index the
variable
index.
122
// Clear any traces if a
variable
has become null.
145
// Store the value itself in the
variable
.
148
// Store the producer value in its producer
variable
.
/external/qemu/distrib/sdl-1.2.15/include/
SDL_mutex.h
132
/** The SDL condition
variable
structure, defined in SDL_cond.c */
137
/** Create a condition
variable
*/
140
/** Destroy a condition
variable
*/
143
/** Restart one of the threads that are waiting on the condition
variable
,
148
/** Restart all threads that are waiting on the condition
variable
,
153
/** Wait on the condition
variable
, unlocking the provided mutex.
155
* The mutex is re-locked once the condition
variable
is signaled.
161
*
variable
is signaled, SDL_MUTEX_TIMEDOUT if the condition is not
/external/valgrind/main/drd/tests/
hg03_inherit.stderr.exp
7
a global
variable
declared at hg03_inherit.c:11
13
a global
variable
declared at hg03_inherit.c:11
pth_cond_race.c
2
variable
. By Bart Van Assche.
65
// Signal the condition
variable
.
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ProgramVariable.java
43
throw new RuntimeException("Attempting to set program
variable
'" + mVarName
51
throw new RuntimeException("Attempting to get program
variable
'" + mVarName
/libcore/
Android.mk
44
# Disable test modules if LIBCORE_SKIP_TESTS environment
variable
is set.
49
$(info * libcore tests are skipped because environment
variable
LIBCORE_SKIP_TESTS=$(LIBCORE_SKIP_TESTS))
/ndk/sources/android/crazy_linker/tests/
jni_lib.cpp
19
"%s: Env
variable
%s has invalid value: %s (expected INIT)\n",
35
"%s: Env
variable
%s has invalid value: %s (expected LOADED)\n",
/ndk/sources/host-tools/make-3.81/po/
POTFILES.in
37
variable
.c
38
variable
.h
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
substitution
7
# Generic patsubst test: test both the function and
variable
form.
25
#
Variable
subst where a pattern matches multiple times in a single word.
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_mutex.h
132
/** The SDL condition
variable
structure, defined in SDL_cond.c */
137
/** Create a condition
variable
*/
140
/** Destroy a condition
variable
*/
143
/** Restart one of the threads that are waiting on the condition
variable
,
148
/** Restart all threads that are waiting on the condition
variable
,
153
/** Wait on the condition
variable
, unlocking the provided mutex.
155
* The mutex is re-locked once the condition
variable
is signaled.
161
*
variable
is signaled, SDL_MUTEX_TIMEDOUT if the condition is not
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_mutex.h
132
/** The SDL condition
variable
structure, defined in SDL_cond.c */
137
/** Create a condition
variable
*/
140
/** Destroy a condition
variable
*/
143
/** Restart one of the threads that are waiting on the condition
variable
,
148
/** Restart all threads that are waiting on the condition
variable
,
153
/** Wait on the condition
variable
, unlocking the provided mutex.
155
* The mutex is re-locked once the condition
variable
is signaled.
161
*
variable
is signaled, SDL_MUTEX_TIMEDOUT if the condition is not
Completed in 480 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>