Home
last modified time | relevance | path

Searched full:path (Results 39351 - 39375 of 39697) sorted by relevance

1...<<1571157215731574157515761577157815791580>>...1588

/third_party/rust/crates/clap/
H A DCHANGELOG.md747 deprecation migration path
1715 * Fix URL path to github hosted files ([ce72aada](https://github.com/clap-rs/clap/commit/ce72aada56a9581d4a6cb4bf9bdb861c3906f8df), closes [#1106](https://github.com/clap-rs/clap/issues/1106))
/third_party/pulseaudio/speex/doc/
H A Dmanual.lyx1173 --prefix=<path> Specifies the base path for installing Speex (e.g.
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
H A Ddescriptorsets.txt1434 Push constants represent a high speed path to modify constant data in
4606 Push constants represent a high speed path to modify constant data in
H A Dpipelines.txt403 entry point writes to code:FragDepth in any execution path, it must:
408 entry point writes to code:FragStencilRefEXT in any execution path, it
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp6282 // buffer instead so its an even slower path. in stageSubresourceUpdateFromFramebuffer()
6483 // images we would need to take a special path where we only clear the emulated channels. in stageClearIfEmulatedFormat()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drematch.cpp2920 // The match loop will exit via this path on a successful match, in MatchAt()
4423 // The match loop will exit via this path on a successful match,
/third_party/parse5/test/data/location-info/whatwg-html/
H A Ddata.html802 <li><a href="the-canvas-element.html#path-objects"><span class="secno">4.12.4.2.7 </span><code>Path</code> objects</a></li>
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
H A DChangeLog.263897 * CMakeLists.Txt: Add path to local cmake modules.
3999 the compiler's include path.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4942 // replaced can be reached on either path. So the uniqueness check in replacedSelectWithOperand()
4943 // guarantees that the path all uses of SI (outside SI's parent) are on in replacedSelectWithOperand()
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A Dbaseline-sectioned-sourcemaps.js124 { "path": "../first", "prepend": true },
125 { "path": "../second", "prepend": true },
H A DexplainFiles.js124 { "path": "../first", "prepend": true },
125 { "path": "../second", "prepend": true },
H A Dshebang-in-all-projects.js128 { "path": "../first", "prepend": true },
129 { "path": "../second", "prepend": true },
H A Dstrict-in-one-dependency.js124 { "path": "../first", "prepend": true },
125 { "path": "../second", "prepend": true },
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c5356 * possible to create entities taking this code path that in doProlog()
5964 * It doesn't appear there is another code path that gets in appendAttributeValue()
/third_party/python/Python/
H A Dcompile.c5265 /* Fast path for the temporary variable assignment idiom: in compiler_sync_comprehension_generator()
7151 /* Find the flow path that needs the largest stack. We assume that
/third_party/python/Lib/test/
H A Dtest_decimal.py119 testdir = os.path.dirname(file) or os.curdir
122 skip_expected = not os.path.isdir(directory)
/third_party/python/Modules/expat/
H A Dxmlparse.c5405 * possible to create entities taking this code path that in doProlog()
6021 * It doesn't appear there is another code path that gets in appendAttributeValue()
/third_party/vulkan-loader/tests/
H A Dloader_layer_tests.cpp960 // Expect the second layer to be found first, because it'll be in a path that is searched first.
991 env.platform_shim->redirect_path(fs::path(USER_LOCAL_SHARE_DIR "/vulkan/implicit_layer.d"), in TEST()
/third_party/libabigail/tests/data/test-diff-suppr/
H A Dtest45-abi-wl.xml2 <abi-corpus path='vmlinux' architecture='elf-arm-aarch64'>
6 <abi-instr version='1.0' address-size='64' path='mm/compaction.c' language='LANG_C89'>
1170 <class-decl name='path' size-in-bits='128' is-struct='yes' visibility='default' filepath='include/linux/path.h' line='8' column='1' id='type-id-442'>
1172 <var-decl name='mnt' type-id='type-id-443' visibility='default' filepath='include/linux/path.h' line='9' column='1'/>
1175 <var-decl name='dentry' type-id='type-id-405' visibility='default' filepath='include/linux/path.h' line='10' column='1'/>
[all...]
/third_party/backends/backend/
H A Davision.c2916 /* for infra-red we use the same code path es for interlaced in compute_parameters()
8001 /* for convenience in the 16bit code path */ in reader_process()
8058 as a seldom used code-path we want it readable. in reader_process()
/third_party/cups-filters/utils/
H A Dcups-browsed.c3667 lresource[HTTP_MAX_URI], /* Local printer: Resource path */ in local_printer_is_same_device()
4649 resource[HTTP_MAX_URI], /* Resource path */ in cupsdUpdateLDAPBrowse()
4650 local_resource[HTTP_MAX_URI], /* Resource path */ in cupsdUpdateLDAPBrowse()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c3792 // Non LLVM path computes it later (in process_twoside_color) in r600_shader_from_tgsi()
5863 /* Unsigned path: in tgsi_divmod()
5903 * Signed path: in tgsi_divmod()
/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp1518 if (fmt[0] == '%' && fmt[1] == '.' && fmt[2] == '0' && fmt[3] == 'f' && fmt[4] == 0) // Fast legacy path for "%.0f" which is expected to be the most common case. in PatchFormatStringFloatToInt()
2592 // FIXME: This is still used by some navigation code path to infer a minimum tweak step, but we should aim to rework widgets so it isn't needed.
3013 // FIXME: The existence of this rarely exercised code path is a bit of a nuisance.
/third_party/openGLES/extensions/EXT/
H A DEXT_framebuffer_object.txt2438 texture) and RTT (render to texture). The migration path from RBBCTT
2454 } else { // copy tex path
3039 path for data initialization. See related issue (10).
/third_party/icu/icu4c/source/test/testdata/
H A Dregextst.txt1355 "pre(.)post\1" i "pre\ud800post\ud800\udc00" # case insensiteve backrefs take a different code path
1723 #"^(?=[^\&])(?:(?<scheme>[^:/?#]+):)?(?://(?<authority>[^/?#]*))?(?<path>[^?#]*)(?:\?(?<query>[^#]*))?(?:#(?<fragment>.*))?" G "<0>http://regexlib.com/REDetails.aspx?regexp_id=x#Details</0>" # out of context, can't work stand-alone
1724 #"^(?=[^\&])(?:(?<scheme>[^:/?#]+):)?(?://(?<authority>[^/?#]*))?(?<path>[^?#]*)(?:\?(?<query>[^#]*))?(?:#(?<fragment>.*))?" "&" # out of context, can't work stand-alone

Completed in 355 milliseconds

1...<<1571157215731574157515761577157815791580>>...1588