/third_party/ntfs-3g/libntfs-3g/ |
H A D | index.c | 62 * attribute, set ib_dirty to TRUE, thus index block will be updated during 567 * STATUS_OK with errno set to ESUCCESS if we know for sure that the 569 * STATUS_NOT_FOUND with errno set to ENOENT if we know for sure the 573 * STATUS_ERROR with errno set if on unexpected error during lookup. 759 * If an error occurs return -1, set errno to error code and @icx is left 997 static int ntfs_ibm_modify(ntfs_index_context *icx, VCN vcn, int set) in ntfs_ibm_modify() argument 1006 ntfs_log_trace("%s vcn: %lld\n", set ? "set" : "clear", (long long)vcn); in ntfs_ibm_modify() 1014 if (set) { in ntfs_ibm_modify() 1028 if (set) in ntfs_ibm_modify() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationbuilder.cpp | 1080 // We set 0 case bits for secondary CEs too in setCaseBits() 1089 CollationBuilder::suppressContractions(const UnicodeSet &set, const char *&parserErrorReason, in suppressContractions() argument 1092 dataBuilder->suppressContractions(set, errorCode); in suppressContractions() 1094 parserErrorReason = "application of [suppressContractions [set]] failed"; in suppressContractions() 1099 CollationBuilder::optimize(const UnicodeSet &set, const char *& /* parserErrorReason */, in optimize() argument 1102 optimizeSet.addAll(set); in optimize() 1231 // It also saves a little bit of space, and may reduce the set of characters with contractions. in addTailComposites() 1276 // they are set to the last combining classes seen. in mergeCompositeIntoString() 1723 // Contraction set consists only of strings in ucol_getUnsafeSet() 1725 // break the strings apart and add them to the unsafe set in ucol_getUnsafeSet() [all...] |
H A D | rulebasedcollator.cpp | 282 LocalPointer<UnicodeSet> set(getTailoredSet(errorCode)); in hashCode() 284 UnicodeSetIterator iter(*set); in hashCode() 402 RuleBasedCollator::internalAddContractions(UChar32 c, UnicodeSet &set, UErrorCode &errorCode) const { in internalAddContractions() argument 404 ContractionsAndExpansions(&set, nullptr, nullptr, false).forCodePoint(data, c, errorCode); in internalAddContractions()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | mtypes.h | 90 struct set; 720 * The derived value \c _TestTwoSide is set when the front-face and back-face 1318 /** Largest index + 1 of texture units that have had any CurrentTex set. */ 1527 * The gl*Pointer() functions will set VERTEX_ATTRIB_ARRAY_STRIDE 1529 * glBindVertexBuffer() will only set VERTEX_BINDING_STRIDE. 1734 * \c PrimitiveRestartFixedIndex is set. 1749 * The _DrawVAO is either set to the currently bound VAO for array type 1750 * draws or to internal VAO's set up by the vbo module to execute immediate 1768 * happen when ST_NEW_VERTEX_ARRAYS is set. 1776 * pointer is set t [all...] |
/third_party/littlefs/scripts/ |
H A D | test.py | 67 self.defines = set() 217 self.defines = set.union(*( 218 set(case.defines) for case in self.cases)) 791 children = set()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-number-format.cc | 11 #include <set> 258 std::set<std::string> sanctioned(Intl::SanctionedSimpleUnits()); in CreateUnitMap() 1168 std::set<std::string> relevant_extension_keys{"nu"}; in New() 2159 const std::set<std::string>& JSNumberFormat::GetAvailableLocales() { in GetAvailableLocales()
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | lib.rs | 105 // Some convenient typedefs for a fast hash map and hash set. 226 /// If none of the above patterns match, then bindgen will generate a set of Rust constants. 239 /// End-users of the crate may need to set the `BINDGEN_EXTRA_CLANG_ARGS` environment variable to 240 /// add additional arguments. For example, to build against a different sysroot a user could set 388 for (set, flag) in regex_sets { in command_line_flags() 389 for item in set.get_items() { in command_line_flags() 395 for (abi, set) in &self.options.abi_overrides { in command_line_flags() 396 for item in set.get_items() { in command_line_flags() 794 /// (docstrings) or not. This is set to true by default. 988 /// Mark the given enum (or set o [all...] |
/third_party/rust/crates/clang-sys/src/ |
H A D | lib.rs | 1732 pub fn clang_CXCursorSet_contains(set: CXCursorSet, cursor: CXCursor) -> c_uint; in clang_CXCursorSet_contains() 1733 pub fn clang_CXCursorSet_insert(set: CXCursorSet, cursor: CXCursor) -> c_uint; in clang_CXCursorSet_insert() 2003 pub fn clang_disposeCXCursorSet(set: CXCursorSet); in clang_disposeCXCursorSet() 2015 pub fn clang_disposeStringSet(set: *mut CXStringSet); in clang_disposeStringSet()
|
/third_party/python/Lib/ |
H A D | _pyio.py | 86 returned I/O object is closed, unless closefd is set to False.) 123 buffering is an optional integer used to set the buffering policy. 207 modes = set(mode) 208 if modes - set("axrwb+t") or len(mode) > len(modes): 309 # builtins.open was set to OpenWrapper to not become a bound method 310 # when set to a class variable. _io.open is a built-in function whereas 641 set not to block and has no data to read. 672 None if the object is set not to block and has no data to read. 1334 # a subclass or the user set self.flush to something. This is the same 1532 if not set(mod [all...] |
H A D | pickle.py | 183 EMPTY_SET = b'\x8f' # push empty set on the stack 184 ADDITEMS = b'\x90' # modify set by adding topmost stack items 1014 self.save_reduce(set, (list(obj),), obj=obj) 1031 dispatch[set] = save_set 1460 self.append(set()) 1704 if isinstance(set_obj, set):
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 49 #include <set> 311 // miss shader is loaded into each test regardless m_params.miss() is set in RayTracingTestPipeline() 314 // cloest hit shader is loaded into each test regardless m_params.chit() is set in RayTracingTestPipeline() 615 << "layout(rgba32i, set = 0, binding = 0) uniform iimage2D result;" << endl in initPrograms() 616 << "layout(set = 0, binding = 1) uniform accelerationStructureEXT topLevelAS;" << endl in initPrograms() 637 // miss shader is created in each test regardless the m_params.miss() is set in initPrograms() 651 // closest hit shader is created in each test regardless the m_params.chit() is set in initPrograms() 909 std::set<deUint32> usedIndexes; in prepareShaderBindingTable() 939 std::set<deUint32> usedIndexes; in prepareShaderBindingTable() 1350 using FlagsSet = std::set<VkPipelineCreateFlag [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 1170 Move<VkDescriptorSet> set (allocateDescriptorSet(vkd, device, &allocateInfo)); in createSplitDescriptorSet() 1192 *set, in createSplitDescriptorSet() 1205 *set, in createSplitDescriptorSet() 1221 return set; in createSplitDescriptorSet() 2010 splitShader << "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp subpassInputMS i_depth;\n" in init() 2011 << "layout(input_attachment_index = 0, set = 0, binding = 1) uniform highp usubpassInputMS i_stencil;\n"; in init() 2014 splitShader << "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp subpassInputMS i_depth;\n"; in init() 2016 splitShader << "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp usubpassInputMS i_stencil;\n"; in init() 2087 "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp " << subpassType << " i_color;\n" in init()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validation_state.cpp | 1088 std::set<uint32_t> visited; in ComputeFunctionToEntryPointMapping() 1111 std::set<uint32_t> visited; in ComputeRecursiveEntryPoints() 1151 std::set<uint32_t> ValidationState_t::EntryPointReferences(uint32_t id) const { in EntryPointReferences() 1152 std::set<uint32_t> referenced_entry_points; in EntryPointReferences()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_egl_ext_autogen.cpp | 24 EGLSetBlobFuncANDROID set, in EGL_SetBlobCacheFuncsANDROID() 29 "dpy = 0x%016" PRIxPTR ", set = 0x%016" PRIxPTR ", get = 0x%016" PRIxPTR "", in EGL_SetBlobCacheFuncsANDROID() 30 (uintptr_t)dpy, (uintptr_t)set, (uintptr_t)get); in EGL_SetBlobCacheFuncsANDROID() 37 dpyPacked, set, get); in EGL_SetBlobCacheFuncsANDROID() 39 SetBlobCacheFuncsANDROID(thread, dpyPacked, set, get); in EGL_SetBlobCacheFuncsANDROID() 23 EGL_SetBlobCacheFuncsANDROID(EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) EGL_SetBlobCacheFuncsANDROID() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validation_state.cpp | 1088 std::set<uint32_t> visited; in ComputeFunctionToEntryPointMapping() 1111 std::set<uint32_t> visited; in ComputeRecursiveEntryPoints() 1151 std::set<uint32_t> ValidationState_t::EntryPointReferences(uint32_t id) const { in EntryPointReferences() 1152 std::set<uint32_t> referenced_entry_points; in EntryPointReferences()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationbuilder.cpp | 1074 // We set 0 case bits for secondary CEs too in setCaseBits() 1083 CollationBuilder::suppressContractions(const UnicodeSet &set, const char *&parserErrorReason, in suppressContractions() argument 1086 dataBuilder->suppressContractions(set, errorCode); in suppressContractions() 1088 parserErrorReason = "application of [suppressContractions [set]] failed"; in suppressContractions() 1093 CollationBuilder::optimize(const UnicodeSet &set, const char *& /* parserErrorReason */, in optimize() argument 1096 optimizeSet.addAll(set); in optimize() 1204 // It also saves a little bit of space, and may reduce the set of characters with contractions. in addTailComposites() 1249 // they are set to the last combining classes seen. in mergeCompositeIntoString() 1696 // Contraction set consists only of strings in ucol_getUnsafeSet() 1698 // break the strings apart and add them to the unsafe set in ucol_getUnsafeSet() [all...] |
H A D | rulebasedcollator.cpp | 280 LocalPointer<UnicodeSet> set(getTailoredSet(errorCode)); in hashCode() 282 UnicodeSetIterator iter(*set); in hashCode() 400 RuleBasedCollator::internalAddContractions(UChar32 c, UnicodeSet &set, UErrorCode &errorCode) const { in internalAddContractions() argument 402 ContractionsAndExpansions(&set, NULL, NULL, FALSE).forCodePoint(data, c, errorCode); in internalAddContractions()
|
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 281 "Could not set transform on scale canvas."); in endSheet() 417 "Could not set new stream for subsetted font."); in subset_typeface() 547 HRM((*path)->SetGeometryLocal(geometry.get()), "Could not set geometry"); in createPath() 560 HRM(solidBrush->SetOpacity(alpha / 255.0f), "Could not set opacity."); in createXpsSolidColorBrush() 582 "Could not set tile mode for side of clamp."); in sideOfClamp() 584 "Could not set brush for side of clamp"); in sideOfClamp() 601 "Could not set brush for corner of clamp."); in cornerOfClamp() 675 "Could not set image tile mode"); in createXpsImageBrush() 677 "Could not set image opacity."); in createXpsImageBrush() 704 "Could not set til in createXpsImageBrush() [all...] |
/third_party/skia/tests/ |
H A D | GrThreadSafeCacheTest.cpp | 522 verts[0].set(10.0f, 10.0f); in findOrCreateVertices() 523 verts[1].set(fWH-10.0f, 10.0f); in findOrCreateVertices() 524 verts[2].set(10.0f, fWH-10.0f); in findOrCreateVertices() 525 verts[3].set(fWH-10.0f, fWH-10.0f); in findOrCreateVertices() 706 // In this case something has gone disastrously wrong so set up to drop the draw in AccessCachedView()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ShaderModule.cpp | 454 // Skip bindings that have minimum buffer size set in the layout in GetBindGroupMinBufferSizes() 735 metadata->usedVertexInputs.set(location); 753 metadata->usedInterStageVariables.set(location); 792 metadata->usedInterStageVariables.set(location); 855 metadata->fragmentOutputsWritten.set(attachment);
|
/third_party/python/Lib/test/ |
H A D | test_bigmem.py | 28 # When run with a memory limit set, both decorators skip tests that need 382 self.assertEqual(set(l), set([_('a')])) 386 self.assertEqual(set(l), set([_(' ')]))
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | optional_test.cc | 647 absl::optional<volatile Listenable> empty, set(absl::in_place); in TEST() 653 empty_to_set = set; // copy construct in TEST() 655 set_to_set = set; // copy assign in TEST() 1503 std::set<size_t> hashcodes; in TEST()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 49 #include <set> 310 // miss shader is loaded into each test regardless m_params.miss() is set in RayTracingTestPipeline() 313 // cloest hit shader is loaded into each test regardless m_params.chit() is set in RayTracingTestPipeline() 608 << "layout(rgba32i, set = 0, binding = 0) uniform iimage2D result;" << endl in initPrograms() 609 << "layout(set = 0, binding = 1) uniform accelerationStructureEXT topLevelAS;" << endl in initPrograms() 630 // miss shader is created in each test regardless the m_params.miss() is set in initPrograms() 644 // closest hit shader is created in each test regardless the m_params.chit() is set in initPrograms() 901 std::set<deUint32> usedIndexes; in prepareShaderBindingTable() 931 std::set<deUint32> usedIndexes; in prepareShaderBindingTable() 1343 using FlagsSet = std::set<VkPipelineCreateFlag [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 1170 Move<VkDescriptorSet> set (allocateDescriptorSet(vkd, device, &allocateInfo)); in createSplitDescriptorSet() 1192 *set, in createSplitDescriptorSet() 1205 *set, in createSplitDescriptorSet() 1221 return set; in createSplitDescriptorSet() 2001 splitShader << "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp subpassInputMS i_depth;\n" in init() 2002 << "layout(input_attachment_index = 0, set = 0, binding = 1) uniform highp usubpassInputMS i_stencil;\n"; in init() 2005 splitShader << "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp subpassInputMS i_depth;\n"; in init() 2007 splitShader << "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp usubpassInputMS i_stencil;\n"; in init() 2078 "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp " << subpassType << " i_color;\n" in init()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglRobustnessTests.cpp | 46 #include <set> 50 using std::set; 381 set<string> requiredExtensions; in checkRequiredEGLExtensions() 414 for (std::set<string>::const_iterator reqExt = requiredExtensions.begin(); reqExt != requiredExtensions.end(); ++reqExt) in checkRequiredEGLExtensions()
|