/aosp_15_r20/external/javassist/src/test/test/javassist/bytecode/analysis/ |
H A D | AnalyzerTest.java | 142 private static void addJump(Bytecode code, int opcode, int pos) { in addJump() 202 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); in generateDeadCode() local 222 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); in generateInvalidCode() local 239 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); in generateCodeFalloff() local 254 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); in generateJsrMerge() local 278 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); in generateJsrMerge2() local 352 A a; in sharedSuperWithSharedInterface() local
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | cpp.py | 532 def add(a, b): argument 536 def sub(a, b): argument 540 def mul(a, b): argument 684 def pow(a, b): argument 700 def floordiv(a, b): argument 715 def truncdiv(a, b): argument 720 def fmod(a, b): argument 825 def minimum(a, b): argument 829 def maximum(a, b): argument 833 def where(a, b, c): argument [all …]
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/ |
HD | r8.jar | ... .TN
com/android/tools/r8/A$a$a.class
R8_8.4.10- ... |
/aosp_15_r20/prebuilts/sdk/tools/windows/lib/ |
HD | d8.jar | ... tools/
com/android/tools/r8/A$a$a.class
R8_8.6.2- ... |
/aosp_15_r20/prebuilts/sdk/tools/darwin/lib/ |
HD | d8.jar | ... tools/
com/android/tools/r8/A$a$a.class
R8_8.6.2- ... |
/aosp_15_r20/prebuilts/sdk/tools/linux/lib/ |
HD | d8.jar | ... tools/
com/android/tools/r8/A$a$a.class
R8_8.6.2- ... |
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | itutil.cpp | 96 static void RefPlusOne(UErrorCode &code) { code=(UErrorCode)(code+1); } in RefPlusOne() 97 static void PtrPlusTwo(UErrorCode *code) { *code=(UErrorCode)(*code+2); } in PtrPlusTwo() 476 LocalArray<UnicodeString> a(new UnicodeString[2]); in TestLocalArray() local 569 std::unique_ptr<UnicodeString[]> a = LocalArray<UnicodeString>(ptr); in TestLocalArrayStdUniquePtr() local 816 std::unique_ptr<UConstrainedFieldPosition, void(*)(UConstrainedFieldPosition*)> a = in TestLocalXyzStdUniquePtr() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | itutil.cpp | 96 static void RefPlusOne(UErrorCode &code) { code=(UErrorCode)(code+1); } in RefPlusOne() 97 static void PtrPlusTwo(UErrorCode *code) { *code=(UErrorCode)(*code+2); } in PtrPlusTwo() 476 LocalArray<UnicodeString> a(new UnicodeString[2]); in TestLocalArray() local 569 std::unique_ptr<UnicodeString[]> a = LocalArray<UnicodeString>(ptr); in TestLocalArrayStdUniquePtr() local 816 std::unique_ptr<UConstrainedFieldPosition, void(*)(UConstrainedFieldPosition*)> a = in TestLocalXyzStdUniquePtr() local
|
/aosp_15_r20/external/libpcap/ |
H A D | optimize.c | 216 int code; member 279 #define SET_MEMBER(p, a) \ argument 285 #define SET_INSERT(p, a) \ argument 291 #define SET_DELETE(p, a) \ argument 298 #define SET_INTERSECT(a, b, n)\ argument 309 #define SET_SUBTRACT(a, b, n)\ argument 320 #define SET_UNION(a, b, n)\ argument 375 #define MAX(a,b) ((a)>(b)?(a):(b)) argument 727 F(opt_state_t *opt_state, int code, bpf_u_int32 v0, bpf_u_int32 v1) in F() 784 bpf_u_int32 a, b; in fold_op() local [all …]
|
/aosp_15_r20/external/capstone/bindings/ocaml/ |
H A D | ocaml.c | 13 #define ARR_SIZE(a) (sizeof(a)/sizeof(a[0])) argument 28 CAMLprim value _cs_disasm(cs_arch arch, csh handle, const uint8_t * code, size_t code_len, uint64_t… in _cs_disasm() 707 const uint8_t *code; in ocaml_cs_disasm() local 859 const uint8_t *code; in ocaml_cs_disasm_internal() local
|
/aosp_15_r20/external/bzip2/ |
H A D | bzip.css | 13 a, a:link, a:visited, a:active { color: #336699; } selector 64 code, tt, pre { font-size: 120%; } selector 65 code, tt { color: #761596; } selector
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | ConvertLanguageData.java | 262 public static String getLanguageCodeAndName(String code) { in getLanguageCodeAndName() 812 private void showDiff(double a, double new_a, double maxRelativeDiff, boolean showLang) { in showDiff() 834 private double roundToPartsPer(double a, double whole) { in roundToPartsPer() 847 private static boolean isApproximatelyEqual(double a, double b, double epsilon) { in isApproximatelyEqual() 851 private static boolean isApproximatelyGreater(double a, double b, double epsilon) { in isApproximatelyGreater() 1064 public static String getCountryCodeAndName(String code) { in getCountryCodeAndName() 1900 String code, in addBest() 1916 String code = null; field in ConvertLanguageData.CodeAndPopulation 1958 public int compare(T a, T b) { in compare() 2201 private static boolean checkCode(LstrType type, String code, List<String> sourceLine) { in checkCode()
|
/aosp_15_r20/external/elfutils/src/ |
H A D | readelf.c | 376 struct section_argument *a = list; in cleanup_list() local 434 struct section_argument *a = xmalloc (sizeof *a); in add_dump_section() local 829 const struct process_dwflmod_args *a = arg; in process_dwflmod() local 947 struct process_dwflmod_args a = { .fd = fd, .only_one = only_one }; in process_file() local 1262 elf_ch_type_name (unsigned int code) in elf_ch_type_name() 4348 dwarf_inline_string (unsigned int code) in dwarf_inline_string() 4365 dwarf_encoding_string (unsigned int code) in dwarf_encoding_string() 4382 dwarf_access_string (unsigned int code) in dwarf_access_string() 4399 dwarf_defaulted_string (unsigned int code) in dwarf_defaulted_string() 4416 dwarf_visibility_string (unsigned int code) in dwarf_visibility_string() [all …]
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_gv100.cpp | 43 #define __(a) (a) // no source modifiers argument 44 #define _A(a) ((a) | FA_SRC_ABS) argument 45 #define N_(a) ((a) | FA_SRC_NEG) argument 46 #define NA(a) ((a) | FA_SRC_NEG | FA_SRC_ABS) argument 385 gv100_selpFlip(const FixupEntry *entry, uint32_t *code, const FixupData& data) in gv100_selpFlip() 961 gv100_interpApply(const FixupEntry *entry, uint32_t *code, const FixupData& data) in gv100_interpApply()
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ |
H A D | JavaParser.java | 111 String code = SourcesHelper.streamToString(in, encoding); in parse() local 185 String code = SourcesHelper.readerToString(reader); in parse() local 435 private static boolean thereAreLinesBetween(Node a, Node b) in thereAreLinesBetween() 445 private static void insertComments(CompilationUnit cu, String code) throws IOException { in insertComments()
|
/aosp_15_r20/external/llvm/docs/_ocamldoc/ |
H A D | style.css | 5 a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp, selector 24 tt, code, pre { font-family: WorkAroundWebKitAndMozilla, monospace; selector 77 a, a:link, a:visited, a:active, a:hover { color : #00B; text-decoration: none } selector
|
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/ |
H A D | HTMLElement.java | 223 public HTMLElement code() throws IOException { in code() method in HTMLElement 251 public HTMLElement a(final String hrefattr) throws IOException { in a() method in HTMLElement 252 final HTMLElement a = element("a"); in a() local 268 public HTMLElement a(final String hrefattr, final String classattr) in a() method in HTMLElement 270 final HTMLElement a = a(hrefattr); in a() local 286 public HTMLElement a(final ILinkable linkable, in a() method in HTMLElement 288 final HTMLElement a; in a() local
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-extras-java-source/gen/android/aidl/tests/immutable/ |
D | IBaz.java | 15 …@Override public android.aidl.tests.immutable.Foo RepeatFoo(android.aidl.tests.immutable.Foo a) th… in RepeatFoo() 72 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() 116 …Override public android.aidl.tests.immutable.Foo RepeatFoo(android.aidl.tests.immutable.Foo a) thr… in RepeatFoo() 144 …public android.aidl.tests.immutable.Foo RepeatFoo(android.aidl.tests.immutable.Foo a) throws andro… in RepeatFoo()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-extras-java-source/gen/android/aidl/tests/immutable/ |
D | IBaz.java | 15 …@Override public android.aidl.tests.immutable.Foo RepeatFoo(android.aidl.tests.immutable.Foo a) th… in RepeatFoo() 72 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() 116 …Override public android.aidl.tests.immutable.Foo RepeatFoo(android.aidl.tests.immutable.Foo a) thr… in RepeatFoo() 144 …public android.aidl.tests.immutable.Foo RepeatFoo(android.aidl.tests.immutable.Foo a) throws andro… in RepeatFoo()
|
/aosp_15_r20/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/ |
H A D | NanoWSD.java | 106 protected abstract void onClose(CloseCode code, String reason, boolean initiatedByRemote); in onClose() 133 … public void close(CloseCode code, String reason, boolean initiatedByRemote) throws IOException { in close() 143 private void doClose(CloseCode code, String reason, boolean initiatedByRemote) { in doClose() 176 CloseCode code = CloseCode.NormalClosure; in handleCloseFrame() local 280 private final CloseCode code; field in NanoWSD.WebSocketException 284 public WebSocketException(CloseCode code, String reason) { in WebSocketException() 288 public WebSocketException(CloseCode code, String reason, Exception cause) { in WebSocketException() 332 private final int code; field in NanoWSD.WebSocketFrame.CloseCode 334 private CloseCode(int code) { in CloseCode() 345 …private static byte[] generatePayload(CloseCode code, String closeReason) throws CharacterCodingEx… in generatePayload() [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/status/ |
H A D | status.h | 774 inline Status::Status(absl::StatusCode code) : Status(CodeToInlinedRep(code)) {} in Status() 820 inline absl::StatusCode Status::code() const { in code() function 855 inline void swap(absl::Status& a, absl::Status& b) noexcept { in swap() 892 constexpr uintptr_t Status::CodeToInlinedRep(absl::StatusCode code) { in CodeToInlinedRep()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/status/ |
H A D | status.h | 778 inline Status::Status(absl::StatusCode code) : Status(CodeToInlinedRep(code)) {} in Status() 824 inline absl::StatusCode Status::code() const { in code() function 859 inline void swap(absl::Status& a, absl::Status& b) noexcept { in swap() 896 constexpr uintptr_t Status::CodeToInlinedRep(absl::StatusCode code) { in CodeToInlinedRep()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/status/ |
H A D | status.h | 778 inline Status::Status(absl::StatusCode code) : Status(CodeToInlinedRep(code)) {} in Status() 824 inline absl::StatusCode Status::code() const { in code() function 859 inline void swap(absl::Status& a, absl::Status& b) noexcept { in swap() 896 constexpr uintptr_t Status::CodeToInlinedRep(absl::StatusCode code) { in CodeToInlinedRep()
|
/aosp_15_r20/external/zstd/tests/fuzz/ |
H A D | fuzz_helpers.h | 31 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument 32 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument 46 #define FUZZ_ZASSERT(code) \ argument
|
/aosp_15_r20/frameworks/native/libs/binder/tests/ |
H A D | binderSafeInterfaceTest.cpp | 202 status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply, in onTransact() argument 293 status_t logicalNot(bool a, bool* notA) const override { in logicalNot() 298 status_t logicalNot(const std::vector<bool>& a, std::vector<bool>* notA) const override { in logicalNot() argument 304 status_t modifyEnum(TestEnum a, TestEnum* b) const override { in modifyEnum() 308 status_t increment(const TestFlattenable& a, TestFlattenable* aPlusOne) const override { in increment() argument 314 status_t increment(const TestLightFlattenable& a, in increment() 321 status_t increment(const sp<TestLightRefBaseFlattenable>& a, in increment() 327 status_t increment(const sp<NativeHandle>& a, sp<NativeHandle>* aPlusOne) const override { in increment() argument 333 status_t increment(const NoCopyNoMove& a, NoCopyNoMove* aPlusOne) const override { in increment() argument 339 status_t increment(const std::vector<TestParcelable>& a, in increment() [all …]
|