/frameworks/base/core/tests/coretests/src/android/os/ |
D | TraceTest.java | 43 int count = 0; in testNativeTracingFromJava() local 116 int count = 0; in aMethod() local 134 int count = 0; in bMethod() local 146 int count = 0; in cMethod() local 158 int count = 0; in dMethod() local 173 int count = fMethod(); in eMethod() local 180 int count = 0; in fMethod() local 189 int count = level; in gMethod() local
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/ |
D | PrimitiveFormat.java | 28 public static MutableFrameFormat createByteFormat(int count, int target) { in createByteFormat() 32 public static MutableFrameFormat createInt16Format(int count, int target) { in createInt16Format() 36 public static MutableFrameFormat createInt32Format(int count, int target) { in createInt32Format() 40 public static MutableFrameFormat createFloatFormat(int count, int target) { in createFloatFormat() 44 public static MutableFrameFormat createDoubleFormat(int count, int target) { in createDoubleFormat() 68 private static MutableFrameFormat createFormat(int baseType, int count, int target) { in createFormat()
|
/frameworks/native/libs/gui/ |
D | DisplayEventReceiver.cpp | 60 status_t DisplayEventReceiver::setVsyncRate(uint32_t count) { in setVsyncRate() 81 size_t count) { in getEvents() 86 Event* events, size_t count) in getEvents() 92 Event const* events, size_t count) in sendEvents()
|
/frameworks/av/media/mtp/ |
D | MtpDataPacket.cpp | 93 int count = getUInt32(); in getAInt8() local 101 int count = getUInt32(); in getAUInt8() local 109 int count = getUInt32(); in getAInt16() local 117 int count = getUInt32(); in getAUInt16() local 125 int count = getUInt32(); in getAInt32() local 133 int count = getUInt32(); in getAUInt32() local 141 int count = getUInt32(); in getAInt64() local 149 int count = getUInt32(); in getAUInt64() local 257 void MtpDataPacket::putAInt8(const int8_t* values, int count) { in putAInt8() 263 void MtpDataPacket::putAUInt8(const uint8_t* values, int count) { in putAUInt8() [all …]
|
D | MtpStringBuffer.cpp | 65 int count = 0; in set() local 99 int count = 0; in set() local 122 int count = packet->getUInt8(); in readFromPacket() local 143 int count = mCharCount; in writeToPacket() local
|
/frameworks/base/core/java/android/view/animation/ |
D | AnimationSet.java | 131 final int count = mAnimations.size(); in clone() local 185 final int count = mAnimations.size(); in hasAlpha() local 257 final int count = mAnimations.size(); in setStartTime() local 270 final int count = mAnimations.size(); in getStartTime() local 286 int count = animations.size(); in restrictDuration() local 302 final int count = animations.size(); in getDuration() local 325 final int count = mAnimations.size(); in computeDurationHint() local 343 final int count = mAnimations.size(); in initializeInvalidateRegion() local 370 final int count = mAnimations.size(); in getTransformation() local 414 int count = animations.size(); in scaleCurrentDuration() local [all …]
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | MemoryFileProviderTest.java | 42 int count = in.read(buf); in testRead() local 60 int count = in.read(buf); in testClose() local 75 int count = in.read(buf); in testFile() local
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl.cpp | 59 const GLvoid *ptr, GLsizei count) { in glColorPointerBounds() 63 const GLvoid *pointer, GLsizei count) { in glNormalPointerBounds() 67 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glTexCoordPointerBounds() 71 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexPointerBounds() 76 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glPointSizePointerOESBounds() 81 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glMatrixIndexPointerOESBounds() 86 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glWeightPointerOESBounds()
|
/frameworks/base/core/java/android/text/ |
D | AndroidCharacter.java | 39 int count); in getDirectionalities() 70 int count, byte[] dest); in getEastAsianWidths() 82 public native static boolean mirror(char[] text, int start, int count); in mirror()
|
D | TextDirectionHeuristics.java | 90 public boolean isRtl(char[] chars, int start, int count) { in isRtl() 100 private boolean doCheck(char[] chars, int start, int count) { in doCheck() 164 TriState checkRtl(char[] text, int start, int count); in checkRtl() 175 public TriState checkRtl(char[] text, int start, int count) { in checkRtl() 199 public TriState checkRtl(char[] text, int start, int count) { in checkRtl()
|
D | TextWatcher.java | 32 int count, int after); in beforeTextChanged() 40 public void onTextChanged(CharSequence s, int start, int before, int count); in onTextChanged()
|
/frameworks/base/core/java/android/gesture/ |
D | Gesture.java | 68 final int count = mStrokes.size(); in clone() local 109 final int count = strokes.size(); in getLength() local 133 final int count = strokes.size(); in toPath() local 150 final int count = strokes.size(); in toPath() local 201 final int count = strokes.size(); in toBitmap() local 256 final int count = strokes.size(); in serialize() local 274 final int count = in.readInt(); in deserialize() local
|
D | GestureStroke.java | 50 final int count = points.size(); in GestureStroke() local 123 final int count = localPoints.length; in makePath() local 177 final int count = pts.length; in toPath() local 204 final int count = points.length; in serialize() local 221 final int count = in.readInt(); in deserialize() local
|
D | Learner.java | 52 int count = instances.size(); in removeInstance() local 70 final int count = instances.size(); in removeInstances() local
|
/frameworks/native/include/gui/ |
D | BitTube.h | 49 T const* events, size_t count) { in sendObjects() 55 T* events, size_t count) { in recvObjects()
|
/frameworks/base/core/java/android/text/format/ |
D | DateFormat.java | 460 int count; in hasSeconds() local 481 int count = 1; in skipQuotedText() local 515 int count; in format() local 611 private static String getMonthString(Calendar inDate, int count, int kind) { in getMonthString() 629 private static String getTimeZoneString(Calendar inDate, int count) { in getTimeZoneString() 642 private static String formatZoneOffset(int offset, int count) { in formatZoneOffset() 661 private static String getYearString(Calendar inDate, int count) { in getYearString() 673 int count = 0; in appendQuotedText() local
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerGlobal.java | 208 final int count = mViews != null ? mViews.length : 0; in addView() local 301 int count = mViews.length; in closeAll() local 338 final int count = mViews.length; in removeViewLocked() local 375 final int count = mViews.length; in findViewLocked() local 399 int count = mViews.length; in startTrimMemory() local 426 int count = mViews.length; in trimLocalMemory() local 439 final int count = mViews.length; in dumpGfxInfo() local 497 int count = mViews.length; in setStoppedState() local 511 int count = mViews.length; in reportNewConfiguration() local
|
D | ViewGroup.java | 847 final int count = mChildrenCount; in hasFocusable() local 871 final int count = mChildrenCount; in addFocusables() local 931 final int count = mChildrenCount; in dispatchWindowFocusChanged() local 945 final int count = mChildrenCount; in addTouchables() local 962 final int count = mChildrenCount; in makeOptionalFitsSystemWindows() local 975 final int count = mChildrenCount; in dispatchDisplayHint() local 1023 final int count = mChildrenCount; in dispatchVisibilityChanged() local 1036 final int count = mChildrenCount; in dispatchWindowVisibilityChanged() local 1049 final int count = mChildrenCount; in dispatchConfigurationChanged() local 1070 final int count = mChildrenCount; in dispatchCollectViewAttributes() local [all …]
|
/frameworks/native/services/sensorservice/ |
D | SensorDevice.cpp | 57 ssize_t count = mSensorModule->get_sensors_list(mSensorModule, &list); in ANDROID_SINGLETON_STATIC_INSTANCE() local 72 ssize_t count = mSensorModule->get_sensors_list(mSensorModule, &list); in dump() local 97 ssize_t count = mSensorModule->get_sensors_list(mSensorModule, list); in getSensorList() local 105 ssize_t SensorDevice::poll(sensors_event_t* buffer, size_t count) { in poll()
|
/frameworks/base/core/java/android/content/ |
D | ContentProviderResult.java | 29 public final Integer count; field in ContentProviderResult 37 public ContentProviderResult(int count) { in ContentProviderResult()
|
/frameworks/base/core/java/android/os/ |
D | MemoryFile.java | 51 int srcOffset, int destOffset, int count, boolean isUnpinned) throws IOException; in native_read() 53 int srcOffset, int destOffset, int count, boolean isUnpinned) throws IOException; in native_write() 193 public int readBytes(byte[] buffer, int srcOffset, int destOffset, int count) in readBytes() 217 public void writeBytes(byte[] buffer, int srcOffset, int destOffset, int count) in writeBytes() 298 public int read(byte buffer[], int offset, int count) throws IOException { in read() 331 public void write(byte buffer[], int offset, int count) throws IOException { in write()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberFormattingTextWatcher.java | 77 public void beforeTextChanged(CharSequence s, int start, int count, in beforeTextChanged() 89 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() 166 private boolean hasSeparator(final CharSequence s, final int start, final int count) { in hasSeparator()
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 314 const GLvoid *pointer, const buffer_t* bo, GLsizei count) in init() 381 size_t count = VERTEX_BUFFER_SIZE + VERTEX_CACHE_SIZE; in clear() local 392 size_t count = VERTEX_BUFFER_SIZE + VERTEX_CACHE_SIZE; in clear() local 529 void drawPrimitivesPoints(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesPoints() 560 void drawPrimitivesLineStrip(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesLineStrip() 599 void drawPrimitivesLineLoop(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesLineLoop() 614 void drawPrimitivesLines(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesLines() 647 GLint first, GLsizei count, int winding) in drawPrimitivesTriangleFanOrStrip() 701 GLint first, GLsizei count) { in drawPrimitivesTriangleStrip() 706 GLint first, GLsizei count) { in drawPrimitivesTriangleFan() [all …]
|
/frameworks/base/core/java/android/content/res/ |
D | AssetFileDescriptor.java | 195 public int read(byte[] buffer, int offset, int count) throws IOException { in read() 213 public long skip(long count) throws IOException { in skip() 270 public void write(byte[] buffer, int offset, int count) throws IOException { in write() 286 int count = buffer.length; in write() local
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 227 void Allocation::copy1DRangeFromUnchecked(uint32_t off, size_t count, const void *data, in copy1DRangeFromUnchecked() 246 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const int32_t *d, size_t dataLen) { in copy1DRangeFrom() 251 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const int16_t *d, size_t dataLen) { in copy1DRangeFrom() 256 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const int8_t *d, size_t dataLen) { in copy1DRangeFrom() 261 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const float *d, size_t dataLen) { in copy1DRangeFrom() 266 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const Allocation *data, in copy1DRangeFrom() 406 size_t count, uint32_t usage) { in createSized()
|