Home
last modified time | relevance | path

Searched defs:fileName (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DFontInfoMain.java52 String fileName = options.files.get(0); in main() local
77 prependDataAndBuildCsv(FontInfo.listTables(font).csvStringArray(), fileName, i)); in main() local
81 prependDataAndBuildCsv(FontInfo.listNameEntries(font).csvStringArray(), fileName, i)); in main() local
100 prependDataAndBuildCsv(FontInfo.listFontMetrics(font).csvStringArray(), fileName, i)); in main() local
114 FontInfo.listGlyphDimensionBounds(font).csvStringArray(), fileName, i)); in main() local
128 prependDataAndBuildCsv(FontInfo.listCmaps(font).csvStringArray(), fileName, i)); in main() local
142 FontInfo.listCharBlockCoverage(font).csvStringArray(), fileName, i)); in main() local
156 FontInfo.listScriptCoverage(font).csvStringArray(), fileName, i)); in main() local
161 FontInfo.listCharsNeededToCoverScript(font).csvStringArray(), fileName, i)); in main() local
181 prependDataAndBuildCsv(FontInfo.listChars(font).csvStringArray(), fileName, i)); in main() local
[all …]
/third_party/typescript/tests/baselines/reference/
DjsxJsxsCjsTransformNestedSelfClosingChild(jsx=react-jsxdev).js30 …, { children: (0, jsx_dev_runtime_1.jsxDEV)("div", {}, void 0, false, { fileName: _jsxFileName, li… property
31 … { children: [(0, jsx_dev_runtime_1.jsxDEV)("div", {}, void 0, false, { fileName: _jsxFileName, li… property
32 …eturn (0, jsx_dev_runtime_1.jsxDEV)("div", { children: i }, i, false, { fileName: _jsxFileName, li… property
DjsxJsxsCjsTransformCustomImportPragma(jsx=react-jsxdev).js32 …t, { children: [(0, jsx_dev_runtime_1.jsxDEV)("p", {}, void 0, false, { fileName: _jsxFileName, li… property
41 …t, { children: [(0, jsx_dev_runtime_1.jsxDEV)("p", {}, void 0, false, { fileName: _jsxFileName, li… property
DAPISample_watcher.js134 rootFileNames.forEach(function (fileName) { argument
140 …getScriptVersion: function (fileName) { return files[fileName] && files[fileName].version.toString… argument
141 getScriptSnapshot: function (fileName) { argument
150 fileExists: function (fileName) { return fs.existsSync(fileName); }, argument
151 readFile: function (fileName) { return fs.readFileSync(fileName); } argument
156 rootFileNames.forEach(function (fileName) { argument
202 …filter(function (fileName) { return fileName.length >= 3 && fileName.substr(fileName.length - 3, 3… argument
DjsxJsxsCjsTransformSubstitutesNamesFragment(jsx=react-jsxdev).js17 …t, { children: [(0, jsx_dev_runtime_1.jsxDEV)("p", {}, void 0, false, { fileName: _jsxFileName, li… property
DjsxJsxsCjsTransformCustomImport(jsx=react-jsxdev).js17 …t, { children: [(0, jsx_dev_runtime_1.jsxDEV)("p", {}, void 0, false, { fileName: _jsxFileName, li… property
DreactImportUnusedInNewJSXEmit(jsx=react-jsxdev).js21 …return (0, jsx_dev_runtime_1.jsxDEV)("div", {}, void 0, false, { fileName: _jsxFileName, lineNumbe… property
24 …return (0, jsx_dev_runtime_1.jsxDEV)(Bar, {}, void 0, false, { fileName: _jsxFileName, lineNumber:… property
DtsxReactEmit8(jsx=react-jsxdev).js12 _jsxDEV("div", { children: "1" }, void 0, false, { fileName: _jsxFileName, lineNumber: 1, columnNum… property
13 _jsxDEV("div", { children: "2" }, "key-attr", false, { fileName: _jsxFileName, lineNumber: 3, colum… property
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
Dldso_dladdr_test.cpp29 const char* fileName = "dlopen_common"; variable
55 const char* fileName = "dlopen_gnu_hash"; variable
82 const char* fileName = "dlopen_sysv_hash"; variable
106 const char* fileName = "ld-musl-arm.so"; variable
108 const char* fileName = "ld-musl-aarch64.so"; variable
/third_party/typescript/tests/baselines/reference/tsserver/watchEnvironment/
Dexternal-project-watch-options-in-host-configuration.js67 "fileName": "/user/username/projects/myproject/src/main.ts" property
70 "fileName": "/user/username/projects/myproject/node_modules/bar/index.d.ts" property
73 "fileName": "/user/username/projects/myproject/node_modules/bar/foo.d.ts" property
Dexternal-project-watch-options.js9 "fileName": "/user/username/projects/myproject/src/main.ts" property
12 "fileName": "/user/username/projects/myproject/node_modules/bar/index.d.ts" property
15 "fileName": "/user/username/projects/myproject/node_modules/bar/foo.d.ts" property
/third_party/node/test/parallel/
Dtest-fs-options-immutable.js34 const fileName = path.resolve(tmpdir.path, 'writeFile'); constant
40 const fileName = path.resolve(tmpdir.path, 'appendFile'); constant
67 const fileName = path.resolve(tmpdir.path, 'streams'); constant
/third_party/typescript/tests/baselines/reference/tsserver/projectErrors/
DconfigFileDiagnostic-events-are-not-generated-when-the-config-file-does-not-include-file-opened-and-config-file-has-errors.js81 …"text":"Unknown compiler option 'foo'.","code":5023,"category":"error","fileName":"/a/b/tsconfig.j… property
214 …"text":"Unknown compiler option 'foo'.","code":5023,"category":"error","fileName":"/a/b/tsconfig.j… property
DconfigFileDiagnostic-events-are-generated-when-the-config-file-has-errors.js81 …"text":"Unknown compiler option 'foo'.","code":5023,"category":"error","fileName":"/a/b/tsconfig.j… property
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DScriptTagModuleWriter.java72 public void writeHeaderFile(String fileName) in writeHeaderFile()
106 public void writeCPPFile(String fileName) in writeCPPFile()
124 public void writeScriptTags(String fileName) in writeScriptTags()
/third_party/lzma/CPP/7zip/UI/Common/
DDefaultName.cpp7 static UString GetDefaultName3(const UString &fileName, in GetDefaultName3()
31 UString GetDefaultName2(const UString &fileName, in GetDefaultName2()
/third_party/vk-gl-cts/framework/common/
DtcuImageIO.cpp55 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName) in loadImage()
82 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName) in loadPNG()
155 void savePNG (const ConstPixelBufferAccess& src, const char* fileName) in savePNG()
228 void loadPKM (CompressedTexture& dst, const tcu::Archive& archive, const char* fileName) in loadPKM()
/third_party/libphonenumber/migrator/migrator-servlet/src/main/java/com/google/phonenumbers/
DServletMain.java68 String fileName = ""; in doPost() local
130 String fileName = "+" + matcher.removeFrom(req.getParameter("countryCode")) + "_Migration_ " + in doGet() local
204 String fileName) in handleFileMigration()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTexelBufferTests.cpp64 const std::string fileName = cases[i].testName + ".amber"; in createUniformTexelBufferTests() local
125 const std::string fileName = cases[i] + ".amber"; in createUniformTexelBufferTests() local
161 const std::string fileName = c.testName + ".amber"; in createUniformTexelBufferTests() local
DvktTextureMultisampleTests.cpp57 const std::string fileName = cases[i] + ".amber"; in createAtomicTests() local
105 const std::string fileName = testCase.first + ".amber"; in createInvalidSampleIndexTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureTexelBufferTests.cpp64 const std::string fileName = cases[i].testName + ".amber"; in createUniformTexelBufferTests() local
124 const std::string fileName = cases[i] + ".amber"; in createUniformTexelBufferTests() local
160 const std::string fileName = c.testName + ".amber"; in createUniformTexelBufferTests() local
DvktTextureMultisampleTests.cpp56 const std::string fileName = cases[i] + ".amber"; in createAtomicTests() local
104 const std::string fileName = testCase.first + ".amber"; in createInvalidSampleIndexTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawOutputLocationTests.cpp96 const std::string fileName = cases[i] + ".amber"; in createTests() local
118 const std::string fileName = cases[i] + ".amber"; in createTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawOutputLocationTests.cpp96 const std::string fileName = cases[i] + ".amber"; in createTests() local
118 const std::string fileName = cases[i] + ".amber"; in createTests() local
/third_party/node/deps/v8/tools/
Ddumpcpp.mjs34 processLogFile(fileName) { argument
42 processLogFileInTest(fileName) { argument

12345678910>>...14