/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 214 return RealName.empty() ? S.getName().str() : RealName; in getName() 710 if (Path.empty()) in addFile() 820 if (Path.empty()) in lookupInMemoryNode() 962 if (!Path.empty()) in setCurrentWorkingDirectory() 971 if (!CWD || CWD->empty()) in getRealPath() 1279 if (!Name.empty()) in uniqueOverlayTree() 1399 assert(!FullPath.empty() && in parseEntry() 1487 if (Parent.empty()) in parseEntry() 1625 if (!YAMLFilePath.empty()) { in create() 1664 if (Path.empty()) in lookupPath() [all...] |
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/mpi_node/ |
H A D | mpi_node.cpp | 37 if (ports.empty()) { in ConnectMpi() 75 if (ports.empty()) { in DisConnectMpi()
|
/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | command_parse.cpp | 89 if (opt.fileInput.empty() || opt.fileOutput.empty() || opt.width == 0 || opt.height == 0) { in Parse()
|
/kernel/linux/linux-5.10/net/ |
H A D | sysctl_net.c | 98 static struct ctl_table empty[1]; in net_sysctl_init() local 101 * registering "/proc/sys/net" as an empty directory not in a in net_sysctl_init() 104 net_header = register_sysctl("net", empty); in net_sysctl_init()
|
/kernel/linux/linux-6.6/net/ |
H A D | sysctl_net.c | 98 static struct ctl_table empty[1]; in net_sysctl_init() local 101 * registering "/proc/sys/net" as an empty directory not in a in net_sysctl_init() 104 net_header = register_sysctl_sz("net", empty, 0); in net_sysctl_init()
|
/third_party/gn/src/base/files/ |
H A D | file_path.h | 198 bool empty() const { return path_.empty(); } in empty() function in base::FilePath 248 // Returns ".jpg" for path "C:\pics\jojo.jpg", or an empty string if 249 // the file has no extension. If non-empty, Extension() will always start 290 // |extension| is empty. Returns "" if BaseName() == "." or "..". 295 // empty, then the extension is removed from |file_name|. 326 // the input path is empty, an empty FilePath will be returned. 343 // Return the path as ASCII, or the empty string if the path is not ASCII.
|
H A D | file_enumerator_posix.cc | 101 if (pending_paths_.empty()) in Next() 166 return pattern_.empty() || in IsPatternMatched()
|
/third_party/gn/src/gn/ |
H A D | c_include_iterator.cc | 42 // We assume the line has leading whitespace trimmed. We also assume that empty 71 if (trimmed.empty()) in ExtractInclude() 85 if (contents.empty()) in ExtractInclude()
|
H A D | rust_tool.cc | 64 if (value->string_value().empty()) in SetOutputExtension() 87 if (list.list().empty()) { in ReadOutputsPatternList() 116 // Check for a sysroot. Sets an empty string when not explicitly set. in InitTool()
|
H A D | source_file.h | 60 bool is_null() const { return value_.empty(); } in is_null() 76 // an empty file path on error. 163 bool empty() const { return empty_; } in empty() function in SourceFileTypeSet
|
H A D | string_atom.h | 59 // Default constructor. Value points to a globally unique empty string. 87 bool empty() const { return value_.empty(); } in empty() function in StringAtom
|
H A D | ninja_copy_target_writer.cc | 120 if (!input_deps.empty() || !data_outs.empty()) { in WriteCopyRules()
|
H A D | ninja_outputs_writer.cc | 68 if (!outputs_map.empty()) { in GenerateJSON() 137 if (!exec_script.empty()) { in RunAndWriteFiles()
|
H A D | substitution_pattern.cc | 39 DCHECK(ranges_.empty()); // Should only be called once. in Parse() 121 if (ranges_.empty()) { in IsInOutputDir() 122 *err = Err(origin_, "This is empty but I was expecting an output file."); in IsInOutputDir()
|
/third_party/libabigail/tests/ |
H A D | test-abicompat.cc | 241 if (!suppression_path.empty()) in main() 246 if (!in_lib2_path.empty()) in main()
|
H A D | test-diff-filter.cc | 965 if (!t->diff_cmd.empty()) in main() 968 if (!t->error_message.empty()) in main()
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | tagged-template-literal.js | 69 function empty(strings, ...params) { 78 empty`${1}${1}${1}`;
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | program.cpp | 104 if (!bin.secs.empty()) in status() 132 if (_builds.empty()) in symbols()
|
/third_party/node/deps/v8/tools/dev/ |
H A D | update-vscode.sh | 99 Actions=new-empty-window; 104 [Desktop Action new-empty-window]
|
/third_party/node/src/ |
H A D | inspector_socket_server.h | 79 return server_sockets_.empty() && connected_sessions_.empty(); in done()
|
/third_party/ninja/src/ |
H A D | clparser.cc | 49 const string& prefix = deps_prefix.empty() ? kDepsPrefixEnglish : deps_prefix; in FilterShowIncludes() 99 if (!include.empty()) { in Parse()
|
H A D | msvc_helper_main-win32.cc | 126 if (!env.empty()) in MSVCHelperMain() 139 if (output.empty()) in MSVCHelperMain()
|
H A D | eval_env.h | 43 bool empty() const { return parsed_.empty(); } in empty() function
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | frame-elider.cc | 45 if (block->predecessors().empty()) { in MarkDeConstruction() 100 if (block->successors().empty()) return false; in PropagateIntoBlock()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | zone-stats.cc | 69 DCHECK(zones_.empty()); in ~ZoneStats() 70 DCHECK(stats_.empty()); in ~ZoneStats()
|