Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 25 of 930) sorted by relevance

12345678910>>...38

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRuleExtractor.java48 private static Set<Rule> extract(LigatureSubst table) { in extract() method in RuleExtractor
50 List<Integer> prefixChars = extract(table.coverage()); in extract()
53 List<Rule> subRules = extract(table.subTableAt(i)); in extract()
60 private static GlyphList extract(CoverageTable table) { in extract() method in RuleExtractor
63 return extract(table.fmt1Table()); in extract()
66 Map<Integer, GlyphGroup> map = extract(array); in extract()
78 private static GlyphList extract(RecordsTable<NumRecord> table) { in extract() method in RuleExtractor
86 private static Map<Integer, GlyphGroup> extract(RangeRecordTable table) { in extract() method in RuleExtractor
94 existingGlyphs.addAll(extract(record)); in extract()
99 private static GlyphGroup extract(RangeRecord record) { in extract() method in RuleExtractor
[all …]
/third_party/ffmpeg/tests/fate/
Dhap.mak35 FATE_HAPQA_EXTRACT_BSF += fate-hapqa-extract-snappy1-to-hapq
36 fate-hapqa-extract-snappy1-to-hapq: CMD = framecrc -i $(TARGET_SAMPLES)/hap/HAPQA_Snappy_1chunk_127…
38 FATE_HAPQA_EXTRACT_BSF += fate-hapqa-extract-snappy16-to-hapq
39 fate-hapqa-extract-snappy16-to-hapq: CMD = framecrc -i $(TARGET_SAMPLES)/hap/HAPQA_Snappy_16chunk_1…
41 FATE_HAPQA_EXTRACT_BSF += fate-hapqa-extract-snappy1-to-hapalphaonly
42 fate-hapqa-extract-snappy1-to-hapalphaonly: CMD = framecrc -i $(TARGET_SAMPLES)/hap/HAPQA_Snappy_1c…
44 FATE_HAPQA_EXTRACT_BSF += fate-hapqa-extract-snappy16-to-hapalphaonly
45 fate-hapqa-extract-snappy16-to-hapalphaonly: CMD = framecrc -i $(TARGET_SAMPLES)/hap/HAPQA_Snappy_1…
63 FATE_HAPQA_EXTRACT_BSF_FFPROBE += fate-hapqa-extract-nosnappy-to-hapq-mov
64 fate-hapqa-extract-nosnappy-to-hapq-mov: tests/data/hapq_nosnappy.mov
[all …]
Dffmpeg.mak1 …ILTERDEMDECENCMUX, PAN, WAV, PCM_S16LE, PCM_S16LE, WAV, MD5_PROTOCOL) += fate-mapchan-6ch-extract-2
2 fate-mapchan-6ch-extract-2: tests/data/asynth-22050-6.wav
3 fate-mapchan-6ch-extract-2: CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-22050-6.wav -map_chann…
5 …ECENCMUX, PAN ARESAMPLE, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-mapchan-6ch-extract-2-downmix-mono
6 fate-mapchan-6ch-extract-2-downmix-mono: tests/data/asynth-22050-6.wav
7 fate-mapchan-6ch-extract-2-downmix-mono: CMD = md5 -auto_conversion_filters -i $(TARGET_PATH)/tests…
13 …LTERDEMDECENCMUX, PAN, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-mapchan-2ch-extract-ch0-ch2-trailing
14 fate-mapchan-2ch-extract-ch0-ch2-trailing: tests/data/asynth-44100-2.wav
15 fate-mapchan-2ch-extract-ch0-ch2-trailing: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-44100-2.wa…
17 …LTERDEMDECENCMUX, PAN, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-mapchan-3ch-extract-ch0-ch2-trailing
[all …]
/third_party/python/Lib/test/
Dtest_traceback.py899 def extract(**kwargs): function
907 nolim = extract()
909 self.assertEqual(extract(limit=2), nolim[-2:])
910 assertEqualExcept(extract(limit=100), nolim[-100:], -5-1)
911 self.assertEqual(extract(limit=-2), nolim[:2])
912 assertEqualExcept(extract(limit=-100), nolim[:100], len(nolim)-5-1)
913 self.assertEqual(extract(limit=0), [])
915 assertEqualExcept(extract(), nolim, -5-1)
917 self.assertEqual(extract(), nolim[-2:])
918 self.assertEqual(extract(limit=3), nolim[-3:])
[all …]
/third_party/icu/icu4c/source/test/intltest/
Duts46test.cpp235 prettify(result).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer)); in TestNotSTD3()
249 prettify(result).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer)); in TestNotSTD3()
746 prettify(uN).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer)); in TestSomeCases()
764 prettify(uT).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer)); in TestSomeCases()
777 prettify(aN).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer)); in TestSomeCases()
783 prettify(aT).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer)); in TestSomeCases()
790 prettify(aN).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer)); in TestSomeCases()
794 prettify(aT).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer)); in TestSomeCases()
812 prettify(aN).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer)); in TestSomeCases()
813 prettify(uNaN).extract(0, 0x7fffffff, buffer2, UPRV_LENGTHOF(buffer2)); in TestSomeCases()
[all …]
/third_party/vk-gl-cts/executor/
DCMakeLists.txt67 add_executable(extract-values tools/xeExtractValues.cpp)
68 target_link_libraries(extract-values xecore)
70 add_executable(extract-shader-programs tools/xeExtractShaderPrograms.cpp)
71 target_link_libraries(extract-shader-programs xecore)
76 add_executable(extract-sample-lists tools/xeExtractSampleLists.cpp)
77 target_link_libraries(extract-sample-lists xecore)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFListTable.h49 Error extract(DWARFDataExtractor Data, uint64_t HeaderOffset, uint64_t End,
126 Error extract(DWARFDataExtractor Data, uint64_t *OffsetPtr);
160 return Header.extract(Data, OffsetPtr); in extractHeaderAndOffsets()
163 Error extract(DWARFDataExtractor Data, uint64_t *OffsetPtr);
192 Error DWARFListTableBase<DWARFListType>::extract(DWARFDataExtractor Data, in extract() function
203 if (Error E = CurrentList.extract(Data, getHeaderOffset(), End, OffsetPtr, in extract()
217 Error DWARFListType<ListEntryType>::extract(DWARFDataExtractor Data, in extract() function
229 if (Error E = Entry.extract(Data, End, OffsetPtr)) in extract()
281 List.extract(Data, getHeaderOffset(), End, &Offset, in findList()
/third_party/libexif/contrib/c++/
Dexif_module.cxx98 extract<Type> extr(value); in extractComponent()
144 extract<std::string> xstr(data); in setData()
171 extract<list> xlist(data); in setData()
200 extract<ExifTag> xtag(index); in entry()
213 extract<int> xint(index); in entry()
262 extract<ExifIfd> xifd(index); in ifdContent()
272 extract<int> xint(index); in ifdContent()
307 extract<tuple> xtup(obj); in convertible()
312 extract<Component>(t[0]).check() && in convertible()
313 extract<Component>(t[1]).check()) in convertible()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp386 Instruction* var, Instruction* extract) { in ReplaceCompositeExtract() argument
387 assert(extract->opcode() == SpvOpCompositeExtract); in ReplaceCompositeExtract()
390 if (extract->NumInOperands() != 2) { in ReplaceCompositeExtract()
392 "Variable cannot be replaced: invalid instruction", extract); in ReplaceCompositeExtract()
397 GetReplacementVariable(var, extract->GetSingleWordInOperand(1)); in ReplaceCompositeExtract()
403 new Instruction(context(), SpvOpLoad, extract->type_id(), load_id, in ReplaceCompositeExtract()
408 context()->set_instr_block(load_instr, context()->get_instr_block(extract)); in ReplaceCompositeExtract()
409 extract->InsertBefore(std::move(load)); in ReplaceCompositeExtract()
410 context()->ReplaceAllUsesWith(extract->result_id(), load_id); in ReplaceCompositeExtract()
411 context()->KillInst(extract); in ReplaceCompositeExtract()
Dpass.cpp119 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local
122 GenerateCopy(extract, new_element_type_id, insertion_position)); in GenerateCopy()
137 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local
139 element_ids.push_back(GenerateCopy(extract, type_mgr->GetId(new_types[i]), in GenerateCopy()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddesc_sroa.cpp385 Instruction* var, Instruction* extract) { in ReplaceCompositeExtract() argument
386 assert(extract->opcode() == SpvOpCompositeExtract); in ReplaceCompositeExtract()
389 if (extract->NumInOperands() != 2) { in ReplaceCompositeExtract()
391 "Variable cannot be replaced: invalid instruction", extract); in ReplaceCompositeExtract()
396 GetReplacementVariable(var, extract->GetSingleWordInOperand(1)); in ReplaceCompositeExtract()
402 new Instruction(context(), SpvOpLoad, extract->type_id(), load_id, in ReplaceCompositeExtract()
407 context()->set_instr_block(load_instr, context()->get_instr_block(extract)); in ReplaceCompositeExtract()
408 extract->InsertBefore(std::move(load)); in ReplaceCompositeExtract()
409 context()->ReplaceAllUsesWith(extract->result_id(), load_id); in ReplaceCompositeExtract()
410 context()->KillInst(extract); in ReplaceCompositeExtract()
Dpass.cpp119 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local
122 GenerateCopy(extract, new_element_type_id, insertion_position)); in GenerateCopy()
137 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local
139 element_ids.push_back(GenerateCopy(extract, type_mgr->GetId(new_types[i]), in GenerateCopy()
/third_party/spirv-tools/source/opt/
Ddesc_sroa.cpp386 Instruction* var, Instruction* extract) { in ReplaceCompositeExtract() argument
387 assert(extract->opcode() == SpvOpCompositeExtract); in ReplaceCompositeExtract()
390 if (extract->NumInOperands() != 2) { in ReplaceCompositeExtract()
392 "Variable cannot be replaced: invalid instruction", extract); in ReplaceCompositeExtract()
397 GetReplacementVariable(var, extract->GetSingleWordInOperand(1)); in ReplaceCompositeExtract()
403 new Instruction(context(), SpvOpLoad, extract->type_id(), load_id, in ReplaceCompositeExtract()
408 context()->set_instr_block(load_instr, context()->get_instr_block(extract)); in ReplaceCompositeExtract()
409 extract->InsertBefore(std::move(load)); in ReplaceCompositeExtract()
410 context()->ReplaceAllUsesWith(extract->result_id(), load_id); in ReplaceCompositeExtract()
411 context()->KillInst(extract); in ReplaceCompositeExtract()
Dpass.cpp119 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local
122 GenerateCopy(extract, new_element_type_id, insertion_position)); in GenerateCopy()
137 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local
139 element_ids.push_back(GenerateCopy(extract, type_mgr->GetId(new_types[i]), in GenerateCopy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp28 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, in extract() function in DWARFAbbreviationDeclarationSet
35 while (AbbrDecl.extract(Data, OffsetPtr)) { in extract()
77 void DWARFDebugAbbrev::extract(DataExtractor Data) { in extract() function in DWARFDebugAbbrev
92 if (!AbbrDecls.extract(*Data, &Offset)) in parse()
129 if (!AbbrDecls.extract(*Data, &Offset)) in getAbbreviationDeclarationSet()
/third_party/icu/icu4c/source/test/letest/
Dletsutil.cpp41 le_int32 cLength = uString->extract(0, uLength, NULL, 0, US_INV); in getCString()
44 uString->extract(0, uLength, cString, cLength, US_INV); in getCString()
68 le_int32 cLength = uString->extract(0, uLength, NULL, 0, "UTF-8"); in getUTF8String()
71 uString->extract(0, uLength, cString, cLength, "UTF-8"); in getUTF8String()
/third_party/curl/packages/vms/
Dbuild_gnv_curl_pcsi_text.com57 $ majorver = f$extract(0, 3, mmversion)
58 $ minorver = f$extract(3, 2, mmversion)
127 $ first_char = f$extract(0, 1, line_in)
150 $ first_char = f$extract(0, 1, line_in)
168 $ vernum = f$extract(1, f$length(node_swvers), node_swvers)
175 $ code = f$extract(0, 1, arch_type)
/third_party/icu/icu4c/source/test/iotest/
Diotest.cpp47 message.extract(0, message.length(), buffer, sizeof(buffer)); in errln()
54 message.extract(0, message.length(), buffer, sizeof(buffer)); in logln()
61 message.extract(0, message.length(), buffer, sizeof(buffer)); in dataerrln()
246 tempStr.extract(format, UPRV_LENGTHOF(format), errorCode); in DataDrivenPrintf()
248 tempStr.extract(expectedResult, UPRV_LENGTHOF(expectedResult), errorCode); in DataDrivenPrintf()
250 tempStr.extract(argument, UPRV_LENGTHOF(argument), errorCode); in DataDrivenPrintf()
448 tempStr.extract(format, UPRV_LENGTHOF(format), errorCode); in DataDrivenScanf()
450 tempStr.extract(expectedResult, UPRV_LENGTHOF(expectedResult), errorCode); in DataDrivenScanf()
452 tempStr.extract(argument, UPRV_LENGTHOF(argument), errorCode); in DataDrivenScanf()
642 tempStr.extract(format, UPRV_LENGTHOF(format), errorCode); in DataDrivenPrintfPrecision()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dupluralrules.cpp94 return result.extract(keyword, capacity, *status); in uplrules_select()
116 return result.extract(keyword, capacity, *status); in uplrules_selectFormatted()
135 return result.extract(keyword, capacity, *status); in uplrules_selectForRange()
156 return result.extract(keyword, capacity, *status); in uplrules_selectWithFormat()
Dudatpg.cpp83 return result.extract(bestPattern, capacity, *pErrorCode); in udatpg_getBestPatternWithOptions()
101 return result.extract(skeleton, capacity, *pErrorCode); in udatpg_getSkeleton()
119 return result.extract(skeleton, capacity, *pErrorCode); in udatpg_getBaseSkeleton()
139 int32_t length=conflictingPatternString.extract(conflictingPattern, capacity, *pErrorCode); in udatpg_addPattern()
200 return result.extract(fieldName, capacity, *pErrorCode); in udatpg_getFieldDisplayName()
265 return result.extract(dest, destCapacity, *pErrorCode); in udatpg_replaceFieldTypesWithOptions()
/third_party/icu/icu4c/source/i18n/
Dupluralrules.cpp94 return result.extract(keyword, capacity, *status); in uplrules_select()
116 return result.extract(keyword, capacity, *status); in uplrules_selectFormatted()
135 return result.extract(keyword, capacity, *status); in uplrules_selectForRange()
156 return result.extract(keyword, capacity, *status); in uplrules_selectWithFormat()
/third_party/node/deps/icu-small/source/i18n/
Dupluralrules.cpp94 return result.extract(keyword, capacity, *status); in uplrules_select()
116 return result.extract(keyword, capacity, *status); in uplrules_selectFormatted()
135 return result.extract(keyword, capacity, *status); in uplrules_selectForRange()
156 return result.extract(keyword, capacity, *status); in uplrules_selectWithFormat()
/third_party/node/deps/npm/node_modules/pacote/lib/
Dfile.js28 this.extract(dir)
62 extract (dest) { method in FileFetcher
65 return super.extract(dest)
/third_party/libexif/test/
DMakefile.am28 extract-parse.sh test-gps
33 test-tagtable test-sorted test-fuzzer test-extract test-null test-gps
41 extract-parse.sh \
/third_party/libinput/udev/
D90-libinput-fuzz-override.rules.in9 # Two-step process: fuzz-extract sets the LIBINPUT_FUZZ property and
18 IMPORT{program}="@UDEV_TEST_PATH@libinput-fuzz-extract %S%p", \
23 IMPORT{program}="@UDEV_TEST_PATH@libinput-fuzz-extract %S%p", \

12345678910>>...38