| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | loop_unswitch_pass.cpp | 119 // Find a value that can be used to select the default path. in GetValueForDefaultPathForSwitch() 121 // because this path will never be taken becaues the new switch outside of in GetValueForDefaultPathForSwitch() 122 // the loop cannot select this path either. in GetValueForDefaultPathForSwitch()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
| H A D | langsvr.go | 25 "path" 73 if logfile, err := os.Create(path.Join(path.Dir(os.Args[0]), "log.txt")); err == nil {
|
| /third_party/skia/third_party/externals/libwebp/ |
| H A D | Makefile.vc | 18 If cl.exe is in your PATH rerun nmake with ARCH=<arch>. 141 !MESSAGE . [OBJDIR=<path>] [RTLIBCFG=<rtlib>] [UNICODE=1] [<target>] 161 !MESSAGE OBJDIR is the path where you like to build (obj, bins, etc.),
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | dcfmtsym.cpp | 413 CharString path; in initialize() local 414 path.append(gNumberElements, status) in initialize() 419 ures_getAllItemsWithFallback(resource.getAlias(), path.data(), sink, status); in initialize()
|
| H A D | number_decimalquantity.h | 358 // The following three fields relate to the double-to-ascii fast path algorithm. 362 // path algorithm if required. Therefore, if a DecimalQuantity is constructed from a double, it 367 * Whether the value in the BCD comes from the double fast path without having been rounded to
|
| H A D | number_fluent.cpp | 669 // Build the data structure and then use it (slow to fast path). in computeCompiled() 680 // The data structure is already built; use it (fast path). in computeCompiled() 684 // Format the number without building the data structure (slow path). in computeCompiled()
|
| /third_party/skia/tests/ |
| H A D | M44Test.cpp | 330 SkPath path = SkPath::Rect(src); in DEF_TEST() 331 path.transform(m.asM33(), SkApplyPerspectiveClip::kYes); in DEF_TEST() 332 assertRectsNearlyEqual(actual, path.getBounds(), epsilon); in DEF_TEST()
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| H A D | EXT_primitive_bounding_box.txt | 159 to gl_BoundingBoxEXT[] and there is an execution path through the shader 162 for executions of the shader that take that path. 420 an execution path are undefined.
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
| H A D | OES_get_program_binary.txt | 55 very useful path for applications that wish to remain portable by shipping 90 - No change to the retrieval/reload path is needed when new shader stages 400 // were cached away. Fallback to source shader loading path,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.h | 225 /// the new code path being implemented for outer loop vectorization 320 /// the new code path being implemented for outer loop vectorization 333 /// the new code path being implemented for outer loop vectorization
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | MustExecute.cpp | 194 // Fast path: header is always reached once the loop is entered. in allLoopPathsLeadToBlock() 262 // If there is a path from header to exit or latch that doesn't lead to our in isGuaranteedToExecute() 278 // Fast path: there are no instructions before header. in doesNotWriteMemoryBefore()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | MemoryBuffer.cpp | 21 #include "llvm/Support/Path.h" 305 // file descriptor is cheaper than stat on a random path. in shouldUseMmap() 347 // file descriptor is cheaper than stat on a random path. in getOpenFileImpl()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkParser.cpp | 18 #include "llvm/Support/Path.h" 419 "Error while parsing BLOCK_META: missing external file path."); in processExternalFilePath() 422 sys::path::append(FullPath, *ExternalFilePath); in processExternalFilePath()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 24 #include "llvm/Support/Path.h" 47 // If the file didn't exist directly, see if it's in an include path. in AddIncludeFile() 51 IncludeDirectories[i] + sys::path::get_separator().data() + Filename; in AddIncludeFile()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonNewValueJump.cpp | 202 // If store in path, bail out. in commonChecksToProhibitNewValueJump() 206 // if call in path, bail out. in commonChecksToProhibitNewValueJump() 213 // to new value jump. If they are in the path, bail out. in commonChecksToProhibitNewValueJump()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 200 // Path terminated uncleanly. in walkBackwards() 206 // Path terminated cleanly - use the type of the integer input to seed in walkBackwards() 444 // Don't recurse if we're an instruction that terminates the path. in convert()
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | locdispnames.cpp | 300 _getStringOrCopyKey(const char *path, const char *locale, in _getStringOrCopyKey() argument 312 icu::LocalUResourceBundlePointer rb(ures_open(path, locale, pErrorCode)); in _getStringOrCopyKey() 324 s=uloc_getTableStringWithFallback(path, locale, in _getStringOrCopyKey()
|
| /third_party/typescript/tests/baselines/reference/tsbuild/sample1/ |
| H A D | building-using-getNextInvalidatedProject.js | 38 { "path": "../core" }
55 { "path": "../core" },
56 { "path": "../logic" }
|
| /third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/ |
| H A D | watches-config-files-that-are-not-present.js | 47 { "path": "../core" },
48 { "path": "../logic" }
215 { "path": "../core" }
|
| /third_party/typescript/tests/baselines/reference/tsbuildWatch/publicApi/ |
| H A D | with-custom-transformers.js | 16 {"references":[{"path":"./shared/tsconfig.json"},{"path":"./webpack/tsconfig.json"}],"files":[]}
29 {"compilerOptions":{"composite":true},"references":[{"path":"../shared/tsconfig.json"}]}
|
| /third_party/typescript/tests/baselines/reference/tscWatch/moduleResolution/ |
| H A D | watches-for-changes-to-package-json-main-fields.js | 70 Resolving real path for '/user/username/projects/myproject/node_modules/pkg2/build/index.d.ts', result '/user/username/projects/myproject/packages/pkg2/build/index.d.ts'. 191 Resolving real path for '/user/username/projects/myproject/node_modules/pkg2/build/other.d.ts', result '/user/username/projects/myproject/packages/pkg2/build/other.d.ts'. 289 Resolving real path for '/user/username/projects/myproject/node_modules/pkg2/build/index.d.ts', result '/user/username/projects/myproject/packages/pkg2/build/index.d.ts'.
|
| /third_party/typescript/tests/baselines/reference/tscWatch/watchApi/ |
| H A D | when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine.js | 12 {"compilerOptions":{"module":"none","composite":true},"references":[{"path":"../project1"}]}
41 projectReferences: [{"path":"/user/username/projects/myproject/projects/project1","originalPath":"../project1"}] 182 projectReferences: [{"path":"/user/username/projects/myproject/projects/project1","originalPath":"../project1"}]
|
| /third_party/typescript/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/ |
| H A D | when-dependency-project-is-not-open-and-save-on-dependency-and-change-to-dependency.js | 30 {"compileOnSave":true,"references":[{"path":"../dependency"}]}
52 Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage
65 "path": "/user/username/projects/myproject/dependency",
|
| H A D | when-dependency-project-is-not-open-and-save-on-dependency-and-change-to-usage.js | 30 {"compileOnSave":true,"references":[{"path":"../dependency"}]}
52 Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage
65 "path": "/user/username/projects/myproject/dependency",
|
| H A D | when-dependency-project-is-not-open-and-save-on-dependency-and-local-change-to-dependency.js | 30 {"compileOnSave":true,"references":[{"path":"../dependency"}]}
52 Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage
65 "path": "/user/username/projects/myproject/dependency",
|