/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlsyntaxparser.cpp | 119 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in CFX_XMLSyntaxParser() 167 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in DoSyntaxParse() 215 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in DoSyntaxParse() 225 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in DoSyntaxParse() 268 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in DoSyntaxParse() 275 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in DoSyntaxParse() 326 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in DoSyntaxParse() 338 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in DoSyntaxParse() 350 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in DoSyntaxParse() 368 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in DoSyntaxParse() [all …]
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldChecker.cpp | 46 std::tie(LHSResult, RemainingExpr) = in evaluate() 56 std::tie(RHSResult, RemainingExpr) = in evaluate() 118 std::tie(Token, Remaining) = parseSymbol(Expr); in getTokenForError() 120 std::tie(Token, Remaining) = parseNumberString(Expr); in getTokenForError() 227 std::tie(Symbol, RemainingExpr) = parseSymbol(RemainingExpr); in evalDecodeOperand() 240 std::tie(OpIdxExpr, RemainingExpr) = evalNumberExpr(RemainingExpr); in evalDecodeOperand() 295 std::tie(Symbol, RemainingExpr) = parseSymbol(RemainingExpr); in evalNextPC() 346 std::tie(SectionName, RemainingExpr) = parseSymbol(RemainingExpr); in evalStubAddr() 354 std::tie(Symbol, RemainingExpr) = parseSymbol(RemainingExpr); in evalStubAddr() 363 std::tie(StubAddr, ErrorMsg) = Checker.getStubAddrFor( in evalStubAddr() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldChecker.cpp | 46 std::tie(LHSResult, RemainingExpr) = in evaluate() 56 std::tie(RHSResult, RemainingExpr) = in evaluate() 118 std::tie(Token, Remaining) = parseSymbol(Expr); in getTokenForError() 120 std::tie(Token, Remaining) = parseNumberString(Expr); in getTokenForError() 227 std::tie(Symbol, RemainingExpr) = parseSymbol(RemainingExpr); in evalDecodeOperand() 240 std::tie(OpIdxExpr, RemainingExpr) = evalNumberExpr(RemainingExpr); in evalDecodeOperand() 295 std::tie(Symbol, RemainingExpr) = parseSymbol(RemainingExpr); in evalNextPC() 346 std::tie(SectionName, RemainingExpr) = parseSymbol(RemainingExpr); in evalStubAddr() 354 std::tie(Symbol, RemainingExpr) = parseSymbol(RemainingExpr); in evalStubAddr() 363 std::tie(StubAddr, ErrorMsg) = Checker.getStubAddrFor( in evalStubAddr() [all …]
|
/external/python/cpython3/Tools/pynche/ |
D | DetailsViewer.py | 150 tie = self.__rvar.get() + self.__gvar.get() + self.__bvar.get() 151 if tie in (0, 1, 2, 4): 157 7: 'Grey'}[tie] 188 tie = [] 191 tie.append(red) 196 tie.append(green) 201 tie.append(blue) 211 elif atbound == WRAP or (atbound == RATIO and len(tie) < 2): 227 for c in tie: 233 delta = max(tie) [all …]
|
/external/python/cpython2/Tools/pynche/ |
D | DetailsViewer.py | 150 tie = self.__rvar.get() + self.__gvar.get() + self.__bvar.get() 151 if tie in (0, 1, 2, 4): 157 7: 'Grey'}[tie] 188 tie = [] 191 tie.append(red) 196 tie.append(green) 201 tie.append(blue) 211 elif atbound == WRAP or (atbound == RATIO and len(tie) < 2): 227 for c in tie: 233 delta = max(tie) [all …]
|
/external/tensorflow/tensorflow/lite/examples/python/ |
D | label_image.md | 27 0.337255: Windsor tie 28 0.047059: bow tie 44 0.116163: Windsor tie 45 0.035517: bow tie 47 0.011758: bolo tie
|
/external/pdfium/xfa/fde/ |
D | cfde_texteditengine_unittest.cpp | 249 std::tie(start_idx, count) = engine()->GetSelection(); in TEST_F() 425 std::tie(start_idx, count) = engine()->BoundsForWordAt(100); in TEST_F() 433 std::tie(start_idx, count) = engine()->BoundsForWordAt(0); in TEST_F() 441 std::tie(start_idx, count) = engine()->BoundsForWordAt(100); in TEST_F() 447 std::tie(start_idx, count) = engine()->BoundsForWordAt(0); in TEST_F() 453 std::tie(start_idx, count) = engine()->BoundsForWordAt(1); in TEST_F() 459 std::tie(start_idx, count) = engine()->BoundsForWordAt(4); in TEST_F() 466 std::tie(start_idx, count) = engine()->BoundsForWordAt(5); in TEST_F() 472 std::tie(start_idx, count) = engine()->BoundsForWordAt(6); in TEST_F() 480 std::tie(start_idx, count) = engine()->BoundsForWordAt(5); in TEST_F() [all …]
|
/external/perfetto/src/profiling/memory/ |
D | bookkeeping.h | 111 return std::tie(build_id, offset, start, end, load_bias, path_components) < 112 std::tie(other.build_id, other.offset, other.start, other.end, 116 return std::tie(build_id, offset, start, end, load_bias, path_components) == 117 std::tie(other.build_id, other.offset, other.start, other.end, 130 return std::tie(mapping, function_name, rel_pc) < 131 std::tie(other.mapping, other.function_name, other.rel_pc); 135 return std::tie(mapping, function_name, rel_pc) == 136 std::tie(other.mapping, other.function_name, other.rel_pc); 353 std::tie(callstack_allocations_it, inserted) = in MaybeCreateCallstackAllocations()
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/ |
D | move_assign.pass.cpp | 51 assert(is1.tie() == 0); in main() 59 assert(is2.tie() == 0); in main() 74 assert(is1.tie() == 0); in main() 82 assert(is2.tie() == 0); in main()
|
D | member_swap.pass.cpp | 46 assert(is1.tie() == 0); in main() 54 assert(is2.tie() == 0); in main() 69 assert(is1.tie() == 0); in main() 77 assert(is2.tie() == 0); in main()
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/ |
D | member_swap.pass.cpp | 46 assert(os1.tie() == 0); in main() 54 assert(os2.tie() == 0); in main() 69 assert(os1.tie() == 0); in main() 77 assert(os2.tie() == 0); in main()
|
D | move_assign.pass.cpp | 51 assert(os1.tie() == 0); in main() 59 assert(os2.tie() == 0); in main() 74 assert(os1.tie() == 0); in main() 82 assert(os2.tie() == 0); in main()
|
/external/icu/icu4c/source/data/translit/ |
D | dsb_dsb_FONIPA.txt | 18 č → t \u0361 ʃ ; # affricate indicated by ligature tie 19 ć → t \u0361 ɕ ; # affricate indicated by ligature tie 20 c → t \u0361 s ; # affricate indicated by ligature tie 21 dź → d \u0361 ʑ ; # affricate indicated by ligature tie
|
D | cs_cs_FONIPA.txt | 31 dž → d \u0361 ʒ; # affricate indicated by ligature tie 32 dz → d \u0361 z; # affricate indicated by ligature tie 39 c → t \u0361 s; # affricate indicated by ligature tie 40 č → t \u0361 ʃ; # affricate indicated by ligature tie
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/ |
D | member_swap.pass.cpp | 46 assert(is1.tie() == 0); in main() 54 assert(is2.tie() == 0); in main() 69 assert(is1.tie() == 0); in main() 77 assert(is2.tie() == 0); in main()
|
D | move_assign.pass.cpp | 51 assert(is1.tie() == 0); in main() 59 assert(is2.tie() == 0); in main() 74 assert(is1.tie() == 0); in main() 82 assert(is2.tie() == 0); in main()
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
D | tie.pass.cpp | 31 auto res = std::tie(i, std::ignore, f); in test_tie_constexpr() 48 std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); in main() 56 constexpr std::tuple<const int &, const double &> t = std::tie(i, f); in main()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_icon.cpp | 75 std::tie(fImageWidth, fImageHeight) = GetImageSize(); in GetScale() 113 std::tie(fLeft, fBottom) = GetIconPosition(); in GetImageOffset() 117 std::tie(fImageWidth, fImageHeight) = GetImageSize(); in GetImageOffset() 120 std::tie(fHScale, fVScale) = GetScale(); in GetImageOffset()
|
/external/libcxx/src/ |
D | iostream.cpp | 98 cin_ptr->tie(cout_ptr); in Init() 99 wcin_ptr->tie(wcout_ptr); in Init() 104 cerr_ptr->tie(cout_ptr); in Init() 105 wcerr_ptr->tie(wcout_ptr); in Init()
|
/external/v8/src/runtime/ |
D | runtime-numbers.cc | 135 int tie = 0; in RUNTIME_FUNCTION() local 146 tie = -1; in RUNTIME_FUNCTION() 150 tie = 1; in RUNTIME_FUNCTION() 155 return Smi::FromInt(tie); in RUNTIME_FUNCTION()
|
/external/libchrome/ipc/ |
D | ipc_message_templates_impl.h | 29 WriteParam(this, std::tie(ins...)); in MessageT() 61 new ParamDeserializer<Outs...>(std::tie(*outs...))) { in MessageT() 62 WriteParam(this, std::tie(ins...)); in MessageT() 86 WriteParam(reply, std::tie(outs...)); in WriteReplyParams()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBStringTableBuilder.cpp | 194 std::tie(SectionWriter, Writer) = Writer.split(sizeof(PDBStringTableHeader)); in commit() 198 std::tie(SectionWriter, Writer) = in commit() 203 std::tie(SectionWriter, Writer) = Writer.split(calculateHashTableSize()); in commit() 207 std::tie(SectionWriter, Writer) = Writer.split(sizeof(uint32_t)); in commit()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | unify_const_test.cpp | 111 std::tie(original_without_opnames, original_opnames) = in Check() 117 std::tie(expected_without_opnames, expected_opnames) = in Check() 123 std::tie(optimized_before_strip, status) = in Check() 129 std::tie(optimized_without_opnames, optimized_opnames) = in Check()
|
/external/perfetto/src/traced/probes/ftrace/ |
D | proto_translation_table.h | 50 return std::tie(group_, name_) == std::tie(other.group(), other.name()); 54 return std::tie(group_, name_) < std::tie(other.group(), other.name());
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | unify_const_test.cpp | 111 std::tie(original_without_opnames, original_opnames) = in Check() 117 std::tie(expected_without_opnames, expected_opnames) = in Check() 123 std::tie(optimized_before_strip, status) = in Check() 129 std::tie(optimized_without_opnames, optimized_opnames) = in Check()
|