Home
last modified time | relevance | path

Searched refs:empty (Results 101 - 125 of 4780) sorted by relevance

12345678910>>...192

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_variable_decoration_list_test.cc48 EXPECT_TRUE(decos.value.empty()); in TEST_F()
49 EXPECT_EQ(p->error(), "1:3: empty decoration list"); in TEST_F()
58 EXPECT_TRUE(decos.value.empty()); in TEST_F()
68 EXPECT_TRUE(decos.value.empty()); in TEST_F()
78 EXPECT_TRUE(decos.value.empty()); in TEST_F()
88 EXPECT_TRUE(decos.value.empty()); in TEST_F()
99 EXPECT_TRUE(decos.value.empty()); in TEST_F()
/third_party/skia/third_party/externals/tint/src/val/
H A Dhlsl.cc74 if (!res.out.empty()) { in HlslUsingDXC()
75 if (!result.output.empty()) { in HlslUsingDXC()
80 if (!res.err.empty()) { in HlslUsingDXC()
81 if (!result.output.empty()) { in HlslUsingDXC()
89 if (entry_points.empty()) { in HlslUsingDXC()
167 if (entry_points.empty()) { in HlslUsingFXC()
H A Dmsl.cc51 if (!res.out.empty()) { in Msl()
52 if (!result.output.empty()) { in Msl()
57 if (!res.err.empty()) { in Msl()
58 if (!result.output.empty()) { in Msl()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_composite_extract.cpp39 if (!dd->index().empty()) { in Apply()
77 if (available_synonyms.empty() && candidate_composites.empty()) { in Apply()
84 if (available_synonyms.empty() || (!candidate_composites.empty() && in Apply()
150 assert(composite_id != 0 && !indices.empty() && in Apply()
/third_party/rust/crates/rustix/tests/fs/
H A Dfile.rs9 rustix::fs::AtFlags::empty(), in test_file()
18 rustix::fs::Mode::empty(), in test_file()
28 rustix::fs::Mode::empty(), in test_file()
37 rustix::fs::Mode::empty(), in test_file()
58 rustix::io::FdFlags::empty() in test_file()
62 rustix::fs::OFlags::empty() in test_file()
H A Dinvalid_offset.rs18 let dir = openat(cwd(), tmp.path(), OFlags::RDONLY, Mode::empty()).unwrap(); in invalid_offset_seek()
47 let dir = openat(cwd(), tmp.path(), OFlags::RDONLY, Mode::empty()).unwrap(); in invalid_offset_fallocate()
56 fallocate(&file, FallocateFlags::empty(), u64::MAX, 1).unwrap_err(); in invalid_offset_fallocate()
57 fallocate(&file, FallocateFlags::empty(), i64::MAX as u64 + 1, 1).unwrap_err(); in invalid_offset_fallocate()
58 fallocate(&file, FallocateFlags::empty(), 0, u64::MAX).unwrap_err(); in invalid_offset_fallocate()
59 fallocate(&file, FallocateFlags::empty(), 0, i64::MAX as u64 + 1).unwrap_err(); in invalid_offset_fallocate()
77 let dir = openat(cwd(), tmp.path(), OFlags::RDONLY, Mode::empty()).unwrap(); in invalid_offset_fadvise()
109 let dir = openat(cwd(), tmp.path(), OFlags::RDONLY, Mode::empty()).unwrap(); in invalid_offset_pread()
129 let dir = openat(cwd(), tmp.path(), OFlags::RDONLY, Mode::empty()).unwrap(); in invalid_offset_pwrite()
149 let dir = openat(cwd(), tmp.path(), OFlags::RDONLY, Mode::empty()) in invalid_offset_copy_file_range()
[all...]
/third_party/node/deps/v8/tools/debug_helper/
H A Dheap-constants.cc34 if (!sub_result.empty()) { in FindKnownObject()
40 if (!sub_result.empty()) { in FindKnownObject()
41 result = (result.empty() ? "" : result + ", ") + "maybe " + sub_result; in FindKnownObject()
46 if (!sub_result.empty()) { in FindKnownObject()
47 result = (result.empty() ? "" : result + ", ") + "maybe " + sub_result; in FindKnownObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp22 if (!Locations[Index].Dir.empty()) { in getSourceFile()
23 if (Locations[Index].Base.empty()) { in getSourceFile()
31 } else if (!Locations[Index].Base.empty()) in getSourceFile()
39 if (!SL.Dir.empty()) { in operator <<()
46 if (SL.Base.empty()) in operator <<()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DMacroExpander.cpp103 ASSERT(mMacrosToReenable.empty()); in ~MacroExpander()
127 if (!mContextStack.empty() && sh::IsWebGLBasedSpec(mSettings.shaderSpec)) in lex()
203 // First pop all empty macro contexts. in getToken()
204 while (!mContextStack.empty() && mContextStack.back()->empty()) in getToken()
209 if (!mContextStack.empty()) in getToken()
222 if (!mContextStack.empty()) in ungetToken()
270 ASSERT(!mContextStack.empty()); in popMacro()
275 ASSERT(context->empty()); in popMacro()
407 if (arg.empty()) in collectMacroArgs()
513 bool MacroExpander::MacroContext::empty() const empty() function in angle::pp::MacroExpander::MacroContext
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DMacroExpander.cpp90 assert(!macro->name.substr().empty()); in ~ScopedMacroReenabler()
113 assert(mMacrosToReenable.empty()); in ~MacroExpander()
209 // First pop all empty macro contexts. in getToken()
210 while (!mContextStack.empty() && mContextStack.back()->empty()) in getToken()
215 if (!mContextStack.empty()) in getToken()
228 if (!mContextStack.empty()) in ungetToken()
276 assert(!mContextStack.empty()); in popMacro()
281 assert(context->empty()); in popMacro()
413 if (arg.empty()) in collectMacroArgs()
521 bool MacroExpander::MacroContext::empty() const empty() function in pp::MacroExpander::MacroContext
[all...]
/third_party/gn/src/gn/
H A Dc_tool.cc59 if (runtime_outputs().list().empty()) in ValidateRuntimeOutputs()
86 if (pattern.empty()) in ValidateLinkAndDependOutput()
113 if (value->string_value().empty()) in ReadPrecompiledHeaderType()
114 return true; // Accept empty string, do nothing (default is "no PCH"). in ReadPrecompiledHeaderType()
124 "Must either be empty, \"gcc\", or \"msvc\"."); in ReadPrecompiledHeaderType()
163 if (list.list().empty() && required) { in ReadOutputsPatternList()
230 if ((!link_output().empty() && depend_output().empty()) || in InitTool()
231 (link_output().empty() && !depend_output().empty())) { in InitTool()
[all...]
H A Ddesc_builder.cc28 // (not applicable or empty fields will be omitted depending on target type)
131 return what_.empty() || what_.find(w) != what_.end(); in what()
144 return (s.empty() && optional) ? std::make_unique<base::Value>() in RenderValue()
218 !values.precompiled_header().empty()) { in FillInPrecompiledHeader()
245 if (what_.empty()) in BuildDescription()
251 if (what(variables::kConfigs) && !config_->configs().empty()) { in BuildDescription()
310 return res->empty() ? nullptr : std::move(res); in render_config_value_array()
329 if (what_.empty()) { in BuildDescription()
394 if (what(variables::kSources) && !target_->sources().empty()) in BuildDescription()
398 if (what(variables::kOutputName) && !target_->output_name().empty()) in BuildDescription()
[all...]
/third_party/libabigail/tests/
H A Dtest-diff-pkg.cc323 "data/test-diff-pkg/empty-pkg-libvirt-0.9.11.3-1.el7.ppc64.rpm",
324 "data/test-diff-pkg/empty-pkg-libvirt-1.2.17-13.el7_2.2.ppc64.rpm",
331 "data/test-diff-pkg/empty-pkg-report-0.txt",
332 "output/test-diff-pkg/empty-pkg-report-0.txt"
1141 ABG_ASSERT(!debug_info_pkg_paths.empty()); in perform()
1158 ABG_ASSERT(!debug_info_pkg_paths.empty()); in perform()
1200 if (!prog_options.empty()) in perform()
1215 if (!first_in_devel_package_path.empty()) in perform()
1218 if (!second_in_devel_package_path.empty()) in perform()
1221 if (!suppression_path.empty()) in perform()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Doperand_pattern_test.cpp27 spv_operand_pattern_t empty; in TEST() local
28 EXPECT_THAT(empty, Eq(spv_operand_pattern_t{})); in TEST()
29 EXPECT_EQ(0u, empty.size()); in TEST()
30 EXPECT_TRUE(empty.empty()); in TEST()
39 EXPECT_TRUE(!pattern.empty()); in TEST()
46 EXPECT_TRUE(!pattern.empty()); in TEST()
153 EXPECT_FALSE(pattern.empty()); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSemaphoreVk.cpp68 if (!bufferBarriers.empty() || !textureBarriers.empty()) in wait()
76 if (!bufferBarriers.empty()) in wait()
94 if (!textureBarriers.empty()) in wait()
131 if (!bufferBarriers.empty()) in signal()
150 if (!textureBarriers.empty()) in signal()
180 if (!bufferBarriers.empty() || !textureBarriers.empty()) in signal()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Doperand_pattern_test.cpp27 spv_operand_pattern_t empty; in TEST() local
28 EXPECT_THAT(empty, Eq(spv_operand_pattern_t{})); in TEST()
29 EXPECT_EQ(0u, empty.size()); in TEST()
30 EXPECT_TRUE(empty.empty()); in TEST()
39 EXPECT_TRUE(!pattern.empty()); in TEST()
46 EXPECT_TRUE(!pattern.empty()); in TEST()
153 EXPECT_FALSE(pattern.empty()); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSCCIterator.h97 /// End is when the DFS stack is empty.
109 assert(!CurrentSCC.empty() || VisitStack.empty()); in isAtEnd()
110 return CurrentSCC.empty(); in isAtEnd()
123 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!"); in operator *()
159 assert(!VisitStack.empty()); in DFSVisitChildren()
179 while (!VisitStack.empty()) { in GetNextSCC()
189 if (!VisitStack.empty() && VisitStack.back().MinVisited > minVisitNum) in GetNextSCC()
216 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!"); in hasLoop()
/third_party/spirv-tools/test/
H A Doperand_pattern_test.cpp27 spv_operand_pattern_t empty; in TEST() local
28 EXPECT_THAT(empty, Eq(spv_operand_pattern_t{})); in TEST()
29 EXPECT_EQ(0u, empty.size()); in TEST()
30 EXPECT_TRUE(empty.empty()); in TEST()
39 EXPECT_TRUE(!pattern.empty()); in TEST()
46 EXPECT_TRUE(!pattern.empty()); in TEST()
160 EXPECT_FALSE(pattern.empty()); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DASTMetadataHLSL.cpp57 ASSERT(mParents.empty()); in traverse()
65 if (!mParents.empty()) in onGradient()
82 if (mMetadata->mControlFlowsContainingGradient.count(node) > 0 && !mParents.empty()) in visitControlFlow()
162 ASSERT(mLoopsAndSwitches.empty()); in traverse()
163 ASSERT(mIfs.empty()); in traverse()
172 if (!mIfs.empty()) in onGradientLoop()
209 if (mMetadata->mIfsContainingGradientLoop.count(node) > 0 && !mIfs.empty())
226 ASSERT(!mLoopsAndSwitches.empty());
236 ASSERT(!mLoopsAndSwitches.empty());
251 if (!mLoopsAndSwitches.empty())
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp29 if (!DWARF.ARanges.empty() || !IO.outputting()) in mapping()
31 if (!DWARF.PubNames.Entries.empty() || !IO.outputting()) in mapping()
33 if (!DWARF.PubTypes.Entries.empty() || !IO.outputting()) in mapping()
35 if (!DWARF.GNUPubNames.Entries.empty() || !IO.outputting()) in mapping()
37 if (!DWARF.GNUPubTypes.Entries.empty() || !IO.outputting()) in mapping()
116 if (!FormValue.CStr.empty() || !IO.outputting()) in mapping()
118 if (!FormValue.BlockData.empty() || !IO.outputting()) in mapping()
137 if (!LineTableOpcode.UnknownOpcodeData.empty() || !IO.outputting()) in mapping()
139 if (!LineTableOpcode.UnknownOpcodeData.empty() || !IO.outputting()) in mapping()
141 if (!LineTableOpcode.FileEntry.Name.empty() || !I in mapping()
[all...]
/third_party/libabigail/tools/
H A Dabilint.cc14 /// be empty.
188 {return artifact_users.empty();} in is_leaf()
343 if (trace.empty()) in emit_trace()
346 if (!trace.empty()) in emit_trace()
354 if (!trace.empty()) in emit_trace()
389 if (artifact_use_tree.artifact_users.empty()) in emit_artifact_use_trace()
403 || !v->get_linkage_name().empty()) in emit_artifact_use_trace()
408 || !f->get_linkage_name().empty()) in emit_artifact_use_trace()
458 if (type_id.empty()) in show_how_type_is_used()
520 if (opts.file_path.empty()) in parse_command_line()
[all...]
/third_party/python/Lib/test/
H A Dtest_startfile.py3 # empty.vbs is an empty file (except for a comment), which does
6 # A possible improvement would be to have empty.vbs do something that
32 empty = path.join(path.dirname(__file__), "empty.vbs")
33 startfile(empty)
34 startfile(empty, "open")
35 startfile(empty, cwd=path.dirname(sys.executable))
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
H A Dfuzz.cpp112 with replay and shrink modes. The file should be empty if no in PrintUsage()
236 if (out_binary_file->empty() && argi + 1 < argc) { in ParseFlags()
350 assert(in_binary_file->empty()); in ParseFlags()
358 if (in_binary_file->empty()) { in ParseFlags()
363 if (out_binary_file->empty()) { in ParseFlags()
371 if (!replay_transformations_file->empty() || in ParseFlags()
372 !shrink_transformations_file->empty() || in ParseFlags()
382 if (replay_transformations_file->empty() && in ParseFlags()
383 shrink_transformations_file->empty() && in ParseFlags()
392 if (shrink_transformations_file->empty() in ParseFlags()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
H A Dfuzz.cpp112 with replay and shrink modes. The file should be empty if no in PrintUsage()
236 if (out_binary_file->empty() && argi + 1 < argc) { in ParseFlags()
350 assert(in_binary_file->empty()); in ParseFlags()
358 if (in_binary_file->empty()) { in ParseFlags()
363 if (out_binary_file->empty()) { in ParseFlags()
371 if (!replay_transformations_file->empty() || in ParseFlags()
372 !shrink_transformations_file->empty() || in ParseFlags()
382 if (replay_transformations_file->empty() && in ParseFlags()
383 shrink_transformations_file->empty() && in ParseFlags()
392 if (shrink_transformations_file->empty() in ParseFlags()
[all...]
/third_party/spirv-tools/tools/fuzz/
H A Dfuzz.cpp106 with replay and shrink modes. The file should be empty if no in PrintUsage()
230 if (out_binary_file->empty() && argi + 1 < argc) { in ParseFlags()
344 assert(in_binary_file->empty()); in ParseFlags()
352 if (in_binary_file->empty()) { in ParseFlags()
357 if (out_binary_file->empty()) { in ParseFlags()
365 if (!replay_transformations_file->empty() || in ParseFlags()
366 !shrink_transformations_file->empty() || in ParseFlags()
376 if (replay_transformations_file->empty() && in ParseFlags()
377 shrink_transformations_file->empty() && in ParseFlags()
386 if (shrink_transformations_file->empty() in ParseFlags()
[all...]

Completed in 24 milliseconds

12345678910>>...192