Home
last modified time | relevance | path

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

12

/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/base/core/proto/android/os/
Dheader.proto43 // And this header passes through incidentd without incidentd parsing it.
/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/native/cmds/surfacereplayer/replayer/
DREADME.md83 And the static library
114 And the trace will start replaying. Once the trace is finished replaying, the function will return.
/frameworks/opt/net/ims/
DREADME.txt30 And, the application frees to define the action for the incoming call intent.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
DREADME.md147 And wait for the compilation to finish.
155 And wait for the compilation to finish.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBMessageTests.m650 // And they set that value back in to the message since the value created was
661 // And the default objects for a second message should be distinct (again,
1453 // And they set that value back in to the message since the value created was
1474 // And the default objects for a second message should be distinct (again,
2013 // And when set to different values.
2016 // And then they match again.
DGPBMessageTests+Serialization.m140 // And the extra value is gone (back to the default).
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dfield_mask.proto127 // And an update message:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dmox.py1046 class And(Comparator): class
/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/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/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp771 case bitc::BINOP_AND: return Instruction::And; in GetDecodedBinaryOpcode()
783 case bitc::RMW_AND: return AtomicRMWInst::And; in GetDecodedRMWOperation()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp114 case Instruction::And: return bitc::BINOP_AND; in GetEncodedBinaryOpcode()
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt46 it. And you must show them these terms so they know their rights.
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp534 case bitc::BINOP_AND: return Instruction::And; in GetDecodedBinaryOpcode()
/frameworks/wilhelm/doc/
DDoxyfile270 # namespace, or class. And the struct will be named TypeS. This can typically
/frameworks/native/docs/
DDoxyfile336 # namespace, or class. And the struct will be named TypeS. This can typically

12