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

  /external/clang/docs/tools/
dump_format_style.py 185 options_text = '\n\n'.join(map(str, options)) variable
189 contents = substitute(contents, 'FORMAT_STYLE_OPTIONS', options_text)
  /frameworks/base/tests/VoiceInteraction/res/layout/
voice_interaction_session.xml 83 <TextView android:id="@+id/options_text"
  /ndk/build/tools/
prebuilt-common.sh 317 OPTIONS_TEXT="$OPTIONS_TEXT $1"
415 maxw=`max_length "$OPTIONS_TEXT"`
    [all...]
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSession.java 143 mOptionsText = (TextView)mContentView.findViewById(R.id.options_text);

Completed in 162 milliseconds