/external/openssl/crypto/x509v3/ |
D | pcy_tree.c | 97 X509_POLICY_LEVEL *curr) in tree_print() 310 static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr, in tree_link_matching_nodes() 340 static int tree_link_nodes(X509_POLICY_LEVEL *curr, in tree_link_nodes() 374 static int tree_add_unmatched(X509_POLICY_LEVEL *curr, in tree_add_unmatched() 402 static int tree_link_unmatched(X509_POLICY_LEVEL *curr, in tree_link_unmatched() 442 static int tree_link_any(X509_POLICY_LEVEL *curr, in tree_link_any() 504 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune() 589 X509_POLICY_LEVEL *curr; in tree_calculate_authority_set() local 699 X509_POLICY_LEVEL *curr = tree->levels + 1; in tree_evaluate() local 730 X509_POLICY_LEVEL *curr; in X509_policy_tree_free() local
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
D | pcy_tree.c | 97 X509_POLICY_LEVEL *curr) in tree_print() 310 static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr, in tree_link_matching_nodes() 340 static int tree_link_nodes(X509_POLICY_LEVEL *curr, in tree_link_nodes() 374 static int tree_add_unmatched(X509_POLICY_LEVEL *curr, in tree_add_unmatched() 402 static int tree_link_unmatched(X509_POLICY_LEVEL *curr, in tree_link_unmatched() 442 static int tree_link_any(X509_POLICY_LEVEL *curr, in tree_link_any() 504 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune() 589 X509_POLICY_LEVEL *curr; in tree_calculate_authority_set() local 699 X509_POLICY_LEVEL *curr = tree->levels + 1; in tree_evaluate() local 730 X509_POLICY_LEVEL *curr; in X509_policy_tree_free() local
|
/external/chromium_org/third_party/skia/src/images/ |
D | SkImageDecoder_FactoryRegistrar.cpp | 23 const SkImageDecoder_DecodeReg* curr = SkImageDecoder_DecodeReg::Head(); in image_decoder_from_stream() local 49 const SkImageDecoder_FormatReg* curr = SkImageDecoder_FormatReg::Head(); in GetStreamFormat() local
|
D | SkImageEncoder_Factory.cpp | 15 const SkImageEncoder_EncodeReg* curr = SkImageEncoder_EncodeReg::Head(); in Create() local
|
D | SkImageDecoder_FactoryDefault.cpp | 24 const MovieReg* curr = MovieReg::Head(); in DecodeStream() local
|
/external/skia/src/images/ |
D | SkImageDecoder_FactoryRegistrar.cpp | 23 const SkImageDecoder_DecodeReg* curr = SkImageDecoder_DecodeReg::Head(); in image_decoder_from_stream() local 49 const SkImageDecoder_FormatReg* curr = SkImageDecoder_FormatReg::Head(); in GetStreamFormat() local
|
D | SkImageEncoder_Factory.cpp | 15 const SkImageEncoder_EncodeReg* curr = SkImageEncoder_EncodeReg::Head(); in Create() local
|
D | SkImageDecoder_FactoryDefault.cpp | 24 const MovieReg* curr = MovieReg::Head(); in DecodeStream() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLineBoxList.cpp | 88 for (InlineFlowBox* curr = box; curr; curr = curr->nextLineBox()) in extractLineBox() local 104 for (InlineFlowBox* curr = box; curr; curr = curr->nextLineBox()) { in attachLineBox() local 133 for (InlineFlowBox* curr = m_firstLineBox; curr; curr = next) { in deleteLineBoxes() local 144 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) in dirtyLineBoxes() local 223 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in paint() local 262 for (InlineFlowBox* curr = lastLineBox(); curr; curr = curr->prevLineBox()) { in hitTest() local 299 RenderObject* curr = 0; in dirtyLinesFromChangedChild() local
|
D | InlineFlowBox.cpp | 66 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in getFlowSpacingLogicalWidth() local 276 RenderObject* curr = child; in isLastChildForRenderer() local 379 for (InlineBox* curr = firstChild; curr && curr != lastChild; curr = curr->nextOnLine()) { in placeBoxRangeInInlineDirection() local 445 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in requiresIdeographicBaseline() local 476 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in adjustMaxAscentAndDescent() local 545 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in computeLogicalBoxHeights() local 616 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in placeBoxesInBlockDirection() local 733 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in computeMaxLogicalTop() local 753 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in flipLinesInBlockDirection() local 928 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in computeOverflow() local [all …]
|
D | RenderLayerRepainter.cpp | 137 for (RenderLayer* curr = m_renderer->layer()->firstChild(); curr; curr = curr->nextSibling()) { in repaintIncludingNonCompositingDescendants() local 202 for (RenderLayer* curr = m_renderer->layer()->firstChild(); curr; curr = curr->nextSibling()) in repaintIncludingDescendants() local 252 for (const RenderLayer* curr = m_renderer->layer(); curr; curr = curr->parent()) { in enclosingFilterRepaintLayer() local
|
D | RenderInline.cpp | 281 RenderBoxModelObject* curr = nextContinuation(this); in continuationBefore() local 376 RenderBoxModelObject* curr = toRenderBoxModelObject(parent()); in splitInlines() local 537 else if (InlineFlowBox* curr = firstLineBox()) { in generateLineBoxRects() local 554 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { in generateCulledLineBoxRects() local 863 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in linesBoundingBox() local 884 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { in culledInlineFirstLineBox() local 908 for (RenderObject* curr = lastChild(); curr; curr = curr->previousSibling()) { in culledInlineLastLineBox() local 937 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { in culledInlineVisualOverflowBoundingBox() local 982 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in linesVisualOverflowBoundingBox() local 1038 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { in clippedOverflowRectForRepaint() local [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_rss.c | 89 const struct svga_blend_state *curr = svga->curr.blend; in emit_rss() local 123 const struct svga_depth_stencil_state *curr = svga->curr.depth; in emit_rss() local 203 const struct svga_rasterizer_state *curr = svga->curr.rast; in emit_rss() local 233 const struct svga_rasterizer_state *curr = svga->curr.rast; in emit_rss() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
D | svga_state_rss.c | 89 const struct svga_blend_state *curr = svga->curr.blend; in emit_rss() local 123 const struct svga_depth_stencil_state *curr = svga->curr.depth; in emit_rss() local 203 const struct svga_rasterizer_state *curr = svga->curr.rast; in emit_rss() local 233 const struct svga_rasterizer_state *curr = svga->curr.rast; in emit_rss() local
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | MockConstraints.cpp | 60 const WebMediaConstraint& curr = mandatoryConstraints[i]; in verifyConstraints() local 73 const WebMediaConstraint& curr = optionalConstraints[i]; in verifyConstraints() local
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | BidiRunList.h | 190 Run* curr = m_firstRun; in deleteRuns() local 193 delete curr; in deleteRuns() local 213 Run* curr = m_firstRun; in reverseRuns() local
|
/external/skia/src/ports/ |
D | SkOSFile_stdio.cpp | 52 long curr = ::ftell((FILE*)f); // remember where we are in sk_fgetsize() local 76 size_t curr = ::ftell((FILE*)f); in sk_fread() local 114 long curr = ::ftell((FILE*)f); in sk_ftell() local
|
/external/chromium_org/third_party/skia/src/ports/ |
D | SkOSFile_stdio.cpp | 52 long curr = ::ftell((FILE*)f); // remember where we are in sk_fgetsize() local 76 size_t curr = ::ftell((FILE*)f); in sk_fread() local 114 long curr = ::ftell((FILE*)f); in sk_ftell() local
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSCanvasValue.cpp | 53 for (RenderObjectSizeCountMap::const_iterator curr = clients().begin(); curr != end; ++curr) in canvasChanged() local 60 for (RenderObjectSizeCountMap::const_iterator curr = clients().begin(); curr != end; ++curr) in canvasResized() local
|
/external/skia/src/core/ |
D | SkTypefaceCache.cpp | 19 const Rec* curr = fArray.begin(); in ~SkTypefaceCache() local 50 const Rec* curr = fArray.begin(); in findByID() local 62 const Rec* curr = fArray.begin(); in findByProcAndRef() local
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkTypefaceCache.cpp | 19 const Rec* curr = fArray.begin(); in ~SkTypefaceCache() local 50 const Rec* curr = fArray.begin(); in findByID() local 62 const Rec* curr = fArray.begin(); in findByProcAndRef() local
|
/external/mesa3d/src/gallium/auxiliary/os/ |
D | os_time.h | 79 int64_t curr) in os_time_timeout()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
D | os_time.h | 79 int64_t curr) in os_time_timeout()
|
/external/kernel-headers/original/linux/ |
D | futex.h | 106 static inline void exit_robust_list(struct task_struct *curr) in exit_robust_list() 109 static inline void exit_pi_state_list(struct task_struct *curr) in exit_pi_state_list()
|
/external/skia/bench/ |
D | InterpBench.cpp | 55 SkFixed curr = SkFloatToFixed(fx); in performTest() local 74 int64_t curr = (int64_t)(fx * 65536 * 655536); in performTest() local 105 int64_t curr = (int64_t)(fx * 65536 * 655536 * 65536); in performTest() local
|