Searched full:path (Results 32951 - 32975 of 36763) sorted by relevance
1...<<1311131213131314131513161317131813191320>>...1471
| /third_party/python/Lib/test/ |
| H A D | test_netrc.py | 282 fn = os.path.join(d, '.netrc')
|
| H A D | test_mailcap.py | 157 existingmcfiles = [mcf for mcf in mailcapfiles if os.path.exists(mcf)]
|
| /third_party/qrcodegen/python/ |
| H A D | qrcodegen-demo.py | 188 <path d="{" ".join(parts)}" fill="#000000"/>
|
| /third_party/skia/third_party/externals/angle2/doc/ |
| H A D | CaptureAndReplay.md | 37 * `ANGLE_CAPTURE_OUT_DIR=<path>`:
|
| H A D | DevSetupAndroid.md | 98 $ adb shell pm path org.chromium.angle
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | fast_uniform_bits.h | 78 // FastUniformBits implements a fast path to acquire uniform independent bits
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
| H A D | uniform_int_distribution.h | 208 // The above fast-path guarantees that Lim is representable in unsigned_type. in Generate()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
| H A D | mutex_benchmark.cc | 151 // acquisition path rather than reacquiring the mutex we just released. in BM_MutexEnqueue()
|
| /third_party/skia/third_party/externals/angle2/include/platform/ |
| H A D | FeaturesD3D.h | 163 // make it possible to select the code path in end2end and performance tests.
|
| /third_party/skia/gm/ |
| H A D | imagefilters.cpp | 71 // just need an imagefilter to trigger the code-path (which creates a tmp layer) in DEF_SIMPLE_GM()
|
| H A D | roundrects.cpp | 277 // position the path, and make it at off-integer coords.
|
| /third_party/skia/include/private/ |
| H A D | SkFloatingPoint.h | 210 // Optimized constants in the portable path courtesy of http://rrrola.wz.cz/inv_sqrt.html in sk_float_rsqrt()
|
| /third_party/skia/modules/sksg/samples/ |
| H A D | SampleSVGPong.cpp | 120 auto bg_path = sksg::Path::Make(bgPath.detach());
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | ParagraphImpl.h | 121 void paint(ParagraphPainter* canvas, RSPath* path, SkScalar hOffset, SkScalar vOffset) override;
|
| /third_party/skia/bench/ |
| H A D | GradientBench.cpp | 278 // hit the unpinned fast path (so long as GradientBench.W == H)
|
| H A D | ShapesBench.cpp | 279 // Donuts (small and large). These fall-back to path rendering due to non-orthogonal rotation
|
| /third_party/selinux/libselinux/src/ |
| H A D | audit2why.c | 208 "You must specify the -p option with the path to the policy file.\n"); in __policy_init()
|
| /third_party/rust/crates/minimal-lexical/src/ |
| H A D | lemire.rs | 24 // when the slow path algorithm expects a normalized extended float. in lemire()
|
| /third_party/rust/crates/nom/examples/ |
| H A D | json.rs | 269 // of backtrace of the path through the parser, accumulating info on input positions
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | eap_methods.c | 181 * @so: File path for the shared object file to load
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap_methods.c | 182 * @so: File path for the shared object file to load
|
| /third_party/glib/patch/ |
| H A D | backport-CVE-2023-24593_CVE-2023-25180-1.patch | 816 g_test_add_func ("/gvariant/normal-checking/empty-object-path", 1387 /* Test that an empty object path is normalised successfully to the base object 1388 * path, ‘/’. */ 1400 g_test_add_func ("/gvariant/normal-checking/empty-object-path", 2269 handling path 2555 /* Test that an empty object path is normalised successfully to the base object 2556 * path, ‘/’. */ 2573 g_test_add_func ("/gvariant/normal-checking/empty-object-path",
|
| /third_party/FreeBSD/ |
| H A D | UPDATING | 1554 This has only been tested as an upgrade path for installworld 1668 The tftp loader (pxeboot) now uses the option root-path directive. As a 1912 a file path, create a new file with: 1913 openssl dhparam -out /path/to/file 2048 2213 path to the old binary so they will break after "make delete-old" 2242 setting, you'll need to set it to the full path to your tree. 2385 do an upgrade to the new branch. This is the best-tested upgrade path, 2530 cd src # full path to source
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-native-context-specialization.cc | 817 // has checks cannot follow the fast-path used by loads when these in ReduceGlobalAccess() 1268 // Last map check on the fallthrough control path, do a in ReduceNamedAccess() 1323 // along this path the {this_lookup_start_object} is a String. This is in ReduceNamedAccess() 1477 // Handle exception path for the load named property in ReduceJSGetIterator() 1481 // pair of IfException/IfSuccess nodes on the current control path. The uses in ReduceJSGetIterator() 1483 // IfSuccess node is returned as a control path for further reduction. in ReduceJSGetIterator() 1679 // TODO(turbofan): We could have a fast path here, that checks for the in ReduceElementAccess() 1793 // Last map check on the fallthrough control path, do a in ReduceElementAccess()
|
| /third_party/node/deps/openssl/openssl/ |
| H A D | Configure | 19 use File::Path qw/mkpath/; 671 # recognise those separators from how you set up the PATH to find executables. 1790 # The key is a Unix formatted path in the source tree, the value is an index 1791 # into %disabled_info, so any existing path gets added to a corresponding 3268 # then it's not something to test with $PATH... 3271 foreach (File::Spec->path()) { 3380 # will consider it an absolute path. There are cases when we want a 3398 # realpath() requires that at least all path components except the last is an
|
Completed in 75 milliseconds
1...<<1311131213131314131513161317131813191320>>...1471