Home
last modified time | relevance | path

Searched refs:empty (Results 1351 - 1375 of 4780) sorted by relevance

1...<<51525354555657585960>>...192

/third_party/nghttp2/src/
H A Dshrpx_http2_upstream.cc389 // Server-wide OPTIONS request. Path is empty. in on_request_headers()
1479 if (!trailers.empty()) { in downstream_data_read_callback()
1483 if (!nva.empty()) { in downstream_data_read_callback()
1535 if (kv.name.empty() || kv.name[0] == ':') { in send_reply()
1811 if (!httpconf.http2_altsvc_header_value.empty()) { in on_downstream_header_complete()
1980 if (authority.empty()) { in redirect_to_https()
2145 if (base.empty()) { in prepare_push_promise()
2164 if (scheme.empty()) { in prepare_push_promise()
2168 if (authority.empty()) { in prepare_push_promise()
2261 if (uri.empty() || !push_enable in initiate_push()
[all...]
H A Dshrpx_downstream_connection_pool.cc49 if (pool_.empty()) { in pop_downstream_connection()
/third_party/rust/crates/cxx/gen/src/include/
H A Dcxx.h65 bool empty() const noexcept;
124 bool empty() const noexcept;
185 bool empty() const noexcept;
317 bool empty() const noexcept;
551 bool Slice<T>::empty() const noexcept {
572 assert(!this->empty());
578 assert(!this->empty());
870 bool Vec<T>::empty() const noexcept {
896 assert(!this->empty());
902 assert(!this->empty());
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/
H A Dcxx.h65 bool empty() const noexcept;
124 bool empty() const noexcept;
185 bool empty() const noexcept;
317 bool empty() const noexcept;
551 bool Slice<T>::empty() const noexcept {
572 assert(!this->empty());
578 assert(!this->empty());
870 bool Vec<T>::empty() const noexcept {
896 assert(!this->empty());
902 assert(!this->empty());
[all...]
/third_party/rust/crates/cxx/gen/build/src/gen/include/
H A Dcxx.h65 bool empty() const noexcept;
124 bool empty() const noexcept;
185 bool empty() const noexcept;
317 bool empty() const noexcept;
551 bool Slice<T>::empty() const noexcept {
572 assert(!this->empty());
578 assert(!this->empty());
870 bool Vec<T>::empty() const noexcept {
896 assert(!this->empty());
902 assert(!this->empty());
[all...]
/third_party/rust/crates/cxx/include/
H A Dcxx.h65 bool empty() const noexcept;
124 bool empty() const noexcept;
185 bool empty() const noexcept;
317 bool empty() const noexcept;
551 bool Slice<T>::empty() const noexcept {
572 assert(!this->empty());
578 assert(!this->empty());
870 bool Vec<T>::empty() const noexcept {
896 assert(!this->empty());
902 assert(!this->empty());
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTests.cpp951 if (displaysVector.empty()) in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1074 if (displaysVector.empty()) in testGetDisplayPlaneSupportedDisplaysKHR()
1198 if (displaysVector.empty()) in testGetDisplayModePropertiesKHR()
1290 if (displaysVector.empty()) in testCreateDisplayModeKHR()
1413 if (displaysVector.empty()) in testGetDisplayPlaneCapabilitiesKHR()
1438 if (displaysForPlane.empty()) in testGetDisplayPlaneCapabilitiesKHR()
1580 if (displaysVector.empty()) in testDisplaySurface()
1646 if (displaysForPlane.empty()) in testDisplaySurface()
1753 return ((surfaceCountersErr.empty()) ? tcu::TestStatus::pass("Pass") : tcu::TestStatus::fail(surfaceCountersErr)); in testDisplaySurface()
1911 if (displaysVector.empty()) in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuildSPIRV.cpp701 ASSERT(decorations.empty() || in getArithmeticDecorations()
733 if (!type.arraySizes.empty()) in declareType()
741 !subType.arraySizes.empty()); in declareType()
884 if (block != nullptr && type.arraySizes.empty()) in declareType()
905 if (!type.arraySizes.empty() && !isInterfaceBlock) in declareType()
915 else if (type.arraySizes.empty() && type.block != nullptr) in declareType()
924 if (block != nullptr && type.arraySizes.empty()) in declareType()
1452 ASSERT(mSpirvCurrentFunctionBlocks.empty()); in startNewFunction()
1494 ASSERT(!isFunctionLocal || !mSpirvCurrentFunctionBlocks.empty()); in declareVariable()
1569 ASSERT(!mConditionalStack.empty()); in nextConditionalBlock()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSplitKit.cpp97 if (EHPadSuccessors.empty()) in computeLastInsertPoint()
166 assert(UseSlots.empty() && "Call clear first"); in analyzeUses()
214 if (CurLI->empty()) in calcLiveBlockInfo()
317 if (cli->empty()) in countLiveBlocks()
343 assert(!Orig.empty() && "Splitting empty interval?"); in isOriginalEndpoint()
396 if (RegAssign.empty()) { in dump()
397 dbgs() << " empty\n"; in dump()
676 if (Edit->empty()) in openIntv()
987 if (!DominatedVNIs.empty()) { in computeRedundantBackCopies()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp214 assert(!Name.empty() && "Empty GlobalMapping symbol name!"); in addGlobalMapping()
222 if (!EEState.getGlobalAddressReverseMap().empty()) { in addGlobalMapping()
224 assert((!V.empty() || !Name.empty()) && in addGlobalMapping()
263 if (CurVal && !EEState.getGlobalAddressReverseMap().empty()) in updateGlobalMapping()
268 if (!EEState.getGlobalAddressReverseMap().empty()) { in updateGlobalMapping()
270 assert((!V.empty() || !Name.empty()) && in updateGlobalMapping()
304 if (EEState.getGlobalAddressReverseMap().empty()) { in getGlobalValueAtAddress()
1230 if (!LinkedGlobalsMap.empty()) { in emitGlobals()
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp308 if (!type.array.empty()) in print_resources()
387 !res.name.empty() ? res.name.c_str() : compiler.get_fallback_name(fallback_id).c_str(), array.c_str()); in print_resources()
543 !block.name.empty() ? block.name.c_str() : compiler.get_fallback_name(block.id).c_str()); in print_push_constant_resources()
551 !name.empty() ? name.c_str() : compiler.get_fallback_member_name(range.index).c_str(), in print_push_constant_resources()
1168 if (!args.variable_type_remaps.empty()) in compile_iteration()
1191 if (!args.entry_stage.empty()) in compile_iteration()
1194 if (entry_point.empty()) in compile_iteration()
1206 if (entry_point.empty()) in compile_iteration()
1233 else if (!entry_point.empty()) in compile_iteration()
1259 if (!entry_point.empty()) in compile_iteration()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp97 /// If the set becomes empty, remove Inst's entry.
108 if (InstIt->second.empty()) in RemoveFromReverseMap()
390 while (!LoadOperandsQueue.empty()) { in getInvariantGroupPointerDependency()
798 if (!Cache.empty()) { in getNonLocalCallDependency()
835 while (!DirtyBlocks.empty()) { in getNonLocalCallDependency()
1179 if (!Visited.empty()) { in getNonLocalPointerDepFromBB()
1211 // than its valid cache info. If empty, the result will be valid cache info, in getNonLocalPointerDepFromBB()
1213 if (Cache->empty()) in getNonLocalPointerDepFromBB()
1234 while (!Worklist.empty()) { in getNonLocalPointerDepFromBB()
1485 // Most of the time this cache is empty in RemoveCachedNonLocalPointerDependencies()
[all...]
/third_party/rust/crates/cxx/gen/lib/src/gen/include/
H A Dcxx.h65 bool empty() const noexcept;
124 bool empty() const noexcept;
185 bool empty() const noexcept;
317 bool empty() const noexcept;
551 bool Slice<T>::empty() const noexcept {
572 assert(!this->empty());
578 assert(!this->empty());
870 bool Vec<T>::empty() const noexcept {
896 assert(!this->empty());
902 assert(!this->empty());
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayTests.cpp951 if (displaysVector.empty()) in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1074 if (displaysVector.empty()) in testGetDisplayPlaneSupportedDisplaysKHR()
1198 if (displaysVector.empty()) in testGetDisplayModePropertiesKHR()
1290 if (displaysVector.empty()) in testCreateDisplayModeKHR()
1413 if (displaysVector.empty()) in testGetDisplayPlaneCapabilitiesKHR()
1438 if (displaysForPlane.empty()) in testGetDisplayPlaneCapabilitiesKHR()
1580 if (displaysVector.empty()) in testDisplaySurface()
1646 if (displaysForPlane.empty()) in testDisplaySurface()
1753 return ((surfaceCountersErr.empty()) ? tcu::TestStatus::pass("Pass") : tcu::TestStatus::fail(surfaceCountersErr)); in testDisplaySurface()
1911 if (displaysVector.empty()) in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp783 // point to a new block, and insert a new empty block before this instruction. in executeInWaterfallLoop()
1047 return !SGPROperandRegs.empty(); in collectWaterfallOperands()
1128 if (SrcRegs.empty()) { in applyMappingWideLoad()
1251 if (!SrcReg.empty()) { in substituteSimpleCopyRegs()
1566 if (CondRegs.empty()) in applyMappingImpl()
1594 if (DefRegs.empty()) { in applyMappingImpl()
1595 assert(Src1Regs.empty() && Src2Regs.empty()); in applyMappingImpl()
1599 if (Src1Regs.empty()) in applyMappingImpl()
1605 if (Src2Regs.empty()) in applyMappingImpl()
[all...]
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc132 if (!array_length_from_uniform.bindpoint_to_size_index.empty()) { in Sanitize()
137 // If the binding map is empty, use the deprecated |buffer_size_ubo_index| in Sanitize()
190 !result.used_array_length_from_uniform_indices.empty(); in Sanitize()
213 if (!program_->AST().TypeDecls().empty()) { in Generate()
243 if (!invariant_define_name_.empty()) { in Generate()
255 if (!helpers_.lines.empty()) { in Generate()
660 if (name.empty()) { in EmitIntrinsicCall()
1774 if (attr.empty()) { in EmitEntryPointFunction()
1922 if (!init_buf.lines.empty()) { in EmitForLoop()
1930 if (!cont_buf.lines.empty()) { in EmitForLoop()
[all...]
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.cpp106 while (! inputStack.empty()) in ~TPpContext()
/third_party/gn/src/gn/
H A Dconfig.h45 if (configs_.empty()) // No sub configs, just use the regular values. in resolved_values()
H A Dcopy_target_generator.cc41 if (target_->sources().empty()) { in DoRun()
H A Dninja_writer.cc33 if (per_toolchain_rules.empty()) { in WriteToolchains()
H A Dsettings.cc14 if (output_subdir_name.empty()) { in Settings()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Derror_support_test.cc15 EXPECT_TRUE(errors.Errors().empty()); in TEST()
/third_party/node/benchmark/url/
H A Dwhatwg-url-idna.js6 empty: {
H A Durl-searchparams-sort.js6 empty: '',
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dregex_based_matcher.cc43 // We don't want to consider it a prefix match when matching non-empty input in MatchNationalNumber()
44 // against an empty pattern. in MatchNationalNumber()
45 if (national_number_pattern.empty()) { in MatchNationalNumber()

Completed in 35 milliseconds

1...<<51525354555657585960>>...192