Home
last modified time | relevance | path

Searched defs:source (Results 451 – 475 of 11778) sorted by relevance

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

/aosp_15_r20/external/icu/icu4c/source/common/
H A Ducnv.cpp1177 const char16_t **source, const char16_t *sourceLimit, in ucnv_fromUnicode()
1623 const char **source, const char *sourceLimit, in ucnv_toUnicode()
1839 const char **source, const char *sourceLimit, in ucnv_getNextUChar()
2045 const char **source, const char *sourceLimit, in ucnv_convertEx()
2404 const char *source, int32_t sourceLength, in ucnv_internalConvert()
2477 const char *source, int32_t sourceLength, in ucnv_convert()
2528 const char *source, int32_t sourceLength, in ucnv_convertAlgorithmic()
2584 const char *source, int32_t sourceLength, in ucnv_toAlgorithmic()
2596 const char *source, int32_t sourceLength, in ucnv_fromAlgorithmic()
2666 char16_t* source, in ucnv_fixFileSeparator()
[all …]
/aosp_15_r20/external/libjpeg-turbo/
H A Drdbmp.c148 bmp_source_ptr source = (bmp_source_ptr)sinfo; in get_8bit_row() local
226 bmp_source_ptr source = (bmp_source_ptr)sinfo; in get_24bit_row() local
289 bmp_source_ptr source = (bmp_source_ptr)sinfo; in get_32bit_row() local
360 bmp_source_ptr source = (bmp_source_ptr)sinfo; in preload_image() local
415 bmp_source_ptr source = (bmp_source_ptr)sinfo; in start_input_bmp() local
671 bmp_source_ptr source; in jinit_read_bmp() local
/aosp_15_r20/external/guice/core/test/com/google/inject/internal/
H A DWeakKeySetTest.java68 Object source = new Object(); in testEviction() local
89 Object source = null; in testEviction_nullSource() local
188 Object source = null; in testEviction_keyAndSourceOverlap_null() local
231 Object source = new Object(); in testEviction_keyAndSourceOverlap_nonNull() local
493 String stringValue, TypeLiteral<?> type, Errors errors, Object source) { in getConverter()
545 public void blacklist(Key<?> key, State state, Object source) {} in blacklist()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DTestTransformsSimple.java90 String message, String source, Transliterator lh, Transliterator hl) { in assertRoundTripTransform()
100 String message, String expected, StringTransform t, String source) { in assertTransform()
109 String... source) { in assertTransform()
258 String source = it.getString(); in checkLatin() local
299 String source = nfd == null ? source1 : nfd.transliterate(source1); in checkString() local
346 private static String pretty(String source) { in pretty()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_parser/parser/
D_func_body.py41 def parse_function_body(source, name, anon_name): argument
46 def parse_function_body(name, text, resolve, source, anon_name, parent): argument
190 def parse_function_statics(source, func, anon_name): argument
235 def parse_body(source): argument
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dtranslit.cpp745 UnicodeString source, target, variant; in getDisplayName() local
1382 int32_t U_EXPORT2 Transliterator::countAvailableTargets(const UnicodeString& source) { in countAvailableTargets()
1389 const UnicodeString& source, in getAvailableTarget()
1399 int32_t U_EXPORT2 Transliterator::countAvailableVariants(const UnicodeString& source, in countAvailableVariants()
1407 const UnicodeString& source, in getAvailableVariant()
1427 int32_t Transliterator::_countAvailableTargets(const UnicodeString& source) { in _countAvailableTargets()
1432 const UnicodeString& source, in _getAvailableTarget()
1437 int32_t Transliterator::_countAvailableVariants(const UnicodeString& source, in _countAvailableVariants()
1443 const UnicodeString& source, in _getAvailableVariant()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DPick.java162 public static Pick codePoint(UnicodeSet source) { in codePoint()
166 public static Pick string(String source) { in string()
415 private UnicodeSet source; field in Pick.CodePoint
417 private CodePoint(UnicodeSet source) { in CodePoint()
575 private Literal(String source) { in Literal()
859 public static String pick(Random random, String[] source) { in pick()
865 public static double[] realloc(double[] source, int newSize) { in realloc()
872 public static int[] realloc(int[] source, int newSize) { in realloc()
879 public static Pick[] realloc(Pick[] source, int newSize) { in realloc()
H A DTabber.java25 public static String repeat(String source, int times) { in repeat()
35 public String process(String source) { in process()
51 int count, String source, int start, int limit, StringBuffer output); in process_field()
118 int count, String source, int start, int limit, StringBuffer output) { in process_field()
193 int count, String source, int start, int limit, StringBuffer output) { in process_field()
H A DUnitParser.java20 private Iterator<String> source; field in UnitParser
22 public UnitParser set(Iterator<String> source) { in set()
28 public UnitParser set(Iterable<String> source) { in set()
32 public UnitParser set(String source) { in set()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dtranslit.cpp747 UnicodeString source, target, variant; in getDisplayName() local
1384 int32_t U_EXPORT2 Transliterator::countAvailableTargets(const UnicodeString& source) { in countAvailableTargets()
1391 const UnicodeString& source, in getAvailableTarget()
1401 int32_t U_EXPORT2 Transliterator::countAvailableVariants(const UnicodeString& source, in countAvailableVariants()
1409 const UnicodeString& source, in getAvailableVariant()
1429 int32_t Transliterator::_countAvailableTargets(const UnicodeString& source) { in _countAvailableTargets()
1434 const UnicodeString& source, in _getAvailableTarget()
1439 int32_t Transliterator::_countAvailableVariants(const UnicodeString& source, in _countAvailableVariants()
1445 const UnicodeString& source, in _getAvailableVariant()
/aosp_15_r20/external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/collator/
H A DCollationDummyTest.java240 String source = "THISISATEST."; in TestJB581() local
286 String source[] = {"z", in TestSurrogates() local
361 char[] source = new char[1]; in TestVariableTop() local
498 private void doTest(Collator collation, char[] source, char[] target, int result) { in doTest()
525 private void doTestVariant(Collator collation, String source, String target, int result) { in doTestVariant()
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationDummyTest.java243 String source = "THISISATEST."; in TestJB581() local
289 String source[] = {"z", in TestSurrogates() local
364 char[] source = new char[1]; in TestVariableTop() local
501 private void doTest(Collator collation, char[] source, char[] target, int result) { in doTest()
528 private void doTestVariant(Collator collation, String source, String target, int result) { in doTestVariant()
/aosp_15_r20/external/cronet/testing/merge_scripts/
H A Dresults_merger.py189 def merge_tries(source, dest): argument
219 def ensure_match(source, dest): argument
234 def sum_dicts(source, dest): argument
246 def merge_value(source, dest, key, merge_func): argument
/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dprofiles-types.json144 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
152 "source" : "http://hl7.org/fhir/StructureDefinition/Extension" string
312 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
379 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
387 "source" : "http://hl7.org/fhir/StructureDefinition/Extension" string
422 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
430 "source" : "http://hl7.org/fhir/StructureDefinition/Extension" string
547 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
599 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
607 "source" : "http://hl7.org/fhir/StructureDefinition/Extension" string
[all …]
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DShaderLang.cpp93 TBuiltInParseables* CreateBuiltInParseables(TInfoSink& infoSink, EShSource source) in CreateBuiltInParseables()
109 int version, EProfile profile, EShSource source, in CreateParseContext()
209 int MapSourceToIndex(EShSource source) in MapSourceToIndex()
248 EShSource source, TInfoSink& infoSink, TSymbolTable& symbolTable) in InitializeSymbolTable()
301 … EShLanguage language, EShSource source, TInfoSink& infoSink, TSymbolTable** commonTable, in InitializeStageSymbolTable()
321 …able** symbolTables, int version, EProfile profile, const SpvVersion& spvVersion, EShSource source) in InitializeSymbolTables()
399 … EProfile profile, const SpvVersion& spvVersion, EShLanguage language, EShSource source) in AddContextSpecificSymbols()
426 …upBuiltinSymbolTable(int version, EProfile profile, const SpvVersion& spvVersion, EShSource source) in SetupBuiltinSymbolTable()
511EShSource source, int& version, EProfile& profile, const SpvVersion& spvVersion) in DeduceVersionProfile()
700 void TranslateEnvironment(const TEnvironment* environment, EShMessages& messages, EShSource& source, in TranslateEnvironment()
[all …]
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp90 TBuiltInParseables* CreateBuiltInParseables(TInfoSink& infoSink, EShSource source) in CreateBuiltInParseables()
106 int version, EProfile profile, EShSource source, in CreateParseContext()
206 int MapSourceToIndex(EShSource source) in MapSourceToIndex()
245 EShSource source, TInfoSink& infoSink, TSymbolTable& symbolTable) in InitializeSymbolTable()
298 … EShLanguage language, EShSource source, TInfoSink& infoSink, TSymbolTable** commonTable, in InitializeStageSymbolTable()
315 …able** symbolTables, int version, EProfile profile, const SpvVersion& spvVersion, EShSource source) in InitializeSymbolTables()
392 … EProfile profile, const SpvVersion& spvVersion, EShLanguage language, EShSource source) in AddContextSpecificSymbols()
418 …upBuiltinSymbolTable(int version, EProfile profile, const SpvVersion& spvVersion, EShSource source) in SetupBuiltinSymbolTable()
492EShSource source, int& version, EProfile& profile, const SpvVersion& spvVersion) in DeduceVersionProfile()
681 void TranslateEnvironment(const TEnvironment* environment, EShMessages& messages, EShSource& source, in TranslateEnvironment()
[all …]
/aosp_15_r20/cts/tests/tests/hardware/res/raw/
H A Drazer_serval_motioneventtests.json16 "source": "JOYSTICK", string
29 "source": "JOYSTICK", string
42 "source": "JOYSTICK", string
55 "source": "JOYSTICK", string
68 "source": "JOYSTICK", string
81 "source": "JOYSTICK", string
94 "source": "JOYSTICK", string
107 "source": "JOYSTICK", string
120 "source": "JOYSTICK", string
133 "source": "JOYSTICK", string
[all …]
H A Drazer_raiju_mobile_bluetooth_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
[all …]
H A Drazer_junglecat_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
[all …]
/aosp_15_r20/packages/apps/Car/Settings/tests/deviceless/src/com/android/car/settings/bluetooth/
DUtf8ByteLengthFilterTest.java35 CharSequence source = "1"; // 1 byte. in filter_belowMaxBytes_returnsNull() local
49 CharSequence source = "1"; // 1 byte. in filter_maxBytes_returnsNull() local
63 CharSequence source = "12"; // 2 bytes. in filter_aboveMaxBytes_returnsFilteredSource() local
78 CharSequence source; in exerciseFilter() local
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DMultiplyTimeScaleTrack.java37 Track source; field in MultiplyTimeScaleTrack
40 public MultiplyTimeScaleTrack(Track source, int timeScaleFactor) { in MultiplyTimeScaleTrack()
96 …static List<CompositionTimeToSample.Entry> adjustCtts(List<CompositionTimeToSample.Entry> source, … in adjustCtts()
108 …static List<TimeToSampleBox.Entry> adjustTts(List<TimeToSampleBox.Entry> source, int timeScaleFact… in adjustTts()
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DFocusFinderHelper.java36 public boolean isBetterCandidate(int direction, Rect source, Rect rect1, Rect rect2) { in isBetterCandidate()
40 public boolean beamBeats(int direction, Rect source, Rect rect1, Rect rect2) { in beamBeats()
52 public static int majorAxisDistance(int direction, Rect source, Rect dest) { in majorAxisDistance()
56 public static int majorAxisDistanceToFarEdge(int direction, Rect source, Rect dest) { in majorAxisDistanceToFarEdge()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp255 Utils::shaderCompilationException::shaderCompilationException(const glw::GLchar *source, const glw:… in shaderCompilationException()
665 void Utils::program::printShaderSource(const GLchar *source, tcu::MessageBuilder &log) in printShaderSource()
2877 static const GLchar *source = "${VERSION}\n" in getVertexShader() local
3330 static const GLchar *source = "${VERSION}\n" in getFragmentShader() local
3352 static const GLchar *source = "${VERSION}\n" in getGeometryShader() local
3405 static const GLchar *source = "${VERSION}\n" in getFragmentShader() local
3427 static const GLchar *source = "${VERSION}\n" in getGeometryShader() local
3551 static const GLchar *source = "${VERSION}\n" in getFragmentShader() local
3573 static const GLchar *source = "${VERSION}\n" in getGeometryShader() local
3652 static const GLchar *source = "${VERSION}\n" in getFragmentShader() local
[all …]
/aosp_15_r20/external/freetype/src/base/
H A Dftdbgmem.c96 FT_MemSource source; member
357 FT_MemSource source, next; in ft_mem_table_destroy() local
473 FT_MemSource source; in ft_mem_table_set() local
575 FT_MemSource source; in ft_mem_table_remove() local
910 FT_MemSource source = *bucket; in FT_DumpMemory() local
924 FT_MemSource source = *bucket; in FT_DumpMemory() local
948 FT_MemSource source = sources[nn]; in FT_DumpMemory() local
/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_encoder_unittest.cc409 rtc::VideoSourceInterface<VideoFrame>* source, in SetSourceAndWaitForRestrictionsUpdated()
419 rtc::VideoSourceInterface<VideoFrame>* source, in SetSourceAndWaitForFramerateUpdated()
1712 test::FrameForwarder source; in TEST_F() local
3132 test::FrameForwarder source; in TEST_F() local
3379 test::FrameForwarder source; in TEST_F() local
3413 test::FrameForwarder source; in TEST_F() local
3456 AdaptingFrameForwarder source(&time_controller_); in TEST_F() local
3563 AdaptingFrameForwarder source(&time_controller_); in TEST_F() local
3702 test::FrameForwarder source; in TEST_F() local
3729 test::FrameForwarder source; in TEST_F() local
[all …]

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