Searched refs:portable (Results 1 – 25 of 613) sorted by relevance
12345678910>>...25
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | write-entry.js | 53 this.portable = !!opt.portable 407 this.portable = !!opt.portable 414 if (this.type === 'Directory' && this.portable) 421 this.uid = this.portable ? null : readEntry.uid 422 this.gid = this.portable ? null : readEntry.gid 423 this.uname = this.portable ? null : readEntry.uname 424 this.gname = this.portable ? null : readEntry.gname 427 this.atime = this.portable ? null : readEntry.atime 428 this.ctime = this.portable ? null : readEntry.ctime 455 uid: this.portable ? null : this.uid, [all …]
|
D | pack.js | 92 this.portable = !!opt.portable 292 portable: this.portable,
|
/third_party/boost/tools/build/ |
D | Jamroot.jam | 173 feature.feature b2-install-layout : standard portable : incidental propagated ; 180 add-install-dir b2prefix-portable : : prefix ; 181 add-install-dir b2bindir-portable : : b2prefix-portable ; 182 add-install-dir b2coredir-portable : .b2 : b2prefix-portable ; 183 add-install-dir b2examplesdir-portable : .b2/examples : b2prefix-portable ; 194 <b2-install-layout>portable:<location>(b2bindir-portable) 213 <b2-install-layout>portable:<location>(b2examplesdir-portable) 245 <b2-install-layout>portable:<location>(b2coredir-portable)
|
/third_party/glib/gio/tests/desktop-files/home/applications/ |
D | eog.desktop | 9 …icb;image/x-ico;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graym…
|
/third_party/boost/libs/system/doc/system/ |
D | introduction.adoc | 18 portable code, such as in a portable library, some users want to deal with the 19 error codes in portable ways. Other users need to get at the system specific 23 and portable error conditions via `error_condition` objects. 41 In addition to portable errors codes and conditions supported by the
|
/third_party/flutter/skia/site/dev/testing/ |
D | fonts.md | 18 portable typeface on the paint, call: 25 To create a portable typeface, use: 33 removed. Instead, a test-wide `SkFontMgr` will be selected to choose portable
|
/third_party/skia/site/docs/dev/testing/ |
D | fonts.md | 23 portable typeface on the paint, call: 30 To create a portable typeface, use: 38 removed. Instead, a test-wide `SkFontMgr` will be selected to choose portable
|
/third_party/glib/gio/tests/desktop-files/usr/applications/ |
D | eog.desktop | 35 …icb;image/x-ico;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graym…
|
/third_party/boost/ |
D | README.OpenSource | 9 …"Description": "Boost provides free portable peer-reviewed C++ libraries. The emphasis is on porta…
|
/third_party/boost/libs/optional/doc/ |
D | 90_dependencies.qbk | 68 …iferent compilers, it is recommended that you only stick to the minimum portable interface of opti… 72 optional<const int&> or2 = i; // caution: not portable 73 or1 = i; // caution: not portable 75 optional<const int&> or3(i); // portable 76 or1 = optional<const int&>(i); // portable
|
/third_party/flutter/skia/third_party/externals/sdl/debian/ |
D | control | 44 SDL is a library that allows programs portable low level access to 60 SDL is a library that allows programs portable low level access to a video 73 SDL is a library that allows programs portable low level access to a video
|
/third_party/boost/libs/container_hash/doc/ |
D | portability.qbk | 10 __boost_hash__ is written to be as portable as possible, but unfortunately, several 91 [@boost:/libs/container_hash/examples/portable.cpp /libs/container_hash/examples/portable.cpp].
|
/third_party/boost/libs/dll/doc/ |
D | introduction.qbk | 12 This library was designed to simplify plugin development using C++ in a portable cross-platform man… 14 Library provides a portable across platforms way to:
|
/third_party/curl/plan9/ |
D | README | 14 https://github.com/libressl-portable/portable/pull/510
|
/third_party/gettext/gettext-tools/tests/ |
D | msgfmt-properties-1 | 10 SYS_(C)\n=MSGFMT(3) portable message object file compiler\nCopyright (C) 1995 Free Software Foundat… 41 MSGFMT(3) portable message object file compiler
|
/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitCommonJsModuleReferencedType.errors.txt | 1 …ed without a reference to 'foo/node_modules/nested'. This is likely not portable. A type annotatio… 26 …ed without a reference to 'foo/node_modules/nested'. This is likely not portable. A type annotatio…
|
D | declarationEmitReexportedSymlinkReference3.errors.txt | 1 …to '../../pkg2/node_modules/@raymondfeng/pkg1/dist'. This is likely not portable. A type annotatio… 60 …to '../../pkg2/node_modules/@raymondfeng/pkg1/dist'. This is likely not portable. A type annotatio…
|
/third_party/ffmpeg/doc/ |
D | libavutil.texi | 16 The libavutil library is a utility library to aid portable 17 multimedia programming. It contains safe portable string functions,
|
/third_party/boost/libs/bind/doc/mem_fn/ |
D | faq.qbk | 44 Non-portable extensions, in general, should default to off to prevent vendor 47 is, perhaps, no longer portable. In addition, it is possible for the default
|
/third_party/mbedtls/ |
D | README.OpenSource | 9 "Description": "An open source, portable, easy to use, readable and flexible SSL library."
|
/third_party/libunwind/ |
D | README.OpenSource | 9 …"Description": "a portable and efficient C programming interface (API) to determine the call-chain…
|
/third_party/boost/libs/container_hash/examples/ |
D | Jamfile.v2 | 8 run portable.cpp ;
|
/third_party/skia/third_party/externals/freetype/builds/unix/ |
D | freetype2.in | 8 Description: A free, high-quality, and portable font engine.
|
/third_party/flutter/skia/third_party/externals/freetype/builds/unix/ |
D | freetype2.in | 8 Description: A free, high-quality, and portable font engine.
|
/third_party/freetype/builds/unix/ |
D | freetype2.in | 8 Description: A free, high-quality, and portable font engine.
|
12345678910>>...25