/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/base/core/proto/android/os/ |
D | header.proto | 43 // And this header passes through incidentd without incidentd parsing it.
|
/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/native/cmds/surfacereplayer/replayer/ |
D | README.md | 83 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/ |
D | README.txt | 30 And, the application frees to define the action for the incoming call intent.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | README.md | 147 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/ |
D | GPBMessageTests.m | 650 // 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.
|
D | GPBMessageTests+Serialization.m | 140 // And the extra value is gone (back to the default).
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | field_mask.proto | 127 // And an update message:
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/ |
D | mox.py | 1046 class And(Comparator): class
|
/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/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/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 771 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/ |
D | BitcodeWriter.cpp | 114 case Instruction::And: return bitc::BINOP_AND; in GetEncodedBinaryOpcode()
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 46 it. And you must show them these terms so they know their rights.
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 534 case bitc::BINOP_AND: return Instruction::And; in GetDecodedBinaryOpcode()
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 270 # namespace, or class. And the struct will be named TypeS. This can typically
|
/frameworks/native/docs/ |
D | Doxyfile | 336 # namespace, or class. And the struct will be named TypeS. This can typically
|