Home
last modified time | relevance | path

Searched refs:empty (Results 1251 - 1275 of 4898) sorted by relevance

1...<<51525354555657585960>>...196

/third_party/spirv-tools/source/
H A Dtext.cpp58 // If the string was empty, then the ID also is not valid. in spvIsValidID()
448 if (pExpectedOperands->empty()) { in spvTextEncodeOperand()
583 if (opcodeEntry->hasResult && result_id.empty()) { in spvTextEncodeOpcode()
588 if (!opcodeEntry->hasResult && !result_id.empty()) { in spvTextEncodeOpcode()
611 while (!expectedOperands.empty()) { in spvTextEncodeOpcode()
618 if (type == SPV_OPERAND_TYPE_RESULT_ID && !result_id.empty()) { in spvTextEncodeOpcode()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp183 else if (segmentsB.empty() || de::abs(seg.length - segmentsB[0].length) < epsilon) in verifyFractionalSpacingSingle()
198 if (!segmentsA.empty() && !segmentsB.empty()) in verifyFractionalSpacingSingle()
206 if (segmentsA.empty() || segmentsB.empty()) // All segments have same length. This is ok. in verifyFractionalSpacingSingle()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc186 if (vec.empty()) continue; // Avoid nullptr in {memcpy}. in ConcatenateBytes()
242 if (!name.empty()) { in DebugName()
246 } else if (name.empty()) { in DebugName()
285 if (!source_positions().empty()) { in LogCode()
427 if (!source_positions().empty()) { in Disassemble()
499 if (dead_code.empty()) return; in DecrementRefCount()
532 DCHECK(owned_code_space_.empty()); in Init()
646 // non-empty regions.
675 // There are no empty regions. in ~CheckWritableMemoryRegions()
723 Address hint = owned_code_space_.empty() in AllocateForCodeInRegion()
[all...]
/third_party/nghttp2/src/
H A Dh2load.cc155 bool Config::has_base_uri() const { return (!this->base_uri.empty()); } in has_base_uri()
159 return !npn_list.empty() && in is_quic()
1149 if (!selected_proto.empty()) { in connection_made()
1725 if (samples.empty()) { in compute_time_stat()
1854 config.connect_to_host.empty() ? config.host : config.connect_to_host; in resolve_host()
1992 if (script_line.empty()) { in read_script_from_file()
2652 if (p.first.empty() || in main()
2653 (!p.second.empty() && (port = util::parse_uint(p.second)) == -1)) { in main()
2716 if (config.ifile.empty()) { in main()
2728 if (config.npn_list.empty()) { in main()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dcontains-vs-inherits-zero-sized.hpp19 Empty empty; member
/test/xts/acts/multimedia/av_codec/vcodec/hdrcodec/src/
H A Dhdrcodec_ndk_sample.cpp112 std::queue<uint32_t> empty; in clearIntqueue() local
113 swap(empty, q); in clearIntqueue()
270 std::queue<OH_AVMemory *>empty; in FlushBuffer() local
271 swap(empty, decSignal->inBufferQueue_); in FlushBuffer()
/third_party/gn/src/gn/
H A Dcommand_args.cc54 // Degenerate case of an empty line. Below we'll try to return the in BackUpToLineBegin()
80 if (!line_stripped.empty() && line_stripped[0] == ' ') in StripHashFromLine()
131 if (!comment.empty()) in PrintDefaultValueInfo()
202 if (!comment.empty() && !short_only) in BuildArgJson()
216 if (!list_value.empty()) { in ListArgs()
424 given build directory doesn't exist, it will be created and an empty args
H A Dcommand_refs.cc374 if (!line.empty())
422 if (!quiet && config_matches.empty() && explicit_target_matches.empty() &&
423 target_matches.empty()) {
H A Dinput_conversion.cc85 // we made, rather than the result of running the block (which will be empty). in ParseValueOrScope()
98 // Trim one empty line from the end since the last line might end in a in ParseList()
101 if (!as_lines.empty() && as_lines[as_lines.size() - 1].empty()) in ParseList()
209 if (input_conversion.empty()) in DoConvertInputToValue()
311 Note that if the input is empty, the result will be a null value which
H A Dmetadata_unittest.cc12 ASSERT_TRUE(metadata.contents().empty()); in TEST()
182 EXPECT_TRUE(results.empty()); in TEST()
204 EXPECT_TRUE(results.empty()); in TEST()
232 EXPECT_TRUE(results.empty()); in TEST()
/third_party/glslang/StandAlone/
H A Dspirv-remap.cpp136 // Ignore empty lines and lines starting with the comment marker '#'. in read()
147 if (outFile.empty()) in write()
204 if (!whiteListFile.empty()) in execute()
259 while (!path.empty() && path.back() == path_sep_char()) in parseCmdLine()
402 if (outputDirOrFiles.empty()) in main()
/third_party/icu/icu4c/source/common/
H A Dlocalebuilder.cpp74 if (input.empty()) { in setField()
115 if (variant.empty()) { in setVariant()
245 if (!value.empty()) { in setExtension()
256 (!type.empty() && in setUnicodeLocaleKeyword()
H A Duvector.cpp371 UElement empty; in setSize() local
372 empty.pointer = nullptr; in setSize()
373 empty.integer = 0; in setSize()
375 elements[i] = empty; in setSize()
/third_party/json/include/nlohmann/detail/input/
H A Dinput_adapters.hpp167 bool empty() const in empty() function in detail::iterator_input_adapter
188 if (JSON_HEDLEY_UNLIKELY(input.empty())) in fill_buffer()
246 if (JSON_HEDLEY_UNLIKELY(input.empty())) in fill_buffer()
277 if (JSON_HEDLEY_UNLIKELY(!input.empty())) in fill_buffer()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dmemory.cpp99 data_ptr = !data.empty() ? data.data() : host_ptr(); in resource_in()
114 auto r = (!resources.empty() ? in resource()
185 const void *data_ptr = !data.empty() ? data.data() : NULL; in resource_in()
199 auto r = (!resources.empty() ? in resource()
/third_party/node/src/
H A Dinspector_io.cc32 if (!script_name.empty()) { in ScriptPath()
115 bool notify = messages_.empty(); in Post()
125 if (messages_.empty()) { in Wait()
364 return script_name_.empty() ? GetHumanReadableProcessName() : script_name_; in GetTargetTitle()
/third_party/node/deps/icu-small/source/common/
H A Dlocalebuilder.cpp74 if (input.empty()) { in setField()
115 if (variant.empty()) { in setVariant()
245 if (!value.empty()) { in setExtension()
256 (!type.empty() && in setUnicodeLocaleKeyword()
H A Duvector.cpp371 UElement empty; in setSize() local
372 empty.pointer = nullptr; in setSize()
373 empty.integer = 0; in setSize()
375 elements[i] = empty; in setSize()
/third_party/node/deps/v8/src/compiler/
H A Dstore-store-elimination.cc69 // UnobservableStores, or the "unvisited empty set".
96 // Create a new empty UnobservablesSet. This allocates in the zone, and
108 // empty, will return empty.
110 const UnobservablesSet& empty, Zone* zone) const;
199 // amount of empty sets.
279 while (!revisit_.empty()) { in Find()
388 TRACE(" #%d:%s might observe anything, recording empty set", in RecomputeSet()
461 // Everything is observable after these opcodes; return the empty set. in RecomputeUseIntersection()
496 // Break fast for the empty se in RecomputeUseIntersection()
520 Intersect(const UnobservablesSet& other, const UnobservablesSet& empty, Zone* zone) const Intersect() argument
[all...]
H A Dmemory-optimizer.cc105 while (!queue.empty()) { in SearchAllocatingNode()
198 while (!tokens_.empty()) { in Optimize()
203 DCHECK(pending_.empty()); in Optimize()
204 DCHECK(tokens_.empty()); in Optimize()
424 // If the loop can allocate, we start with an empty state at the in EnqueueMerge()
/third_party/node/deps/v8/src/heap/
H A Dfree-list.h165 bool empty = true; in IsEmpty() local
166 ForAllFreeListCategories([&empty](FreeListCategory* category) { in IsEmpty()
167 if (!category->is_empty()) empty = false; in IsEmpty()
169 return empty; in IsEmpty()
228 // Returns nullptr if the category is empty or the top entry is smaller
352 // Same as FreeListMany but uses a cache to know which categories are empty.
354 // each category c, next_nonempty_category[c] contains the first non-empty
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DQueryGL.cpp79 while (!mPendingQueries.empty()) in ~StandardQueryGL()
118 ASSERT(mPendingQueries.empty()); in getResultBase()
149 *available = mPendingQueries.empty(); in isResultAvailable()
194 while (!mPendingQueries.empty()) in flush()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLContextCL.cpp115 if (buffer.getProperties().empty()) in createBuffer()
148 if (image.getProperties().empty()) in createImage()
230 else if (!sampler.getProperties().empty()) in createSampler()
324 !nativeDevices.empty() ? nativeDevices.data() : nullptr; in linkProgram()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp383 bool HaveTTData = !TypeInfos.empty() || !FilterIds.empty(); in emitExceptionTable()
622 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
638 if (VerboseAsm && !FilterIds.empty()) { in emitTypeInfos()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp548 // While Available queue is not empty, grab the node with the highest in ListScheduleTopDown()
552 while (!AvailableQueue.empty() || !PendingQueue.empty()) { in ListScheduleTopDown()
572 while (!AvailableQueue.empty()) { in ListScheduleTopDown()
615 if (!NotReady.empty()) { in ListScheduleTopDown()

Completed in 28 milliseconds

1...<<51525354555657585960>>...196