Home
last modified time | relevance | path

Searched defs:source (Results 301 – 325 of 11778) sorted by relevance

1...<<11121314151617181920>>...472

/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules2/
H A DMemberAccessExpression.java26 private final RuleExpression source; field in MemberAccessExpression
63 public RuleExpression source() { in source() method in MemberAccessExpression
110 private RuleExpression source; field in MemberAccessExpression.Builder
122 public Builder source(RuleExpression source) { in source() method in MemberAccessExpression.Builder
H A DMethodCallExpression.java29 private final RuleExpression source; field in MethodCallExpression
44 public RuleExpression source() { in source() method in MethodCallExpression
123 private RuleExpression source; field in MethodCallExpression.Builder
141 public Builder source(RuleExpression source) { in source() argument
/aosp_15_r20/external/okio/okio/src/nonWasmTest/kotlin/okio/
H A DForwardingFileSystemTest.kt71 val source = base / "source" in pathMapping() constant
135 val source = base / "source" in copyIsNotForwarded() constant
163 val source = base / "symlink-source" in metadataForwardsParameterAndSymlinkTarget() constant
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/stack/stack.cons/
H A Ddeduct.pass.cpp74 std::stack<A> source; in main() local
123 std::stack<T, Cont> source; in main() local
129 std::stack<T, Cont> source; in main() local
135 std::stack<T, Cont> source; in main() local
141 std::stack<T, Cont> source; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/queue/queue.cons/
H A Ddeduct.pass.cpp70 std::queue<A> source; in main() local
119 std::queue<T, Cont> source; in main() local
125 std::queue<T, Cont> source; in main() local
131 std::queue<T, Cont> source; in main() local
137 std::queue<T, Cont> source; in main() local
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/crate_optional_deps_disabled/
H A Dmetadata.json21 "source": "registry+https://github.com/rust-lang/crates.io-index", string
33 "source": "registry+https://github.com/rust-lang/crates.io-index", string
45 "source": "registry+https://github.com/rust-lang/crates.io-index", string
57 "source": "registry+https://github.com/rust-lang/crates.io-index", string
69 "source": "registry+https://github.com/rust-lang/crates.io-index", string
81 "source": "registry+https://github.com/rust-lang/crates.io-index", string
93 "source": "registry+https://github.com/rust-lang/crates.io-index", string
105 "source": "registry+https://github.com/rust-lang/crates.io-index", string
153 "source": "registry+https://github.com/rust-lang/crates.io-index", string
215 "source": "registry+https://github.com/rust-lang/crates.io-index", string
[all …]
/aosp_15_r20/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/lexer/
H A DStringJsonLexer.kt7 internal class StringJsonLexer(override val source: String) : AbstractJsonLexer() { constant in kotlinx.serialization.json.internal.StringJsonLexer
12 val source = source in prefetchOrEof() constant
69 val source = source in consumeNextToken() constant
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice.cc176 grpc_slice grpc_slice_from_copied_buffer(const char* source, size_t len) { in grpc_slice_from_copied_buffer()
183 grpc_slice grpc_slice_from_copied_string(const char* source) { in grpc_slice_from_copied_string()
244 static grpc_slice sub_no_ref(const grpc_slice& source, size_t begin, in sub_no_ref()
270 grpc_slice grpc_slice_sub_no_ref(grpc_slice source, size_t begin, size_t end) { in grpc_slice_sub_no_ref()
274 grpc_slice grpc_slice_sub(grpc_slice source, size_t begin, size_t end) { in grpc_slice_sub()
292 grpc_slice grpc_slice_split_tail_maybe_ref(grpc_slice* source, size_t split, in grpc_slice_split_tail_maybe_ref()
349 grpc_slice grpc_slice_split_tail(grpc_slice* source, size_t split) { in grpc_slice_split_tail()
353 grpc_slice grpc_slice_split_head(grpc_slice* source, size_t split) { in grpc_slice_split_head()
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DHapticScrollFeedbackProvider.java85 public void onScrollProgress(int inputDeviceId, int source, int axis, int deltaInPixels) { in onScrollProgress()
116 public void onScrollLimit(int inputDeviceId, int source, int axis, boolean isStart) { in onScrollLimit()
136 public void onSnapToItem(int inputDeviceId, int source, int axis) { in onSnapToItem()
151 private void maybeUpdateCurrentConfig(int deviceId, int source, int axis) { in maybeUpdateCurrentConfig()
173 private void updateTickIntervals(int deviceId, int source, int axis) { in updateTickIntervals()
/aosp_15_r20/system/vold/fs/
H A DExfat.cpp41 status_t Check(const std::string& source) { in Check()
61 status_t DoMount(const std::string& source, const std::string& target, int ownerUid, int ownerGid, in DoMount()
81 const std::string& source; member
95 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid, in Mount()
101 status_t Format(const std::string& source) { in Format()
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
H A DAnimatedImageDrawableTest.kt53 val source = ImageDecoder.createSource(getAssets(), in <lambda>() constant
56 decoder, info, source -> in <lambda>() method
84 val source = ImageDecoder.createSource(getAssets(), TEST_FILE) in <lambda>() constant
168 decoder, info, source -> in <lambda>() method
178 decoder, info, source -> in <lambda>() method
/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/
H A DCharsetEncoderICU.java287 abstract CoderResult encodeLoop(CharBuffer source, ByteBuffer target, in encodeLoop()
299 final CoderResult encode(CharBuffer source, ByteBuffer target, in encode()
390 final CoderResult fromUnicodeWithCallback(CharBuffer source, in fromUnicodeWithCallback()
759 private final void setSourcePosition(CharBuffer source) { in setSourcePosition()
776 CoderResult cbFromUWriteSub(CharsetEncoderICU encoder, CharBuffer source, in cbFromUWriteSub()
798 CharBuffer source, ByteBuffer target, IntBuffer offsets) { in cbFromUWriteUChars()
867 final CoderResult handleSurrogates(CharBuffer source, char lead) { in handleSurrogates()
H A DCharsetMBCS.java1631 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop()
1639 …private CoderResult continueMatchToU(ByteBuffer source, CharBuffer target, IntBuffer offsets, int … in continueMatchToU()
1713 … int matchToU(byte sisoState, byte[] preArray, int preArrayBegin, int preLength, ByteBuffer source, in matchToU()
1877 …private int toU(int length, ByteBuffer source, CharBuffer target, IntBuffer offsets, int sourceInd… in toU()
1918 …private boolean initialMatchToU(int firstLength, ByteBuffer source, CharBuffer target, IntBuffer o… in initialMatchToU()
1961 private int simpleMatchToU(ByteBuffer source, boolean useFallback) { in simpleMatchToU()
2002 …CoderResult cnvMBCSToUnicodeWithOffsets(ByteBuffer source, CharBuffer target, IntBuffer offsets, b… in cnvMBCSToUnicodeWithOffsets()
2360 …private CoderResult cnvMBCSSingleToBMPWithOffsets(ByteBuffer source, CharBuffer target, IntBuffer … in cnvMBCSSingleToBMPWithOffsets()
2489 …private CoderResult cnvMBCSSingleToUnicodeWithOffsets(ByteBuffer source, CharBuffer target, IntBuf… in cnvMBCSSingleToUnicodeWithOffsets()
2656 int simpleGetNextUChar(ByteBuffer source, boolean useFallback) { in simpleGetNextUChar()
[all …]
/aosp_15_r20/external/pigweed/pw_string/public/pw_string/
H A Dutil.h37 PW_CONSTEXPR_CPP20 inline StatusWithSize CopyToSpan(std::string_view source, in CopyToSpan()
120 PW_CONSTEXPR_CPP20 inline StatusWithSize Copy(std::string_view source, in Copy()
131 PW_CONSTEXPR_CPP20 inline StatusWithSize Copy(const char* source, Span&& dest) { in Copy()
137 PW_CONSTEXPR_CPP20 inline StatusWithSize Copy(const char* source, in Copy()
203 PW_CONSTEXPR_CPP20 inline StatusWithSize PrintableCopy(std::string_view source, in PrintableCopy()
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
H A DAlternateLocaleDataTest.java33 CldrValue source = in testLocaleData() local
66 CldrValue source = in testMissingSource() local
87 CldrValue source = in testMissingTarget() local
111 CldrPath source = CldrPath.parseDistinguishingPath( in testBadPaths() local
140 CldrPath source = CldrPath.parseDistinguishingPath( in testNonLdml() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
H A DCompositeFormat.java62 public static void parseAndIgnoreWhitespace(final String source, final ParsePosition pos) { in parseAndIgnoreWhitespace()
74 public static char parseNextCharacter(final String source, final ParsePosition pos) { in parseNextCharacter()
104 final String source, final double value, final ParsePosition pos) { in parseNumber()
135 final String source, final NumberFormat format, final ParsePosition pos) { in parseNumber()
166 final String source, final String expected, final ParsePosition pos) { in parseFixedstring()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DCompositeFormat.java65 protected void parseAndIgnoreWhitespace(final String source, in parseAndIgnoreWhitespace()
78 protected char parseNextCharacter(final String source, in parseNextCharacter()
108 private Number parseNumber(final String source, final double value, in parseNumber()
140 protected Number parseNumber(final String source, final NumberFormat format, in parseNumber()
170 protected boolean parseFixedstring(final String source, final String expected, in parseFixedstring()
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/
H A DMessages.java89 Object source = dependencies.get(i); in formatMessages() local
156 ElementSource source = null; in convert() local
164 static Object convert(Object o, ElementSource source) { in convert()
173 private static Object appendModules(Object source, ElementSource elementSource) { in appendModules()
214 static void formatSource(Formatter formatter, Object source) { in formatSource()
223 static void formatSource(Formatter formatter, Object source, ElementSource elementSource) { in formatSource()
/aosp_15_r20/external/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/ipc/
H A Dhisi_ipc.c80 hisi_ipc_clear_ack(enum src_id source, enum lpm3_mbox_id mbox) in hisi_ipc_clear_ack()
94 hisi_ipc_send_cmd_with_ack(enum src_id source, enum lpm3_mbox_id mbox, in hisi_ipc_send_cmd_with_ack()
138 enum src_id source = SRC_IDLE; in hisi_ipc_pm_on_off() local
152 enum src_id source = SRC_IDLE; in hisi_ipc_pm_suspend() local
169 enum src_id source = SRC_IDLE; in hisi_ipc_psci_system_off() local
183 enum src_id source = SRC_IDLE; in hisi_ipc_psci_system_reset() local
/aosp_15_r20/external/cronet/net/log/
H A Dnet_log.cc49 const NetLogSource& source, in AddEntryAtTimeWithMaterializedParams()
68 const NetLogSource& source, in AddEntry()
195 const char* NetLog::SourceTypeToString(NetLogSourceType source) { in SourceTypeToString()
239 const NetLogSource& source, in AddEntryInternal()
262 const NetLogSource& source, in AddEntryWithMaterializedParams()
270 const NetLogSource& source, in AddEntryAtTimeWithMaterializedParams()
/aosp_15_r20/frameworks/base/core/java/android/service/notification/
H A DCondition.java122 public final @Source int source; // default = SOURCE_UNKNOWN field in Condition
150 @Source int source) { in Condition()
173 @Nullable String line2, int icon, @State int state, @Source int source, in Condition()
188 public Condition(Parcel source) { in Condition()
213 private static int checkValidSource(@Source int source) { in checkValidSource()
283 public static @NonNull String sourceToString(@Source int source) { in sourceToString()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/ipc/
Dhisi_ipc.c80 hisi_ipc_clear_ack(enum src_id source, enum lpm3_mbox_id mbox) in hisi_ipc_clear_ack()
94 hisi_ipc_send_cmd_with_ack(enum src_id source, enum lpm3_mbox_id mbox, in hisi_ipc_send_cmd_with_ack()
138 enum src_id source = SRC_IDLE; in hisi_ipc_pm_on_off() local
152 enum src_id source = SRC_IDLE; in hisi_ipc_pm_suspend() local
169 enum src_id source = SRC_IDLE; in hisi_ipc_psci_system_off() local
183 enum src_id source = SRC_IDLE; in hisi_ipc_psci_system_reset() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputMetricLogger.java63 public void updateOutputEndPoints(MediaDevice source, MediaDevice target) { in updateOutputEndPoints()
111 public void logInteractionAdjustVolume(MediaDevice source) { in logInteractionAdjustVolume()
143 public void logInteractionExpansion(MediaDevice source) { in logInteractionExpansion()
159 public void logInteractionMute(MediaDevice source) { in logInteractionMute()
175 public void logInteractionUnmute(MediaDevice source) { in logInteractionUnmute()
/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dextension-definitions.json64 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
72 "source" : "http://hl7.org/fhir/StructureDefinition/Extension" string
132 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
140 "source" : "http://hl7.org/fhir/StructureDefinition/Extension" string
195 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
291 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
299 "source" : "http://hl7.org/fhir/StructureDefinition/Extension" string
359 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
367 "source" : "http://hl7.org/fhir/StructureDefinition/Extension" string
422 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
[all …]
/aosp_15_r20/external/turbine/java/com/google/turbine/diag/
H A DTurbineDiagnostic.java38 private final @Nullable SourceFile source; field in TurbineDiagnostic
45 @Nullable SourceFile source, in TurbineDiagnostic()
97 SourceFile source, in create()
125 public static TurbineDiagnostic format(SourceFile source, ErrorKind kind, Object... args) { in format()
137 Diagnostic.Kind severity, SourceFile source, int position, ErrorKind kind, Object... args) { in format()

1...<<11121314151617181920>>...472