HomeSort by relevance Sort by last modified time
    Searched full:text_1 (Results 1 - 6 of 6) sorted by null

  /platform_testing/tests/androidbvt/src/com/android/androidbvt/
SysUIGSATests.java 95 List<UiObject2> suggestions = mDevice.wait(Until.findObjects(By.res(QSB_PKG, "text_1")),
98 By.res(QSB_PKG, "text_1").text("Contacts")), mABvtHelper.LONG_TIMEOUT));
106 String currentTopSuggestion = mDevice.wait(Until.findObjects(By.res(QSB_PKG, "text_1")),
137 && ((suggestedTexts = mDevice.wait(Until.findObjects(By.res(QSB_PKG, "text_1")),
  /external/google-breakpad/src/common/linux/
file_id_unittest.cc 233 Section text_1(kLittleEndian);
234 PopulateSection(&text_1, 4096, 17);
235 elf1.AddSection(".text", text_1, SHT_PROGBITS);
  /cts/tests/tests/database/src/android/database/cts/
MergeCursorTest.java 47 private static final String TABLE3_COLUMNS = " text_1 TEXT, number_3 INTEGER, number_4 REAL";
49 private static final String TABLE3_COLUMN_NAMES = "_id,text_1,number_3,number_4";
50 private static final String TEXT_COLUMN_NAME = "text_1";
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 50 uint8 text_1; /* texture_complexity_estimation_set_1 */ member in struct:tagComplexity_Est
vop.cpp 559 currVol->complexity.text_1 = BitstreamReadBits16(stream, 4);
912 if ((currVol->complexity.text_1 >> 3) & 0x1) /* intra */
914 if (currVol->complexity.text_1 & 0x1) /* not_coded */
927 if ((currVol->complexity.text_1 >> 2) & 0x1) /* inter */
929 if ((currVol->complexity.text_1 >> 1) & 0x1) /* inter_4v *
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMime.java 41 public String mPartName = null; /* e.g. text_1.txt*/

Completed in 1528 milliseconds