Searched refs:exotic (Results 1 – 25 of 42) sorted by relevance
12
/third_party/jerryscript/tests/jerry/es2015/ |
D | array-from.js | 246 function exotic() { function 256 Array.from.call(exotic, [1]);
|
/third_party/python/Doc/library/ |
D | urllib.error.rst | 39 is useful when handling exotic HTTP errors, such as requests for
|
D | json.rst | 661 when serializing instances of "exotic" numerical types such as
|
/third_party/quickjs/ |
D | Changelog | 71 - allow exotic constructors
|
D | quickjs.h | 494 JSClassExoticMethods *exotic; member
|
/third_party/gptfdisk/ |
D | README.md | 247 (over-2TiB) drives and use in exotic environments. 252 7 and 10. Other environments qualify as "exotic," and even macOS and Windows 253 are borderline exotic in this context, since I use Linux almost exclusively,
|
/third_party/boost/libs/property_tree/doc/ |
D | windows_registry_parser.qbk | 13 …istry API. For example, access rights are not supported, as well as some exotic value formats. Reg…
|
/third_party/boost/libs/regex/doc/ |
D | match_result.qbk | 241 the underlying character type of the expression being matched may be something more exotic such as … 270 the underlying character type of the expression being matched may be something more exotic such as … 300 the underlying character type of the expression being matched may be something more exotic such as … 337 the underlying character type of the expression being matched may be something more exotic such as …
|
/third_party/node/tools/doc/ |
D | type-parser.mjs | 49 'https://tc39.github.io/ecma262/#sec-module-namespace-exotic-objects',
|
/third_party/ffmpeg/doc/ |
D | nut.texi | 50 Since many exotic planar YUVA pixel formats are not considered by
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
D | BigDecimal.java | 521 boolean exotic; in BigDecimal() 561 exotic = false; // have extra digits in BigDecimal() 588 exotic = true; // will need conversion later in BigDecimal() 669 if (exotic) { in BigDecimal()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
D | BigDecimal.java | 505 boolean exotic; in BigDecimal() 545 exotic = false; // have extra digits in BigDecimal() 572 exotic = true; // will need conversion later in BigDecimal() 653 if (exotic) { in BigDecimal()
|
/third_party/python/Doc/howto/ |
D | annotations.rst | 117 Note that some exotic or malformed type objects may not have
|
/third_party/json/.github/ |
D | CONTRIBUTING.md | 69 - Extending the **continuous integration** toward more exotic compilers such as Android NDK, Intel'…
|
/third_party/parse5/docs/ |
D | version-history.md | 94 …ll some edge cases left that will lead to significant memory consumption, but they are quite exotic
|
/third_party/boost/libs/math/doc/differentiation/ |
D | autodiff.qbk | 224 of differentiation is only the price. For examples of more exotic greeks, see `example/black_schole…
|
/third_party/skia/site/docs/user/release/ |
D | release_notes.md | 554 * Removed exotic legacy bitmap functions from SkCanvas (drawBitmapLattic, drawBitmapNine); the 555 exotic SkImage functions still exist.
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | events | 252 This example is showing a more exotic way of using events. The reader should be aware that AVI
|
/third_party/skia/ |
D | RELEASE_NOTES.txt | 659 * Removed exotic legacy bitmap functions from SkCanvas (drawBitmapLattic, drawBitmapNine); the 660 exotic SkImage functions still exist.
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | html.idl | 1625 // Since this is the global object, the IDL named getter adds a NamedPropertiesObject exotic 1626 // object on the prototype chain. Indeed, this does not make the global object an exotic object. 1627 // Indexed access is taken care of by the WindowProxy exotic object.
|
/third_party/unity/docs/ |
D | UnityConfigurationGuide.md | 126 _Hint:_ In order to support exotic processors (for example TI C55x with a pointer
|
/third_party/libsnd/docs/ |
D | api.md | 553 assume they are utf-8. Similarly if you have a string in some exotic format like
|
/third_party/gettext/gettext-tools/doc/ |
D | lang-perl.texi | 765 Perl sources. Yet, some more or less exotic constructs that could be
|
/third_party/vk-gl-cts/doc/testspecs/VK/ |
D | apitests.adoc | 437 … Targeted buffer tests need to verify that various corner-cases and more exotic configurations wor…
|
/third_party/boost/libs/histogram/doc/ |
D | guide.qbk | 40 …es can be configured to fit many needs. If you still need something more exotic, no problem, it is…
|
12