/external/skia/tests/ |
PictureTest.cpp | 37 const SkPoint& pos) { 38 canvas->drawBitmap(bm, pos.fX, pos.fY, NULL); 42 const SkPoint& pos) { 46 r.offset(pos.fX, pos.fY); 51 const SkPoint& pos) { 55 r.offset(pos.fX, pos.fY); 70 static SkPicture* record_bitmaps(const SkBitmap bm[], const SkPoint pos[], 169 const SkPoint pos[] = { local [all...] |
/external/v8/src/arm/ |
codegen-arm.h | 68 int pos,
|
/external/v8/src/ |
codegen.cc | 169 int pos, 171 if (pos != RelocInfo::kNoPosition) { 172 masm->positions_recorder()->RecordStatementPosition(pos); 173 masm->positions_recorder()->RecordPosition(pos);
|
/external/v8/src/ia32/ |
codegen-ia32.h | 59 int pos,
|
/external/v8/src/mips/ |
codegen-mips.h | 70 int pos,
|
/external/v8/src/x64/ |
codegen-x64.h | 64 int pos,
|
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_ie.h | 46 u8 * wpa_add_kde(u8 *pos, u32 kde, const u8 *data, size_t data_len,
|
/frameworks/base/core/java/android/widget/ |
ExpandableListView.java | 373 PositionMetadata pos; local 406 pos = mConnector.getUnflattenedPos(childFlPos); 413 if (pos.position.type != lastItemType) { 414 if (pos.position.type == ExpandableListPosition.CHILD) { 436 lastItemType = pos.position.type; 451 indicator = getIndicator(pos); 458 pos.recycle(); 470 * @param pos The flat list position of the item whose indicator 474 private Drawable getIndicator(PositionMetadata pos) { 477 if (pos.position.type == ExpandableListPosition.GROUP) 526 PositionMetadata pos = mConnector.getUnflattenedPos(adjustedPosition); local 1122 ExpandableListPosition pos = pm.position; local [all...] |
/frameworks/base/core/jni/android/graphics/ |
PathMeasure.cpp | 79 static jboolean getPosTan(JNIEnv* env, jobject clazz, PathMeasurePair* pair, jfloat dist, jfloatArray pos, jfloatArray tan) { 81 SkScalar* posPtr = pos ? tmpPos : NULL; 88 if (pos) { 89 convertTwoElemFloatArray(env, pos, tmpPos);
|
/frameworks/base/libs/hwui/font/ |
Font.h | 126 Rect* bounds, const float* pos); 129 Rect* bounds, const float* pos); 132 Rect* bounds, const float* pos); 135 Rect* bounds, const float* pos);
|
/frameworks/compile/mclinker/lib/Support/ |
Path.cpp | 182 size_t pos = m_PathName.find_last_of(separator); local 183 if (pos != StringType::npos) { 184 ++pos; 185 return Path(m_PathName.substr(pos));
|
/frameworks/rs/ |
rsStream.h | 66 void reset(uint64_t pos) { 67 mPos = pos; 140 void reset(uint64_t pos) { 141 mPos = pos;
|
/hardware/ti/wlan/mac80211/ti-utils/ |
ini.c | 33 char *pos, *end, *sstart; local 37 pos = s; 40 while (*pos == ' ' || *pos == '\t' || *pos == '\r') { 41 pos++; 45 if (*pos == '#' || *pos == '\n' || *pos == '\0') { 53 sstart = strchr(pos, '"'); 95 char *pos = line; local 1049 char buf[1024], *pos; local 1084 char buf[1024], *pos; local [all...] |
/libcore/luni/src/test/java/libcore/java/io/ |
OldByteArrayInputStreamTest.java | 58 assertEquals(444, SubByteArrayInputStream.pos); 66 public static int mark, pos, count; field in class:OldByteArrayInputStreamTest.SubByteArrayInputStream 73 pos = super.pos;
|
/libcore/support/src/test/java/tests/support/ |
Support_Format.java | 39 FieldPosition pos = new FieldPosition(field); local 40 format.format(object, buffer, pos); 43 // System.out.println(pos); 54 + field, begin, pos.getBeginIndex()); 56 + field, end, pos.getEndIndex());
|
/packages/apps/Camera2/src/com/android/camera/data/ |
LocalDataAdapter.java | 111 * @param pos The position of the data to be updated. 114 public void updateData(int pos, LocalData data);
|
/packages/apps/Dialer/tests/src/com/android/dialer/dialpad/ |
SmartDialNameMatcherTest.java | 242 final SmartDialMatchPosition pos = matcher.matchesNumber(number, query, matchNanp); local 243 assertEquals(expectedMatches, pos != null); 245 assertEquals("start", matchStart, pos.start); 246 assertEquals("end", matchEnd, pos.end);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CursorBackedSuggestionCursor.java | 124 public void moveTo(int pos) { 126 throw new IllegalStateException("moveTo(" + pos + ") after close()"); 129 if (!mCursor.moveToPosition(pos)) { 130 Log.e(TAG, "moveToPosition(" + pos + ") failed, count=" + getCount());
|
/packages/inputmethods/PinyinIME/jni/include/ |
pinyinime.h | 96 * @param pos The posistion of char in spelling string to delete, or the 98 * @param is_pos_in_splid Indicate whether the pos parameter is the position 102 size_t im_delsearch(size_t pos, bool is_pos_in_splid,
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
mca.h | 37 unsigned char pos[8]; member in struct:mca_device
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
mca.h | 37 unsigned char pos[8]; member in struct:mca_device
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
mca.h | 37 unsigned char pos[8]; member in struct:mca_device
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
mca.h | 37 unsigned char pos[8]; member in struct:mca_device
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
mca.h | 37 unsigned char pos[8]; member in struct:mca_device
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
mca.h | 37 unsigned char pos[8]; member in struct:mca_device
|