Home
last modified time | relevance | path

Searched defs:source (Results 326 – 350 of 11778) sorted by relevance

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/re/
D_parser.py99 def checklookbehindgroup(self, gid, source): argument
307 def _class_escape(source, escape): argument
367 def _escape(source, escape, state): argument
447 def _parse_sub(source, state, verbose, nested): argument
507 def _parse(source, state, verbose, nested, first=False): argument
894 def _parse_flags(source, state, char): argument
997 def parse_template(source, state): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/re/
D_parser.py99 def checklookbehindgroup(self, gid, source): argument
307 def _class_escape(source, escape): argument
367 def _escape(source, escape, state): argument
447 def _parse_sub(source, state, verbose, nested): argument
507 def _parse(source, state, verbose, nested, first=False): argument
894 def _parse_flags(source, state, char): argument
997 def parse_template(source, state): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/re/
H A D_parser.py99 def checklookbehindgroup(self, gid, source): argument
307 def _class_escape(source, escape): argument
367 def _escape(source, escape, state): argument
447 def _parse_sub(source, state, verbose, nested): argument
507 def _parse(source, state, verbose, nested, first=False): argument
894 def _parse_flags(source, state, char): argument
997 def parse_template(source, state): argument
/aosp_15_r20/external/python/cpython3/Lib/re/
D_parser.py99 def checklookbehindgroup(self, gid, source): argument
307 def _class_escape(source, escape): argument
367 def _escape(source, escape, state): argument
447 def _parse_sub(source, state, verbose, nested): argument
507 def _parse(source, state, verbose, nested, first=False): argument
894 def _parse_flags(source, state, char): argument
997 def parse_template(source, state): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/re/
D_parser.py99 def checklookbehindgroup(self, gid, source): argument
307 def _class_escape(source, escape): argument
367 def _escape(source, escape, state): argument
447 def _parse_sub(source, state, verbose, nested): argument
507 def _parse(source, state, verbose, nested, first=False): argument
894 def _parse_flags(source, state, char): argument
997 def parse_template(source, state): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/re/
D_parser.py99 def checklookbehindgroup(self, gid, source): argument
307 def _class_escape(source, escape): argument
367 def _escape(source, escape, state): argument
447 def _parse_sub(source, state, verbose, nested): argument
507 def _parse(source, state, verbose, nested, first=False): argument
894 def _parse_flags(source, state, char): argument
997 def parse_template(source, state): argument
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Denvironment.py480 def parse(self, source, name=None, filename=None): argument
495 def _parse(self, source, name, filename): argument
499 def lex(self, source, name=None, filename=None): argument
516 def preprocess(self, source, name=None, filename=None): argument
524 def _tokenize(self, source, name, filename=None, state=None): argument
536 def _generate(self, source, name, filename, defer_init=False): argument
545 def _compile(self, source, filename): argument
554 def compile(self, source, name=None, filename=None, raw=False, argument
593 def compile_expression(self, source, undefined_to_none=True): argument
874 def from_string(self, source, globals=None, template_class=None): argument
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/
H A Dsql_source_unittest.cc26 SqlSource source = SqlSource::FromExecuteQuery("SELECT * FROM slice"); in TEST() local
40 SqlSource source = in TEST() local
57 SqlSource source = in TEST() local
94 SqlSource source = SqlSource::FromExecuteQuery("macro!()") in TEST() local
132 SqlSource source = foo.RewriteAllIgnoreExisting( in TEST() local
/aosp_15_r20/packages/modules/Connectivity/tests/common/java/android/net/
DLinkPropertiesTest.java169 public void assertLinkPropertiesEqual(LinkProperties source, LinkProperties target) { in assertLinkPropertiesEqual()
226 LinkProperties source = new LinkProperties(); in testEqualsNull() local
235 LinkProperties source = new LinkProperties(); in testEqualsSameOrder() local
344 LinkProperties source = new LinkProperties(); in testEqualsDifferentOrder() local
373 LinkProperties source = new LinkProperties(); in testEqualsDuplicated() local
967 LinkProperties source = new LinkProperties(); in makeLinkPropertiesForParceling() local
1009 final LinkProperties source = makeLinkPropertiesForParceling(); in testLinkPropertiesParcelable_Q() local
1015 final LinkProperties source = makeLinkPropertiesForParceling(); in testLinkPropertiesParcelable() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Ducol.cpp199 const char16_t *source, in ucol_getSortKey()
247 ucol_getBound(const uint8_t *source, in ucol_getBound()
448 const char16_t *source, in ucol_strcoll()
470 const char *source, in ucol_strcollUTF8()
499 const char16_t *source, in ucol_greater()
511 const char16_t *source, in ucol_greaterOrEqual()
523 const char16_t *source, in ucol_equal()
622 ucol_equals(const UCollator *source, const UCollator *target) { in ucol_equals()
/aosp_15_r20/frameworks/base/core/java/android/hardware/
H A DSensorPrivacyManager.java838 public void setSensorPrivacy(@Sources.Source int source, @Sensors.Sensor int sensor, in setSensorPrivacy()
855 public void setSensorPrivacy(@Sources.Source int source, @Sensors.Sensor int sensor, in setSensorPrivacy()
876 public void setSensorPrivacyState(@Sources.Source int source, @Sensors.Sensor int sensor, in setSensorPrivacyState()
879 mService.setToggleSensorPrivacyState(mContext.getUserId(), source, sensor, state); in setSensorPrivacyState() local
897 public void setSensorPrivacyForProfileGroup(@Sources.Source int source, in setSensorPrivacyForProfileGroup()
914 public void setSensorPrivacyForProfileGroup(@Sources.Source int source, in setSensorPrivacyForProfileGroup()
935 public void setSensorPrivacyStateForProfileGroup(@Sources.Source int source, in setSensorPrivacyStateForProfileGroup()
938 mService.setToggleSensorPrivacyStateForProfileGroup(mContext.getUserId(), source, in setSensorPrivacyStateForProfileGroup() local
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Ducol.cpp199 const char16_t *source, in ucol_getSortKey()
247 ucol_getBound(const uint8_t *source, in ucol_getBound()
448 const char16_t *source, in ucol_strcoll()
470 const char *source, in ucol_strcollUTF8()
499 const char16_t *source, in ucol_greater()
511 const char16_t *source, in ucol_greaterOrEqual()
523 const char16_t *source, in ucol_equal()
622 ucol_equals(const UCollator *source, const UCollator *target) { in ucol_equals()
/aosp_15_r20/frameworks/base/core/java/android/text/
H A DStaticLayout.java97 public static Builder obtain(@NonNull CharSequence source, @IntRange(from = 0) int start, in obtain()
150 public Builder setText(CharSequence source) { in setText()
167 public Builder setText(@NonNull CharSequence source, int start, int end) { in setText()
648 public StaticLayout(CharSequence source, TextPaint paint, in StaticLayout()
660 public StaticLayout(CharSequence source, int bufstart, int bufend, in StaticLayout()
673 public StaticLayout(CharSequence source, int bufstart, int bufend, in StaticLayout()
690 public StaticLayout(CharSequence source, int bufstart, int bufend, in StaticLayout()
755 final CharSequence source = b.mText; in generate() local
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/text/
H A DCollationElementIterator.java216 CollationElementIterator(String source, RuleBasedCollator collator) { in CollationElementIterator()
240 CollationElementIterator(CharacterIterator source, RuleBasedCollator collator) { in CollationElementIterator()
256 CollationElementIterator(UCharacterIterator source, RuleBasedCollator collator) { in CollationElementIterator()
507 public void setText(String source) { in setText()
530 public void setText(UCharacterIterator source) { in setText()
566 public void setText(CharacterIterator source) { in setText()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollationElementIterator.java210 CollationElementIterator(String source, RuleBasedCollator collator) { in CollationElementIterator()
233 CollationElementIterator(CharacterIterator source, RuleBasedCollator collator) { in CollationElementIterator()
248 CollationElementIterator(UCharacterIterator source, RuleBasedCollator collator) { in CollationElementIterator()
492 public void setText(String source) { in setText()
514 public void setText(UCharacterIterator source) { in setText()
549 public void setText(CharacterIterator source) { in setText()
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/utils/
H A DNettyUtilsTest.java120 Promise<Void> source = eventLoopGroup.next().newPromise(); in runOrPropagate_success_runs() local
135 Promise<Void> source = eventLoopGroup.next().newPromise(); in runOrPropagate_exception_propagates() local
152 Promise<Void> source = eventLoopGroup.next().newPromise(); in runOrPropagate_cancel_propagates() local
167 Promise<String> source = eventLoopGroup.next().newPromise(); in consumeOrPropagate_success_consumes() local
182 Promise<String> source = eventLoopGroup.next().newPromise(); in consumeOrPropagate_exception_propagates() local
199 Promise<String> source = eventLoopGroup.next().newPromise(); in consumeOrPropagate_cancel_propagates() local
/aosp_15_r20/cts/tests/tests/hardware/res/raw/
H A Dsony_dualsense_bluetooth_keyeventtests_hid_generic.json8 "source": "KEYBOARD | GAMEPAD", string
21 "source": "KEYBOARD | GAMEPAD", string
34 "source": "KEYBOARD | GAMEPAD", string
47 "source": "KEYBOARD | GAMEPAD", string
60 "source": "KEYBOARD | GAMEPAD", string
73 "source": "KEYBOARD | GAMEPAD", string
86 "source": "KEYBOARD | GAMEPAD", string
99 "source": "KEYBOARD | GAMEPAD", string
112 "source": "KEYBOARD | GAMEPAD", string
125 "source": "KEYBOARD | GAMEPAD", string
[all …]
H A Dasus_gamepad_keyeventtests.json8 "source": "KEYBOARD | GAMEPAD", string
21 "source": "KEYBOARD | GAMEPAD", string
34 "source": "KEYBOARD | GAMEPAD", string
47 "source": "KEYBOARD | GAMEPAD", string
60 "source": "KEYBOARD | GAMEPAD", string
73 "source": "KEYBOARD | GAMEPAD", string
86 "source": "KEYBOARD | GAMEPAD", string
99 "source": "KEYBOARD | GAMEPAD", string
112 "source": "KEYBOARD | GAMEPAD", string
125 "source": "KEYBOARD | GAMEPAD", string
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DUnicodeSetPrettyPrinterTest.java118 final UnicodeSet source = new UnicodeSet(test[0]); in testSimpleUnicodeSetFormatter() local
223 UnicodeSet source = cldrFile.getExemplarSet(type, WinningChoice.WINNING); local
243 final UnicodeSet source = new UnicodeSet(value); local
281 UnicodeSet source, in check()
392 String source = test[0]; in TestStringEscaper() local
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/noising/
DSourceNoiseHandler.java79 public List<Source.FakeReport> assignAttributionModeAndGenerateFakeReports( in assignAttributionModeAndGenerateFakeReports()
198 public double getRandomizedSourceResponsePickRate(Source source) { in getRandomizedSourceResponsePickRate()
207 public double getRandomizedTriggerRate(@NonNull Source source) { in getRandomizedTriggerRate()
226 private List<Uri> resolveFakeReportDestinations(Source source, int destinationIdentifier) { in resolveFakeReportDestinations()
246 ImpressionNoiseParams getImpressionNoiseParams(Source source) { in getImpressionNoiseParams()
/aosp_15_r20/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1beta1/src/main/java/com/google/cloud/securitycenter/v1beta1/
H A DSourceName.java36 private final String source; field in SourceName
65 public static SourceName of(String organization, String source) { in of()
69 public static String format(String organization, String source) { in format()
161 private String source; field in SourceName.Builder
178 public Builder setSource(String source) { in setSource()
/aosp_15_r20/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp77 struct source { struct
78 source() : i(0) { } in source() argument
89 assert(std::fill_n(ia, UDI(n), source()) == std::next(ia, n)); in test_int_array_struct_source() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_ext_test/
Derase.cpp26 Container source; in test_erase_impl() local
56 Container source; in test_remove_erase_impl() local
87 Container source; in test_remove_erase_if_impl() local
118 Container source; in test_unique_erase_impl() local
153 Container source; in test_unique_erase_pred_impl() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp75 struct source { struct
76 source() : i(0) { } in source() function
86 assert(std::fill_n(a, UDI(4), source()) == a + 4); in test_int_array_struct_source() argument
/aosp_15_r20/external/guava/android/guava/src/com/google/common/graph/
H A DEndpointPair.java53 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

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