Home
last modified time | relevance | path

Searched refs:IMMEDIATE (Results 1 – 22 of 22) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/
DPriority.java9 IMMEDIATE, enumConstant
DGenericRequestBuilder.java714 result = Priority.IMMEDIATE; in getThumbnailPriority()
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DSourceFiles.java200 case IMMEDIATE: in generatedClassNameForBinding()
253 case IMMEDIATE: in bindingTypeParameters()
296 case IMMEDIATE: in factoryPrefix()
DContributionBindingFormatter.java44 case IMMEDIATE: in format()
DProductionBinding.java126 : Kind.IMMEDIATE; in forProducesMethod()
DContributionBinding.java152 IMMEDIATE, enumConstant
DAbstractComponentWriter.java1008 case IMMEDIATE: in initializeFactoryForContributionBinding()
/external/dbus/cmake/bus/
DCMakeLists.txt14 CONFIGURE_FILE( "${BUS_DIR}/session.conf.in" "${CMAKE_CURRENT_BINARY_DIR}/session.conf" IMMEDIATE @…
15 CONFIGURE_FILE( "system.conf.cmake" "${CMAKE_CURRENT_BINARY_DIR}/system.conf" IMMEDIATE @ONLY)
/external/llvm/lib/Target/SystemZ/
DREADME.txt73 ADD LOGICAL WITH SIGNED IMMEDIATE could be useful when we need to
74 produce a carry. SUBTRACT LOGICAL IMMEDIATE could be useful when we
/external/v8/test/unittests/compiler/ia32/
Dinstruction-selector-ia32-unittest.cc226 ASSERT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_P()
246 ASSERT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_P()
284 ASSERT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_P()
307 ASSERT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_P()
613 ASSERT_EQ(InstructionOperand::IMMEDIATE, in TEST_P()
/external/libdivsufsort/
DCMakeLists.txt97 IMMEDIATE @ONLY)
/external/v8/src/compiler/
Dinstruction.h36 enum Kind { INVALID, UNALLOCATED, CONSTANT, IMMEDIATE, EXPLICIT, ALLOCATED }; enumerator
56 INSTRUCTION_OPERAND_PREDICATE(Immediate, IMMEDIATE)
369 : InstructionOperand(IMMEDIATE) { in ImmediateOperand()
390 INSTRUCTION_OPERAND_CASTS(ImmediateOperand, IMMEDIATE);
Dinstruction.cc116 case InstructionOperand::IMMEDIATE: { in operator <<()
Dregister-allocator.cc188 case InstructionOperand::IMMEDIATE: in HintTypeForOperand()
/external/v8/test/unittests/compiler/arm64/
Dinstruction-selector-arm64-unittest.cc962 EXPECT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_F()
985 EXPECT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_F()
1044 EXPECT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_F()
1068 EXPECT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_F()
1110 EXPECT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_F()
1130 EXPECT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_F()
1151 EXPECT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_F()
1171 EXPECT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_F()
1192 EXPECT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_F()
1213 EXPECT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_F()
[all …]
/external/dbus/cmake/test/
DCMakeLists.txt131 configure_file(${FILE} ${TARGET} @ONLY IMMEDIATE)
/external/v8/test/unittests/compiler/
Dinstruction-selector-unittest.h223 EXPECT_EQ(InstructionOperand::IMMEDIATE, operand->kind()); in ToConstant()
Dinstruction-selector-unittest.cc75 EXPECT_NE(InstructionOperand::IMMEDIATE, output->kind()); in Build()
/external/v8/test/unittests/compiler/mips/
Dinstruction-selector-mips-unittest.cc984 ASSERT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_P()
1010 ASSERT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_P()
/external/v8/test/unittests/compiler/mips64/
Dinstruction-selector-mips64-unittest.cc1206 ASSERT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_P()
1232 ASSERT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_P()
/external/ceres-solver/
DCMakeLists.txt758 IMMEDIATE @ONLY)
/external/v8/test/unittests/compiler/arm/
Dinstruction-selector-arm-unittest.cc1358 ASSERT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_P()
1395 ASSERT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); in TEST_P()