Home
last modified time | relevance | path

Searched refs:portable (Results 1 – 25 of 613) sorted by relevance

12345678910>>...25

/third_party/node/deps/npm/node_modules/tar/lib/
Dwrite-entry.js53 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 …]
Dpack.js92 this.portable = !!opt.portable
292 portable: this.portable,
/third_party/boost/tools/build/
DJamroot.jam173 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/
Deog.desktop9 …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/
Dintroduction.adoc18 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/
Dfonts.md18 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/
Dfonts.md23 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/
Deog.desktop35 …icb;image/x-ico;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graym…
/third_party/boost/
DREADME.OpenSource9 …"Description": "Boost provides free portable peer-reviewed C++ libraries. The emphasis is on porta…
/third_party/boost/libs/optional/doc/
D90_dependencies.qbk68 …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/
Dcontrol44 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/
Dportability.qbk10 __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/
Dintroduction.qbk12 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/
DREADME14 https://github.com/libressl-portable/portable/pull/510
/third_party/gettext/gettext-tools/tests/
Dmsgfmt-properties-110 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/
DdeclarationEmitCommonJsModuleReferencedType.errors.txt1 …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…
DdeclarationEmitReexportedSymlinkReference3.errors.txt1 …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/
Dlibavutil.texi16 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/
Dfaq.qbk44 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/
DREADME.OpenSource9 "Description": "An open source, portable, easy to use, readable and flexible SSL library."
/third_party/libunwind/
DREADME.OpenSource9 …"Description": "a portable and efficient C programming interface (API) to determine the call-chain…
/third_party/boost/libs/container_hash/examples/
DJamfile.v28 run portable.cpp ;
/third_party/skia/third_party/externals/freetype/builds/unix/
Dfreetype2.in8 Description: A free, high-quality, and portable font engine.
/third_party/flutter/skia/third_party/externals/freetype/builds/unix/
Dfreetype2.in8 Description: A free, high-quality, and portable font engine.
/third_party/freetype/builds/unix/
Dfreetype2.in8 Description: A free, high-quality, and portable font engine.

12345678910>>...25