/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-object.h | 64 * Properties in a descriptor are present or absent. If you do not set 66 * `get`, or `set` are absent, but you must specify them in the constructor, use 69 * Accessors `get` and `set` must be callable or undefined if they are present. 77 * d.value(); // error, value not set 101 PropertyDescriptor(Local<Value> get, Local<Value> set); 110 Local<Value> set() const; 512 * must have been set by SetAlignedPointerInInternalField, everything else 653 * Checks whether a callback is set by the 681 * Call an Object as a function if a callback is set by the 690 * Call an Object as a constructor if a callback is set b [all...] |
H A D | v8config.h | 178 // If not set explicitly, these fall back to corresponding V8_OS_ values. 182 // The target OS is provided, just check that at least one known value is set. 690 set BUILDING_V8_SHARED, to include its headers for linking against the \ 691 V8 shared library set USING_V8_SHARED. 784 // The macros may be set externally. If not, detect in the same way as the host
|
/third_party/node/deps/v8/include/ |
H A D | v8-object.h | 66 * Properties in a descriptor are present or absent. If you do not set 68 * `get`, or `set` are absent, but you must specify them in the constructor, use 71 * Accessors `get` and `set` must be callable or undefined if they are present. 79 * d.value(); // error, value not set 103 PropertyDescriptor(Local<Value> get, Local<Value> set); 112 Local<Value> set() const; 502 * must have been set by SetAlignedPointerInInternalField, everything else 634 * Checks whether a callback is set by the 662 * Call an Object as a function if a callback is set by the 671 * Call an Object as a constructor if a callback is set b [all...] |
/third_party/node/deps/v8/ |
H A D | PRESUBMIT.py | 167 return set(sum(list_of_lists, [])) 207 only_paths = set([imf.LocalPath() for imf in impacted_files])
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.cc | 6 #include <set> 198 std::unordered_map<std::pair<size_t, Symbol*>, std::set<const Item*>, in RunEarleyAlgorithm()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_descriptor_update_template.h | 67 size += vn_sizeof_uint32_t(&val->set); in vn_sizeof_VkDescriptorUpdateTemplateCreateInfo_self() 107 vn_encode_uint32_t(enc, &val->set); in vn_encode_VkDescriptorUpdateTemplateCreateInfo_self()
|
/third_party/node/deps/uv/src/unix/ |
H A D | kqueue.c | 122 sigset_t set; in uv__io_poll() local 199 pset = &set; in uv__io_poll() 217 /* Only need to set the provider_entry_time if timeout != 0. The function in uv__io_poll()
|
/third_party/libabigail/src/ |
H A D | abg-elf-reader.cc | 45 /// @param out parameter. Is set to the file name of the alternate 103 /// Find alternate debuginfo file of a given "link" under a set of 115 /// @param root_dirs the set of root directories to look from. 122 /// the directories in @p root_dirs. This is set iff the function 150 /// @param debug_root_dirs a set of root debuginfo directories under 153 /// @param alt_file_name output parameter. This is set to the file 155 /// This is set iff the function returns a non-null result. 158 /// debug info. If this parameter is set by the function, then the 162 /// is set to 0, so it doesn't need to be fclosed. 316 // Get the set o in crack_open_elf_file() [all...] |
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | fsutil.py | 143 include = set(fix_filename(v, relroot, fixroot=False) 146 exclude = set(fix_filename(v, relroot, fixroot=False)
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | __main__.py | 236 args.levels = set(levels) 250 args.kinds = set(kinds)
|
/third_party/python/Tools/i18n/ |
H A D | pygettext.py | 92 Keywords to look for in addition to the default set, which are: 99 Disable the default set of keywords (see above). Any keywords 266 def containsAny(str, set): 267 """Check whether 'str' contains ANY of the chars in 'set'""" 268 return 1 in [c in str for c in set] 491 # k is the message string, v is a dictionary-set of (filename,
|
/third_party/pcre2/pcre2/maint/ |
H A D | GenerateUcd.py | 122 # value, character type, grapheme break type, offset to caseless matching set, 129 # the same set of records as other blocks. This leads to a 2-stage lookup 139 # each set of 10 decimal digits in Unicode. This is used to ensure that digits 140 # in script runs all come from the same set. The first element in the vector 154 # bitmap has no bits set; characters that have no script extensions have zero 181 # 0 => Not part of a caseless set 193 # are different because they are part of a multi-character caseless set (for 194 # example, k, K and the Kelvin symbol are such a set). 203 # 0 => Not part of a caseless set 221 # 0 => Not part of a caseless set [all...] |
/third_party/protobuf/conformance/ |
H A D | ConformanceJava.java | 180 messages.set(i, decoder.decode(bytes, BinaryDecoderType.values()[i], parser, extensions)); in parseBinary() 183 exceptions.set(i, e); in parseBinary()
|
/third_party/python/Lib/ |
H A D | socketserver.py | 243 self.__is_shut_down.set() 615 self.active_children = set()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
H A D | vktMemoryModelSharedLayoutCase.cpp | 180 std::set<glu::DataType> types; in generateCompareFuncs() 181 std::set<glu::DataType> compareFuncs; in generateCompareFuncs() 368 // Create descriptor set in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
H A D | vktMemoryModelSharedLayoutCase.cpp | 180 std::set<glu::DataType> types; in generateCompareFuncs() 181 std::set<glu::DataType> compareFuncs; in generateCompareFuncs() 368 // Create descriptor set in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Debug.cpp | 450 result.set(MessageType::Critical); in GetDefaultMessageTypeBits() 451 result.set(MessageType::Error); in GetDefaultMessageTypeBits()
|
H A D | Image.cpp | 70 mTargetOf.set(DisplayFromContext(context), imageTarget); in setTargetImage() 85 *outReleaseImage = mTargetOf.set(DisplayFromContext(context), nullptr); in orphanImages()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | FunctionsEGL.cpp | 485 void FunctionsEGL::setBlobCacheFuncsANDROID(EGLSetBlobFuncANDROID set, in setBlobCacheFuncsANDROID() argument 488 return mFnPtrs->setBlobCacheFuncsANDROIDPtr(mEGLDisplay, set, get); in setBlobCacheFuncsANDROID()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_android_bp.py | 56 if isinstance(value, set) or isinstance(value, list): 57 value = list(sorted(set(value)))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 132 // Otherwise, attempt to find a covering set of sub-register numbers. in addMachineReg() 155 CurSubReg.set(Offset, Offset + Size); in addMachineReg() 168 Coverage.set(Offset, Offset + Size); in addMachineReg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | DetectDeadLanes.cpp | 115 WorklistMembers.set(RegIdx); in PutInWorklist() 123 /// This bitvector is set for each vreg index where the vreg is defined 364 DefinedByCopy.set(RegIdx); in determineInitialDefinedLanes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcMCJITReplacement.h | 46 #include <set> 119 // Each set of objects loaded will be finalized exactly once, but since 130 // get more than one set of objects loaded but not yet finalized is if 131 // they were loaded during relocation of another set. 490 using SectionAddrSet = std::set<const void *>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Globals.cpp | 271 // file, and thus should be able to set the alignment arbitrarily, in canIncreaseAlignment() 394 Op<0>().set(nullptr); in setInitializer() 401 // the order here matters. We need to set num operands to 1 first so that in setInitializer() 402 // we get the correct offset to the first operand when we set it. in setInitializer() 405 Op<0>().set(InitVal); in setInitializer()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | antora-prep.py | 28 title to set custom attributes needed for the build. pages are then 177 self.anchors = set() 178 self.includes = set() 333 # and set the flag so the terminating '>>' on the next line will
|