Home
last modified time | relevance | path

Searched full:path (Results 29726 - 29750 of 37931) sorted by relevance

1...<<1181118211831184118511861187118811891190>>...1518

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_unswitch_pass.cpp119 // 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 Dlangsvr.go25 "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 DMakefile.vc18 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 Ddcfmtsym.cpp413 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 Dnumber_decimalquantity.h358 // 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 Dnumber_fluent.cpp669 // 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 DM44Test.cpp330 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 DEXT_primitive_bounding_box.txt159 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 DOES_get_program_binary.txt55 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 DLoopVectorizationLegality.h225 /// 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 DMustExecute.cpp194 // 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 DMemoryBuffer.cpp21 #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 DBitstreamRemarkParser.cpp18 #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 DSourceMgr.cpp24 #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 DHexagonNewValueJump.cpp202 // 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 DFloat2Int.cpp200 // 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 Dlocdispnames.cpp300 _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 Dbuilding-using-getNextInvalidatedProject.js38 { "path": "../core" }
55 { "path": "../core" },
56 { "path": "../logic" }
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/
H A Dwatches-config-files-that-are-not-present.js47 { "path": "../core" },
48 { "path": "../logic" }
215 { "path": "../core" }
/third_party/typescript/tests/baselines/reference/tsbuildWatch/publicApi/
H A Dwith-custom-transformers.js16 {"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 Dwatches-for-changes-to-package-json-main-fields.js70 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 Dwhen-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine.js12 {"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 Dwhen-dependency-project-is-not-open-and-save-on-dependency-and-change-to-dependency.js30 {"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 Dwhen-dependency-project-is-not-open-and-save-on-dependency-and-change-to-usage.js30 {"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 Dwhen-dependency-project-is-not-open-and-save-on-dependency-and-local-change-to-dependency.js30 {"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",

Completed in 72 milliseconds

1...<<1181118211831184118511861187118811891190>>...1518