/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_entry_points.py | 983 // It can interfere with the debug events being set by the caller. 1807 all_param_types = set() 1825 all_param_types = set() 1875 all_param_types = set() 2367 all_commands_names = set(gles_command_names) 2782 set([major for (major, minor) in registry_xml.DESKTOP_GL_VERSIONS])): 3059 ] + [("GL%s" % cmd, "gl%s" % cmd) for cmd in set(gles_cmd_names + gl_cmd_names) 3111 all_param_types = sorted(list(set(all_gles_param_types + all_egl_param_types)))
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | compiler.py | 98 if type(value) in (tuple, list, set, frozenset): 115 is a set of all the undeclared names from the sequence of names found. 203 self.filters = set() 204 self.tests = set() 225 self.names = set(names) 226 self.undeclared = set() 514 skip_special_params = set() 640 """Pops the current parameter definitions set.""" 679 self._assign_stack.append(set()) 1464 # This is a special case. Since a set bloc [all...] |
/third_party/skia/third_party/externals/brotli/js/ |
H A D | decode.js | 699 newBuffer.set(s.ringBuffer.subarray(0, 0 + s.ringBufferSize), 0); 891 s.output.set(s.ringBuffer.subarray(s.ringBufferBytesWritten, s.ringBufferBytesWritten + toWrite), s.outputOffset + s.outputUsed); 1680 data.set(s.byteBuffer.subarray(readOffset, readOffset + delta), offset); 1926 dictionary.set(dict); 1956 dst.set(src.data.subarray(src.offset, end), offset); 2014 result.set(chunk.subarray(0, len), offset); 2016 result.set(chunk, offset);
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_widgets.py | 86 self.skipTest('No $DISPLAY set.') 229 self.assertEqual(len(set(variables)), 4, variables) 1190 sb.set(0.2, 0.4) 1192 self.assertRaises(TclError, sb.set, 'abc', 'def') 1193 self.assertRaises(TclError, sb.set, 0.6, 'def') 1194 self.assertRaises(TclError, sb.set, 0.6, None) 1195 self.assertRaises(TypeError, sb.set, 0.6) 1196 self.assertRaises(TypeError, sb.set, 0.6, 0.7, 0.8)
|
/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 199 int set = 1; variable 625 setsockopt(state->sockfd, SOL_SOCKET, SO_REUSEADDR, &set, sizeof(set)); in mode_app() 626 if (setsockopt(state->sockfd, SOL_SOCKET, SO_BROADCAST, &set, sizeof(set)) == -1) { in mode_app() 778 setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &set, sizeof(set)); in send_app()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set.h | 27 // they have an overload set like: 197 // indexes of the set bits of a bitmask. When Shift=0 (platforms with SSE), 570 // - the input is already a set 611 // Sets the control byte, and if `i < NumClonedBytes()`, set the cloned byte 911 // // copies the strings into the set. 915 // // copies the strings into the set. 1940 static size_t GetNumProbes(const Set& set, 1943 size_t hash = set.hash_ref()(key); 1944 auto seq = probe(set.ctrl_, hash, set [all...] |
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 65 _valid_extensions = set([]) 246 set noparent 253 "set noparent" option prevents cpplint from traversing directory tree 435 'set.h', 486 'set', 852 # {str, set(int)}: a map from error categories to sets of linenumbers 857 # This is set by --root flag. 861 # The top level repository directory. If set, _root is calculated relative to 863 # This is set by the --repository flag. 866 # Files to exclude from linting. This is set b [all...] |
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 328 // A (dynamically-sized) set of unsigned integers that behaves especially well 342 // Destructively set a value in this set. 438 // we can set undo_action to IGNORE if we know there is no value to in PerformDeferredActions() 465 // always set correctly if we succeed. There is no in PerformDeferredActions() 467 // will set it again or fail. in PerformDeferredActions() 478 // set the position we have to ignore historically earlier in PerformDeferredActions() 545 // Here we have a concrete backtrack location. These are set up by choice in Flush() 765 icu::UnicodeSet set; in GetCaseIndependentLetters() local 766 set in GetCaseIndependentLetters() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_alu.cpp | 45 const std::set<AluModifiers>& flags, int slots): in AluInstr() 55 m_alu_flags.set(alu_op3); in AluInstr() 58 m_alu_flags.set(f); in AluInstr() 64 ASSERT_OR_THROW(dest, "Write flag is set, but no destination register is given"); in AluInstr() 82 const std::set<AluModifiers>& m_flags): in AluInstr() 90 const std::set<AluModifiers>& m_flags): in AluInstr() 98 const std::set<AluModifiers>& m_flags): in AluInstr() 118 AluInstr::AluInstr(ESDOp op, const SrcValues& src, const std::set<AluModifiers>& flags): in AluInstr() 831 std::set<AluModifiers> flags; in from_string() 2551 const std::set<AluModifier [all...] |
/third_party/openGLES/xml/ |
H A D | readme.tex | 49 The registry uses an XML representation of the API and a set of Python 3 197 feature set. 352 \item \attr{name} - group name, an arbitrary string for grouping a set 449 \item \attr{group} - group name, an arbitrary string for grouping a set of 662 is the set of interfaces (enumerants and commands) defined by a 688 set of interfaces that is respectively required for, or removed from, 749 extension is the set of interfaces defined by a particular API extension 753 which describes the set of API names which the extension can potentially 761 \attr{api} tag of a set of \tag{feature} tags. 773 set o [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingValveMutableTests.cpp | 46 #include <set> 220 // How to create the source set when copying descriptors from another set. 848 std::set<VkDescriptorType> descTypes(begin(typesVec), end(typesVec)); in needsAliasing() 989 // Convert the binding to mutable using a wider set of descriptor types if possible, including the binding type. 1015 const std::string layoutAttribs = "set=" + de::toString(setNum) + ", binding=" + de::toString(bindingNum); 1234 std::set<VkDescriptorType> basicTypes; in ArrayBinding() 1235 std::set<DescriptorTypeFlags> bindingTypes; in ArrayBinding() 1356 std::set<VkDescriptorType> usedTypes; 1420 // Maximum number of descriptor types used by any binding in the set [all...] |
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
H A D | gfx9addrlib.cpp | 796 // If applyAliasFix was set, the extra bits should be MAX(10u, m_pipeInterleaveLog2), in HwlComputeMaxMetaBaseAlignments() 1358 * Convert familyID defined in atiid.h to ChipFamily and set m_chipFamily/m_chipRevision 1651 cs.set(DIM_S, i); in GetDataEquation() 1678 cs.set(DIM_S, s); in GetDataEquation() 1790 co.set(DIM_Z, numPipeLog2 - 1 - pipeIdx); in GetPipeEquation() 1984 cs.set(DIM_S, s); in GenMetaEquation() 1995 co.set(DIM_X, compBlkWidthLog2); in GenMetaEquation() 1997 co.set(DIM_Y, compBlkHeightLog2); in GenMetaEquation() 1999 co.set(DIM_Z, compBlkDepthLog2); in GenMetaEquation() 2005 co.set(DIM_ in GenMetaEquation() [all...] |
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 315 * handling of the exception has concluded. If set, it 5132 * \param err if non-NULL will be set to CL_SUCCESS on successful operation or one of the following errors: 6321 * Enqueues a command to indicate with which device a set of memory objects 7403 static void set (Kernel kernel, T0 arg) in set() function 7412 static void set (Kernel, NullType) in set() function 7482 SetArg<0, T0>::set(kernel_, t0); in operator ()() 7483 SetArg<1, T1>::set(kernel_, t1); in operator ()() 7484 SetArg<2, T2>::set(kernel_, t2); in operator ()() 7485 SetArg<3, T3>::set(kernel_, t3); in operator ()() 7486 SetArg<4, T4>::set(kernel in operator ()() [all...] |
/third_party/node/deps/undici/ |
H A D | undici.js | 812 return object && typeof object === "object" && typeof object.append === "function" && typeof object.delete === "function" && typeof object.get === "function" && typeof object.getAll === "function" && typeof object.has === "function" && typeof object.set === "function" && object[Symbol.toStringTag] === "FormData"; 1289 httpRequest.headersList.set("sec-fetch-mode", header); 2270 this[kHeadersMap].set(lowercaseName, { 2275 this[kHeadersMap].set(lowercaseName, { name, value }); 2277 if (lowercaseName === "set-cookie") { 2282 // https://fetch.spec.whatwg.org/#concept-header-list-set 2283 set(name, value) { 2286 if (lowercaseName === "set-cookie") { 2289 this[kHeadersMap].set(lowercaseName, { name, value }); 2295 if (name === "set [all...] |
/third_party/python/Lib/test/ |
H A D | test_descr.py | 575 get, set = hits.get(key, (None, None)) 577 hits[key] = get, set 580 get, set = hits.get(key, (None, None)) 581 set = val 582 hits[key] = get, set 583 for key, (get, set) in hits.items(): 584 dict[key] = property(get, set) 1062 # We set __slots__ = () to ensure that the subclasses are 1342 self.fail("shouldn't be allowed to set a.foo") 1734 def __init__(self, get, set [all...] |
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/vulkan/ |
H A D | vulkan_example.h | 32 #include <set>
|
/build/ohos/ndk/ |
H A D | archive_ndk.py | 103 depfile_deps = set(
|
/build/ohos/sdk/ |
H A D | copy_sdk_modules.py | 113 depfile_deps = set(
|
/build/ |
H A D | print_python_deps.py | 32 src_paths = set()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | dhdioctl.h | 45 uint32 set; /* get or set request boolean (optional) */ member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wldev_common.h | 35 /* wl_dev_ioctl - get/set IOCTLs, will call net_device's do_ioctl (or 40 struct net_device *dev, u32 cmd, void *arg, u32 len, u32 set);
|
/third_party/curl/src/ |
H A D | mkhelp.pl | 158 /* Make sure no gzip options are set */
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | reflection.h | 43 #include <set>
|
/third_party/gn/src/gn/ |
H A D | build_settings.h | 11 #include <set> 82 // The 'no_stamp_files' boolean flag can be set to generate Ninja files
|
/third_party/glslang/SPIRV/ |
H A D | doc.h | 166 // Any specific enum can have a set of capabilities that allow it: 169 // Parameterize a set of operands with their OperandClass(es) and descriptions. 198 // Parameterize a set of enumerants that form an enum 203 void set(int ceil, const char* (*name)(int), EnumParameters* ep, bool mask = false) in set() function in spv::EnumDefinition 218 // Parameterize an instruction's logical format, including its known set of operands, 247 // The set of objects that hold all the instruction/operand
|