| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_colormap.c | 50 float source[MAX_SIZE][4]; member 427 AVFrame *in, *out, *source, *target; process_frame() local 488 AVFilterLink *source = ctx->inputs[1]; config_output() local [all...] |
| /third_party/curl/lib/vauth/ |
| H A D | digest.c | 145 static void auth_digest_md5_to_ascii(unsigned char *source, /* 16 bytes */ in auth_digest_md5_to_ascii() argument 154 static void auth_digest_sha256_to_ascii(unsigned char *source, /* 32 bytes */ in auth_digest_sha256_to_ascii() argument 163 static char *auth_digest_string_quoted(const char *source) in auth_digest_string_quoted() argument
|
| /third_party/glslang/gtests/ |
| H A D | TestFixture.h | 460 loadFileCompileAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, glslang::EShTargetClientVersion clientTargetVersion, glslang::EShTargetLanguageVersion targetLanguageVersion, Target target, bool automap = true, const std::string& entryPointName=�, const std::string& baseDir=�, const bool enableOptimizer = false, const bool enableDebug = false, const bool enableNonSemanticShaderDebugInfo = false) loadFileCompileAndCheck() argument 499 loadFileCompileAndCheckWithOptions(const std::string &testDir, const std::string &testName, Source source, Semantics semantics, glslang::EShTargetClientVersion clientTargetVersion, glslang::EShTargetLanguageVersion targetLanguageVersion, Target target, bool automap = true, const std::string &entryPointName = �, const std::string &baseDir = �, const EShMessages additionalOptions = EShMessages::EShMsgDefault) loadFileCompileAndCheckWithOptions() argument 528 loadFileCompileFlattenUniformsAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName=�) loadFileCompileFlattenUniformsAndCheck() argument 555 loadFileCompileIoMapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName, int baseSamplerBinding, int baseTextureBinding, int baseImageBinding, int baseUboBinding, int baseSsboBinding, bool autoMapBindings, bool flattenUniformArrays) loadFileCompileIoMapAndCheck() argument 592 loadFileCompileRemapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName=�, const unsigned int remapOptions = spv::spirvbin_t::NONE) loadFileCompileRemapAndCheck() argument 619 loadFileRemapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const unsigned int remapOptions = spv::spirvbin_t::NONE) loadFileRemapAndCheck() argument 649 preprocess( const std::string& source) preprocess() argument 699 loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName = �) loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck() argument [all...] |
| /third_party/benchmark/test/ |
| H A D | output_test_helper.cc | 81 std::string PerformSubstitutions(std::string source) { in PerformSubstitutions() argument
|
| /third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
| H A D | CollationTest.java | 69 static void doTest(TestFmwk test, RuleBasedCollator col, String source, in doTest() argument 209 doTestVariant(TestFmwk test, RuleBasedCollator myCollation, String source, String target, int result) doTestVariant() argument [all...] |
| /third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| H A D | CharsetSCSU.java | 236 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop() argument 290 private int fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){ in fastSingle() argument 356 singleByteMode(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType) singleByteMode() argument 582 endLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets) endLoop() argument 645 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoop() argument 767 loop(CharBuffer source, ByteBuffer target, IntBuffer offsets) loop() argument 1052 getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets) getTrail() argument 1077 getTrailUnicode(CharBuffer source, ByteBuffer target, IntBuffer offsets) getTrailUnicode() argument 1150 endLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets) endLoop() argument 1159 outputBytes(CharBuffer source, ByteBuffer target, IntBuffer offsets) outputBytes() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | Utility.java | 33 public final static boolean arrayEquals(Object[] source, Object target) { in arrayEquals() argument 45 public final static boolean arrayEquals(int[] source, Object target) { in arrayEquals() argument 57 arrayEquals(double[] source, Object target) arrayEquals() argument 64 arrayEquals(byte[] source, Object target) arrayEquals() argument 76 arrayEquals(Object source, Object target) arrayEquals() argument 97 arrayRegionMatches(Object[] source, int sourceStart, Object[] target, int targetStart, int len) arrayRegionMatches() argument 116 arrayRegionMatches(char[] source, int sourceStart, char[] target, int targetStart, int len) arrayRegionMatches() argument 135 arrayRegionMatches(int[] source, int sourceStart, int[] target, int targetStart, int len) arrayRegionMatches() argument 154 arrayRegionMatches(double[] source, int sourceStart, double[] target, int targetStart, int len) arrayRegionMatches() argument 166 arrayRegionMatches(byte[] source, int sourceStart, byte[] target, int targetStart, int len) arrayRegionMatches() argument 1169 lookup(String source, String[] target) lookup() argument 1775 compareUnsigned(int source, int target) compareUnsigned() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | MeasureFormat.java | 349 public Measure parseObject(String source, ParsePosition pos) { in parseObject() argument
|
| H A D | UTF16.java | 219 public static int charAt(String source, int offset16) { in charAt() argument 227 private static int _charAt(String source, int offset16, char single) { in _charAt() argument 273 public static int charAt(CharSequence source, in argument 281 _charAt(CharSequence source, int offset16, char single) _charAt() argument 329 charAt(StringBuffer source, int offset16) charAt() argument 381 charAt(char source[], int start, int limit, int offset16) charAt() argument 432 charAt(Replaceable source, int offset16) charAt() argument 500 bounds(String source, int offset16) bounds() argument 536 bounds(StringBuffer source, int offset16) bounds() argument 576 bounds(char source[], int start, int limit, int offset16) bounds() argument 698 valueOf(String source, int offset16) valueOf() argument 722 valueOf(StringBuffer source, int offset16) valueOf() argument 750 valueOf(char source[], int start, int limit, int offset16) valueOf() argument 770 findOffsetFromCodePoint(String source, int offset32) findOffsetFromCodePoint() argument 802 findOffsetFromCodePoint(StringBuffer source, int offset32) findOffsetFromCodePoint() argument 836 findOffsetFromCodePoint(char source[], int start, int limit, int offset32) findOffsetFromCodePoint() argument 877 findCodePointOffset(String source, int offset16) findCodePointOffset() argument 928 findCodePointOffset(StringBuffer source, int offset16) findCodePointOffset() argument 981 findCodePointOffset(char source[], int start, int limit, int offset16) findCodePointOffset() argument 1088 countCodePoint(String source) countCodePoint() argument 1102 countCodePoint(StringBuffer source) countCodePoint() argument 1119 countCodePoint(char source[], int start, int limit) countCodePoint() argument 1234 moveCodePointOffset(String source, int offset16, int shift32) moveCodePointOffset() argument 1288 moveCodePointOffset(StringBuffer source, int offset16, int shift32) moveCodePointOffset() argument 1345 moveCodePointOffset(char source[], int start, int limit, int offset16, int shift32) moveCodePointOffset() argument 1538 indexOf(String source, int char32) indexOf() argument 1592 indexOf(String source, String str) indexOf() argument 1639 indexOf(String source, int char32, int fromIndex) indexOf() argument 1695 indexOf(String source, String str, int fromIndex) indexOf() argument 1741 lastIndexOf(String source, int char32) lastIndexOf() argument 1795 lastIndexOf(String source, String str) lastIndexOf() argument 1852 lastIndexOf(String source, int char32, int fromIndex) lastIndexOf() argument 1918 lastIndexOf(String source, String str, int fromIndex) lastIndexOf() argument 1969 replace(String source, int oldChar32, int newChar32) replace() argument 2030 replace(String source, String oldStr, String newStr) replace() argument 2062 reverse(StringBuffer source) reverse() argument 2095 hasMoreCodePointsThan(String source, int number) hasMoreCodePointsThan() argument 2160 hasMoreCodePointsThan(char source[], int start, int limit, int number) hasMoreCodePointsThan() argument 2225 hasMoreCodePointsThan(StringBuffer source, int number) hasMoreCodePointsThan() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | csdetest.cpp | 146 static char *extractBytes(const UnicodeString &source, const char *codepage, int32_t &length) in extractBytes() argument
|
| H A D | units_test.cpp | 31 const StringPiece source; member 127 const char *const source; in testExtractConvertibility() member 151 MeasureUnitImpl source = MeasureUnitImpl::forIdentifier(testCase.source, status); in testExtractConvertibility() local 182 const char *source; testConversionInfo() member 271 const char *source; testConverter() member 346 MeasureUnitImpl source = MeasureUnitImpl::forIdentifier(testCase.source, status); testConverter() local [all...] |
| H A D | uts46test.cpp | 1072 UnicodeString source = s16FromField(fields[0]); in idnaTestOneLine() local [all...] |
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| H A D | Transliterator.java | 2117 getAvailableTargets(String source) getAvailableTargets() argument 2126 getAvailableVariants(String source, String target) getAvailableVariants() argument 2269 transform(String source) transform() argument [all...] |
| /third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
| H A D | TestCharset.java | 1885 smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target, boolean throwException, boolean flush) smBufDecode() argument 1890 smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target, boolean throwException, boolean flush, boolean backedByArray) smBufDecode() argument 1895 smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target, boolean throwException, boolean flush, boolean backedByArray, int targetLimit) smBufDecode() argument 2020 smBufEncode(CharsetEncoder encoder, String encoding, CharBuffer source, ByteBuffer target, boolean throwException, boolean flush) smBufEncode() argument 2025 smBufEncode(CharsetEncoder encoder, String encoding, CharBuffer source, ByteBuffer target, boolean throwException, boolean flush, boolean backedByArray) smBufEncode() argument 2030 smBufEncode(CharsetEncoder encoder, String encoding, CharBuffer source, ByteBuffer target, boolean throwException, boolean flush, boolean backedByArray, int targetLimit) smBufEncode() argument 2637 smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target) smBufDecode() argument 2640 smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target, boolean backedByArray) smBufDecode() argument 2648 smBufEncode(CharsetEncoder encoder, String encoding, CharBuffer source, ByteBuffer target) smBufEncode() argument 2651 smBufEncode(CharsetEncoder encoder, String encoding, CharBuffer source, ByteBuffer target, boolean backedByArray) smBufEncode() argument [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | idnatest.c | 576 UChar source[MAX_DEST_SIZE]={0}, TestCompare() local [all...] |
| H A D | ncnvfbts.c | 132 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, in testConvertFromUnicode() argument 295 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicode() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnv_ct.cpp | 182 static int32_t findNextEsc(const char *source, const char *sourceLimit) { in findNextEsc() argument 226 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, const uint8_t* toUBytesBuffer, int32_t toUBytesBufferLength, UErrorCode *err) { in findStateFromEscSeq() argument 339 const UChar* source = args->source; in UConverter_fromUnicode_CompoundText_OFFSETS() local [all...] |
| H A D | ucnvscsu.cpp | 236 const uint8_t *source, *sourceLimit; in _SCSUToUnicodeWithOffsets() local 590 const uint8_t *source, *sourceLimit; _SCSUToUnicode() local 1015 const UChar *source, *sourceLimit; _SCSUFromUnicodeWithOffsets() local 1523 const UChar *source, *sourceLimit; _SCSUFromUnicode() local [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
| H A D | UnicodeMap.java | 648 public String transform(String source) { in transform() argument 1266 public UnicodeMap<T> putAllInverse(Map<T, UnicodeSet> source) { in putAllInverse() argument
|
| /third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
| H A D | CollationPerformanceTest.java | 1247 int compare(String source, String target, Comparator c) { in compare() argument 1252 int compare(java.text.CollationKey source, java.text.CollationKey target) { in compare() argument 1257 int compare(com.ibm.icu.text.CollationKey source, com.ibm.icu.text.CollationKey target) { in compare() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | Transliterator.java | 2077 getAvailableTargets(String source) getAvailableTargets() argument 2085 getAvailableVariants(String source, String target) getAvailableVariants() argument 2228 transform(String source) transform() argument [all...] |
| H A D | MeasureFormat.java | 333 public Measure parseObject(String source, ParsePosition pos) { in parseObject() argument
|
| H A D | DateIntervalFormat.java | 1150 public Object parseObject(String source, ParsePosition parse_pos) in parseObject() argument
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
| H A D | CollationTest.java | 72 static void doTest(TestFmwk test, RuleBasedCollator col, String source, in doTest() argument 212 doTestVariant(TestFmwk test, RuleBasedCollator myCollation, String source, String target, int result) doTestVariant() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | PluralRulesTest.java | 1010 static final EnumSet<StandardPluralCategories> getSet(Collection<String> source) { in getSet() argument
|