Searched refs:ness (Results 1 – 25 of 66) sorted by relevance
123
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/lru-cache/ |
D | README.md | 85 Both of these will update the "recently used"-ness of the key. 96 updating the "recently used"-ness of the key. 112 Check if a key is in the cache, without updating the recent-ness 118 in the cache, in order of recent-ness. (Ie, more recently used
|
/third_party/node/deps/npm/node_modules/lru-cache/ |
D | README.md | 93 Both of these will update the "recently used"-ness of the key. 104 updating the "recently used"-ness of the key. 120 Check if a key is in the cache, without updating the recent-ness 126 in the cache, in order of recent-ness. (Ie, more recently used
|
/third_party/libsnd/docs/ |
D | api.md | 13 such as file endian-ness and data format. See [Note 1](#note-1) and [Note 2](#note-2). 105 minor format type (with values less than 0x10000) and an optional endian-ness 108 combinations of endian-ness and major and minor file types are valid. 170 | **Endian-ness options.** | 171 | SF_ENDIAN_FILE | 0x00000000 | Default file endian-ness. | 172 | SF_ENDIAN_LITTLE | 0x10000000 | Force little endian-ness. | 173 | SF_ENDIAN_BIG | 0x20000000 | Force big endian-ness. | 174 | SF_ENDIAN_CPU | 0x30000000 | Force CPU endian-ness. |
|
D | index.md | 45 * On the fly format conversion, including endian-ness swapping, type conversion 130 read/write for CAF and RF64. FIx PAF endian-ness issue.
|
D | FAQ.md | 107 - Able to store data in either endian-ness. 414 Part of the problem is that the CPU endian-ness is detected at configure time.
|
/third_party/protobuf/cmake/ |
D | protobuf-config-version.cmake.in | 53 …# check that the installed version has the same 32/64bit-ness as the one which is currently search…
|
/third_party/skia/third_party/externals/expat/expat/cmake/autotools/ |
D | expat-config-version.cmake.in | 62 # check that the installed version has the same 32/64bit-ness as the one which is currently searchi…
|
/third_party/libsnd/include/ |
D | sndfile.h.in | 119 /* Endian-ness options. */ 121 SF_ENDIAN_FILE = 0x00000000, /* Default file endian-ness. */ 122 SF_ENDIAN_LITTLE = 0x10000000, /* Force little endian-ness. */ 123 SF_ENDIAN_BIG = 0x20000000, /* Force big endian-ness. */ 124 SF_ENDIAN_CPU = 0x30000000, /* Force CPU endian-ness. */
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | tsxLibraryManagedAttributes.tsx | 115 …ifiedGeneric foo={null} bar="ok" />; // generic overrides propTypes required-ness, null isn't valid
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_custom_border_color.txt | 114 - Fix const-ness on pname:pNext of
|
D | VK_EXT_custom_border_color.adoc | 114 ** Fix const-ness on pname:pNext of
|
/third_party/mksh/ |
D | jobs.c | 422 ksh_nice(int ness) argument 429 if (nice(ness) == -1 && (eno = errno) != 0) 432 (void)nice(ness);
|
/third_party/libabigail/ |
D | NEWS | 129 ir: Make pointers name stable wrt decl-only-ness of pointed-to types 324 dwarf-reader: properly set artificial-ness in opaque types 466 Bug 26770 - Spurious declaration-only-ness induces spurious type changes 483 reader: Don't lose anonymous-ness of decl-only classes 692 Fully account for anonymous-ness of scopes when comparing decl names 713 Better propagation of suppressed-ness to function types
|
D | ChangeLog | 1292 Redundant-ness should have been handled by the 2098 ir: Make pointers name stable wrt decl-only-ness of pointed-to types 3665 * abg-writer.cc (write_type_record): Fix const-ness in argument 4287 (die_flag_attribute, die_is_public_decl): Adjust const-ness. 5803 showing details for enums. Also show declaration-only-ness for 6209 dwarf-reader: properly set artificial-ness in opaque types 6211 the artificial-ness of the original type here. 7676 Improve detection of member function 'static-ness' by handling 7679 of spurious change reports about loss of 'static-ness' of member 8481 reader: Don't lose anonymous-ness of decl-only classes [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/std/crc32/ |
D | README.md | 77 polynomial is `N=4, LSB, BITS=0xC`. If `N` and `LSB`-ness is agreed beforehand,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_sRGB_decode.txt | 404 5) What is the expense of changing the sRGB-ness of a texture without 423 change the sRGB-ness of textures?
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_sRGB_decode.txt | 404 5) What is the expense of changing the sRGB-ness of a texture without 423 change the sRGB-ness of textures?
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/note/ |
D | io-input-output.md | 76 ## Closed-ness
|
/third_party/typescript/tests/baselines/reference/ |
D | tsxLibraryManagedAttributes.types | 408 …ifiedGeneric foo={null} bar="ok" />; // generic overrides propTypes required-ness, null isn't valid
|
D | tsxLibraryManagedAttributes.errors.txt | 167 …ifiedGeneric foo={null} bar="ok" />; // generic overrides propTypes required-ness, null isn't valid
|
D | tsxLibraryManagedAttributes.symbols | 441 …ifiedGeneric foo={null} bar="ok" />; // generic overrides propTypes required-ness, null isn't valid
|
/third_party/libsnd/ |
D | NEWS | 118 * Fix endian-ness issues in PAF files.
|
D | configure.ac | 277 dnl Determine endian-ness of host processor.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_view.txt | 464 nearly identical encodings. Only the sRGB/signed-ness can change. See
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_view.txt | 454 nearly identical encodings. Only the sRGB/signed-ness can change. See
|
123