HomeSort by relevance Sort by last modified time
    Searched defs:CONSTANT (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue276/foo/
A.java 6 CONSTANT
  /external/google-breakpad/src/testing/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/googletest/googlemock/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/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/clang/test/Analysis/
unreachable-code-path.c 68 // Compile-time constant false positives
69 #define CONSTANT 0
72 if (CONSTANT)
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
FunctionalInterfaceWithInitializerAndDefaultMethods.java 22 ClassWithInitializer CONSTANT = new ClassWithInitializer();
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
Indexer.java 52 CONSTANT,
115 return new Indexer.IndexedBinding(binding, BindingType.CONSTANT, scope(binding),
  /frameworks/base/rs/java/android/renderscript/
Program.java 60 CONSTANT (2),
83 * Program object can have zero or more constant allocations
85 * @return number of constant input types
92 * Returns the type of the constant buffer used in the program
94 * an allocation to store constant data.
95 * @param slot index of the constant input type to return
96 * @return constant input type
139 * Binds a constant buffer to be used as uniform inputs to the
143 * @param slot index within the program's list of constant
287 * Queries the index of the last added constant buffer typ
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorExpr.java 78 // as a list of tokens. Constant
81 private static enum TokenKind { CONSTANT, OPERATOR, PRE_EVAL };
138 * Representation of a (possibly incomplete) numerical constant.
141 private static class Constant extends Token implements Cloneable {
149 Constant() {
156 Constant(DataInput in) throws IOException {
175 out.writeByte(TokenKind.CONSTANT.ordinal());
189 // in this constant.
190 // Assumes that this constant does not have an exponent.
225 * Assumes the constant is nonempty
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 27 import com.android.dx.rop.cst.Constant;
36 * A small variant of Wegman and Zadeck's Sparse Conditional Constant
42 private static final int CONSTANT = 1;
50 /** For those registers that are constant, this is the constant value */
51 private final Constant[] latticeConstants;
73 this.latticeConstants = new Constant[this.regCount];
87 * Performs sparse conditional constant propagation on a method.
129 * @param cst Constant value (may be null)
132 private boolean setLatticeValueTo(int reg, int value, Constant cst)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 104 CONSTANT = 2,
  /external/v8/src/compiler/
instruction.h 42 CONSTANT,
61 // Constant operands participate in register allocation. They are allocated to
63 // value must be rematerialized, it is loaded from an immediate constant
65 INSTRUCTION_OPERAND_PREDICATE(Constant, CONSTANT)
370 : InstructionOperand(CONSTANT) {
383 INSTRUCTION_OPERAND_CASTS(ConstantOperand, CONSTANT);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cVertexAttrib64BitTest.cpp     [all...]
  /prebuilts/sdk/current/extras/constraint-layout/solver/
constraint-layout-solver-1.1.0-beta1.jar 
  /prebuilts/sdk/current/extras/constraint-layout-x/solver/
constraintlayout-solver-1.1.0.jar 
  /external/error_prone/checkerframework/
dataflow-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/1.8.10/
dataflow-1.8.10.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/2.1.14/
dataflow-2.1.14.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/2.2.2/
dataflow-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/uber/nullaway/nullaway/0.2.0/
nullaway-0.2.0.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /external/dexmaker/lib/
dalvik-dx-1.jar 

Completed in 506 milliseconds

1 2 3 4