/external/emma/core/java12/com/vladium/jcd/cls/constant/ |
D | ICONSTANTVisitor.java | 22 Object visit (CONSTANT_Class_info constant, Object ctx); in visit() 24 Object visit (CONSTANT_InterfaceMethodref_info constant, Object ctx); in visit() 25 Object visit (CONSTANT_Methodref_info constant, Object ctx); in visit() 26 Object visit (CONSTANT_Fieldref_info constant, Object ctx); in visit() 28 Object visit (CONSTANT_Double_info constant, Object ctx); in visit() 29 Object visit (CONSTANT_Float_info constant, Object ctx); in visit() 30 Object visit (CONSTANT_Integer_info constant, Object ctx); in visit() 31 Object visit (CONSTANT_Long_info constant, Object ctx); in visit() 32 Object visit (CONSTANT_String_info constant, Object ctx); in visit() 34 Object visit (CONSTANT_Utf8_info constant, Object ctx); in visit() [all …]
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | DescendingVisitor.java | 276 public void visitConstantClass(final ConstantClass constant) in visitConstantClass() 284 public void visitConstantDouble(final ConstantDouble constant) in visitConstantDouble() 292 public void visitConstantFieldref(final ConstantFieldref constant) in visitConstantFieldref() 300 public void visitConstantFloat(final ConstantFloat constant) in visitConstantFloat() 308 public void visitConstantInteger(final ConstantInteger constant) in visitConstantInteger() 317 final ConstantInterfaceMethodref constant) in visitConstantInterfaceMethodref() 329 final ConstantInvokeDynamic constant) in visitConstantInvokeDynamic() 337 public void visitConstantLong(final ConstantLong constant) in visitConstantLong() 345 public void visitConstantMethodref(final ConstantMethodref constant) in visitConstantMethodref() 353 public void visitConstantNameAndType(final ConstantNameAndType constant) in visitConstantNameAndType() [all …]
|
/external/proguard/src/proguard/classfile/editor/ |
D | ConstantPoolEditor.java | 61 Constant constant = constantPool[index]; in addIntegerConstant() local 90 Constant constant = constantPool[index]; in addLongConstant() local 120 Constant constant = constantPool[index]; in addFloatConstant() local 150 Constant constant = constantPool[index]; in addDoubleConstant() local 182 Constant constant = constantPool[index]; in addStringConstant() local 234 Constant constant = constantPool[index]; in addInvokeDynamicConstant() local 269 Constant constant = constantPool[index]; in addMethodHandleConstant() local 374 Constant constant = constantPool[index]; in addFieldrefConstant() local 481 Constant constant = constantPool[index]; in addInterfaceMethodrefConstant() local 588 Constant constant = constantPool[index]; in addMethodrefConstant() local [all …]
|
D | ConstantPoolSorter.java | 66 Constant constant = programClass.constantPool[oldIndex]; in visitProgramClass() local 92 Constant constant = comparableConstant.getConstant(); in visitProgramClass() local
|
D | NameAndTypeShrinker.java | 85 public void visitAnyConstant(Clazz clazz, Constant constant) {} in visitAnyConstant() 165 Constant constant = constantPool[index]; in shrinkConstantPool() local
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
D | IConstantCollection.java | 56 CONSTANT_info set (CONSTANT_info constant); in set() 68 boolean equals (CONSTANT_info constant); in equals() 154 int add (CONSTANT_info constant); in add() 172 CONSTANT_info set (int index, CONSTANT_info constant); in set()
|
D | ConstantCollection.java | 53 final CONSTANT_info constant = (CONSTANT_info) m_constants.get (i); in find() local 98 final CONSTANT_info constant = (CONSTANT_info) m_constants.get (c); in clone() local 136 public CONSTANT_info set (final int index, final CONSTANT_info constant) in set() 170 public int add (final CONSTANT_info constant) in add()
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_builder.h | 96 constant(float f) in constant() function 102 constant(int i) in constant() function 108 constant(unsigned u) in constant() function 114 constant(bool b) in constant() function
|
D | opt_constant_propagation.cpp | 53 acp_entry(ir_variable *var, unsigned write_mask, ir_constant *constant) in acp_entry() 72 ir_constant *constant; member in __anona46a2ad80111::acp_entry 157 ir_constant *constant = in constant_folding() local 491 ir_constant *constant = ir->rhs->as_constant(); in add_constant() local
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | TestingWeighers.java | 27 static Weigher<Object, Object> constantWeigher(int constant) { in constantWeigher() 46 private final int constant; field in TestingWeighers.ConstantWeigher 48 ConstantWeigher(int constant) { in ConstantWeigher()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_code.c | 59 unsigned rc_constants_add(struct rc_constant_list * c, struct rc_constant * constant) in rc_constants_add() 90 struct rc_constant constant; in rc_constants_add_state() local 117 struct rc_constant constant; in rc_constants_add_immediate_vec4() local 143 struct rc_constant constant; in rc_constants_add_immediate_scalar() local
|
/external/libaom/libaom/aom_dsp/ |
D | fft_common.h | 125 #define GEN_FFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument 142 #define GEN_FFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, mul) \ argument 177 #define GEN_FFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument 269 #define GEN_FFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument 521 #define GEN_IFFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument 538 #define GEN_IFFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument 582 #define GEN_IFFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument 697 #define GEN_IFFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
|
/external/clang/test/Analysis/ |
D | bool-assignment.c | 10 bool constant = 2; // no-warning in test_stdbool_initialization() local 40 BOOL constant = 2; // expected-warning {{Assignment of a non-Boolean value}} in test_BOOL_initialization() local 80 Boolean constant = 2; // expected-warning {{Assignment of a non-Boolean value}} in test_Boolean_initialization() local
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | constants_test.cc | 52 std::vector<float> constant = {2.0}; in TEST_F() local 61 std::vector<int32> constant = {2}; in TEST_F() local 70 std::vector<uint32> constant = {2}; in TEST_F() local 79 std::vector<float> constant = {0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0}; in TEST_F() local 88 std::vector<float> constant = {0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, in TEST_F() local 105 std::unique_ptr<Array2D<float>> constant = in TEST_F() local
|
D | copy_test.cc | 43 auto constant = in TestCopyOp() local 112 auto constant = builder.AddInstruction( in XLA_TEST_F() local 140 HloInstruction* constant = builder.AddInstruction( in XLA_TEST_F() local 172 HloInstruction* constant = builder.AddInstruction( in TestCopyConstantLayout021() local 206 HloInstruction* constant = builder.AddInstruction( in TestCopyConstantLayoutR4() local
|
/external/python/cpython2/Modules/ |
D | termios.c | 325 static struct constant { struct 328 } termios_constants[] = { argument 915 struct constant *constant = termios_constants; in PyInit_termios() local
|
/external/python/cpython3/Modules/ |
D | termios.c | 316 static struct constant { struct 319 } termios_constants[] = { argument 955 struct constant *constant = termios_constants; in PyInit_termios() local
|
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/examples/ |
D | LabelImage.java | 201 <T> Output<T> constant(String name, Object value, Class<T> type) { in constant() method in LabelImage.GraphBuilder 210 Output<String> constant(String name, byte[] value) { in constant() method in LabelImage.GraphBuilder 214 Output<Integer> constant(String name, int value) { in constant() method in LabelImage.GraphBuilder 218 Output<Integer> constant(String name, int[] value) { in constant() method in LabelImage.GraphBuilder 222 Output<Float> constant(String name, float value) { in constant() method in LabelImage.GraphBuilder
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_strengthreduce.h | 19 #define X(constant, suffix) \ argument
|
D | test_strengthreduce.cpp | 22 #define X(constant, suffix) \ argument
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_schedule_test.cc | 99 HloInstruction* constant = entry->AddInstruction( in TEST_F() local 149 HloInstruction* constant = entry->AddInstruction( in TEST_F() local 192 HloInstruction* constant = entry->AddInstruction( in TEST_F() local
|
/external/proguard/src/proguard/classfile/instruction/ |
D | SimpleInstruction.java | 35 public int constant; field in SimpleInstruction 56 public SimpleInstruction(byte opcode, int constant) in SimpleInstruction()
|
D | VariableInstruction.java | 37 public int constant; field in VariableInstruction 67 int constant) in VariableInstruction()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 271 struct rc_constant constant; in handle_immediate() local 316 struct rc_constant constant; in r300_tgsi_to_rc() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
D | gpu_copy_test.cc | 41 HloInstruction* constant = builder.AddInstruction( in TEST_F() local
|