Home
last modified time | relevance | path

Searched refs:empty (Results 301 - 325 of 5207) sorted by relevance

1...<<11121314151617181920>>...209

/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/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter_test.cc131 GOOGLE_CHECK(!descriptors.empty()) << "Must have at least one descriptor!"; in ResetTypeInfo()
196 Book empty; in TEST_P() local
198 CheckOutput(empty, 0); in TEST_P()
785 Book empty; in TEST_P() local
791 CheckOutput(empty, 0); in TEST_P()
829 Book empty; in TEST_P() local
835 CheckOutput(empty, 0); in TEST_P()
860 Book empty; in TEST_P() local
866 CheckOutput(empty, 0); in TEST_P()
890 Book empty; in TEST_P() local
936 Book empty; TEST_P() local
971 Book empty; TEST_P() local
1045 Book empty; TEST_P() local
1073 Book empty; TEST_P() local
1131 Book empty; TEST_P() local
1143 Book empty; TEST_P() local
1154 Book empty; TEST_P() local
1165 Book empty; TEST_P() local
1172 Book empty; TEST_P() local
1179 Book empty; TEST_P() local
2418 google::protobuf::Any empty; TEST_P() local
2439 google::protobuf::Timestamp empty; TEST_P() local
2460 google::protobuf::Duration empty; TEST_P() local
2481 google::protobuf::FieldMask empty; TEST_P() local
2502 google::protobuf::Int32Value empty; TEST_P() local
[all...]
/third_party/ninja/src/
H A Dninja.cc263 if (path.empty()) { in RebuildManifest()
264 *err = "empty path"; in RebuildManifest()
311 if (path.empty()) { in CollectTarget()
312 *err = "empty path"; in CollectTarget()
320 if (!path.empty() && path[path.size() - 1] == '^') { in CollectTarget()
328 if (node->out_edges().empty()) { in CollectTarget()
337 if (edge->outputs_.empty()) { in CollectTarget()
366 return err->empty(); in CollectTargetsFromArgs()
427 if (!edge->validations_.empty()) { in ToolQuery()
444 if (!validation_edges.empty()) { in ToolQuery()
[all...]
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/gn/src/gn/
H A Dtarget.cc68 // Pass a pointer to an empty set for the first invocation. This will be used
150 // visited should point to an empty set, this will be used to prevent
508 if (!write_runtime_deps_output_.value().empty()) in OnResolved()
512 DCHECK(!computed_outputs_.empty()); in OnResolved()
554 if (root_patterns.empty()) { in ShouldGenerate()
576 output_name_.empty() ? label().name() : output_name_; in GetComputedOutputName()
690 Err err; // We can ignore the error and return empty for failure. in GetOutputFilesForSource()
723 if (tool->partial_outputs().list().empty()) in GetOutputFilesForSource()
735 return !outputs->empty(); in GetOutputFilesForSource()
892 pair.ptr->public_headers().empty() in PullRecursiveHardDeps()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp199 /// Check if GlobalExtensions is constructed and not empty.
200 /// Since GlobalExtensions is a managed static, calling 'empty()' will trigger
203 return GlobalExtensions.isConstructed() && !GlobalExtensions->empty(); in GlobalExtensionsNotEmpty()
303 } else if (!EnablePGOInstrGen && PGOInstrUse.empty() && PGOSampleUse.empty()) in addPGOInstrPasses()
310 PGOSampleUse.empty() && !IsCS) { in addPGOInstrPasses()
332 if (!PGOInstrGen.empty()) in addPGOInstrPasses()
339 if (!PGOInstrUse.empty()) in addPGOInstrPasses()
346 createPGOIndirectCallPromotionLegacyPass(false, !PGOSampleUse.empty())); in addPGOInstrPasses()
464 (!PGOInstrUse.empty() || !PGOSampleUs in addFunctionSimplificationPasses()
[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...]
/applications/standard/calendardata/calendarmanager/test/unittest/src/
H A Devent_filter_test.cpp68 ASSERT_FALSE(events.empty()); in HWTEST_F()
80 ASSERT_TRUE(events.empty()); in HWTEST_F()
91 ASSERT_FALSE(events.empty()); in HWTEST_F()
103 ASSERT_FALSE(events.empty()); in HWTEST_F()
116 ASSERT_FALSE(events.empty()); in HWTEST_F()
128 ASSERT_FALSE(events.empty()); in HWTEST_F()
140 ASSERT_TRUE(events.empty()); in HWTEST_F()
196 EXPECT_TRUE(events.empty()); in HWTEST_F()
198 ASSERT_TRUE(events.empty()); in HWTEST_F()
/third_party/ffmpeg/libavfilter/
H A Dvf_maskfun.c45 AVFrame *empty; member
94 AVFrame *out = av_frame_clone(s->empty); in filter_frame()
209 uint8_t *dst = s->empty->data[p]; in fill_frame()
213 dst += s->empty->linesize[p]; in fill_frame()
218 uint16_t *dst = (uint16_t *)s->empty->data[p]; in fill_frame()
223 dst += s->empty->linesize[p] / 2; in fill_frame()
271 s->empty = ff_get_video_buffer(inlink, inlink->w, inlink->h); in config_input()
272 if (!s->empty) in config_input()
307 av_frame_free(&s->empty); in uninit()
/third_party/libabigail/src/
H A Dabg-corpus-priv.h106 if (compiled_fns_suppress_regexp_.empty()) in compiled_regex_fns_suppress()
128 if (compiled_fns_keep_regexps_.empty()) in compiled_regex_fns_keep()
150 if (compiled_vars_suppress_regexp_.empty()) in compiled_regex_vars_suppress()
172 if (compiled_vars_keep_regexps_.empty()) in compiled_regex_vars_keep()
307 if (fns.empty()) in fn_is_in_fns()
463 if (!sym_id_of_fns_to_keep().empty()) in keep_wrt_id_of_fns_to_keep()
536 if (!compiled_regex_fns_keep().empty()) in keep_wrt_regex_of_fns_to_keep()
570 if (!sym_id_of_vars_to_keep().empty()) in keep_wrt_id_of_vars_to_keep()
643 if (!compiled_regex_vars_keep().empty()) in keep_wrt_regex_of_vars_to_keep()
693 // the type maps are all empty
[all...]
/third_party/python/Tools/c-analyzer/c_common/
H A Dtables.py27 empty = parse_markers(markers.pop('empty', ('-',)))
30 if not empty:
34 row = (EMPTY if val in empty else val for val in row)
36 row = (EMPTY if val in empty else (UNKNOWN if val in unknown else val)
46 def _fix_write_default(row, empty=''):
48 yield empty if value is None else str(value)
68 def _normalize_fix_write(fix, empty=''):
70 fix = empty
74 return _fix_write_default(values, empty)
[all...]
/third_party/skia/src/gpu/
H A DGrBufferAllocPool.cpp102 while (!fBlocks.empty()) { in deleteBlocks()
144 SkASSERT(!fBlocks.empty()); in validate()
149 } else if (!fBlocks.empty()) { in validate()
172 SkASSERT((fBytesInUse && !fBlocks.empty()) || in validate()
175 SkASSERT((0 == fBytesInUse) == fBlocks.empty()); in validate()
253 size_t usedBytes = (fBlocks.empty()) ? 0 : fBlocks.back().fBuffer->size() - in makeSpaceAtLeast()
256 if (fBlocks.empty() || (minSize + pad) > fBlocks.back().fBytesFree) { in makeSpaceAtLeast()
289 SkASSERT(!fBlocks.empty()); in putBack()
366 SkASSERT(!fBlocks.empty()); in destroyBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGLexer.cpp559 .Case("empty", tgtok::XEmpty) in LexExclaim()
575 // file is not empty. in prepExitInclude()
576 if (!PrepIncludeStack.back()->empty()) { in prepExitInclude()
583 if (PrepIncludeStack.empty()) { in prepExitInclude()
584 PrintFatalError("Preprocessor include stack is empty"); in prepExitInclude()
590 if (!PrepIncludeStack.empty()) in prepExitInclude()
591 PrintFatalError("Preprocessor include stack is not empty"); in prepExitInclude()
593 if (PrepIncludeStack.empty()) in prepExitInclude()
594 PrintFatalError("Preprocessor include stack is empty"); in prepExitInclude()
681 if (MacroName.empty()) in lexPreprocessor()
[all...]

Completed in 22 milliseconds

1...<<11121314151617181920>>...209