Home
last modified time | relevance | path

Searched full:path (Results 33851 - 33875 of 39785) sorted by relevance

1...<<1351135213531354135513561357135813591360>>...1592

/third_party/ntfs-3g/src/
H A Dntfs-3g.8.in326 \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 DARB_framebuffer_sRGB.txt401 8) Should sRGB framebuffer support affect the pixel path?
409 For pixel path operations, an application could use pixel maps
H A DARB_get_program_binary.txt76 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 DNV_draw_texture.txt245 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 Dmemory_check.c248 "--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.c257 * 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 Dmemory_check.c233 "--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 Dax_pthread.m4487 [#handle absolute path differently from PATH based program lookup
/third_party/node/deps/icu-small/source/common/
H A Drbbi_cache.cpp244 // 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 Dnumber_formatimpl.cpp99 // Safe path: use fImmutablePatternModifier. in getPrefixSuffix()
110 // Unsafe path: use fPatternModifier. in getPrefixSuffixUnsafe()
/third_party/node/deps/npm/node_modules/diff/
H A Drelease-notes.md8 - [#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 Dnpm.js2 const { resolve, dirname, join } = require('path')
131 'process.env.PATH': resolve(dirs.prefix, 'bin'),
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp81 // 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 Dsamplecheck.bat42 set PATH=%ICU_BINDIR%;%PATH% variable
/third_party/libinput/doc/user/
H A Dbuilding.rst109 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 Dtst_test.sh322 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 Dssl_pm.c88 /* 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 Dminimal-secure-streams.c179 * 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 Dminimal-secure-streams-testsfail.c827 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 Dtest-touch.c539 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 Dtokenize.c330 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 Dppp.h401 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 Dd8.h402 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 Dv8-object.h757 // 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 Dv8-object.h734 // 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()

Completed in 66 milliseconds

1...<<1351135213531354135513561357135813591360>>...1592