/aosp_15_r20/external/guava/guava/src/com/google/common/graph/ |
H A D | EndpointPair.java | 53 public static <N> EndpointPair<N> ordered(N source, N target) { in ordered() 78 public abstract N source(); in source() method in EndpointPair 148 private Ordered(N source, N target) { in Ordered() 153 public N source() { in source() method in EndpointPair.Ordered 201 public N source() { in source() method in EndpointPair.Unordered
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LocalImageResolver.java | 59 final ImageDecoder.Source source = in resolveImage() local 150 final ImageDecoder.Source source = in resolveImage() local 163 final ImageDecoder.Source source = ImageDecoder.createSource(context.getResources(), resId); in resolveImage() local 170 final ImageDecoder.Source source = ImageDecoder.createSource(res, resId); in resolveImage() local 213 private static Drawable resolveImage(ImageDecoder.Source source, int maxWidth, int maxHeight) { in resolveImage()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fDebugTests.cpp | 178 void emitMessages(DebugMessageTestContext &ctx, GLenum source) in emitMessages() 268 GLenum source; member 368 void BaseCase::callbackHandle(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei lengt… in callbackHandle() 379 void BaseCase::expectMessage(GLenum source, GLenum type) in expectMessage() 393 void BaseCase::callback(GLenum source, GLenum type, GLuint id, GLenum severity, const string &messa… in callback() 546 bool BaseCase::verifyMessageExists(const MessageData &message, GLenum source, GLenum type) in verifyMessageExists() 572 void BaseCase::verifyMessageGroup(const MessageData &message, GLenum source, GLenum type) in verifyMessageGroup() 604 void BaseCase::verifyMessage(const MessageData &message, GLenum source, GLenum type) in verifyMessage() 613 void BaseCase::verifyMessage(const MessageData &message, GLenum source, GLenum type, GLuint id, GLe… in verifyMessage() 699 void CallbackErrorCase::expectMessage(GLenum source, GLenum type) in expectMessage() [all …]
|
H A D | es31fNegativeShaderFunctionTests.cpp | 156 const char *source = shaderSource.c_str(); in verifyShader() local 246 std::ostringstream source; in declareShaderArrayVariable() local 263 std::ostringstream source; in getShaderExtensionDeclaration() local 271 std::ostringstream source; in getDataTypeExtension() local 302 std::ostringstream source; in getShaderInitialization() local 350 std::ostringstream source; in genShaderSourceBitfieldExtract() local 459 std::ostringstream source; in genShaderSourceBitfieldInsert() local 634 std::ostringstream source; in genShaderSourceReverseCountFind() local 753 std::ostringstream source; in genShaderSourceAddCarrySubBorrow() local 1048 std::ostringstream source; in genShaderSourceMulExtended() local [all …]
|
/aosp_15_r20/external/gemmlowp/meta/ |
H A D | streams.h | 50 static const InType* Offset(const RowMajor& params, const InType* source, in Offset() 57 static InType* Offset(const RowMajor& params, InType* source, in Offset() 73 const InType* source, int offset_stride, in Offset() 80 static InType* Offset(const RowMajorWithSum& params, InType* source, in Offset() 98 const InType* source, int offset_stride, in Offset() 105 static const InType* Offset(const ColumnMajorWithSum& params, InType* source, in Offset()
|
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/ |
H A D | JvmOkio.kt | 79 fun InputStream.source(): Source = InputStreamSource(this, Timeout()) in InputStream() method 136 fun Socket.source(): Source { in source() method 138 val source = InputStreamSource(getInputStream(), timeout) in source() constant 181 fun File.source(): Source = InputStreamSource(inputStream(), Timeout.NONE) in sink() method 190 fun NioPath.source(vararg options: OpenOption): Source = in sink() method
|
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | okio-1.15.0.jar | ... throws java.io.IOException
long readCount
okio.Source source
long totalBytesRead
public okio.BufferedSink write (okio ... |
/aosp_15_r20/out/soong/.intermediates/external/libphonenumber/libphonenumber-platform/android_common/turbine/ |
D | libphonenumber-platform.jar | com/android/i18n/phonenumbers/AlternateFormatsCountryCodeSet.class
<Unknown>
package com.android. ... |
/aosp_15_r20/out/soong/.intermediates/external/libphonenumber/libphonenumber-nogeocoder/android_common/turbine/ |
D | libphonenumber-nogeocoder.jar | com/google/i18n/phonenumbers/AlternateFormatsCountryCodeSet.class
<Unknown>
package com.google. ... |
/aosp_15_r20/out/soong/.intermediates/external/libphonenumber/libphonenumber/android_common/turbine/ |
D | libphonenumber.jar | com/google/i18n/phonenumbers/AlternateFormatsCountryCodeSet.class
<Unknown>
package com.google. ... |
/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/engine/ |
D | DefaultEngine.cpp | 47 int getStreamIdFromSource(std::string source) { in getStreamIdFromSource() 533 std::string source = "StreamManager:" + std::to_string(streamId) + " : " + m; in populateStreamManagers() local 538 std::string source = "StreamManager:" + std::to_string(streamId); in populateStreamManagers() local 595 std::string source = "InputManager:" + std::to_string(id); in populateInputManagers() local 705 void DefaultEngine::processComponentError(std::string source) { in processComponentError() 714 void DefaultEngine::queueCommand(std::string source, EngineCommand::Type type) { in queueCommand() 719 void DefaultEngine::queueError(std::string source, std::string msg, bool fatal) { in queueError()
|
/aosp_15_r20/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1beta1/src/main/java/com/google/cloud/securitycenter/v1beta1/ |
H A D | FindingSecurityMarksName.java | 42 private final String source; field in FindingSecurityMarksName 71 public static FindingSecurityMarksName of(String organization, String source, String finding) { in of() 75 public static String format(String organization, String source, String finding) { in format() 147 private String source; field in FindingSecurityMarksName.Builder 167 public Builder setSource(String source) { in setSource()
|
H A D | FindingName.java | 37 private final String source; field in FindingName 73 public static FindingName of(String organization, String source, String finding) { in of() 77 public static String format(String organization, String source, String finding) { in format() 181 private String source; field in FindingName.Builder 203 public Builder setSource(String source) { in setSource()
|
/aosp_15_r20/external/google-cloud-java/java-vmmigration/proto-google-cloud-vmmigration-v1/src/main/java/com/google/cloud/vmmigration/v1/ |
H A D | SourceName.java | 38 private final String source; field in SourceName 73 public static SourceName of(String project, String location, String source) { in of() 77 public static String format(String project, String location, String source) { in format() 182 private String source; field in SourceName.Builder 208 public Builder setSource(String source) { in setSource()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.ctor/ |
H A D | deduct.pass.cpp | 42 const int& source = 5; in main() local 51 const int* source = nullptr; in main() local 60 int source[] = {1, 2, 3}; in main() local 70 std::optional<char> source('A'); in main() local
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | ListsTest.java | 902 List<Integer> source = Collections.singletonList(1); in testPartition_badSize() local 911 List<Integer> source = Collections.emptyList(); in testPartition_empty() local 918 List<Integer> source = Collections.singletonList(1); in testPartition_1_1() local 925 List<Integer> source = Collections.singletonList(1); in testPartition_1_2() local 932 List<Integer> source = asList(1, 2); in testPartition_2_1() local 940 List<Integer> source = asList(1, 2, 3); in testPartition_3_2() local 950 List<Integer> source = asList(1, 2, 3); in testPartitionRandomAccessTrue() local 967 List<Integer> source = Lists.newLinkedList(asList(1, 2, 3)); in testPartitionRandomAccessFalse() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | ListsTest.java | 902 List<Integer> source = Collections.singletonList(1); in testPartition_badSize() local 911 List<Integer> source = Collections.emptyList(); in testPartition_empty() local 918 List<Integer> source = Collections.singletonList(1); in testPartition_1_1() local 925 List<Integer> source = Collections.singletonList(1); in testPartition_1_2() local 932 List<Integer> source = asList(1, 2); in testPartition_2_1() local 940 List<Integer> source = asList(1, 2, 3); in testPartition_3_2() local 950 List<Integer> source = asList(1, 2, 3); in testPartitionRandomAccessTrue() local 967 List<Integer> source = Lists.newLinkedList(asList(1, 2, 3)); in testPartitionRandomAccessFalse() local
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/ |
HD | okio-1.9.0.jar | ... Sink)
okio.Sink sink
public final okio.Source source (okio.Source)
okio.Source source ... |
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/ |
H A D | FastDateParser.java | 373 public Object parseObject(final String source) throws ParseException { in parseObject() 381 public Date parse(final String source) throws ParseException { in parse() 399 public Object parseObject(final String source, final ParsePosition pos) { in parseObject() 416 public Date parse(final String source, final ParsePosition pos) { in parse() 438 public boolean parse(final String source, final ParsePosition pos, final Calendar calendar) { in parse() 528 … abstract boolean parse(FastDateParser parser, Calendar calendar, String source, ParsePosition pos, in parse() 558 boolean parse(final FastDateParser parser, final Calendar calendar, final String source, in parse() 698 boolean parse(final FastDateParser parser, final Calendar calendar, final String source, in parse() 808 boolean parse(final FastDateParser parser, final Calendar calendar, final String source, in parse()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/proto/ |
H A D | descriptor_pool_registry.h | 56 const string& source, in DescriptorPoolRegistration() 64 #define REGISTER_DESCRIPTOR_POOL(source, pool_fn) \ argument 67 #define REGISTER_DESCRIPTOR_POOL_UNIQ_HELPER(ctr, source, pool_fn) \ argument 70 #define REGISTER_DESCRIPTOR_POOL_UNIQ(ctr, source, pool_fn) \ argument
|
/aosp_15_r20/frameworks/base/core/java/android/text/ |
H A D | SpannedString.java | 34 public SpannedString(CharSequence source, boolean ignoreNoCopySpan) { in SpannedString() 43 public SpannedString(CharSequence source) { in SpannedString() 47 private SpannedString(CharSequence source, int start, int end) { in SpannedString() 56 public static SpannedString valueOf(CharSequence source) { in valueOf()
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_type_comments.py | 227 def parse(self, source, feature_version=highest): argument 231 def parse_all(self, source, minver=lowest, maxver=highest, expected_regex=""): argument 244 def classic_parse(self, source): argument 364 def check_both_ways(source): argument 381 def parse_func_type_input(source): argument
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/desktopmode/common/ |
D | ToggleTaskSizeInteraction.java | 19 …private final com.android.wm.shell.desktopmode.common.ToggleTaskSizeInteraction.Source source = nu… field in ToggleTaskSizeInteraction 36 …com.android.wm.shell.desktopmode.common.ToggleTaskSizeInteraction.Source source, @org.jetbrains.an… in ToggleTaskSizeInteraction() 63 …com.android.wm.shell.desktopmode.common.ToggleTaskSizeInteraction.Source source, @org.jetbrains.an… in ToggleTaskSizeInteraction() 91 …com.android.wm.shell.desktopmode.common.ToggleTaskSizeInteraction.Source source, @org.jetbrains.an… in ToggleTaskSizeInteraction() 119 …com.android.wm.shell.desktopmode.common.ToggleTaskSizeInteraction.Source source, @org.jetbrains.an… in copy()
|
/aosp_15_r20/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 1543 String source = (String) es.nextElement(); in TestSTV() local 1757 String source = DATA[i+2]; in TestCompoundFilterID() local 1904 String[] source = { in TestDevanagariLatinRT() local 2031 String[] source = { in TestTeluguLatinRT() local 2070 String[] source = { in TestSanskritLatinRT() local 2120 String[] source = { in TestCompoundLatinRT() local 2444 String source = "\u00E1"; // a-acute in TestToRulesMark() local 2662 String source = testCases[i][1]; in TestSpecialCases() local 3023 UnicodeSet source = t.getSourceSet(); in TestSourceTargetSetFilter() local 3763 String source, in expect() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 1546 String source = (String) es.nextElement(); in TestSTV() local 1760 String source = DATA[i+2]; in TestCompoundFilterID() local 1907 String[] source = { in TestDevanagariLatinRT() local 2034 String[] source = { in TestTeluguLatinRT() local 2073 String[] source = { in TestSanskritLatinRT() local 2123 String[] source = { in TestCompoundLatinRT() local 2447 String source = "\u00E1"; // a-acute in TestToRulesMark() local 2665 String source = testCases[i][1]; in TestSpecialCases() local 3026 UnicodeSet source = t.getSourceSet(); in TestSourceTargetSetFilter() local 3766 String source, in expect() [all …]
|