/external/chromium/base/allocator/ |
D | allocator_unittests.cc | 28 static void Fill(unsigned char* buffer, int n) { in Fill() function 361 Fill(ptr, size); in TEST() 420 Fill(src, src_size); in TEST() 424 Fill(dst, dst_size); in TEST() 472 Fill(src, src_size); in TEST() 476 Fill(dst, dst_size); in TEST()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
D | LookaheadStream.cs | 117 Fill(n); // out of elements? in SyncAhead() 121 public virtual void Fill(int n) { in Fill() method in Antlr.Runtime.Misc.LookaheadStream
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
D | LookaheadStream.cs | 136 Fill( n ); // out of elements? in SyncAhead() 140 public virtual void Fill( int n ) in Fill() method in Antlr.Runtime.Misc.LookaheadStream
|
/external/kernel-headers/original/asm-mips/ |
D | cacheops.h | 35 #define Fill 0x14 macro
|
/external/chromium/chrome/browser/ui/gtk/ |
D | gtk_tree.cc | 368 Fill(NULL, tree_model_->GetRoot()); in Init() 394 void TreeAdapter::Fill(GtkTreeIter* parent_iter, in Fill() function in gtk_tree::TreeAdapter 403 Fill(&iter, node); in Fill() 445 Fill(&iter, tree_model_->GetChild(parent, start + i)); in TreeNodesAdded()
|
D | gtk_tree.h | 191 void Fill(GtkTreeIter* parent_iter, ui::TreeModelNode* parent_node);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | BufferedTokenStream.cs | 374 Fill(); in ToString() 408 public virtual void Fill() in Fill() method in Antlr.Runtime.BufferedTokenStream
|
D | TokenRewriteStream.cs | 420 Fill(); in ToOriginalString() 437 Fill(); in ToString() 443 Fill(); in ToString()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BufferedTokenStream.cs | 327 Fill(); in ToString() 357 public virtual void Fill() { in Fill() method in Antlr.Runtime.BufferedTokenStream
|
D | TokenRewriteStream.cs | 363 Fill(); in ToOriginalString() 377 Fill(); in ToString() 382 Fill(); in ToString()
|
/external/llvm/include/llvm/CodeGen/ |
D | JITCodeEmitter.h | 160 void emitAlignmentWithFill(unsigned Alignment, uint8_t Fill) { in emitAlignmentWithFill() argument 170 *CurBufferPtr++ = Fill; in emitAlignmentWithFill()
|
/external/chromium/chrome/browser/autofill/ |
D | personal_data_manager_mac.mm | 85 // Fill in name and company information. 88 // Fill in address information. 91 // Fill in email information. 94 // Fill in phone and fax number information.
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | WKCAImageQueue.h | 45 Fill = 1U << 1, enumerator
|
D | MediaPlayerPrivateQuickTimeVisualContext.cpp | 889 m_imageQueue->setFlags(WKCAImageQueue::Fill, WKCAImageQueue::Fill); in retrieveCurrentImage()
|
/external/webp/src/enc/ |
D | dsp.c | 234 static inline void Fill(uint8_t* dst, int value, int size) { in Fill() function 246 Fill(dst, 127, size); in VerticalPred() 257 Fill(dst, 129, size); in HorizontalPred() 286 Fill(dst, 129, size); in TrueMotion() 311 Fill(dst, DC, size); in DCMode() 380 Fill(dst, dc >> 3, 4); in DC4()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
D | TestFastLexer.cs | 73 tokens.Fill(); in Iterate()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 139 Fill = 1, enumerator 141 FillAndStroke = Fill + Stroke 164 if (drawingStyle & Fill) { in drawPathShadow() 179 if (drawingStyle & Fill) in drawPathShadow() 190 drawPathShadow(context, Fill); in fillCurrentCairoPath()
|
/external/llvm/lib/Target/Sparc/ |
D | README.txt | 57 * Fill delay slots
|
/external/opencv/otherlibs/highgui/ |
D | image.cpp | 248 void CvvImage::Fill( int color ) in Fill() function in CvvImage
|
D | highgui.h | 375 virtual void Fill( int color );
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | styled_text_field_cell.mm | 182 // Fill interior with background color.
|
D | profile_menu_button.mm | 237 // Fill
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | AMutableDictionary.m | 220 // Fill in the stack array, either until we've provided all items from the list
|
D | AMutableArray.m | 246 // Fill in the stack array, either until we've provided all items from the list
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
D | web_drop_target.mm | 90 // Fill out a WebDropData from pasteboard.
|