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

  /external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/lightsymbols/
helper.h 42 void appendLine(const char* sz) const {
56 appendLine(sz);
  /external/skia/experimental/LightSymbolsUtil/lightsymbols/
helper.h 42 void appendLine(const char* sz) const {
56 appendLine(sz);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 155 builder.appendLine(VCardConstants.PROPERTY_FN, name, needCharset, false);
156 builder.appendLine(VCardConstants.PROPERTY_N, name, needCharset, false);
183 builder.appendLine(VCardConstants.PROPERTY_FN, phoneName, needCharset, false);
184 builder.appendLine(VCardConstants.PROPERTY_N, phoneName, needCharset, false);
239 builder.appendLine(VCARD_PROPERTY_X_TIMESTAMP,
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java 192 appendLine(VCardConstants.PROPERTY_BEGIN, VCARD_DATA_VCARD);
194 appendLine(VCardConstants.PROPERTY_VERSION, VCardConstants.VERSION_V40);
196 appendLine(VCardConstants.PROPERTY_VERSION, VCardConstants.VERSION_V30);
201 appendLine(VCardConstants.PROPERTY_VERSION, VCardConstants.VERSION_V21);
281 appendLine(VCardConstants.PROPERTY_FN, "");
304 appendLine(VCardConstants.PROPERTY_FN, "");
357 appendLine(VCardConstants.PROPERTY_FN, escaped);
386 appendLine(VCardConstants.PROPERTY_N, "");
387 appendLine(VCardConstants.PROPERTY_FN, "");
389 appendLine(VCardConstants.PROPERTY_N, "")
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 94 milliseconds