/frameworks/libs/binary_translation/intrinsics/riscv64_to_x86_64/include/berberis/intrinsics/ |
D | macro_assembler_floating_point_impl.h | 69 And<int32_t>(result, 1); in MacroFeq() 80 And<int32_t>(result, 1); in MacroFeqAVX() 94 And<uint32_t>(gpr_a, kX87MxcsrExceptionBits); in MacroFeGetExceptionsTranslate() 128 And<uint8_t>(x87_status_word, static_cast<uint8_t>(~kX87MxcsrExceptionBits)); in MacroFeSetExceptionsAndRoundImmTranslate() 130 And<uint16_t>(fenv_scratch, static_cast<uint16_t>(~kX87RoundingBits)); in MacroFeSetExceptionsAndRoundImmTranslate() 132 And<uint32_t>(mxcsr, static_cast<uint32_t>(~(kX87MxcsrExceptionBits | kMxcsrRoundingBits))); in MacroFeSetExceptionsAndRoundImmTranslate() 182 And<uint8_t>(x87_status_word, static_cast<uint8_t>(~kX87MxcsrExceptionBits)); in MacroFeSetExceptionsAndRoundTranslate() 184 And<uint16_t>(fenv_scratch, static_cast<uint16_t>(~kX87RoundingBits)); in MacroFeSetExceptionsAndRoundTranslate() 186 And<uint32_t>(mxcsr, static_cast<uint32_t>(~(kX87MxcsrExceptionBits | kMxcsrRoundingBits))); in MacroFeSetExceptionsAndRoundTranslate() 199 And<uint32_t>(scratch_register, kX87RoundingBits); in MacroFeSetExceptionsAndRoundTranslate() [all …]
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | type_operators.h | 32 struct And : std::false_type {}; struct 34 struct And<A, B> : std::integral_constant<bool, A::value && B::value> {}; 36 struct And<A, B, Rest...> : And<A, And<B, Rest...>> {}; 69 : And<IsConvertible<Decay<KeyA>, Decay<KeyB>>, 75 : And<IsConvertible<Decay<A>, Decay<C>>, 82 : And<IsConvertible<Decay<A>, Decay<C>>, 86 : And<IsConvertible<Decay<A>, Decay<C>>, 93 : And<IsConvertible<Decay<A>, Decay<B>>...> {}; 122 : And<IsConvertible<Decay<KeyA>, Decay<KeyB>>, 128 : And<IsConvertible<Decay<KeyA>, Decay<KeyB>>,
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v30_simple.vcf | 3 FN:And Roid 4 N:And;Roid;;;
|
/frameworks/opt/setupwizard/library/ |
D | standalone-rules.gradle | 10 * And then you can include the :setup-wizard-lib project as one of your dependencies 23 // And then in rules.gradle you can reference the dependency by
|
D | build.gradle | 15 * And then you can include the :setup-wizard-lib project as one of your dependencies 28 // And then in rules.gradle you can reference the dependency by
|
D | standalone.gradle | 11 * And then you can include the :setup-wizard-lib project as one of your dependencies
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | remote_method_tests.cpp | 773 TEST(RemoteMethodFramework, And) { in TEST() argument 774 EXPECT_TRUE((And<std::true_type, std::true_type>::value)); in TEST() 775 EXPECT_FALSE((And<std::true_type, std::false_type>::value)); in TEST() 776 EXPECT_FALSE((And<std::false_type, std::true_type>::value)); in TEST() 777 EXPECT_FALSE((And<std::false_type, std::false_type>::value)); in TEST() 779 EXPECT_TRUE((And<std::true_type, std::true_type, std::true_type>::value)); in TEST() 780 EXPECT_FALSE((And<std::true_type, std::true_type, std::false_type>::value)); in TEST() 781 EXPECT_FALSE((And<std::true_type, std::false_type, std::true_type>::value)); in TEST() 782 EXPECT_FALSE((And<std::true_type, std::false_type, std::false_type>::value)); in TEST() 783 EXPECT_FALSE((And<std::false_type, std::true_type, std::true_type>::value)); in TEST() [all …]
|
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/ |
D | lite_translator.h | 312 as_.And<CsrFieldType<kName>>(Assembler::rcx, kCsrMask<kName>); in SetCsr() 314 as_.And<CsrFieldType<kName>>(Assembler::rcx, in SetCsr() 514 as_.And<uint8_t>(reg, 0b11); 548 as_.And<uint32_t>(Assembler::rax, 0b1'1111); 568 as_.And<uint32_t>(Assembler::rax, 0b1'1111);
|
/frameworks/base/core/proto/android/os/ |
D | header.proto | 43 // And this header passes through incidentd without incidentd parsing it.
|
/frameworks/base/tools/dump-coverage/ |
D | README.md | 34 And you should have `coverage-file.ec` on your machine under the folder `~/path-on-your-computer`
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 8 <uses-library> tag. And since Java always tries to load a class from the
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 10 <uses-library> tag. And since Java always tries to load a class from the
|
/frameworks/native/cmds/dumpstate/ |
D | README.md | 59 And to run just one test (for example, `DumpstateTest.RunCommandNoArgs`):
|
/frameworks/base/packages/SettingsLib/DataStore/ |
D | README.md | 21 preserve user experiences on a new device. And the 175 And this is a datastore with key value data:
|
/frameworks/opt/net/ims/ |
D | README.txt | 30 And, the application frees to define the action for the incoming call intent.
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BroadcastQueue.md | 16 And there are there two ways to receive these intents:
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
D | debugging.md | 42 And these commands to enable protologs (in logcat) for WM Shell ([list of all shell tags](/libs/Win…
|
/frameworks/av/media/libheadtracking/ |
D | README.md | 67 And similarly, inverting the transform simply flips the reference and target:
|
/frameworks/base/packages/SystemUI/docs/device-entry/ |
D | doze.md | 51 And are configured in the [AmbientDisplayConfiguration][13] with some related configurations specif…
|
/frameworks/libs/binary_translation/intrinsics/common_to_x86/include/berberis/intrinsics/ |
D | macro_assembler-inl.h | 233 DEFINE_ARITH_INSTRUCTION(And) 596 DEFINE_XMM_FLOAT_INSTRUCTIONS_GROUP_PACKED(And, Vand)
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BLASTSync.md | 25 And the consumer will always be passed the first frame containing the configuration change. This ca…
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 99 case Instruction::And: return bitc::BINOP_AND; in GetEncodedBinaryOpcode() 111 case AtomicRMWInst::And: return bitc::RMW_AND; in GetEncodedRMWOperation()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 99 case Instruction::And: return bitc::BINOP_AND; in GetEncodedBinaryOpcode() 111 case AtomicRMWInst::And: return bitc::RMW_AND; in GetEncodedRMWOperation()
|
/frameworks/proto_logging/stats/enums/app/wearservices/ |
D | wearservices_enums.proto | 207 // undercount if we skip alerting summary items. And unfortunately we can not
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_fast_f32.rscript | 77 // And the kernel has a size of
|