/external/clang/lib/Format/ |
D | ContinuationIndenter.cpp | 97 !(State.Stack.back().BreakBeforeClosingBrace && in canBreak() 116 if (Current.isMemberAccess() && State.Stack.back().ContainsUnwrappedBuilder) in canBreak() 133 return !State.Stack.back().NoLineBreak; in canBreak() 141 if (State.Stack.back().BreakBeforeClosingBrace && in mustBreak() 152 State.Stack.back().BreakBeforeParameter && !Current.isTrailingComment() && in mustBreak() 164 State.Stack.back().BreakBeforeParameter) && in mustBreak() 168 if (Current.is(TT_SelectorName) && State.Stack.back().ObjCSelectorNameFound && in mustBreak() 169 State.Stack.back().BreakBeforeParameter) in mustBreak() 205 State.Stack.back().BreakBeforeParameter) in mustBreak() 208 State.Stack.back().BreakBeforeParameter) { in mustBreak() [all …]
|
D | TokenAnnotator.cpp | 48 Left->ParentBracket = Contexts.back().ContextKind; in parseAngle() 53 bool InExprContext = Contexts.back().IsExpression; in parseAngle() 55 Contexts.back().IsExpression = false; in parseAngle() 58 Contexts.back().InTemplateArgument = in parseAngle() 103 Left->ParentBracket = Contexts.back().ContextKind; in parseParens() 107 Contexts.back().ColonIsForRangeExpr = in parseParens() 128 Contexts.back().IsExpression = true; in parseParens() 133 Contexts.back().IsExpression = false; in parseParens() 138 Contexts.back().IsExpression = true; in parseParens() 141 Contexts.back().IsExpression = false; in parseParens() [all …]
|
/external/skia/gm/ |
D | convexpaths.cpp | 55 fPaths.back().quadTo(50 * SK_Scalar1, 100 * SK_Scalar1, in makePaths() 57 fPaths.back().lineTo(0, 0); in makePaths() 60 fPaths.back().quadTo(50 * SK_Scalar1, 0, in makePaths() 62 fPaths.back().quadTo(50 * SK_Scalar1, 100 * SK_Scalar1, in makePaths() 105 fPaths.back().lineTo(kLength * SkIntToScalar(i) / kPtsPerSide, 0); in makePaths() 108 fPaths.back().lineTo(kLength, kLength * SkIntToScalar(i) / kPtsPerSide); in makePaths() 111 fPaths.back().lineTo(kLength * SkIntToScalar(i) / kPtsPerSide, kLength); in makePaths() 114 fPaths.back().lineTo(0, kLength * SkIntToScalar(i) / kPtsPerSide); in makePaths() 119 fPaths.back().lineTo(98 * SK_Scalar1, 100 * SK_Scalar1); in makePaths() 120 fPaths.back().lineTo(3 * SK_Scalar1, 96 * SK_Scalar1); in makePaths() [all …]
|
/external/libunwind/doc/ |
D | unw_create_addr_space.man | 35 address\-space and initializes it based on the call\-back routines 38 The call\-back routines are described in detail below. The 52 .SH CALL\-BACK ROUTINES 56 uses a set of call\-back routines to access the 66 The first argument to every call\-back routine is an address\-space 71 call\-back routine, libunwind 79 The synopsis and a detailed description of every call\-back routine 82 .SS CALL\-BACK ROUTINE SYNOPSIS 172 call\-back to 184 is zero if the call\-back does not need to [all …]
|
D | unw_create_addr_space.tex | 20 address-space and initializes it based on the call-back routines 22 The call-back routines are described in detail below. The 31 \section{Call-back Routines} 33 \Prog{Libunwind} uses a set of call-back routines to access the 41 The first argument to every call-back routine is an address-space 44 call-back routine, \Prog{libunwind} sets the \Var{as} argument to the 49 The synopsis and a detailed description of every call-back routine 52 \subsection{Call-back Routine Synopsis} 79 \Prog{Libunwind} invokes the \Func{find\_proc\_info}() call-back to 86 \Var{need\_unwind\_info} is zero if the call-back does not need to [all …]
|
/external/libcxxabi/src/ |
D | cxa_demangle.cpp | 556 if (!db.template_param.back().empty()) in parse_template_param() 558 for (auto& t : db.template_param.back().front()) in parse_template_param() 581 if (sub < db.template_param.back().size()) in parse_template_param() 583 for (auto& temp : db.template_param.back()[sub]) in parse_template_param() 615 auto expr = db.names.back().move_full(); in parse_const_cast_expr() 617 db.names.back() = "const_cast<" + db.names.back().move_full() + ">(" + expr + ")"; in parse_const_cast_expr() 641 auto expr = db.names.back().move_full(); in parse_dynamic_cast_expr() 643 db.names.back() = "dynamic_cast<" + db.names.back().move_full() + ">(" + expr + ")"; in parse_dynamic_cast_expr() 667 auto expr = db.names.back().move_full(); in parse_reinterpret_cast_expr() 669 … db.names.back() = "reinterpret_cast<" + db.names.back().move_full() + ">(" + expr + ")"; in parse_reinterpret_cast_expr() [all …]
|
/external/eigen/test/ |
D | stdlist.cpp | 25 w.front() = w.back(); in check_stdlist_matrix() 26 VERIFY_IS_APPROX(w.front(), w.back()); in check_stdlist_matrix() 39 v.back() = x; in check_stdlist_matrix() 40 VERIFY_IS_APPROX(v.back(), x); in check_stdlist_matrix() 42 VERIFY_IS_APPROX(v.back(), y); in check_stdlist_matrix() 44 VERIFY_IS_APPROX(v.back(), x); in check_stdlist_matrix() 54 w.front() = w.back(); in check_stdlist_transform() 55 VERIFY_IS_APPROX(w.front(), w.back()); in check_stdlist_transform() 68 v.back() = x; in check_stdlist_transform() 69 VERIFY_IS_APPROX(v.back(), x); in check_stdlist_transform() [all …]
|
D | stddeque.cpp | 25 w.front() = w.back(); in check_stddeque_matrix() 26 VERIFY_IS_APPROX(w.front(), w.back()); in check_stddeque_matrix() 39 v.back() = x; in check_stddeque_matrix() 40 VERIFY_IS_APPROX(v.back(), x); in check_stddeque_matrix() 42 VERIFY_IS_APPROX(v.back(), y); in check_stddeque_matrix() 44 VERIFY_IS_APPROX(v.back(), x); in check_stddeque_matrix() 54 w.front() = w.back(); in check_stddeque_transform() 55 VERIFY_IS_APPROX(w.front(), w.back()); in check_stddeque_transform() 68 v.back() = x; in check_stddeque_transform() 69 VERIFY_IS_APPROX(v.back(), x); in check_stddeque_transform() [all …]
|
/external/libvncserver/libvncserver/ |
D | rfbregion.c | 25 sraSpan back; member 103 while (curr != &(l->back)) { in sraSpanListPrint() 120 item->front._next = &(item->back); in sraSpanListCreate() 122 item->back._prev = &(item->front); in sraSpanListCreate() 123 item->back._next = NULL; in sraSpanListCreate() 135 while (curr != &(src->back)) { in sraSpanListDup() 137 sraSpanInsertBefore(newspan, &(newlist->back)); in sraSpanListDup() 147 while (list->front._next != &(list->back)) { in sraSpanListDestroy() 160 while (list->front._next != &(list->back)) { in sraSpanListMakeEmpty() 167 list->front._next = &(list->back); in sraSpanListMakeEmpty() [all …]
|
/external/icu/icu4c/source/layoutex/ |
D | LXUtilities.cpp | 77 le_int32 front, back; in reverse() local 79 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) { in reverse() 82 array[front] = array[back]; in reverse() 83 array[back] = swap; in reverse() 89 le_int32 front, back; in reverse() local 91 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) { in reverse() 94 array[front] = array[back]; in reverse() 95 array[back] = swap; in reverse()
|
/external/skia/src/gpu/ |
D | GrBufferAllocPool.cpp | 61 GrGeometryBuffer* buffer = fBlocks.back().fBuffer; in deleteBlocks() 63 UNMAP_BUFFER(fBlocks.back()); in deleteBlocks() 94 BufferBlock& block = fBlocks.back(); in unmap() 99 this->flushCpuData(fBlocks.back(), flushSize); in unmap() 111 if (fBlocks.back().fBuffer->isMapped()) { in validate() 112 GrGeometryBuffer* buf = fBlocks.back().fBuffer; in validate() 118 SkASSERT(fBlocks.empty() || !fBlocks.back().fBuffer->isMapped()); in validate() 156 BufferBlock& back = fBlocks.back(); in makeSpace() local 157 size_t usedBytes = back.fBuffer->gpuMemorySize() - back.fBytesFree; in makeSpace() 159 if ((size + pad) <= back.fBytesFree) { in makeSpace() [all …]
|
/external/libnfc-nxp/src/ |
D | phLibNfc_Internal.h | 86 /*Init call back & its context*/ 89 /*Shutdown call back & its context*/ 92 /*Connect call back & its context*/ 95 /*DisConnect call back & its context*/ 99 /*Transceive Call back & it's context*/ 102 /*Check Ndef Call back & it's context*/ 105 /*Read Ndef Call back & it's context*/ 108 /*Write Ndef Call back & it's context*/ 113 /*Discover Call back & it's context*/ 117 /*Presence check Call back & it's context*/ [all …]
|
D | phHciNfc.c | 179 /* Roll Back the State Machine to its Original State */ in phHciNfc_Initialise() 277 /* Roll Back the State Machine to its Original State */ in phHciNfc_Release() 403 /* Roll Back the State Machine to its Original State */ in phHciNfc_Configure() 438 /* Roll Back the State Machine to its Original State */ in phHciNfc_Configure() 509 /* Roll Back the State Machine to its Original State */ in phHciNfc_Config_Discovery() 549 /* To be back in the Poll State to Re-Poll the Target */ in phHciNfc_Restart_Discovery() 606 /* Roll Back the State Machine to its Original State */ in phHciNfc_Restart_Discovery() 614 /* Roll Back the State Machine to its Original State */ in phHciNfc_Restart_Discovery() 626 /* Roll Back the State Machine to its Original State */ in phHciNfc_Restart_Discovery() 724 /* Roll Back the State Machine to its Original State */ in phHciNfc_Config_Emulation() [all …]
|
/external/dbus-binding-generator/chromeos-dbus-bindings/ |
D | xml_interface_parser.cc | 102 prev_element = element_path_.back(); in OnOpenElement() 120 itf.path = node_names_.back(); in OnOpenElement() 125 interfaces_.back().methods.push_back( in OnOpenElement() 130 interfaces_.back().signals.push_back( in OnOpenElement() 135 interfaces_.back().properties.push_back(ParseProperty(attributes, in OnOpenElement() 156 Interface::Method& method = interfaces_.back().methods.back(); in OnOpenElement() 195 if (element_path_.back() != kDocStringTag) in OnCharData() 202 doc_string_ptr = &(interfaces_.back().doc_string); in OnCharData() 204 doc_string_ptr = &(interfaces_.back().methods.back().doc_string); in OnCharData() 206 doc_string_ptr = &(interfaces_.back().signals.back().doc_string); in OnCharData() [all …]
|
/external/opencv3/samples/cpp/ |
D | detect_blob.cpp | 131 pBLOB.back().filterByArea = true; in main() 132 pBLOB.back().minArea = 1; in main() 133 pBLOB.back().maxArea = float(img.rows*img.cols); in main() 137 pBLOB.back().filterByArea = true; in main() 138 pBLOB.back().minArea = 500; in main() 139 pBLOB.back().maxArea = 2900; in main() 143 pBLOB.back().filterByCircularity = true; in main() 147 pBLOB.back().filterByInertia = true; in main() 148 pBLOB.back().minInertiaRatio = 0; in main() 149 pBLOB.back().maxInertiaRatio = (float)0.2; in main() [all …]
|
/external/zlib/src/contrib/ada/ |
D | zlib-streams.ads | 32 -- Flush the written data to the back stream, 33 -- all data placed to the compressor is flushing to the Back stream. 39 -- Return total number of bytes read from back stream so far. 51 -- Return total number of bytes written to the back stream. 56 Back : in Stream_Access; 70 -- Data written to the Stream is compressing to the Back stream 71 -- and data read from the Stream is decompressed data from the Back stream. 74 -- Data written to the Stream is decompressing to the Back stream 75 -- and data read from the Stream is compressed data from the Back stream. 100 -- becouse not all read data from back stream [all …]
|
/external/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 55 if (SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(), in findConditionalDirectiveRegionLoc() 57 return CondDirectiveStack.back(); in findConditionalDirectiveRegionLoc() 73 SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(), in addCondDirectiveLoc() 81 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in If() 88 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Ifdef() 95 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Ifndef() 103 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Elif() 104 CondDirectiveStack.back() = Loc; in Elif() 109 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Else() 110 CondDirectiveStack.back() = Loc; in Else() [all …]
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng_util.cpp | 45 end = &png.back() + 1; in getChunkInfo() 67 end = &png.back() + 1; in getChunks() 109 end = &png.back() + 1; in insertChunks() 168 end = &png.back() + 1; in getFilterTypesInterlaced() 373 zlibinfo->back().btype = BTYPE; in inflate() 378 zlibinfo->back().compressedbits = bp - bpstart; in inflate() 379 zlibinfo->back().uncompressedbytes = uncomprblocksize; in inflate() 417 zlibinfo->back().hlit = HLIT - 257; in getTreeInflateDynamic() 418 zlibinfo->back().hdist = HDIST - 1; in getTreeInflateDynamic() 419 zlibinfo->back().hclen = HCLEN - 4; in getTreeInflateDynamic() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | SCCIterator.h | 129 /// still contain a loop if the node has an edge back to itself. 156 while (VisitStack.back().NextChild != GT::child_end(VisitStack.back().Node)) { in DFSVisitChildren() 158 NodeType *childN = *VisitStack.back().NextChild++; in DFSVisitChildren() 168 if (VisitStack.back().MinVisited > childNum) in DFSVisitChildren() 169 VisitStack.back().MinVisited = childNum; in DFSVisitChildren() 179 NodeType *visitingN = VisitStack.back().Node; in GetNextSCC() 180 unsigned minVisitNum = VisitStack.back().MinVisited; in GetNextSCC() 181 assert(VisitStack.back().NextChild == GT::child_end(visitingN)); in GetNextSCC() 185 if (!VisitStack.empty() && VisitStack.back().MinVisited > minVisitNum) in GetNextSCC() 186 VisitStack.back().MinVisited = minVisitNum; in GetNextSCC() [all …]
|
/external/libpng/contrib/libtests/ |
D | pngstest.c | 1204 gpc_noop(Pixel *out, const Pixel *in, const Background *back) in gpc_noop() argument 1206 (void)back; in gpc_noop() 1215 gpc_nop8(Pixel *out, const Pixel *in, const Background *back) in gpc_nop8() argument 1217 (void)back; in gpc_nop8() 1234 gpc_nop6(Pixel *out, const Pixel *in, const Background *back) in gpc_nop6() argument 1236 (void)back; in gpc_nop6() 1254 gpc_bckg(Pixel *out, const Pixel *in, const Background *back) in gpc_bckg() argument 1257 out->r = out->g = out->b = back->ig; in gpc_bckg() 1266 out->r = out->g = out->b = sRGB(sRGB_to_d[in->g] * a + back->dg * (1-a)); in gpc_bckg() 1274 gpc_bckc(Pixel *out, const Pixel *in, const Background *back) in gpc_bckc() argument [all …]
|
/external/llvm/unittests/ADT/ |
D | ilistTest.cpp | 32 EXPECT_EQ(1, List.back().Value); in TEST() 33 EXPECT_EQ(nullptr, List.getPrevNode(List.back())); in TEST() 34 EXPECT_EQ(nullptr, List.getNextNode(List.back())); in TEST() 37 EXPECT_EQ(2, List.back().Value); in TEST() 39 EXPECT_EQ(1, List.getPrevNode(List.back())->Value); in TEST() 42 EXPECT_EQ(2, ConstList.back().Value); in TEST() 44 EXPECT_EQ(1, ConstList.getPrevNode(ConstList.back())->Value); in TEST() 64 EXPECT_EQ(3, List.back().Value); in TEST() 96 EXPECT_EQ(6, List.back().Value); in TEST()
|
D | SmallVectorTest.cpp | 341 // Now resize back to fixed size. in TYPED_TEST() 358 EXPECT_TRUE(*it == this->theVector.back()); in TYPED_TEST() 841 EXPECT_TRUE(V.back().State == ES_Emplaced); in TEST() 842 EXPECT_TRUE(V.back().A0.State == EAS_Defaulted); in TEST() 843 EXPECT_TRUE(V.back().A1.State == EAS_Defaulted); in TEST() 844 EXPECT_TRUE(V.back().A2.State == EAS_Defaulted); in TEST() 845 EXPECT_TRUE(V.back().A3.State == EAS_Defaulted); in TEST() 851 EXPECT_TRUE(V.back().State == ES_Emplaced); in TEST() 852 EXPECT_TRUE(V.back().A0.State == EAS_RValue); in TEST() 853 EXPECT_TRUE(V.back().A1.State == EAS_Defaulted); in TEST() [all …]
|
/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
D | emplace.pass.cpp | 76 assert(c.back().geti() == 3); in main() 77 assert(c.back().getd() == 4.5); in main() 86 assert(c.back().geti() == 3); in main() 87 assert(c.back().getd() == 4.5); in main() 103 assert(c.back().geti() == 3); in main() 104 assert(c.back().getd() == 4.5); in main() 113 assert(c.back().geti() == 3); in main() 114 assert(c.back().getd() == 4.5); in main() 138 assert(c.back().geti() == 3); in main() 139 assert(c.back().getd() == 4.5); in main() [all …]
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | AnyScriptTest.java | 109 String back; in TestForWidth() local 110 back = narrow.transform(wideLettersAndSpace); in TestForWidth() 111 assertEquals("Should be narrow", lettersAndSpace, back); in TestForWidth() 112 back = narrow.transform(widePunctOnly); in TestForWidth() 113 assertEquals("Should be narrow", punctOnly, back); in TestForWidth() 116 back = latin.transform(wideLettersAndSpace); in TestForWidth() 117 assertEquals("Should be ascii", lettersAndSpace, back); in TestForWidth() 119 back = latin.transform(widePunctOnly); in TestForWidth() 120 assertEquals("Should be ascii", punctOnly, back); in TestForWidth() 124 //back = t2.transform(widePunctOnly); in TestForWidth() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | AnyScriptTest.java | 113 String back; in TestForWidth() local 114 back = narrow.transform(wideLettersAndSpace); in TestForWidth() 115 assertEquals("Should be narrow", lettersAndSpace, back); in TestForWidth() 116 back = narrow.transform(widePunctOnly); in TestForWidth() 117 assertEquals("Should be narrow", punctOnly, back); in TestForWidth() 120 back = latin.transform(wideLettersAndSpace); in TestForWidth() 121 assertEquals("Should be ascii", lettersAndSpace, back); in TestForWidth() 123 back = latin.transform(widePunctOnly); in TestForWidth() 124 assertEquals("Should be ascii", punctOnly, back); in TestForWidth() 128 //back = t2.transform(widePunctOnly); in TestForWidth() [all …]
|