/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
H A D | TableDrivenMarshal.c | 132 UINT8 *source, in MarshalBytes() 178 UINT8 *source, // IN: source of the data in ArrayMarshal() 239 void *source, // IN: were the data comes from in MarshalUnion() 726 void *source, // IN: were the data comes from in Marshal()
|
/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/ |
H A D | CharsetLMBCS.java | 590 …private int LMBCS_SimpleGetNextUChar(UConverterSharedData cnv, ByteBuffer source, int positionOffs… in LMBCS_SimpleGetNextUChar() 616 private int LMBCSGetNextUCharWorker(ByteBuffer source, CoderResult[] err) { in LMBCSGetNextUCharWorker() 755 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop() 936 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop()
|
/aosp_15_r20/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/lexer/ |
H A D | ReaderJsonLexer.kt | 41 override val source: ArrayAsSequence = ArrayAsSequence(buffer) in toString() constant in kotlinx.serialization.json.internal.ReaderJsonLexer 106 val source = source in toString() constant
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | peer_connection_factory.cc | 181 rtc::scoped_refptr<LocalAudioSource> source( in CreateAudioSource() local 277 VideoTrackSourceInterface* source) { in CreateVideoTrack() 287 AudioSourceInterface* source) { in CreateAudioTrack()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
H A D | IntDistanceNode.java | 64 public IntDistanceTable(StringDistanceTable source) { in IntDistanceTable() 68 private static int loadIds(StringDistanceTable source, int idNumber) { in loadIds() 84 StringDistanceTable source, int idNumber) { // move construction out later in IntDistanceTable()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | LaunchParamsController.java | 81 void calculate(Task task, WindowLayout layout, ActivityRecord activity, ActivityRecord source, in calculate() 134 ActivityRecord source, ActivityOptions options) { in layoutTask() 313 @Nullable ActivityRecord activity, @Nullable ActivityRecord source, in onCalculate()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
H A D | UTF16Util.java | 173 public static final int countCodePoint(String source) in countCodePoint() 201 public static final int countCodePoint(StringBuffer source) in countCodePoint() 318 public static int charAt(char source[], int start, int limit, in charAt()
|
/aosp_15_r20/device/google/cuttlefish/host/libs/config/ |
D | fetcher_config.cpp | 42 FileSource SourceStringToEnum(std::string source) { in SourceStringToEnum() 69 std::string SourceEnumToString(const FileSource& source) { in SourceEnumToString() 98 CvdFile::CvdFile(const FileSource& source, const std::string& build_id, in CvdFile()
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | ContentInfo.java | 99 static String sourceToString(@Source int source) { in sourceToString() 326 public Builder(@NonNull ClipData clip, @Source int source) { in Builder() 348 public Builder setSource(@Source int source) { in setSource()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/ |
H A D | tensor_coding.cc | 82 Status TensorResponse::ParseFrom(Source* source) { in ParseFrom() 218 bool TensorResponse::ParseFast(Source* source) { in ParseFast() 278 bool TensorResponse::ParseSlow(Source* source) { in ParseSlow()
|
/aosp_15_r20/external/googleapis/google/cloud/retail/v2beta/ |
H A D | import_config.proto | 263 oneof source { oneof 278 oneof source { oneof 303 oneof source { oneof
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaudioclient/audiopolicy-types-aidl-java-source/gen/android/media/ |
D | AudioMixMatchCriterionValue.java | 14 public final static int source = 1; // android.media.audio.common.AudioSource source; field in AudioMixMatchCriterionValue 58 public static AudioMixMatchCriterionValue source(int _value) { in source() method in AudioMixMatchCriterionValue 215 public static final int source = 1; field
|
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/proto/google/cloud/retail/v2/ |
H A D | import_config.proto | 263 oneof source { oneof 278 oneof source { oneof 303 oneof source { oneof
|
/aosp_15_r20/external/googleapis/google/cloud/retail/v2/ |
H A D | import_config.proto | 263 oneof source { oneof 278 oneof source { oneof 303 oneof source { oneof
|
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/proto/google/cloud/retail/v2beta/ |
H A D | import_config.proto | 263 oneof source { oneof 278 oneof source { oneof 303 oneof source { oneof
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/ |
H A D | GifBitmapWrapperResourceDecoder.java | 55 …public Resource<GifBitmapWrapper> decode(ImageVideoWrapper source, int width, int height) throws I… in decode() 68 …private GifBitmapWrapper decode(ImageVideoWrapper source, int width, int height, byte[] bytes) thr… in decode() 78 …private GifBitmapWrapper decodeStream(ImageVideoWrapper source, int width, int height, byte[] byte… in decodeStream()
|
/aosp_15_r20/external/icu/icu4j/main/framework/src/test/java/com/ibm/icu/dev/test/ |
H A D | UTF16Util.java | 169 public static final int countCodePoint(String source) in countCodePoint() 197 public static final int countCodePoint(StringBuffer source) in countCodePoint() 314 public static int charAt(char source[], int start, int limit, in charAt()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/dev/test/ |
H A D | UTF16Util.java | 170 public static final int countCodePoint(String source) { in countCodePoint() 194 public static final int countCodePoint(StringBuffer source) { in countCodePoint() 301 public static int charAt(char source[], int start, int limit, int offset16) { in charAt()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/status/ |
H A D | statusor_test.cc | 557 absl::StatusOr<std::shared_ptr<int>> source(p); in TEST() local 574 absl::StatusOr<std::shared_ptr<int>> source(p); in TEST() local 593 absl::StatusOr<int> source(expected); in TEST() local 608 absl::StatusOr<int> source(expected); in TEST() local 625 absl::StatusOr<int> source(kI); in TEST() local 642 absl::StatusOr<std::unique_ptr<int>> source(absl::WrapUnique(p)); in TEST() local 1032 absl::StatusOr<int> source(expected); in TEST() local 1047 absl::StatusOr<int> source(expected); in TEST() local 1407 absl::StatusOr<const int*> source(&kI); in TEST() local 1415 absl::StatusOr<int*> source(absl::CancelledError()); in TEST() local [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/status/ |
H A D | statusor_test.cc | 557 absl::StatusOr<std::shared_ptr<int>> source(p); in TEST() local 574 absl::StatusOr<std::shared_ptr<int>> source(p); in TEST() local 593 absl::StatusOr<int> source(expected); in TEST() local 608 absl::StatusOr<int> source(expected); in TEST() local 625 absl::StatusOr<int> source(kI); in TEST() local 642 absl::StatusOr<std::unique_ptr<int>> source(absl::WrapUnique(p)); in TEST() local 1032 absl::StatusOr<int> source(expected); in TEST() local 1047 absl::StatusOr<int> source(expected); in TEST() local 1407 absl::StatusOr<const int*> source(&kI); in TEST() local 1415 absl::StatusOr<int*> source(absl::CancelledError()); in TEST() local [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/status/ |
H A D | statusor_test.cc | 567 absl::StatusOr<std::shared_ptr<int>> source(p); in TEST() local 584 absl::StatusOr<std::shared_ptr<int>> source(p); in TEST() local 603 absl::StatusOr<int> source(expected); in TEST() local 618 absl::StatusOr<int> source(expected); in TEST() local 635 absl::StatusOr<int> source(kI); in TEST() local 652 absl::StatusOr<std::unique_ptr<int>> source(absl::WrapUnique(p)); in TEST() local 1042 absl::StatusOr<int> source(expected); in TEST() local 1057 absl::StatusOr<int> source(expected); in TEST() local 1417 absl::StatusOr<const int*> source(&kI); in TEST() local 1425 absl::StatusOr<int*> source(absl::CancelledError()); in TEST() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/ |
D | statusor_test.cc | 557 absl::StatusOr<std::shared_ptr<int>> source(p); in TEST() local 574 absl::StatusOr<std::shared_ptr<int>> source(p); in TEST() local 593 absl::StatusOr<int> source(expected); in TEST() local 608 absl::StatusOr<int> source(expected); in TEST() local 625 absl::StatusOr<int> source(kI); in TEST() local 642 absl::StatusOr<std::unique_ptr<int>> source(absl::WrapUnique(p)); in TEST() local 1032 absl::StatusOr<int> source(expected); in TEST() local 1047 absl::StatusOr<int> source(expected); in TEST() local 1407 absl::StatusOr<const int*> source(&kI); in TEST() local 1415 absl::StatusOr<int*> source(absl::CancelledError()); in TEST() local [all …]
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | books.v1.json | 124 "source": { object 153 "source": { object 205 "source": { object 355 "source": { object 381 "source": { object 412 "source": { object 450 "source": { object 503 "source": { object 580 "source": { object 666 "source": { object [all …]
|
/aosp_15_r20/external/google-cloud-java/java-securitycenter/google-cloud-securitycenter/src/test/java/com/google/cloud/securitycenter/v1beta1/ |
H A D | SecurityCenterClientTest.java | 116 Source source = Source.newBuilder().build(); in createSourceTest() local 140 Source source = Source.newBuilder().build(); in createSourceExceptionTest() local 159 Source source = Source.newBuilder().build(); in createSourceTest2() local 183 Source source = Source.newBuilder().build(); in createSourceExceptionTest2() local 1381 Source source = Source.newBuilder().build(); in updateSourceTest() local 1403 Source source = Source.newBuilder().build(); in updateSourceExceptionTest() local
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkResourceInterface.cpp | 1009 const vk::GlslSource &source, in compileProgram() 1018 const vk::HlslSource &source, in compileProgram() 1027 const vk::SpirVAsmSource &source, in compileProgram() 1057 const vk::GlslSource &source, in compileProgram() 1078 const vk::HlslSource &source, in compileProgram() 1099 const vk::SpirVAsmSource &source, in compileProgram()
|