/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/ |
D | jdk6-gc.txt | 1 [GC 987K->384K(62848K), 0.0012320 secs] 2 [Full GC 384K->288K(62848K), 0.0054550 secs] 3 [GC 288K->288K(62848K), 0.0004450 secs] 4 [Full GC 288K->288K(62848K), 0.0049580 secs] 5 [GC 288K->288K(62848K), 0.0004590 secs] 6 [Full GC 288K->288K(62848K), 0.0048240 secs] 7 [GC 288K->288K(62848K), 0.0005700 secs] 8 [Full GC 288K->288K(62848K), 0.0063250 secs] 9 [GC 288K->288K(62848K), 0.0003540 secs] 10 [Full GC 288K->288K(62848K), 0.0048210 secs] [all …]
|
D | jdk7-gc.txt | 1 2013-02-11T20:15:26.706-0600: 0.098: [GC 1316K->576K(62848K), 0.0014240 secs] 2 2013-02-11T20:15:26.708-0600: 0.099: [Full GC 576K->486K(62848K), 0.0044860 secs] 3 2013-02-11T20:15:26.713-0600: 0.104: [GC 486K->486K(62848K), 0.0005000 secs] 4 2013-02-11T20:15:26.713-0600: 0.105: [Full GC 486K->486K(62848K), 0.0039840 secs] 5 2013-02-11T20:15:26.717-0600: 0.109: [GC 486K->486K(62848K), 0.0007650 secs] 6 2013-02-11T20:15:26.718-0600: 0.110: [Full GC 486K->486K(62848K), 0.0038350 secs] 7 2013-02-11T20:15:26.722-0600: 0.113: [GC 486K->486K(62848K), 0.0005430 secs] 8 2013-02-11T20:15:26.723-0600: 0.114: [Full GC 486K->486K(62848K), 0.0045480 secs] 9 2013-02-11T20:15:26.727-0600: 0.119: [GC 486K->486K(62848K), 0.0003950 secs] 10 2013-02-11T20:15:26.728-0600: 0.119: [Full GC 486K->486K(62848K), 0.0036570 secs] [all …]
|
/external/clang/test/SemaObjC/ |
D | warn-missing-super.m | 47 // RUN: %clang_cc1 -fsyntax-only -fobjc-gc %s 2>&1 | FileCheck --check-prefix=CHECK-GC %s 48 // CHECK-GC: warn-missing-super.m:24:1: warning: method possibly missing a [super dealloc] call 49 // CHECK-GC: warn-missing-super.m:26:1: warning: method possibly missing a [super finalize] call 50 // CHECK-GC: 2 warnings generated. 52 // RUN: %clang_cc1 -fsyntax-only -fobjc-gc-only %s 2>&1 | FileCheck --check-prefix=CHECK-GC-ONLY %s 53 // CHECK-GC-ONLY: warn-missing-super.m:26:1: warning: method possibly missing a [super finalize] ca… 54 // CHECK-GC-ONLY: 1 warning generated.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CImageLabel.java | 14 import org.eclipse.swt.graphics.GC; 89 private void doPaint(GC paintGC) { in doPaint() 92 GC gc; in doPaint() 101 gc = new GC(m_backImage); in doPaint() 130 GC gc = new GC(this); in computeSize()
|
/external/v8/tools/gcmole/ |
D | README | 4 dependent GC-unsafe places in the V8 codebase. 6 For example the following code is GC-unsafe: 8 Handle<Object> Foo(); // Assume Foo can trigger a GC. 53 approximation to find all functions that might potentially cause GC, list 57 callsites that might be GC-unsafe based on the list of functions causing GC.
|
D | gccause.lua | 43 if GC[name] then 44 local causes = GC[name] 57 for name, _ in pairs(GC) do
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | DrawUtils.java | 19 import org.eclipse.swt.graphics.GC; 47 public static final void drawStringCV(GC gc, String text, int x, int y, int width, int height) { in drawStringCV() 62 public static final void drawStringCHCV(GC gc, String text, int x, int y, int width, int height) { in drawStringCHCV() 76 public static final void drawImageCV(GC gc, Image image, int x, int y, int height) { in drawImageCV() 86 public static final void drawImageCHCV(GC gc, Image image, int x, int y, int width, int height) { in drawImageCHCV() 100 public static void drawScaledImage(GC gc, Image image, Rectangle targetRectangle) { in drawScaledImage() 130 public static String clipString(GC gc, String text, int width) { in clipString() 156 public static void drawTextWrap(GC gc, String text, int x, int y, int width, int height) { in drawTextWrap() 179 public static void drawHighlightRectangle(GC gc, int x, int y, int width, int height) { in drawHighlightRectangle() 236 GC gc = new GC(thumbnail); in getThubmnail()
|
D | PixelConverter.java | 15 import org.eclipse.swt.graphics.GC; 34 GC gc = new GC(control); in PixelConverter()
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 103 use of compacting and generational GC algorithms) and it can occasionally suffer 155 The aspects of the binary interface with which LLVM's GC support is 158 * Creation of GC safepoints within code where collection is allowed to execute 183 In general, LLVM's support for GC does not include features which can be 201 IR features is specified by the selected :ref:`GC strategy description 204 Specifying GC code generation: ``gc "..."`` 211 The ``gc`` function attribute is used to specify the desired GC strategy to the 217 It is the selected GC strategy which defines the exact nature of the code 218 generated to support GC. If none is found, the compiler will raise an error. 220 Specifying the GC style on a per-function basis allows LLVM to link together [all …]
|
/external/opencv3/samples/cpp/ |
D | tvl1_optical_flow.cpp | 27 const int GC = 4; in computeColor() local 31 const int NCOLS = RY + YG + GC + CB + BM + MR; in computeColor() 44 for (int i = 0; i < GC; ++i, ++k) in computeColor() 45 colorWheel[k] = Vec3i(0, 255, 255 * i / GC); in computeColor()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
D | FlyoutControlComposite.java | 26 import org.eclipse.swt.graphics.GC; 705 private void handlePaint(GC paintGC) { 708 GC gc; 717 gc = new GC(m_backImage); 765 private void drawStateImage(GC gc, int x, int y) { 810 private void drawResizeBand(GC gc) { 862 GC gc = new GC(this); 877 GC gc = new GC(m_titleImage); 911 private void drawTitleLines(GC gc, int x, int height, int width) { 919 private void drawTitleLine(GC gc, int x, int y, int width) {
|
/external/v8/src/extensions/ |
D | gc-extension.cc | 15 return v8::FunctionTemplate::New(isolate, GCExtension::GC); in GetNativeFunctionTemplate() 19 void GCExtension::GC(const v8::FunctionCallbackInfo<v8::Value>& args) { in GC() function in v8::internal::GCExtension
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
D | BooleanPropertyEditor.java | 13 import org.eclipse.swt.graphics.GC; 48 …public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception { in paint() 63 private void paint(GC gc, int x, int y, int width, int height, Image image, String text) { in paint()
|
D | BooleanObjectPropertyEditor.java | 18 import org.eclipse.swt.graphics.GC; 48 …public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception { in paint() 63 private void paint(GC gc, int x, int y, int width, int height, String text, Image image) { in paint()
|
D | TextDisplayPropertyEditor.java | 13 import org.eclipse.swt.graphics.GC; 33 …public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception { in paint()
|
D | PropertyEditor.java | 15 import org.eclipse.swt.graphics.GC; 46 public abstract void paint(Property property, GC gc, int x, int y, int width, int height) in paint()
|
/external/clang/test/Layout/ |
D | ms-x86-vtordisp.cpp | 345 struct GC: public virtual GA { struct 347 GC() {} in GC() argument 349 struct GD: public virtual GC, public virtual GB {};
|
/external/opencv3/modules/core/src/ |
D | alloc.cpp | 344 enum { START=0, FREE=1, GC=2 }; enumerator 348 …ThreadData() { for(int i = 0; i <= MAX_BIN; i++) bins[i][START] = bins[i][FREE] = bins[i][GC] = 0;… in ThreadData() 355 bins[i][START] = bins[i][FREE] = bins[i][GC] = 0; in ~ThreadData() 386 Block*& gcPtr = bins[i][GC]; in moveBlockToFreeList() 463 CV_DbgAssert( tls->bins[idx][FREE] == 0 && tls->bins[idx][GC] == 0 ); 473 if( tls->bins[idx][GC] == block ) 501 Block*& gcPtr = tls->bins[idx][GC]; in fastMalloc() 635 Block*& gcPtr = tls->bins[idx][GC]; in fastFree() 687 startPtr = tls->bins[idx][FREE] = tls->bins[idx][GC] = block; in fastFree()
|
/external/llvm/include/llvm/CodeGen/ |
D | GCStrategy.h | 62 namespace GC { 141 bool needsSafePoint(GC::PointKind Kind) const { in needsSafePoint()
|
D | GCMetadata.h | 52 GC::PointKind Kind; ///< The kind of the safe point. 56 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL) in GCPoint() 123 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) { in addSafePoint()
|
/external/clang/test/ARCMT/ |
D | GC-check-warn-nsalloc.m | 1 …n10 -fobjc-gc-only %s 2>&1 | grep 'warning: \[rewriter\] call returns pointer to GC managed memory' 2 …y -x objective-c++ %s 2>&1 | grep 'warning: \[rewriter\] call returns pointer to GC managed memory'
|
D | GC-check.m | 13 …NSAllocateCollectable(100, 0); // expected-error {{call returns pointer to GC managed memory; it w… 17 __strong void *gcVar; // expected-error {{GC managed memory will become unmanaged in ARC}}
|
/external/opencv3/samples/gpu/ |
D | optical_flow.cpp | 29 const int GC = 4; in computeColor() local 33 const int NCOLS = RY + YG + GC + CB + BM + MR; in computeColor() 46 for (int i = 0; i < GC; ++i, ++k) in computeColor() 47 colorWheel[k] = Vec3i(0, 255, 255 * i / GC); in computeColor()
|
/external/llvm/lib/CodeGen/ |
D | GCMetadata.cpp | 100 static const char *DescKind(GC::PointKind Kind) { in DescKind() 102 case GC::PreCall: in DescKind() 104 case GC::PostCall: in DescKind()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | LineGraph.java | 16 import org.eclipse.swt.graphics.GC; 46 Point getSize(GC g) { in getSize() 71 GC g= new GC(im); in paint()
|