/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-make-unique-default-init.cpp | 45 std::unique_ptr<int> P6 = std::unique_ptr<int>((new int)); in basic() local
|
D | modernize-make-shared.cpp | 82 std::shared_ptr<int> P6 = std::shared_ptr<int>((new int())); in basic() local
|
D | modernize-make-unique.cpp | 121 std::unique_ptr<int> P6 = std::unique_ptr<int>((new int())); in basic() local
|
/external/clang/test/CodeGenObjC/ |
D | protocols-lazy.m | 42 @protocol P6 -im1; @end protocol
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | protocols-lazy.m | 51 @protocol P6 -im1; @end protocol
|
/external/arm-optimized-routines/math/ |
D | v_logf.c | 18 #define P6 v_f32 (Poly[1]) macro
|
/external/llvm-project/libc/AOR_v20.02/math/ |
D | v_logf.c | 19 #define P6 v_f32 (Poly[1]) macro
|
/external/llvm-project/clang/test/SemaObjC/ |
D | property-12.m | 27 @protocol P6 protocol
|
/external/clang/test/SemaObjC/ |
D | property-12.m | 27 @protocol P6 protocol
|
/external/libgsm/inc/ |
D | proto.h | 45 # define P6(x, a, b, c, d, e, f) (a, b, c, d, e, f) macro 59 # define P6(x, a, b, c, d, e, f) x a; b; c; d; e; f; macro
|
/external/clang/test/Index/ |
D | overrides.m | 58 @protocol P6 protocol
|
/external/llvm-project/clang/test/Index/ |
D | overrides.m | 58 @protocol P6 protocol
|
/external/clang/test/ARCMT/ |
D | objcmt-protocol-conformance.m | 69 @protocol P6 <P3, P4, P5> protocol
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-protocol-conformance.m | 69 @protocol P6 <P3, P4, P5> protocol
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP224K1Field.java | 20 private static final int P6 = 0xFFFFFFFF; field in SecP224K1Field
|
D | SecP224R1Field.java | 22 private static final int P6 = 0xFFFFFFFF; field in SecP224R1Field
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/custom/sec/ |
D | SecP224K1Field.java | 24 private static final int P6 = 0xFFFFFFFF; field in SecP224K1Field
|
D | SecP224R1Field.java | 26 private static final int P6 = 0xFFFFFFFF; field in SecP224R1Field
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/ |
D | SecP224K1Field.java | 24 private static final int P6 = 0xFFFFFFFF; field in SecP224K1Field
|
D | SecP224R1Field.java | 26 private static final int P6 = 0xFFFFFFFF; field in SecP224R1Field
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/units/ |
D | MeasureUnitImpl.java | 320 P6(6), enumConstant
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
D | MeasureUnitImpl.java | 310 P6(6), enumConstant
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 213 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2)); in TEST() local
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 1258 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 ) \ argument 1268 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 ) argument
|
/external/protobuf/src/google/protobuf/stubs/ |
D | callback.h | 562 T* object, R (T::*function)(P1, P2, P3, P4, P5, P6, A1, A2), in NewPermanentCallback() argument
|