Searched full:plain (Results 2251 - 2275 of 2667) sorted by relevance
1...<<919293949596979899100>>...107
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | DecimalFormat.java | 1269 private transient int icuMathContextForm = MathContext.PLAIN;
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
| H A D | RBBITestMonkey.java | 862 // TODO: fOP30 & fCP30 overlap with plain fOP. Probably OK, but fOP/CP chars will be over-represented. in RBBILineMonkey()
|
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | ubidi.h | 1159 * This function takes a piece of plain text containing one or more paragraphs,
|
| /third_party/libuv/test/ |
| H A D | test-fs.c | 1412 * but plain fstat() does not. in TEST_IMPL()
|
| /third_party/mesa3d/include/drm-uapi/ |
| H A D | drm_fourcc.h | 443 * Just plain linear layout. Note that this is different from no specifying any
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_image.c | 2168 * the plain converted dimensions the physical layout is correct. in radv_image_view_init()
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | gfx10_shader_ngg.c | 505 /* Fixup the offset using a plain GDS atomic if we overflowed. */ in build_streamout()
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_lower_logical_sends.cpp | 552 /* There's no plain shadow compare message, so we use shadow in lower_sampler_logical_send_gfx4()
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_state_common.c | 3171 if (format == PIPE_FORMAT_R11G11B10_FLOAT) /* isn't plain */ in r600_translate_colorformat()
|
| /third_party/node/doc/api/ |
| H A D | perf_hooks.json | 1517 "desc": "<p><a href=\"perf_hooks.html#class-intervalhistogram-extends-histogram\" class=\"type\"><IntervalHistogram></a> instances can be cloned via <a href=\"worker_threads.html#class-messageport\" class=\"type\"><MessagePort></a>. On the receiving\nend, the histogram is cloned as a plain <a href=\"perf_hooks.html#class-histogram\" class=\"type\"><Histogram></a> object that does not\nimplement the <code>enable()</code> and <code>disable()</code> methods.</p>",
|
| H A D | worker_threads.json | 589 "desc": "<p>Because object cloning uses the <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm\">HTML structured clone algorithm</a>,\nnon-enumerable properties, property accessors, and object prototypes are\nnot preserved. In particular, <a href=\"buffer.html\"><code>Buffer</code></a> objects will be read as\nplain <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array\"><code>Uint8Array</code></a>s on the receiving side, and instances of JavaScript\nclasses will be cloned as plain JavaScript objects.</p>\n<pre><code class=\"language-js\">const b = Symbol('b');\n\nclass Foo {\n #a = 1;\n constructor() {\n this[b] = 2;\n this.c = 3;\n }\n\n get d() { return 4; }\n}\n\nconst { port1, port2 } = new MessageChannel();\n\nport1.onmessage = ({ data }) => console.log(data);\n\nport2.postMessage(new Foo());\n\n// Prints: { c: 3 }\n</code></pre>\n<p>This limitation extends to many built-in objects, such as the global <code>URL</code>\nobject:</p>\n<pre><code class=\"language-js\">const { port1, port2 } = new MessageChannel();\n\nport1.onmessage = ({ data }) => console.log(data);\n\nport2.postMessage(new URL('https://example.org'));\n\n// Prints: { }\n</code></pre>",
|
| H A D | errors.md | 369 * `plain-filename.js:line:column`, if the frame represents a call internal
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/ |
| H A D | bsaes-armv7.S | 1347 cmp r2, #8 @ use plain AES for
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/ |
| H A D | bsaes-armv7.S | 1347 cmp r2, #8 @ use plain AES for
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | c-api.cc | 1637 // {NewError} cannot fail when its input is a plain String, so we always in GetProperException()
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| H A D | input.py | 1264 # Any keys with plain string values in the_dict become automatic variables.
|
| /third_party/ntfs-3g/src/ |
| H A D | ntfs-3g.c | 1327 default : /* unexpected types shown as plain files */ in ntfs_fuse_filler()
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | ubidi.h | 1159 * This function takes a piece of plain text containing one or more paragraphs,
|
| /third_party/ninja/doc/ |
| H A D | doxygen.config | 799 # plain latex in the generated Makefile. Set this option to YES to get a
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| H A D | input.py | 1254 # Any keys with plain string values in the_dict become automatic variables.
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | regex.h | 35 * `RegexMatcher` includes API for doing plain find or search
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/ci/ |
| H A D | nouveau-nv92-fails.txt | 916 # "<imirkin> otoh, integer borders are just plain broken on nv50"
|
| /third_party/icu/icu4c/source/test/testdata/ |
| H A D | rbbitst.txt | 160 # Plain Vanilla grapheme clusters
|
| /third_party/icu/icu4j/ |
| H A D | build.xml | 357 <formatter type="plain"/>
|
| /third_party/lwip/src/apps/http/ |
| H A D | httpd.c | 938 /* No - use the default, plain text file type. */
|
Completed in 134 milliseconds
1...<<919293949596979899100>>...107