Home
last modified time | relevance | path

Searched +defs:a +defs:code (Results 76 – 100 of 1447) sorted by relevance

12345678910>>...58

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatus.cc35 std::string StatusCodeToString(StatusCode code) { in StatusCodeToString()
76 std::ostream& operator<<(std::ostream& os, StatusCode code) { in operator <<()
97 absl::StatusCode code = static_cast<absl::StatusCode>(value); in MapToLocalCode() local
225 Status::Status(absl::StatusCode code, absl::string_view msg) in Status()
240 absl::StatusCode Status::code() const { in code() function in absl::Status
267 bool Status::EqualsSlow(const absl::Status& a, const absl::Status& b) { in EqualsSlow()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/status/
H A Dstatus.cc34 std::string StatusCodeToString(StatusCode code) { in StatusCodeToString()
75 std::ostream& operator<<(std::ostream& os, StatusCode code) { in operator <<()
96 absl::StatusCode code = static_cast<absl::StatusCode>(value); in MapToLocalCode() local
224 Status::Status(absl::StatusCode code, absl::string_view msg) in Status()
239 absl::StatusCode Status::code() const { in code() function in absl::Status
266 bool Status::EqualsSlow(const absl::Status& a, const absl::Status& b) { in EqualsSlow()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/status/
H A Dstatus.cc35 std::string StatusCodeToString(StatusCode code) { in StatusCodeToString()
76 std::ostream& operator<<(std::ostream& os, StatusCode code) { in operator <<()
97 absl::StatusCode code = static_cast<absl::StatusCode>(value); in MapToLocalCode() local
225 Status::Status(absl::StatusCode code, absl::string_view msg) in Status()
240 absl::StatusCode Status::code() const { in code() function in absl::Status
267 bool Status::EqualsSlow(const absl::Status& a, const absl::Status& b) { in EqualsSlow()
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/protocol/commands/
Dbreakpoint.rs26 pub fn from_slice(body: &'a mut [u8]) -> Option<BasicBreakpoint<'a>> { in from_slice()
45 pub fn from_slice(body: &'a mut [u8]) -> Option<BytecodeBreakpoint<'a>> { in from_slice()
88 fn strip_suffix_mut<'a, T>(slice: &'a mut [T], suffix: &[T]) -> Option<&'a mut [T]> in strip_suffix_mut()
112 let code = decode_hex_buf(s.next()?).ok()?; in into_iter() localVariable
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V1-java-source/gen/android/aidl/test/trunk/
DITrunkStableTest.java119 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact()
342 public int a = 0; field in ITrunkStableTest.MyParcelable
397 public final static int a = 0; // int a; field in ITrunkStableTest.MyUnion
424 public static MyUnion a(int _value) { in a() method in ITrunkStableTest.MyUnion
521 public static final int a = 0; field
627 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact()
/aosp_15_r20/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V1-java-source/gen/android/aidl/test/trunk/
DITrunkStableTest.java119 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact()
342 public int a = 0; field in ITrunkStableTest.MyParcelable
397 public final static int a = 0; // int a; field in ITrunkStableTest.MyUnion
424 public static MyUnion a(int _value) { in a() method in ITrunkStableTest.MyUnion
521 public static final int a = 0; field
627 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact()
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/util/
H A DTestLevel.java27 void testMin(final String a, final String b, final String c) { in testMin()
48 void testMax(final String a, final String b, final String c) { in testMax()
92 public void testModernCurrencies(final String code) { in testModernCurrencies()
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_legacy/
Dserializer.rs33 code: Vec<proc_macro2::TokenStream>, field
39 scope: &'a analyzer::Scope<'a>, in new()
44 ) -> FieldSerializer<'a> { in new()
514 let code = &self.code; in to_tokens() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/
Ddecoder.rs44 scope: &'a analyzer::Scope<'a>, in new()
49 ) -> FieldParser<'a> { in new()
819 let code = " in test_find_fields_static() localVariable
836 let code = " in test_find_fields_dynamic_count() localVariable
854 let code = " in test_find_fields_dynamic_size() localVariable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddxdiag.h35 #define MAKE_DXDIAGHRESULT( code ) MAKE_HRESULT( 1, _FACDXDIAG, code ) argument
94 #define IDxDiagContainer_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
98 #define IDxDiagContainer_GetNumberOfChildContainers(p,a) (p)->lpVtbl->GetNumberOfChildContainer… argument
99 #define IDxDiagContainer_EnumChildContainerNames(p,a,b,c) (p)->lpVtbl->EnumChildContainerNames(p… argument
100 #define IDxDiagContainer_GetChildContainer(p,a,b) (p)->lpVtbl->GetChildContainer(p,a,b) argument
101 #define IDxDiagContainer_GetNumberOfProps(p,a) (p)->lpVtbl->GetNumberOfProps(p,a) argument
102 #define IDxDiagContainer_EnumPropNames(p,a,b,c) (p)->lpVtbl->EnumPropNames(p,a,b,c) argument
103 #define IDxDiagContainer_GetProp(p,a,b) (p)->lpVtbl->GetProp(p,a,b) argument
106 #define IDxDiagContainer_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
110 #define IDxDiagContainer_GetNumberOfChildContainers(p,a) (p)->GetNumberOfChildContainers(a) argument
[all …]
/aosp_15_r20/external/pcre/src/
H A Dpcre2_study.c103 find_minlength(const pcre2_real_code *re, PCRE2_SPTR code, in find_minlength()
956 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf, BOOL ucp, in set_start_bits()
1765 PCRE2_UCHAR *code; in PRIV() local
1795 int a = -1; in PRIV() local
/aosp_15_r20/external/strace/
H A Dv4l2.c69 # define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1 << 31)) argument
84 unsigned char a[] = { in print_pixelformat() local
417 print_v4l2_buffer(struct tcb *const tcp, const unsigned int code, in print_v4l2_buffer()
991 const unsigned int code, const kernel_ulong_t arg) in MPERS_PRINTER_DECL()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V2-java-source/gen/android/aidl/test/trunk/
DITrunkStableTest.java127 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact()
389 public int a = 0; field in ITrunkStableTest.MyParcelable
455 public final static int a = 0; // int a; field in ITrunkStableTest.MyUnion
483 public static MyUnion a(int _value) { in a() method in ITrunkStableTest.MyUnion
607 public static final int a = 0; field
723 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact()
958 public int a = 0; field in ITrunkStableTest.MyOtherParcelable
/aosp_15_r20/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V2-java-source/gen/android/aidl/test/trunk/
DITrunkStableTest.java127 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact()
383 public int a = 0; field in ITrunkStableTest.MyParcelable
445 public final static int a = 0; // int a; field in ITrunkStableTest.MyUnion
473 public static MyUnion a(int _value) { in a() method in ITrunkStableTest.MyUnion
595 public static final int a = 0; field
711 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact()
940 public int a = 0; field in ITrunkStableTest.MyOtherParcelable
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DAnnotations.java210 private Set<String> union(Set<String> a, Set<String> b) { in union()
351 public String getShortName(String code) { in getShortName()
355 public String getShortName(String code, Transform<String, String> otherSource) { in getShortName() argument
377 public Set<String> getKeywords(String code) { in getKeywords()
403 private Annotations synthesize(String code, Transform<String, String> otherSource) { in synthesize() argument
538 private boolean matchesInitialPattern(String code) { in matchesInitialPattern()
639 public String toString(String code, boolean html) { in toString()
643 public String toString(String code, boolean html, AnnotationSet parentAnnotations) { in toString()
689 public Set<String> getKeywordsMinus(String code) { in getKeywordsMinus()
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/cuda/
H A Dfused_kernel.cpp87 std::string code, in FusedKernelCUDA()
189 static int ceilDiv(const int a, const int b) { in ceilDiv()
248 std::string code, in createFusionKernel()
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Dgraph_debug_info.pb.h114 friend void swap(GraphDebugInfo_FileLineCol& a, GraphDebugInfo_FileLineCol& b) { in swap()
302 friend void swap(GraphDebugInfo_StackTrace& a, GraphDebugInfo_StackTrace& b) { in swap()
469 friend void swap(GraphDebugInfo& a, GraphDebugInfo& b) { in swap()
720 inline const std::string& GraphDebugInfo_FileLineCol::code() const { in code() function
751 inline void GraphDebugInfo_FileLineCol::set_allocated_code(std::string* code) { in set_allocated_code()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DHashing.h96 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value()
189 uint64_t a = (low ^ high) * kMul; in hash_16_bytes() local
198 uint8_t a = s[0]; in hash_1to3_bytes() local
207 uint64_t a = fetch32(s); in hash_4to8_bytes() local
212 uint64_t a = fetch64(s); in hash_9to16_bytes() local
218 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes() local
229 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DHashing.h96 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value()
189 uint64_t a = (low ^ high) * kMul; in hash_16_bytes() local
198 uint8_t a = s[0]; in hash_1to3_bytes() local
207 uint64_t a = fetch32(s); in hash_4to8_bytes() local
212 uint64_t a = fetch64(s); in hash_9to16_bytes() local
218 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes() local
229 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DHashing.h94 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value()
182 uint64_t a = (low ^ high) * kMul; in hash_16_bytes() local
191 uint8_t a = s[0]; in hash_1to3_bytes() local
200 uint64_t a = fetch32(s); in hash_4to8_bytes() local
205 uint64_t a = fetch64(s); in hash_9to16_bytes() local
211 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes() local
221 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes() local
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DHashing.h94 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value()
182 uint64_t a = (low ^ high) * kMul; in hash_16_bytes() local
191 uint8_t a = s[0]; in hash_1to3_bytes() local
200 uint64_t a = fetch32(s); in hash_4to8_bytes() local
205 uint64_t a = fetch64(s); in hash_9to16_bytes() local
211 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes() local
221 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DHashing.h96 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value()
189 uint64_t a = (low ^ high) * kMul; in hash_16_bytes() local
198 uint8_t a = s[0]; in hash_1to3_bytes() local
207 uint64_t a = fetch32(s); in hash_4to8_bytes() local
212 uint64_t a = fetch64(s); in hash_9to16_bytes() local
218 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes() local
229 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DHashing.h96 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value()
189 uint64_t a = (low ^ high) * kMul; in hash_16_bytes() local
198 uint8_t a = s[0]; in hash_1to3_bytes() local
207 uint64_t a = fetch32(s); in hash_4to8_bytes() local
212 uint64_t a = fetch64(s); in hash_9to16_bytes() local
218 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes() local
229 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DHashing.h96 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value()
189 uint64_t a = (low ^ high) * kMul; in hash_16_bytes() local
198 uint8_t a = s[0]; in hash_1to3_bytes() local
207 uint64_t a = fetch32(s); in hash_4to8_bytes() local
212 uint64_t a = fetch64(s); in hash_9to16_bytes() local
218 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes() local
228 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DHashing.h93 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value()
181 uint64_t a = (low ^ high) * kMul; in hash_16_bytes() local
190 uint8_t a = s[0]; in hash_1to3_bytes() local
199 uint64_t a = fetch32(s); in hash_4to8_bytes() local
204 uint64_t a = fetch64(s); in hash_9to16_bytes() local
210 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes() local
220 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes() local

12345678910>>...58