/third_party/node/test/parallel/ |
H A D | test-fs-error-messages.js | 309 // Rename non-empty directory 319 `ENOTEMPTY: directory not empty, rename '${existingDir}' -> ` +
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | json.cc | 115 assert(!state_.empty());
|
/third_party/node/src/ |
H A D | node_i18n.cc | 575 if (path.empty()) { in InitializeICUDirectory()
|
/third_party/nghttp2/src/ |
H A D | h2load_quic.cc | 399 if (!config->qlog_file_base.empty()) { in quic_init()
|
H A D | shrpx_quic_connection_handler.cc | 736 if (pkt.empty()) { in handle_packet()
|
/third_party/ninja/src/ |
H A D | manifest_parser_test.cc | 395 ASSERT_TRUE(edge->inputs_.empty()); in TEST_F() 741 EXPECT_EQ("input:1: empty path\n" in TEST_F() 756 EXPECT_EQ("input:4: empty path\n", err); in TEST_F()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | udata.cpp | 609 if (!suffix.empty()) /* tack on suffix */ in next()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_context.c | 742 st->bitmap.cache.empty = true; in st_create_context_priv()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | measunit_extra.cpp | 560 if (fSource.empty()) {
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-assembler.cc | 585 if (!inline_reducers_.empty() && !inline_reductions_blocked_) { in AddNode()
|
H A D | csa-load-elimination.cc | 506 while (!queue.empty()) { in ComputeLoopState()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-profiler-agent-impl.cc | 197 if (m_startedProfiles.empty()) return; in consoleProfileEnd()
|
/third_party/node/deps/v8/src/objects/ |
H A D | transitions.cc | 482 // We only cache the migration target for maps with empty transitions for GC's in SetMigrationTarget() 562 while (!stack.empty()) { in TraverseTransitionTreeInternal()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | preparse-data.cc | 243 return !children_.empty(); in HasInnerFunctions()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.h | 241 bool is_complete() const { return !children_.empty(); } in is_complete()
|
/third_party/rust/crates/bindgen/bindgen-cli/ |
H A D | options.rs | 21 let mut config = CodegenConfig::empty(); in parse_codegen_config()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | json.h | 640 To create an empty array, pass arrayValue. 641 To create an empty object, pass objectValue. 750 /// \brief Return true if empty array, empty object, or null; 752 bool empty() const; 911 /// If null, return an empty list. 1356 * the parsed document. An empty string is returned if no error 1368 * the parsed document. An empty string is returned if no error 1375 * \return A (possibly empty) vector of StructuredError objects. Currently 1857 * - if empty the [all...] |
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
H A D | GeneratedMessageTest.cs | 664 var empty = Empty.Parser.ParseFrom(data);
in DiscardUnknownFields_AllTypes() 666 // Assert.AreEqual(new Empty(), empty);
in DiscardUnknownFields_AllTypes()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | GeneratedMessageTest.cs | 720 var empty = Empty.Parser.ParseFrom(data);
in DiscardUnknownFields_AllTypes() 728 // Assert.AreNotEqual(new Empty(), empty);
in DiscardUnknownFields_AllTypes()
|
/third_party/python/Lib/multiprocessing/ |
H A D | pool.py | 164 # Notify that the cache is empty. This is important because the 194 # when the cache (self._cache) is empty or when there is a change in 503 while not change_notifier.empty(): 560 # tell result handler to finish when cache is empty
|
/third_party/python/Include/internal/ |
H A D | pycore_runtime_init.h | 670 INIT_STR(empty, ""), \
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferTests.cpp | 593 DE_ASSERT(!name.str().empty()); in getBufferCreateFlagsName()
|
H A D | vktApiFillBufferTests.cpp | 136 if (!poolSizes.empty()) in createCustomDevice()
|
H A D | vktApiVersionCheck.cpp | 389 if (!poolSizes.empty()) in createTestDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 477 DE_ASSERT(!m_shaderSpec.outputs.empty()); in iterate()
|