Home
last modified time | relevance | path

Searched refs:set (Results 8576 - 8600 of 9728) sorted by relevance

1...<<341342343344345346347348349350>>...390

/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.cc634 to_number_operator_.set(common()->Call(call_descriptor)); in PlainPrimitiveToNumberOperator()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h19 #include "src/base/enum-set.h"
107 * If BreakOnAnyExceptions is set then VM will pause on caught and uncaught
108 * exception, if BreakOnUncaughtException is set then VM will pause only on
143 // should be set shortly before resuming, i.e. shortly before returning into
654 v8::Local<v8::Value> set; member
/third_party/node/deps/v8/src/inspector/
H A Dv8-console-message.cc601 std::set<String16>& reportedDeprecationMessages = in shouldReportDeprecationMessage()
/third_party/node/deps/v8/src/objects/
H A Dobjects.h802 // Return value is only meaningful if [found] is set to true on return.
962 static inline int set(int value, int bit_position, bool v) { in set() function in v8::internal::BooleanBit
H A Dfeedback-vector.h574 inline void set(int index, int32_t value);
600 // Verify that a set hash field will not look like a tagged object.
H A Dshared-function-info-inl.h59 void PreparseData::set(int index, byte value) { in set() function in v8::internal::PreparseData
326 // We only allow language mode transitions that set the same language mode in set_language_mode()
434 // Only set the function name for function scopes. in SetScopeInfo()
/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc142 // 1) set method's name to a concatenation of |name_prefix| and |key| if the
356 property_array->set(field_index, value); in AddDescriptorsByTemplate()
/third_party/libabigail/src/
H A Dabg-comparison-priv.h81 /// hash map or set.
117 /// hash map or set.
323 // categories and the current set of categories. in is_filtered_out()
1444 sort_artifacts_set(const artifact_sptr_set_type& set,
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTree.java46 * Minimal decision tree for matching digit sequences. A range tree represents an arbitrary set of
47 * digit sequences typically grouped as a set of disjoint ranges. A range tree can be thought of
49 * {@code List<RangeSpecification>}. Range trees can have set-like operations performed on them,
72 * Returns a bit-mask of possible lengths from this node. Bit-N is set of the sub-tree rooted
74 * set if this node can terminate.
98 * once (e.g. storing visited nodes in a set or map).
146 * Mask of all possible lengths of digit sequences this node can match. If bit-N is set then
169 // A node is defined entirely from its set of edges and whether it can terminate.
196 // For each bit in the edge mask, set the 4-bit nibble in the jump table to the edge index. in Node()
199 // We rely on the jump table entry having all its bits set her in Node()
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTable.java74 * can choose to limit their values to some known set.
76 * A {@link ColumnGroup} defines a related set of columns of the same type. The exact set of
431 * Returns the set of values with assigned ranges in the given column.
516 // Callers MUST validate that the given set of columns are all valid in the subSchema.
523 // Sort to our schema (since the given set of columns is not required to be sorted). in subTable()
551 * Returns a minimum set of changes based on a table of assignments (column plus value). This is
557 * @param allRanges the set of all ranges affected by the changes (this might include ranges not
668 // This only works because "toChanges()" produces the minimal set of changes such that each in simplify()
673 // Reconstruct the output table by assigning values from the original change set accordin in simplify()
[all...]
/third_party/python/Tools/peg_generator/pegen/
H A Dc_generator.py365 super().__init__(grammar, set(tokens.values()), file)
/third_party/python/Lib/
H A Ddis.py438 labels = set(findlabels(code))
/third_party/python/Lib/test/test_asyncio/
H A Dtest_taskgroups.py718 cvar.set(val)
/third_party/python/Lib/re/
H A D_compiler.py238 raise error("internal: unsupported set operator %r" % (op,))
242 # internal: optimize character set
284 # character set contains non-UCS1 character codes
287 # Character set contains non-BMP character codes.
332 # else original character set is good enough
343 # set is constructed. Then, this bitmap is sliced into chunks of 256
592 labels = set()
/third_party/python/Lib/test/
H A Dtest_asyncore.py94 evt.set()
519 self.fail("flag not set")
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentTests.cpp49 #include <set>
342 "layout(input_attachment_index = 0, set = 0, binding = 0) uniform subpassInput inputColor;" in initPrograms()
670 // Update descriptor set in UnusedAttachmentTestInstance()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLCommandQueue.cpp129 props->set(properties); in setProperty()
H A DProgram.h18 #include <set>
175 // Whether another binding was set that may potentially alias this.
409 // Note that this has nothing to do with binding layout qualifiers that can be set for some
410 // uniforms in GLES3.1+. It is used to pre-set the location of uniforms.
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h561 mKeyData[index].set(offset, true); in insert()
632 // Ensure key set has capacity in ensureCapacity()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp46 // This bypasses all other heuristics, so it should be set fairly high.
154 /// except for terminators. Reverse the condition if ReversePredicate is set.
180 /// If predicate is set try to predicate the block otherwise try to
268 ClobberedRegUnits.set(*Units); in InstrDependenciesAllowIfConv()
500 // AnalyzeBranch doesn't set FBB on a fall-through branch. in canConvertIf()
501 // Make sure it is always set. in canConvertIf()
H A DSafeStack.cpp340 // LLVM 'nocapture' attribute is only set for arguments whose address in IsSafeStackAlloca()
431 assert(StaticTop && "The stack top isn't set."); in createStackRestorePoints()
484 /// We explicitly compute and set the unsafe stack layout for all unsafe
618 U.set(Replacement); in moveStaticAllocasToUnsafeStack()
775 // we explicitly set a artificial debug location here. in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp494 SeenTypes.set(TypeIdx); in getAction()
694 /// \pre Type indices of every opcode form a dense set starting from 0.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp116 AllocatedStackSlots.set(NextSlotToAllocate); in allocateStackSlot()
476 /// will be set to the last value spilled (if any were).
820 // DON'T set the root - under the assumption that it's already set past the in LowerAsSTATEPOINT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DValue.cpp225 // Fast-path: LLVMContext can be set to strip out non-GlobalValue names in setNameImpl()
252 return; // Cannot set a name on this value (e.g. constant). in setNameImpl()
298 // We can't set a name on this value, but we need to clear V's name if in takeName()
301 return; // Cannot set a name on this value (e.g. constant). in takeName()
320 return; // Cannot set a name on this value (e.g. constant). in takeName()
423 U.set(New); in doRAUW()
666 // TODO: Don't outright reject hasExternalWeakLinkage but set the in getPointerDereferenceableBytes()
875 // HasValueHandle flag is set. in ValueIsDeleted()
878 assert(Entry && "Value bit set but no entries exist"); in ValueIsDeleted()
931 // HasValueHandle flag is set in ValueIsRAUWd()
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Djson_generator.py303 self.vkLayerNotReqList = set([""])
831 # bindings in the same Descriptor set layout.

Completed in 43 milliseconds

1...<<341342343344345346347348349350>>...390