/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | ConstantPools.cpp | 27 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 D | test-map.c | 33 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 D | MetaRenamer.cpp | 98 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 D | Signals.cpp | 83 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 D | ThreadPool.cpp | 39 [&] { 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 D | WithColor.cpp | 70 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 D | VEISelLowering.cpp | 45 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 D | IceThreading.h | 32 /// 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 D | DbgEntityHistoryCalculator.h | 91 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 D | unity_test_summary.rb | 38 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 D | v6.rs | 43 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 D | v4.rs | 39 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 D | system_utils.cpp | 39 // 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 D | worker_pool.cc | 21 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 D | code-object-registry.cc | 18 (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 D | task-queue.cc | 21 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 D | DebugUtils.cpp | 25 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 D | NameSpace.hpp | 39 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 D | long_paths.rs | 7 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 D | build.cc | 69 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 D | vktTestPackage.cpp | 262 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 D | LiveInterval.cpp | 121 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 D | complete.rs | 847 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 D | vktTestPackage.cpp | 254 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 D | LazyCallGraph.cpp | 234 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...] |