| /third_party/ntfs-3g/src/ |
| H A D | ntfs-3g.8.in | 326 \fB.NTFS-3G/UserMapping\fP. If \fIfile-name\fP defines a full path, the 328 relative path, it is interpreted relative to the root of NTFS partition
|
| /third_party/openGLES/extensions/ARB/ |
| H A D | ARB_framebuffer_sRGB.txt | 401 8) Should sRGB framebuffer support affect the pixel path? 409 For pixel path operations, an application could use pixel maps
|
| H A D | ARB_get_program_binary.txt | 76 GL via ProgramBinary. This is a very useful path for applications that 405 // were cached away. Fallback to source shader loading path,
|
| /third_party/openGLES/extensions/NV/ |
| H A D | NV_draw_texture.txt | 245 power-efficient fixed-function path for drawing the contents of a 424 is a different beast that doesn't go through the regular pixel path, and
|
| /third_party/musl/src/malloc/liteos_a/user_debug/ |
| H A D | memory_check.c | 248 "--mwatch or --mrecord <full path>, to call mem_check_init(char *) " in get_file() 765 printf("path: %s create failed, %s\n", mem_stat.f_path_buf, string); in mem_check_init()
|
| /third_party/musl/src/time/ |
| H A D | __tz.c | 257 * standard path will be searched. */ in do_tzset() 263 /* The path is invalid, use the default value. */ in do_tzset()
|
| /third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
| H A D | memory_check.c | 233 "--mwatch or --mrecord <full path>, to call mem_check_init(char *) " in get_file() 750 printf("path: %s create failed, %s\n", mem_stat.f_path_buf, string); in mem_check_init()
|
| /third_party/node/deps/cares/m4/ |
| H A D | ax_pthread.m4 | 487 [#handle absolute path differently from PATH based program lookup
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | rbbi_cache.cpp | 244 // next() does not clear it in the fast-path case, where everything matters. Maybe it should. in following() 509 // (subsequent calls to BreakIterator::next() will take the fast path, getting cached results. in populateFollowing()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | number_formatimpl.cpp | 99 // Safe path: use fImmutablePatternModifier. in getPrefixSuffix() 110 // Unsafe path: use fPatternModifier. in getPrefixSuffixUnsafe()
|
| /third_party/node/deps/npm/node_modules/diff/ |
| H A D | release-notes.md | 8 - [#448](https://github.com/kpdecker/jsdiff/pull/411) Performance improvement. Diagonals whose furthest-reaching D-path would go off the edge of the edit graph are now skipped, rather than being pointlessly considered as called for by the original Myers diff algorithm. This dramatically speeds up computing diffs where the new text just appends or truncates content at the end of the old text. 31 - Fix main reference path - b826104
|
| /third_party/node/deps/npm/test/lib/ |
| H A D | npm.js | 2 const { resolve, dirname, join } = require('path') 131 'process.env.PATH': resolve(dirs.prefix, 'bin'),
|
| /third_party/icu/icu4c/source/test/perf/dicttrieperf/ |
| H A D | dicttrieperf.cpp | 81 // from the -s or --sourcedir path. 328 // from the -s or --sourcedir path plus -f or --file-name.
|
| /third_party/icu/icu4c/source/samples/all/ |
| H A D | samplecheck.bat | 42 set PATH=%ICU_BINDIR%;%PATH% variable
|
| /third_party/libinput/doc/user/ |
| H A D | building.rst | 109 the library path and that all symlinks point to the new library. 163 May 25 15:28:42 localhost.localdomain audit[23268]: AVC avc: denied { execute } for pid=23268 comm="gnome-shell" path="/usr/lib64/libinput.so.10.12.2" dev="dm-0" ino=1709093 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:user_home_t:s0 tclass=file permissive=0
|
| /third_party/ltp/testcases/lib/ |
| H A D | tst_test.sh | 322 tst_brk TCONF "The '$mntpoint' is not an absolute path" 481 LTP_DEV Path to the block device to be used (for .needs_device)
|
| /third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/ |
| H A D | ssl_pm.c | 88 /* Shorten 'file' from the whole file path to just the filename in ssl_platform_debug() 91 the full _FILE_ path in each case. in ssl_platform_debug()
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
| H A D | minimal-secure-streams.c | 179 * what to do in order to check if the path to 645 * path; when -p given this can specify the network interface in main()
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/ |
| H A D | minimal-secure-streams-testsfail.c | 827 lwsl_user("LWS secure streams error path tests [-d<verb>]\n"); in main() 842 * path; when -p given this can specify the network interface in main()
|
| /third_party/libinput/test/ |
| H A D | test-touch.c | 539 static int open_restricted(const char *path, int flags, void *data) in open_restricted() argument 542 fd = open(path, flags); in open_restricted()
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | tokenize.c | 330 current->path = NULL; in init_stream() 437 * Slow path (including the logics with line-splicing and EOF sanity
|
| /third_party/lwip/src/include/netif/ppp/ |
| H A D | ppp.h | 401 u8_t ccp_receive_method; /* Method chosen on receive path */ 402 u8_t ccp_transmit_method; /* Method chosen on transmit path */
|
| /third_party/node/deps/v8/src/d8/ |
| H A D | d8.h | 402 DisallowReassignment<const char*> d8_path = {"d8-path", ""}; 446 DisallowReassignment<const char*> trace_path = {"trace-path", nullptr};
|
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-object.h | 757 // Fast path: If the object is a plain JSObject, which is the common case, we in GetInternalField() 782 // Fast path: If the object is a plain JSObject, which is the common case, we in GetAlignedPointerFromInternalField()
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-object.h | 734 // Fast path: If the object is a plain JSObject, which is the common case, we in GetInternalField() 759 // Fast path: If the object is a plain JSObject, which is the common case, we in GetAlignedPointerFromInternalField()
|