OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:variable
(Results
251 - 275
of
6598
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
MFILE_LIST
3
$description = "Test the MAKEFILE_LIST
variable
.";
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_mutex.h
118
/* Condition
variable
functions */
121
/* The SDL condition
variable
structure, defined in SDL_cond.c */
125
/* Create a condition
variable
*/
128
/* Destroy a condition
variable
*/
131
/* Restart one of the threads that are waiting on the condition
variable
,
136
/* Restart all threads that are waiting on the condition
variable
,
141
/* Wait on the condition
variable
, unlocking the provided mutex.
143
The mutex is re-locked once the condition
variable
is signaled.
149
variable
is signaled, SDL_MUTEX_TIMEDOUT if the condition is not
/prebuilt/linux-x86/sdl/include/SDL/
SDL_mutex.h
118
/* Condition
variable
functions */
121
/* The SDL condition
variable
structure, defined in SDL_cond.c */
125
/* Create a condition
variable
*/
128
/* Destroy a condition
variable
*/
131
/* Restart one of the threads that are waiting on the condition
variable
,
136
/* Restart all threads that are waiting on the condition
variable
,
141
/* Wait on the condition
variable
, unlocking the provided mutex.
143
The mutex is re-locked once the condition
variable
is signaled.
149
variable
is signaled, SDL_MUTEX_TIMEDOUT if the condition is not
/prebuilt/windows/sdl/include/SDL/
SDL_mutex.h
118
/* Condition
variable
functions */
121
/* The SDL condition
variable
structure, defined in SDL_cond.c */
125
/* Create a condition
variable
*/
128
/* Destroy a condition
variable
*/
131
/* Restart one of the threads that are waiting on the condition
variable
,
136
/* Restart all threads that are waiting on the condition
variable
,
141
/* Wait on the condition
variable
, unlocking the provided mutex.
143
The mutex is re-locked once the condition
variable
is signaled.
149
variable
is signaled, SDL_MUTEX_TIMEDOUT if the condition is not
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
contexts.xml
6
<with
variable
="platform">
/sdk/hierarchyviewer2/app/
README
54
Define a classpath
variable
in Eclipse:
56
- Create a new classpath
variable
named ANDROID_OUT_FRAMEWORK
58
- Create a new classpath
variable
named ANDROID_SRC
62
you add the new classpath
variable
, otherwise previous errors might not
/frameworks/base/tools/aidl/
AST.cpp
59
variable
(NULL)
63
Field::Field(int m,
Variable
* v)
66
variable
(v)
77
types->insert(this->
variable
->type);
87
fprintf(to, "%s %s", this->
variable
->type->QualifiedName().c_str(),
88
this->
variable
->name.c_str());
114
Variable
::
Variable
()
121
Variable
::
Variable
(Type* t, const string& n
[
all
...]
/ndk/sources/host-tools/make-3.81/doc/
make.texi
11
@c Combine the
variable
and function indices:
140
* MAKEFILES
Variable
:: The environment can specify extra makefiles.
141
* MAKEFILE_LIST
Variable
:: Discover which makefiles have been read.
221
* MAKE
Variable
:: The special effects of using @samp{$(MAKE)}.
229
* Reference:: How to use the value of a
variable
.
231
* Advanced:: Advanced features for referencing a
variable
.
233
* Setting:: How to set a
variable
in the makefile.
235
of a
variable
.
236
* Override Directive:: How to set a
variable
in the makefile even if
238
* Defining:: An alternate way to set a
variable
[
all
...]
make.info-1
114
* MAKEFILES
Variable
:: The environment can specify extra makefiles.
115
* MAKEFILE_LIST
Variable
:: Discover which makefiles have been read.
195
* MAKE
Variable
:: The special effects of using `$(MAKE)'.
203
* Reference:: How to use the value of a
variable
.
205
* Advanced:: Advanced features for referencing a
variable
.
207
* Setting:: How to set a
variable
in the makefile.
209
of a
variable
.
210
* Override Directive:: How to set a
variable
in the makefile even if
212
* Defining:: An alternate way to set a
variable
214
* Environment::
Variable
values can come from the environment
[
all
...]
/external/llvm/include/llvm/
GlobalVariable.h
11
// represents a single global
variable
(or constant) in the VM.
15
//
variable
may have an initial value, which is copied into the executables .data
71
/// hasInitializer - Unless a global
variable
isExternal(), it has an
72
/// initializer. The initializer for the global
variable
/constant is held by
77
/// hasDefinitiveInitializer - Whether the global
variable
has an initializer,
95
// The initializer of a global
variable
with weak linkage may change at
100
/// hasUniqueInitializer - Whether the global
variable
has an initializer, and
106
// use the initializer from another instance of the global
variable
107
// instead. It is wrong to modify the initializer of a global
variable
113
/// getInitializer - Return the initializer for this global
variable
. It i
[
all
...]
/external/bison/lib/
timevar.c
33
variable
. The !IN_GCC part of this file is specific to Bison. */
118
_constants_
variable
at run time, anyway? */
139
/* A timing
variable
. */
143
/* Elapsed time for this
variable
. */
146
/* If this
variable
is timed independently of the timing stack,
150
/* The name of this timing
variable
. */
153
/* Non-zero if this timing
variable
is running as a standalone
157
/* Non-zero if this timing
variable
was ever started or pushed onto
163
topmost timing
variable
on the stack. */
167
/* The timing
variable
at this stack level. *
[
all
...]
/cts/tools/dx-tests/src/dxc/junit/verify/t482_10/
Test_t482_10.java
28
* @title Uninitialized local
variable
41
* @title Uninitialized local
variable
/device/samsung/crespo/
AndroidProducts.mk
22
# This file may not rely on the value of any
variable
other than
24
# value of any
variable
that isn't set in this file or in a file that
/device/samsung/crespo4g/
AndroidProducts.mk
22
# This file may not rely on the value of any
variable
other than
24
# value of any
variable
that isn't set in this file or in a file that
/external/clang/test/CodeGen/
2002-07-14-MiscListTests.c
25
static int Foo = 0; // Test static local
variable
26
Foo += 1; // Increment static
variable
mangle.c
29
// Function becomes a
variable
.
38
//
Variable
becomes a function
/external/clang/test/Sema/
array-constraint.c
9
struct s v, *p; // expected-error {{
variable
has incomplete type 'struct s'}}
44
typedef int TA[I]; // expected-error {{
variable
length array declaration not allowed at file scope}}
/external/clang/test/SemaCXX/
virtuals.cpp
32
A a; // expected-error{{
variable
type 'A' is an abstract class}}
35
} catch(A) { // expected-error{{
variable
type 'A' is an abstract class}}
/external/clang/test/SemaObjC/
class-bitfield.m
32
char *isa; // expected-error {{instance
variable
'isa' has conflicting type: 'char *' vs 'void *'}}
35
int c: 3; // expected-error {{instance
variable
'c' has conflicting bit-field width}}
conflicting-ivar-test-1.m
14
int XIVAR; // expected-error {{conflicting instance
variable
names: 'XIVAR' vs 'IVAR'}}
65
short IVAR; // expected-error {{instance
variable
'IVAR' has conflicting type: 'short' vs 'int'}}
/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/expat/bcb5/
README.txt
14
2) Set the environment
variable
BCB to "C:\Borland\BCC55".
31
variable
. Also, the LIBRARY entry in the .def file has to be changed to
49
to the ALLOBJ
variable
.
53
make file, put it in the USERDEFINES
variable
.
72
the CFLAG1 tag. In a make file, remove it from the CFLAG1
variable
.
75
variable
(GUI or makefile repectively) to the version without the "mt" in the
85
remove the _RTLDLL assignment to the SYSDEFINES
variable
, and change the RTL
86
to the version without an "i" in the ALLLIB
variable
. For example,
/external/harfbuzz/
configure.ac
34
_PKG_CONFIG(QT_INCDIR, [
variable
=includedir], [QtGui >= 4.3])
42
_PKG_CONFIG(QT_MOC, [
variable
=moc_location], [QtGui >= 4.3])
/external/icu4c/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
.
Completed in 2887 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>