/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | RbnfMapperTest.java | 59 RbnfMapper.process(icuData, cldrData, Optional.empty()); in testSingleRuleset() 87 RbnfMapper.process(icuData, cldrData, Optional.empty()); in testMultipleRulesets() 153 RbnfMapper.process(icuData, cldrData, Optional.empty()); in testEscaping()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuConverterConfig.java | 47 private Optional<String> icuVersion = Optional.empty(); 48 private Optional<String> icuDataVersion = Optional.empty(); 49 private Optional<String> cldrVersion = Optional.empty();
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | main.cpp | 273 bool found = names.empty(); in main() 274 bool all_variants = names.empty(); in main() 279 if (name.second.empty()) in main()
|
/third_party/node/src/ |
H A D | node_trace_events.cc | 83 if (!category_set->enabled_ && !categories.empty()) { in Enable() 97 if (category_set->enabled_ && !categories.empty()) { in Disable() 107 if (!categories.empty()) { in GetEnabledCategories()
|
/third_party/ninja/src/ |
H A D | missing_deps.cc | 93 if (!deps_type.empty()) { in ProcessNode() 104 if (!depfile_deps.empty()) in ProcessNode() 136 if (!missing_deps.empty()) { in ProcessNodeDeps()
|
H A D | test.cc | 117 EXPECT_FALSE((*e)->outputs_.empty());
in VerifyGraph() 201 if (start_dir_.empty())
in CreateAndEnter() 221 if (temp_dir_name_.empty())
in Cleanup()
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/ |
H A D | string_piece.cc | 29 target->assign(!empty() ? data() : "", size()); in CopyToString() 33 if (!empty()) in AppendToString() 69 if (s.empty()) in rfind()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | free-list.cc | 212 DCHECK(bucket_size.empty()); in CollectStatistics() 213 DCHECK(free_count.empty()); in CollectStatistics() 214 DCHECK(free_size.empty()); in CollectStatistics()
|
/third_party/mesa3d/src/util/tests/vma/ |
H A D | vma_random_test.cpp | 92 else if (action == 2) empty(); in test() 211 assert(heap_holes.empty()); in fill() 214 void empty() in empty() function
|
/third_party/python/Lib/idlelib/ |
H A D | scrolledlist.py | 36 # Mark as empty 44 self.empty = 1 48 if self.empty: 50 self.empty = 0
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPrograms.hpp | 54 const deUint8* getBinary (void) const { return m_binary.empty() ? DE_NULL : &m_binary[0]; } in getBinary() 115 bool empty (void) const { return m_programs.empty(); } in empty() function in vk::ProgramCollection
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | RemoveSwitchFallThrough.cpp | 65 ASSERT(rm.mPreviousCase || statementList->getSequence()->empty()); in removeFallThrough() 172 ASSERT(!mCasesSharingBreak.at(i)->getSequence()->empty()); in handlePreviousCase() 184 "Performance: non-empty fall-through cases in " in handlePreviousCase() 221 if (node->getSequence()->empty()) in DoesBlockAlwaysBreak()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | CallDAG.cpp | 58 ASSERT(records->empty()); in fillDataStructures() 59 ASSERT(idToIndex->empty()); in fillDataStructures() 121 // Function declaration, create an empty record. 176 while (!functionsToProcess.empty()) in assignIndicesInternal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 121 if (!Attrs.empty()) { in getNodeAttributes() 282 while (!GluedNodes.empty()) { in getGraphNodeLabel() 286 if (!GluedNodes.empty()) in getGraphNodeLabel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiStream.cpp | 145 if (!HashMap.empty()) in buildHashMap() 147 if (HashValues.empty()) in buildHashMap() 177 bool TpiStream::supportsTypeLookup() const { return !HashMap.empty(); } in supportsTypeLookup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | RemarkStreamer.cpp | 155 if (RemarksFilename.empty()) in setupOptimizationRemarks() 181 if (!RemarksPasses.empty()) in setupOptimizationRemarks() 212 if (!RemarksPasses.empty()) in setupOptimizationRemarks()
|
/third_party/skia/src/core/ |
H A D | SkData.cpp | 100 static SkData* empty; 102 once([]{ empty = new SkData(nullptr, 0, nullptr, nullptr); }); 103 return sk_ref_sp(empty);
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUAdapter.cpp | 26 if (s.empty()) in Split() 37 if (!token.empty()) // Discard empty tokens in Split() 42 if (!token.empty()) // Discard empty tokens in Split()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | PhiValues.cpp | 108 if (Stack.empty()) in processPhi() 132 assert(Stack.empty()); in getValuesForPhi() 176 else if (It->second.empty()) in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopInstSimplify.cpp | 98 // empty `ToSimplify` set. in simplifyLoopInst() 99 bool IsFirstIteration = ToSimplify->empty(); in simplifyLoopInst() 153 if (!DeadInsts.empty()) { in simplifyLoopInst() 163 if (Next->empty()) in simplifyLoopInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceLoopAnalyzer.cpp | 169 assert(WorkStack.empty()); in computeLoopNestDepth() 170 assert(LoopStack.empty()); in computeLoopNestDepth() 178 while (!WorkStack.empty()) { in computeLoopNestDepth()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Signals.cpp | 120 if (!Argv0.empty()) { in printSymbolizedStackTrace() 122 if (!Parent.empty()) in printSymbolizedStackTrace() 195 // encounter empty line. in printSymbolizedStackTrace() 200 if (FunctionName.empty()) in printSymbolizedStackTrace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPropagateAttributes.cpp | 186 if (Roots.empty()) in process() 249 while (!ToReplace.empty()) { in process() 254 } while (!NewRoots.empty()); in process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86VZeroUpper.cpp | 309 assert(BlockStates.empty() && DirtySuccessors.empty() && in runOnMachineFunction() 327 while (!DirtySuccessors.empty()) { in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 56 if (!BlockExtractorFile.empty()) in init() 121 if (LineSplit.empty()) in loadFile() 128 if (BBNames.empty()) in loadFile()
|