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

  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context_unittest.cc 243 string16 text_1 = infobar_1->GetMessageText(); local
244 EXPECT_NE(text_0, text_1);
300 string16 text_1 = infobar_1->GetMessageText(); local
301 EXPECT_NE(text_0, 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 555 currVol->complexity.text_1 = BitstreamReadBits16(stream, 4);
908 if ((currVol->complexity.text_1 >> 3) & 0x1) /* intra */
910 if (currVol->complexity.text_1 & 0x1) /* not_coded */
923 if ((currVol->complexity.text_1 >> 2) & 0x1) /* inter */
925 if ((currVol->complexity.text_1 >> 1) & 0x1) /* inter_4v */
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
AlertDialogs.java 105 final EditText textInput = (EditText) myView.findViewById(R.id.text_1);
ProjectsActivity.java 203 (TextView)((AlertDialog)dialog).findViewById(R.id.text_1);
274 (TextView) newProjectDialog.findViewById(R.id.text_1);
VideoEditorActivity.java     [all...]

Completed in 5903 milliseconds