OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CONSTANT
(Results
1 - 9
of
9
) sorted by null
/external/clang/test/Analysis/
unreachable-code-path.c
68
// Compile-time
constant
false positives
69
#define
CONSTANT
0
72
if (
CONSTANT
)
/external/llvm/lib/Target/PTX/
PTX.h
28
CONSTANT
= 1,
/external/chromium/testing/gmock/scripts/generator/cpp/
tokenize.py
55
CONSTANT
= '
CONSTANT
'
159
token_type =
CONSTANT
162
token_type =
CONSTANT
186
token_type =
CONSTANT
196
token_type =
CONSTANT
212
token_type =
CONSTANT
215
token_type =
CONSTANT
/external/v8/src/
frame-element.h
48
// *
Constant
: an element whose value is known at compile time.
129
bool is_constant() const { return type() ==
CONSTANT
; }
207
CONSTANT
,
223
// Used to construct
constant
elements.
227
value_ = TypeField::encode(
CONSTANT
)
ast.h
46
// allocation and
constant
-time deallocation of the entire syntax
925
CONSTANT
, // Property with
constant
value (compile time).
[
all
...]
/frameworks/base/graphics/java/android/renderscript/
Program.java
59
CONSTANT
(2),
80
* Binds a
constant
buffer to be used as uniform inputs to the
84
* @param slot index within the program's list of
constant
226
* Queries the index of the last added
constant
buffer type
242
* Adds
constant
(uniform) inputs to the program
245
* object to be used as
constant
inputs to the Program
/dalvik/dx/src/com/android/dx/ssa/
SCCP.java
27
import com.android.dx.rop.cst.
Constant
;
37
* A small variant of Wegman and Zadeck's Sparse Conditional
Constant
43
private static final int
CONSTANT
= 1;
51
/** For those registers that are
constant
, this is the
constant
value */
52
private
Constant
[] latticeConstants;
74
this.latticeConstants = new
Constant
[this.regCount];
88
* Performs sparse conditional
constant
propagation on a method.
130
* @param cst
Constant
value (may be null)
133
private boolean setLatticeValueTo(int reg, int value,
Constant
cst)
[
all
...]
/external/collada/include/1.4/dom/
domTypes.h
[
all
...]
/prebuilt/sdk/tools/lib/
dx.jar
Completed in 284 milliseconds