Home
last modified time | relevance | path

Searched defs:B (Results 1 – 25 of 82) sorted by relevance

1234

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dlogging.h154 #define GOOGLE_CHECK_EQ(A, B) GOOGLE_CHECK((A) == (B)) argument
155 #define GOOGLE_CHECK_NE(A, B) GOOGLE_CHECK((A) != (B)) argument
156 #define GOOGLE_CHECK_LT(A, B) GOOGLE_CHECK((A) < (B)) argument
157 #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B)) argument
158 #define GOOGLE_CHECK_GT(A, B) GOOGLE_CHECK((A) > (B)) argument
159 #define GOOGLE_CHECK_GE(A, B) GOOGLE_CHECK((A) >= (B)) argument
181 #define GOOGLE_DCHECK_EQ(A, B) GOOGLE_DCHECK((A) == (B)) argument
182 #define GOOGLE_DCHECK_NE(A, B) GOOGLE_DCHECK((A) != (B)) argument
183 #define GOOGLE_DCHECK_LT(A, B) GOOGLE_DCHECK((A) < (B)) argument
184 #define GOOGLE_DCHECK_LE(A, B) GOOGLE_DCHECK((A) <= (B)) argument
[all …]
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DPooledLambda.java301 BiFunction<? super A, ? super B, ? extends R> function, in obtainSupplier()
355 BiFunction<? super A, ? super B, ? extends R> function, in obtainFunction()
409 BiFunction<? super A, ? super B, ? extends R> function, in obtainFunction()
462 TriConsumer<? super A, ? super B, ? super C> function, in obtainRunnable()
481 TriFunction<? super A, ? super B, ? super C, ? extends R> function, in obtainSupplier()
500 TriConsumer<? super A, ? super B, ? super C> function, in obtainConsumer()
519 TriFunction<? super A, ? super B, ? super C, ? extends R> function, in obtainFunction()
538 TriConsumer<? super A, ? super B, ? super C> function, in obtainConsumer()
557 TriFunction<? super A, ? super B, ? super C, ? extends R> function, in obtainFunction()
576 TriConsumer<? super A, ? super B, ? super C> function, in obtainConsumer()
[all …]
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DLVM_Macros.h36 #define MUL32x32INTO32(A,B,C,ShiftR) \ argument
75 #define MUL32x16INTO32(A,B,C,ShiftR) \ argument
103 #define ADD2_SAT_32x32(A,B,C) \ argument
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DArrayUtilsTest.java31 final Object B = new Object(); in testContains() local
47 final Object B = new Object(); in testIndexOf() local
67 final Object B = new Object(); in testContainsAll() local
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
DReferencedByInterface.java22 B; enumConstant
DReferencedByAnnotation.java22 B; enumConstant
DReferencedByClassInAnnotation.java28 B { enumConstant
DReferencedByAnnotationWithOtherReferences.java28 B { enumConstant
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/
Druby_generated_code_pb.rb67 module B module
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dforward-declare-class.cpp14 class B { class
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp109 float alpha, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Single()
123 double alpha, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Double()
136 float alphaX, float alphaY, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Complex()
149 double alphaX, double alphaY, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Z()
162 RsAllocation A, int a_offset, RsAllocation B, int b_offset, in nScriptIntrinsicBLAS_BNNM()
1203 const sp<Allocation>& A, const sp<Allocation>& B, const sp<Allocation>& C) { in validateL3()
1271 … const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in SGEMM()
1294 … const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in DGEMM()
1316 … const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CGEMM()
1338 … const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) { in ZGEMM()
[all …]
/frameworks/compile/slang/StripUnkAttr/
Dstrip_unknown_attributes.cpp30 llvm::AttrBuilder B; in stripUnknownAttributes() local
/frameworks/base/core/tests/coretests/src/android/content/pm/
DSignatureTest.java31 …private static final Signature B = new Signature("308204a830820390a003020102020900a1573d0f45bea193… field in SignatureTest
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dimgprocutil.h23 inline int getIntensityFast(int R, int G, int B) { in getIntensityFast()
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java2259 …static void validateL3(Element e, int TransA, int TransB, int Side, Allocation A, Allocation B, Al… in validateL3()
2341 Allocation B, float beta, Allocation C) { in SGEMM()
2344 validateL3(Element.F32(mRS), TransA, TransB, 0, A, B, C); in SGEMM() local
2378 Allocation B, double beta, Allocation C) { in DGEMM()
2381 validateL3(Element.F64(mRS), TransA, TransB, 0, A, B, C); in DGEMM() local
2414 Allocation B, Float2 beta, Allocation C) { in CGEMM()
2417 validateL3(Element.F32_2(mRS), TransA, TransB, 0, A, B, C); in CGEMM() local
2450 Allocation B, Double2 beta, Allocation C) { in ZGEMM()
2453 validateL3(Element.F64_2(mRS), TransA, TransB, 0, A, B, C); in ZGEMM() local
2486 Allocation B, float beta, Allocation C) { in SSYMM()
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_kernel_struct.java25 private Allocation B; field in UT_kernel_struct
DUT_ctxt_default.java28 private Allocation B; field in UT_ctxt_default
DUT_kernel2d_oldstyle.java28 private Allocation B; field in UT_kernel2d_oldstyle
DUT_small_struct.java28 private Allocation B; field in UT_small_struct
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_kernel_struct.java27 private Allocation B; field in UT_kernel_struct
DUT_ctxt_default.java30 private Allocation B; field in UT_ctxt_default
DUT_small_struct.java30 private Allocation B; field in UT_small_struct
DUT_kernel.java31 private Allocation B; field in UT_kernel
DUT_kernel2d_oldstyle.java30 private Allocation B; field in UT_kernel2d_oldstyle
DUT_kernel2d.java30 private Allocation B; field in UT_kernel2d

1234