Home
last modified time | relevance | path

Searched refs:empty (Results 276 - 300 of 4780) sorted by relevance

1...<<11121314151617181920>>...192

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DConstantPools.cpp27 if (Entries.empty()) in emitEntries()
57 bool ConstantPool::empty() { return Entries.empty(); } in empty() function in ConstantPool
81 if (!CP.empty()) { in emitConstantPool()
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-map.c33 hb_map_t *empty = hb_map_get_empty (); in test_map_basic() local
35 g_assert (hb_map_is_empty (empty)); in test_map_basic()
36 g_assert (!hb_map_allocation_successful (empty)); in test_map_basic()
37 hb_map_destroy (empty); in test_map_basic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp98 if (Name.startswith("llvm.") || (!Name.empty() && Name[0] == 1))
107 if (Name.startswith("llvm.") || (!Name.empty() && Name[0] == 1))
117 if (STy->isLiteral() || STy->getName().empty()) continue;
130 if (Name.startswith("llvm.") || (!Name.empty() && Name[0] == 1) ||
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DSignals.cpp83 if (!Argv0.empty()) { in printSymbolizedStackTrace()
85 if (!Parent.empty()) in printSymbolizedStackTrace()
97 Argv0.empty() ? sys::fs::getMainExecutable(nullptr, nullptr) in printSymbolizedStackTrace()
155 // encounter empty line. in printSymbolizedStackTrace()
160 if (FunctionName.empty()) in printSymbolizedStackTrace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DThreadPool.cpp39 [&] { return !EnableFlag || !Tasks.empty(); }); in ThreadPool()
41 if (!EnableFlag && Tasks.empty()) in ThreadPool()
47 // empty, there is still a task in flight. in ThreadPool()
72 // Wait for all threads to complete and the queue to be empty in wait()
74 // The order of the checks for ActiveThreads and Tasks.empty() matters because in wait()
78 [&] { return !ActiveThreads && Tasks.empty(); }); in wait()
124 while (!Tasks.empty()) {
H A DWithColor.cpp70 if (!Prefix.empty()) in error()
78 if (!Prefix.empty()) in warning()
86 if (!Prefix.empty()) in note()
93 if (!Prefix.empty()) in remark()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
H A DVEISelLowering.cpp45 assert(Outs.empty() && "TODO implement return values"); in CanLowerReturn()
56 assert(Outs.empty() && "TODO implement return values"); in LowerReturn()
57 assert(OutVals.empty() && "TODO implement return values"); in LowerReturn()
69 assert(Ins.empty() && "TODO implement input arguments"); in LowerFormalArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceThreading.h32 /// the queue is empty (it never returns nullptr if the queue contained any
49 /// fields. Front==Back indicates an empty queue.
75 GrewOrEnded.wait(L, [this] { return IsEnded || !empty() || Sequential; }); in blockingPop()
76 if (!empty()) { in blockingPop()
108 /// consumers are waiting for a non-empty queue.
112 /// by the producers, and read by all via size() and empty().
122 /// written by the consumers, and read by all via size() and empty().
134 bool empty() const { return Front == Back; } in empty() function in Ice::BoundedProducerConsumerQueue
141 assert(!empty()); in pop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h91 bool empty() const { return VarEntries.empty(); } in empty() function in llvm::DbgValueHistoryMap
115 bool empty() const { return LabelInstr.empty(); } in empty() function in llvm::DbgLabelInstrMap
/third_party/unity/auto/
H A Dunity_test_summary.rb38 raise "Empty test result file: #{result_file}" if lines.empty?
41 failure_output << output[:failures] unless output[:failures].empty?
42 ignore_output << output[:ignores] unless output[:ignores].empty?
126 raise "No *.testpass, *.testfail, or *.testresults files found in '#{targets}'" if results.empty?
/third_party/rust/crates/rustix/tests/net/
H A Dv6.rs43 let nread = recv(&data_socket, &mut buffer, RecvFlags::empty()).unwrap(); in server()
46 send(&data_socket, b"goodnight, moon", SendFlags::empty()).unwrap(); in server()
70 send(&data_socket, b"hello, world", SendFlags::empty()).unwrap(); in client()
72 let nread = recv(&data_socket, &mut buffer, RecvFlags::empty()).unwrap(); in client()
H A Dv4.rs39 let nread = recv(&data_socket, &mut buffer, RecvFlags::empty()).unwrap(); in server()
42 send(&data_socket, b"goodnight, moon", SendFlags::empty()).unwrap(); in server()
61 send(&data_socket, b"hello, world", SendFlags::empty()).unwrap(); in client()
63 let nread = recv(&data_socket, &mut buffer, RecvFlags::empty()).unwrap(); in client()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils.cpp39 // environment being set to an empty string vs. not set at all. in GetEnvironmentVarOrAndroidProperty()
82 return (!envVarString.empty() && envVarString == "1"); in GetBoolEnvironmentVar()
90 if (oldValue.empty()) in PrependPathToEnvironmentVar()
115 if (first.empty()) in ConcatenatePath()
119 if (second.empty()) in ConcatenatePath()
/third_party/gn/src/util/
H A Dworker_pool.cc21 if (!thread_count.empty() && base::StringToInt(thread_count, &result) && in GetThreadCount()
85 return (!task_queue_.empty()) || should_stop_processing_; in Worker()
88 if (should_stop_processing_ && task_queue_.empty()) in Worker()
/third_party/node/deps/v8/src/heap/
H A Dcode-object-registry.cc18 (code_object_registry_.empty() || code_object_registry_.back() < code); in RegisterNewlyAllocatedCodeObject()
27 DCHECK(code_object_registry_.empty() || code_object_registry_.back() < code); in RegisterAlreadyExistingCodeObject()
63 // The code registry can't be empty, else the code object can't exist. in GetCodeObjectStartFromInnerAddress()
64 DCHECK(!code_object_registry_.empty()); in GetCodeObjectStartFromInnerAddress()
/third_party/node/deps/v8/src/libplatform/
H A Dtask-queue.cc21 DCHECK(task_queue_.empty()); in ~TaskQueue()
35 if (!task_queue_.empty()) { in GetNext()
61 if (task_queue_.empty()) return; in BlockUntilQueueEmptyForTesting()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp25 while (!this->DumpDir.empty() && in DumpObjects()
36 << DumpDir << (DumpDir.empty() ? "" : "/") << getBufferIdentifier(*Obj); in operator ()()
60 if (!IdentifierOverride.empty()) in getBufferIdentifier()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DNameSpace.hpp39 ASSERT(empty()); in ~NameSpace()
42 bool empty() in empty() function in gl::NameSpace
44 return map.empty(); in empty()
/third_party/rust/crates/rustix/tests/fs/
H A Dlong_paths.rs7 let dir = openat(cwd(), tmp.path(), OFlags::RDONLY, Mode::empty()).unwrap(); in test_long_paths()
26 let _ = openat(&dir, &long_path, OFlags::RDONLY, Mode::empty()).unwrap(); in test_long_paths()
27 let _ = openat(&dir, &too_long_path, OFlags::RDONLY, Mode::empty()).unwrap_err(); in test_long_paths()
/third_party/ninja/src/
H A Dbuild.cc69 if (finished_.empty()) in WaitForCommand()
145 if (!AddSubTarget(*i, node, err, dyndep_walk) && !err->empty()) in AddSubTarget()
162 if (ready_.empty()) in FindWork()
359 !err->empty()) in DyndepsLoaded()
505 if (capacity == 0 && subprocs_.running_.empty()) in CanRunMore()
551 if (!build_dir.empty()) in Builder()
580 if (!depfile.empty() || (*o)->mtime() != new_mtime) in Cleanup()
583 if (!depfile.empty()) in Cleanup()
747 if (s.empty()) { in Trim()
764 if (!tmp.empty()) { in SplitStringBySpace()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp262 if (caseFraction.empty()) in TestCaseExecutor()
285 if (!testCtx.getCommandLine().isSubProcess() && !std::string(testCtx.getCommandLine().getSubprocessConfigFile()).empty()) in TestCaseExecutor()
293 if (line.empty()) in TestCaseExecutor()
303 if (testPattern.empty() || testNumber.empty()) in TestCaseExecutor()
319 if (!std::string(testCtx.getCommandLine().getServerAddress()).empty()) in TestCaseExecutor()
341 if (!std::string(testCtx.getCommandLine().getServerAddress()).empty()) in TestCaseExecutor()
652 if (!m_testsForSubprocess.empty()) in deinitTestPackage()
750 if (m_testsForSubprocess.empty()) in runTestsInSubprocess()
755 if (caseFraction.empty()) in runTestsInSubprocess()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveInterval.cpp121 if (segments().empty()) in extendInBlock()
137 if (segments().empty()) in extendInBlock()
354 if (empty() || Pos >= endIndex()) in find()
387 // not empty.
406 assert(!empty() && "empty range"); in overlapsFrom()
447 assert(!empty() && "empty range"); in overlaps()
448 if (Other.empty()) in overlaps()
495 if (empty())
[all...]
/third_party/rust/crates/nom/src/character/
H A Dcomplete.rs847 let empty: &[u8] = b""; in character()
855 assert_parse!(alpha1(a), Ok((empty, a))); in character()
863 assert_eq!(digit1::<_, (_, ErrorKind)>(b), Ok((empty, b))); in character()
866 assert_eq!(hex_digit1::<_, (_, ErrorKind)>(a), Ok((empty, a))); in character()
867 assert_eq!(hex_digit1::<_, (_, ErrorKind)>(b), Ok((empty, b))); in character()
868 assert_eq!(hex_digit1::<_, (_, ErrorKind)>(c), Ok((empty, c))); in character()
875 assert_eq!(oct_digit1::<_, (_, ErrorKind)>(b), Ok((empty, b))); in character()
878 assert_eq!(alphanumeric1::<_, (_, ErrorKind)>(a), Ok((empty, a))); in character()
879 //assert_eq!(fix_error!(b,(), alphanumeric), Ok((empty, b))); in character()
880 assert_eq!(alphanumeric1::<_, (_, ErrorKind)>(c), Ok((empty, in character()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp254 if (caseFraction.empty()) in TestCaseExecutor()
277 if (!testCtx.getCommandLine().isSubProcess() && !std::string(testCtx.getCommandLine().getSubprocessConfigFile()).empty()) in TestCaseExecutor()
285 if (line.empty()) in TestCaseExecutor()
295 if (testPattern.empty() || testNumber.empty()) in TestCaseExecutor()
311 if (!std::string(testCtx.getCommandLine().getServerAddress()).empty()) in TestCaseExecutor()
332 if (!std::string(testCtx.getCommandLine().getServerAddress()).empty()) in TestCaseExecutor()
594 if (!m_testsForSubprocess.empty()) in deinitTestPackage()
692 if (m_testsForSubprocess.empty()) in runTestsInSubprocess()
697 if (caseFraction.empty()) in runTestsInSubprocess()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyCallGraph.cpp234 assert(!Nodes.empty() && "Can't have an empty SCC!"); in verify()
291 } while (!Worklist.empty()); in isAncestorOf()
308 assert(!SCCs.empty() && "Can't have an empty SCC!"); in verify()
388 } while (!Worklist.empty()); in isAncestorOf()
490 // Return an empty range at the target SCC indicating there is nothing to in updatePostorderSequenceForEdgeInsertion()
618 } while (!Worklist.empty());
633 // If the merge range is empty, then adding the edge didn't actually form any
635 if (MergeRange.empty()) {
[all...]

Completed in 14 milliseconds

1...<<11121314151617181920>>...192