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

  /external/clang/include/clang/AST/
RawCommentList.h 116 return BriefText;
129 mutable const char *BriefText;
132 mutable bool BriefTextValid : 1; ///< True if BriefText is valid
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 403 final CharSequence briefText = getText(R.string.bluetooth_empty_list_bluetooth_off);
411 emptyView.setText(briefText, TextView.BufferType.SPANNABLE);
414 contentBuilder.append(briefText);
431 briefText.length(), Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 716 final CharSequence briefText = getText(R.string.wifi_empty_list_wifi_off);
728 emptyTextView.setText(briefText, BufferType.SPANNABLE);
732 contentBuilder.append(briefText);
749 briefText.length(), Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
    [all...]
  /external/clang/lib/AST/
RawCommentList.cpp 196 BriefText = BriefTextPtr;
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 216 milliseconds