Searched defs:getCount (Results 1 - 25 of 57) sorted by last modified time

123

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/webkit/Source/JavaScriptCore/profiler/
H A DProfileNode.cpp45 static double getCount() function in namespace:JSC
272 m_actualTotalTime += m_startTime ? getCount() - m_startTime : 0.0;
281 m_startTime = getCount();
/external/webkit/LayoutTests/http/tests/appcache/resources/
H A Dversioned-manifest.php6 function getCount($file) function
18 $value = getCount($file);
32 print("# version " . getCount($tmpFile) . "\n");
/external/v8/test/mjsunit/
H A Djson.js393 var getCount = 0; variable
395 var counter = { get toJSON() { getCount++;
402 assertEquals(1, getCount);
/external/svox/pico/src/com/svox/pico/providers/
H A DSettingsProvider.java49 public int getCount(){ method in class:SettingsProvider.SettingsCursor
/external/srec/srec/AcousticModels/include/
H A DSR_AcousticModels.h88 ESR_ReturnCode(*getCount)(struct SR_AcousticModels_t* self, size_t* size); member in struct:SR_AcousticModels_t
/external/replicaisland/src/com/replica/replicaisland/
H A DFixedSizeArray.java29 * larger than getCount() but smaller than getCapacity() can't be used on their own.
259 public int getCount() { method in class:FixedSizeArray
H A DObjectManager.java50 final int count = mObjects.getCount();
58 final int additionCount = mPendingAdditions.getCount();
68 final int removalCount = mPendingRemovals.getCount();
83 final int count = mObjects.getCount();
97 public final int getCount() { method in class:ObjectManager
98 return mObjects.getCount();
103 return mObjects.getCount() + mPendingAdditions.getCount() - mPendingRemovals.getCount();
119 final int count = mObjects.getCount();
[all...]
/external/skia/include/core/
H A DSkDescriptor.h124 uint32_t getCount() const { return fCount; } function in class:SkDescriptor
/external/skia/include/views/
H A DSkOSMenu.h95 int getCount() const { return fItems.count(); } function in class:SkOSMenu
/external/skia/src/animator/
H A DSkMemberInfo.h54 int getCount() const { function in struct:SkMemberInfo
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java3050 assert isRange || registers.getCount() <= 5;
3064 if (methodParameterRegisterCount != registers.getCount()) {
3067 methodParameterRegisterCount + 1, registers.getCount()));
3613 int getCount(); method in interface:MethodAnalyzer.RegisterIterator
3638 public int getCount() { method in class:MethodAnalyzer.Format35cRegisterIterator
3666 public int getCount() { method in class:MethodAnalyzer.Format3rcRegisterIterator
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/proguard/src/proguard/classfile/instruction/visitor/
H A DInstructionCounter.java43 public int getCount() method in class:InstructionCounter
/external/proguard/src/proguard/classfile/visitor/
H A DClassCounter.java38 public int getCount() method in class:ClassCounter
H A DExceptionCounter.java40 public int getCount() method in class:ExceptionCounter
H A DMemberCounter.java38 public int getCount() method in class:MemberCounter
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DCompositionTimeToSample.java83 IsoTypeWriter.writeUInt32(byteBuffer, entry.getCount());
99 public int getCount() { method in class:CompositionTimeToSample.Entry
133 numOfSamples += entry.getCount();
142 for (int i = 0; i < entry.getCount(); i++) {
H A DTimeToSampleBox.java75 IsoTypeWriter.writeUInt32(byteBuffer, entry.getCount());
101 public long getCount() { method in class:TimeToSampleBox.Entry
134 numOfSamples += entry.getCount();
143 for (int i = 0; i < entry.getCount(); i++) {
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DIndentation.java73 protected int getCount() { method in class:Indentation
/external/llvm/include/llvm/Analysis/
H A DPathProfileInfo.h62 inline unsigned int getCount() const { return _count; } function in class:llvm::ProfilePath
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp140 // getCount - Extract the [count] argument associated with the N modifier
142 void getCount() { function
225 getCount();
/external/jmonkeyengine/engine/src/android/jme3test/android/
H A DDemoLaunchAdapter.java29 public int getCount() { method in class:DemoLaunchAdapter
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
H A DFileBlockHeader.java153 public int getCount() { method in class:FileBlockHeader
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DLODGeomap.java189 //int runningBufferCount = buffer.getCount();
225 //System.out.println("\nbuffer right: "+(buffer.getCount()-runningBufferCount));
226 //runningBufferCount = buffer.getCount();
263 //System.out.println("\nbuffer top: "+(buffer.getCount()-runningBufferCount));
264 //runningBufferCount = buffer.getCount();
303 //System.out.println("\nbuffer left: "+(buffer.getCount()-runningBufferCount));
304 //runningBufferCount = buffer.getCount();
345 //System.out.println("\nbuffer bottom: "+(buffer.getCount()-runningBufferCount));
346 //runningBufferCount = buffer.getCount();
348 //System.out.println("\nBuffer size: "+buffer.getCount());
928 public int getCount() { method in class:LODGeomap.VerboseIntBuffer
[all...]

Completed in 877 milliseconds

123