/aosp_15_r20/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
H A D | DexMakerTest.java | 113 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testNewInstance() local 128 private final long a; field in DexMakerTest.Constructable 130 public Constructable(long a, boolean b) { in Constructable() 143 Code code = dexMaker.declare(methodId, PUBLIC); in testVoidNoArgMemberMethod() local 163 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeStatic() local 183 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testLoadDeferredClassConstant() local 203 Code code = dexMaker.declare(methodId, PUBLIC); in testCreateLocalMethodAsNull() local 217 public static int staticMethod(int a) { in staticMethod() 230 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeVirtual() local 243 public int virtualMethod(int a) { in virtualMethod() [all …]
|
/aosp_15_r20/external/eigen/blas/ |
H A D | level3_impl.h | 41 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local 73 int code = OP(*opa) | (OP(*opb) << 2); in EIGEN_BLAS_FUNC() local 142 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local 161 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); in EIGEN_BLAS_FUNC() local 247 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local 263 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); in EIGEN_BLAS_FUNC() local 291 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local 381 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local 428 int code = OP(*op) | (UPLO(*uplo) << 2); in EIGEN_BLAS_FUNC() local 440 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local [all …]
|
H A D | level2_impl.h | 40 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local 62 int code = OP(*opa); in EIGEN_BLAS_FUNC() local 120 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local 135 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); in EIGEN_BLAS_FUNC() local 179 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local 199 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); in EIGEN_BLAS_FUNC() local 221 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local 384 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 406 int code = OP(*op) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); in EIGEN_BLAS_FUNC() local 477 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); in EIGEN_BLAS_FUNC() local [all …]
|
H A D | level2_cplx_impl.h | 30 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local 60 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 131 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 178 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 208 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 224 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 256 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 274 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 299 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 336 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local
|
H A D | level2_real_impl.h | 24 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local 52 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 93 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 135 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 212 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 259 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 282 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/ |
H A D | curses.priv.h | 255 #define SameAttrOf(a,b) (AttrOf(a) == AttrOf(b) && GetPair(a) == GetPair(b)) argument 266 #define SameAttrOf(a,b) (AttrOf(a) == AttrOf(b)) argument 634 #define min(a,b) ((a) > (b) ? (b) : (a)) argument 638 #define max(a,b) ((a) < (b) ? (b) : (a)) argument 711 #define AddAttr(c,a) AttrOf(c) |= ((a) & A_ATTRIBUTES) argument 712 #define RemAttr(c,a) AttrOf(c) &= ~((a) & A_ATTRIBUTES) argument 713 #define SetAttr(c,a) AttrOf(c) = ((a) & A_ATTRIBUTES) argument 714 #define NewChar2(c,a) { a, { c, NulChar } NulColor } argument 716 #define CharEq(a,b) (!memcmp(&(a), &(b), sizeof(a))) argument 717 #define SetChar(ch,c,a) do { \ argument [all …]
|
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/ |
H A D | DifferenceElementCalculatorTest.java | 40 …LexicalDifferenceCalculator.CalculatedSyntaxModel a = new LexicalDifferenceCalculator.CalculatedSy… in calculateDifferenceEmpty() local 51 …LexicalDifferenceCalculator.CalculatedSyntaxModel a = new LexicalDifferenceCalculator.CalculatedSy… in calculateDifferenceAIsEmpty() local 70 …LexicalDifferenceCalculator.CalculatedSyntaxModel a = new LexicalDifferenceCalculator.CalculatedSy… in calculateDifferenceBIsEmpty() local 350 String code = "class A { void foo(char p1, int p2) {} }"; in addingStatementToEmptyMethodBody() local 412 private AnnotationMemberDeclaration considerAmd(String code) { in considerAmd() 417 private ConstructorDeclaration considerCd(String code) { in considerCd() 422 private EnumConstantDeclaration considerEcd(String code) { in considerEcd() 427 private MethodDeclaration considerMd(String code) { in considerMd()
|
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/eyreish/ |
D | wrapper.rs | 78 fn code<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in code() method 86 fn help<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in help() 90 fn url<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in url() 145 fn code<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in code() method 153 fn help<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in help() 157 fn url<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in url() 179 fn code<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in code() method 187 fn help<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in help() 191 fn url<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in url()
|
D | context.rs | 128 fn code<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in code() function 136 fn help<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in help() 140 fn url<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in url() 161 fn code<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in code() function 169 fn help<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in help() 173 fn url<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in url()
|
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/ |
H A D | HtmlBuilder.kt | 109 fun code(text: String, cssClass: String? = null) = tagValue("code", text, cssClass) method 110 fun code(cssClass: String? = null, block: Block) = code(block.render(), cssClass) method 115 fun a(href: String, label: String) { method in org.conscrypt.doclet.HtmlBuilder 118 fun a(href: String, block: Block) = a(href, block.render()) method 119 fun a(href: String) = a(href, href) method
|
/aosp_15_r20/system/tools/aidl/ |
D | generate_java.cpp | 305 for (const auto& a : JavaAnnotationsFor(node)) { in GenerateAnnotations() local 431 string code; in GenerateParcelableClass() local 539 string code; in GenerateParcelableClass() local 610 string code; in GenerateParcelableClass() local 808 string code; in GenerateUnionClass() local 848 string code; in GenerateUnionClass() local 954 std::string GenerateJavaUnsupportedAppUsageParameters(const AidlAnnotation& a) { in GenerateJavaUnsupportedAppUsageParameters() 966 std::vector<std::string> GenerateJavaAnnotations(const AidlAnnotatable& a) { in GenerateJavaAnnotations() 991 std::optional<std::string> JavaPermissionAnnotation(const AidlAnnotatable& a) { in JavaPermissionAnnotation() 1038 std::vector<std::string> JavaAnnotationsFor(const AidlNode& a) { in JavaAnnotationsFor()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestValidity.java | 91 String code = (String) test[i]; in TestBasicValidity() local 291 private Status getNewStatus(LstrType type, String code) { in getNewStatus() 317 final String code = entry.getKey(); in TestBothDirections() local 339 String code = codeLong; in TestValidityUniqueness() local 475 String code = codeToData.getKey(); in TestLstrConsistency() local 520 String code = entry.getKey(); in TestLstrConsistency() local 555 LstrType lstrType, String code, String lstrReplacement, String reason) { in makeAliasXml() 576 private <T, U extends Collection<T>> Set<T> setDifference(U a, U b) { in setDifference() 582 private <T> Set<T> showMinus(String title, LstrType lstrType, Set<T> a, Set<T> b) { in showMinus()
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | stringprep.py | 12 def in_table_a1(code): argument 20 def in_table_b1(code): argument 189 def map_table_b3(code): argument 195 def map_table_b2(a): argument 206 def in_table_c11(code): argument 210 def in_table_c12(code): argument 213 def in_table_c11_c12(code): argument 217 def in_table_c21(code): argument 221 def in_table_c22(code): argument 227 def in_table_c21_c22(code): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | stringprep.py | 12 def in_table_a1(code): argument 20 def in_table_b1(code): argument 189 def map_table_b3(code): argument 195 def map_table_b2(a): argument 206 def in_table_c11(code): argument 210 def in_table_c12(code): argument 213 def in_table_c11_c12(code): argument 217 def in_table_c21(code): argument 221 def in_table_c22(code): argument 227 def in_table_c21_c22(code): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | stringprep.py | 12 def in_table_a1(code): argument 20 def in_table_b1(code): argument 189 def map_table_b3(code): argument 195 def map_table_b2(a): argument 206 def in_table_c11(code): argument 210 def in_table_c12(code): argument 213 def in_table_c11_c12(code): argument 217 def in_table_c21(code): argument 221 def in_table_c22(code): argument 227 def in_table_c21_c22(code): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | stringprep.py | 12 def in_table_a1(code): argument 20 def in_table_b1(code): argument 189 def map_table_b3(code): argument 195 def map_table_b2(a): argument 206 def in_table_c11(code): argument 210 def in_table_c12(code): argument 213 def in_table_c11_c12(code): argument 217 def in_table_c21(code): argument 221 def in_table_c22(code): argument 227 def in_table_c21_c22(code): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | stringprep.py | 12 def in_table_a1(code): argument 20 def in_table_b1(code): argument 189 def map_table_b3(code): argument 195 def map_table_b2(a): argument 206 def in_table_c11(code): argument 210 def in_table_c12(code): argument 213 def in_table_c11_c12(code): argument 217 def in_table_c21(code): argument 221 def in_table_c22(code): argument 227 def in_table_c21_c22(code): argument [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | stringprep.py | 12 def in_table_a1(code): argument 20 def in_table_b1(code): argument 189 def map_table_b3(code): argument 195 def map_table_b2(a): argument 206 def in_table_c11(code): argument 210 def in_table_c12(code): argument 213 def in_table_c11_c12(code): argument 217 def in_table_c21(code): argument 221 def in_table_c22(code): argument 227 def in_table_c21_c22(code): argument [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | stringprep.py | 12 def in_table_a1(code): argument 20 def in_table_b1(code): argument 189 def map_table_b3(code): argument 195 def map_table_b2(a): argument 206 def in_table_c11(code): argument 210 def in_table_c12(code): argument 213 def in_table_c11_c12(code): argument 217 def in_table_c21(code): argument 221 def in_table_c22(code): argument 227 def in_table_c21_c22(code): argument [all …]
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | lossless_common.h | 99 static WEBP_INLINE void VP8LPrefixEncodeBitsNoLUT(int distance, int* const code, in VP8LPrefixEncodeBitsNoLUT() 107 static WEBP_INLINE void VP8LPrefixEncodeNoLUT(int distance, int* const code, in VP8LPrefixEncodeNoLUT() 126 static WEBP_INLINE void VP8LPrefixEncodeBits(int distance, int* const code, in VP8LPrefixEncodeBits() 137 static WEBP_INLINE void VP8LPrefixEncode(int distance, int* const code, in VP8LPrefixEncode() 152 uint32_t VP8LAddPixels(uint32_t a, uint32_t b) { in VP8LAddPixels() 160 uint32_t VP8LSubPixels(uint32_t a, uint32_t b) { in VP8LSubPixels()
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_misc.cpp | 472 Code code(graph, ""); in TEST() local 480 auto run_binary = [&](const std::string& name, int64_t a, int64_t b) { in TEST() 1149 int a{0}; in TEST() member 1420 auto a = at::randn({1, 4, 1}, at::kCPU); in TEST() local 1428 auto a = at::randn({10}, at::kCPU); in TEST() local 1437 auto a = at::randn({10}, at::kCPU); in TEST() local 1444 c10::SymInt a(5); in TEST() local 1464 Code code(graph, ""); in TEST() local 1547 IValue a = pop(stack); in TEST() local 1667 Code code(copy, ""); in TEST() local [all …]
|
/aosp_15_r20/system/authgraph/wire/src/ |
H A D | lib.rs | 138 fn code(&self) -> AuthGraphOperationCode { in code() method 150 let mut a = match value { in from_cbor_value() localVariable 155 let code = i32::from_cbor_value(a.remove(0))?; in from_cbor_value() localVariable 156 let code = AuthGraphOperationCode::n(code).ok_or(CborError::NonEnumValue)?; in from_cbor_value() localVariable 185 fn code(&self) -> AuthGraphOperationCode { in code() method 197 let mut a = match value { in from_cbor_value() localVariable 202 let code = i32::from_cbor_value(a.remove(0))?; in from_cbor_value() localVariable 203 let code = AuthGraphOperationCode::n(code).ok_or(CborError::NonEnumValue)?; in from_cbor_value() localVariable 270 fn code(&self) -> AuthGraphOperationCode; in code() method
|
/aosp_15_r20/external/strace/ |
H A D | ioctl.c | 37 compare(const void *a, const void *b) in compare() 45 ioctl_lookup(const unsigned int code) in ioctl_lookup() 64 const unsigned int code = iop->code; in ioctl_next_match() local 72 ioctl_print_code(const unsigned int code) in ioctl_print_code() 81 evdev_decode_number(const unsigned int code) in evdev_decode_number() 148 hiddev_decode_number(const unsigned int code) in hiddev_decode_number() 186 const unsigned int code = tcp->u_arg[1]; in ioctl_decode_command_number() local 255 const unsigned int code = tcp->u_arg[1]; in ioctl_decode() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | GenerateEnums.java | 123 sorted.put(getName(code), code); in showCurrencies() local 134 private String getName(String code) { in getName() 146 String code = it.next(); in showCurrencies() local 173 String code = it.next(); in showScripts() local 176 printRow(Log.getLog(), code, null, "script", code_replacements, len); in showScripts() local 221 String code = it.next(); in showLanguages() local 237 String code = it.next(); in showLanguages() local 344 int code = Integer.parseInt(sourceValues[0]); in loadCLDRData() local 441 String code = parts.findAttributeValue("currency", "iso4217"); in loadCLDRData() local 784 public int compare(Object a, Object b) { in compare() [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dpnathlp.h | 67 #define MAKE_DPNHSUCCESS(code) \ argument 69 #define MAKE_DPNHFAILURE(code) \ argument 174 #define IDirectPlayNATHelp_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument 177 #define IDirectPlayNATHelp_Initialize(p,a) (p)->lpVtbl->Initialize(p,a) argument 178 #define IDirectPlayNATHelp_Close(p,a) (p)->lpVtbl->Close(p,a) argument 179 #define IDirectPlayNATHelp_GetCaps(p,a,b) (p)->lpVtbl->GetCaps(p,a,b) argument 180 #define IDirectPlayNATHelp_RegisterPorts(p,a,b,c,d,e,f) (p)->lpVtbl->RegisterPorts(p,a,b,c,d,e,f) argument 181 #define IDirectPlayNATHelp_GetRegisteredAddresses(p,a,b,c,d,e,f) (p)->lpVtbl->GetRegisteredAddresse… argument 182 #define IDirectPlayNATHelp_DeregisterPorts(p,a,b) (p)->lpVtbl->DeregisterPorts(p,a,b) argument 183 #define IDirectPlayNATHelp_QueryAddress(p,a,b,c,d,e) (p)->lpVtbl->QueryAddress(p,a,b,c,d,e) argument [all …]
|