Home
last modified time | relevance | path

Searched refs:And (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/libs/binary_translation/intrinsics/riscv64_to_x86_64/include/berberis/intrinsics/
Dmacro_assembler_floating_point_impl.h69 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/
Dtype_operators.h32 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/
Dv30_simple.vcf3 FN:And Roid
4 N:And;Roid;;;
/frameworks/opt/setupwizard/library/
Dstandalone-rules.gradle10 * 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
Dbuild.gradle15 * 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
Dstandalone.gradle11 * And then you can include the :setup-wizard-lib project as one of your dependencies
/frameworks/native/libs/vr/libpdx_uds/
Dremote_method_tests.cpp773 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/
Dlite_translator.h312 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/
Dheader.proto43 // And this header passes through incidentd without incidentd parsing it.
/frameworks/base/tools/dump-coverage/
DREADME.md34 And you should have `coverage-file.ec` on your machine under the folder `~/path-on-your-computer`
/frameworks/base/media/lib/remotedisplay/
DREADME.txt8 <uses-library> tag. And since Java always tries to load a class from the
/frameworks/base/media/lib/signer/
DREADME.txt10 <uses-library> tag. And since Java always tries to load a class from the
/frameworks/native/cmds/dumpstate/
DREADME.md59 And to run just one test (for example, `DumpstateTest.RunCommandNoArgs`):
/frameworks/base/packages/SettingsLib/DataStore/
DREADME.md21 preserve user experiences on a new device. And the
175 And this is a datastore with key value data:
/frameworks/opt/net/ims/
DREADME.txt30 And, the application frees to define the action for the incoming call intent.
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastQueue.md16 And there are there two ways to receive these intents:
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Ddebugging.md42 And these commands to enable protologs (in logcat) for WM Shell ([list of all shell tags](/libs/Win…
/frameworks/av/media/libheadtracking/
DREADME.md67 And similarly, inverting the transform simply flips the reference and target:
/frameworks/base/packages/SystemUI/docs/device-entry/
Ddoze.md51 And are configured in the [AmbientDisplayConfiguration][13] with some related configurations specif…
/frameworks/libs/binary_translation/intrinsics/common_to_x86/include/berberis/intrinsics/
Dmacro_assembler-inl.h233 DEFINE_ARITH_INSTRUCTION(And)
596 DEFINE_XMM_FLOAT_INSTRUCTIONS_GROUP_PACKED(And, Vand)
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md25 And the consumer will always be passed the first frame containing the configuration change. This ca…
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp99 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/
DBitcodeWriter.cpp99 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/
Dwearservices_enums.proto207 // undercount if we skip alerting summary items. And unfortunately we can not
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_fast_f32.rscript77 // And the kernel has a size of

12