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

  /external/webrtc/webrtc/base/
iosfilesystem.mm 24 static char* copyString(NSString* s) {
40 return copyString([paths objectAtIndex:0]);
45 return copyString(NSTemporaryDirectory());
  /external/clang/include/clang/Edit/
EditedSource.h 71 StringRef copyString(StringRef str) { return str.copy(StrAlloc); }
72 StringRef copyString(const Twine &twine);
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 53 const char *copyString(StringRef Blob) {
329 TopDiags->Categories[ID] = TopDiags->copyString(Name);
337 TopDiags->WarningFlags[ID] = TopDiags->copyString(Name);
347 TopDiags->FileNames[ID] = TopDiags->copyString(Name);
374 std::make_pair(SR, TopDiags->copyString(CodeToInsert)));
388 D.Spelling = TopDiags->copyString(Message);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 204 private static final void copyString(String key, ContentValues from, ContentValues to) {
236 copyString(BluetoothShare.URI, values, filteredValues);
237 copyString(BluetoothShare.FILENAME_HINT, values, filteredValues);
238 copyString(BluetoothShare.MIMETYPE, values, filteredValues);
239 copyString(BluetoothShare.DESTINATION, values, filteredValues);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 541 copyString(Downloads.Impl.COLUMN_URI, values, filteredValues);
542 copyString(Downloads.Impl.COLUMN_APP_DATA, values, filteredValues);
544 copyString(Downloads.Impl.COLUMN_FILE_NAME_HINT, values, filteredValues);
545 copyString(Downloads.Impl.COLUMN_MIME_TYPE, values, filteredValues);
624 copyString(Downloads.Impl._DATA, values, filteredValues);
654 copyString(Downloads.Impl.COLUMN_NOTIFICATION_EXTRAS, values, filteredValues);
655 copyString(Downloads.Impl.COLUMN_COOKIE_DATA, values, filteredValues);
656 copyString(Downloads.Impl.COLUMN_USER_AGENT, values, filteredValues);
657 copyString(Downloads.Impl.COLUMN_REFERER, values, filteredValues);
    [all...]
  /external/clang/lib/Edit/
EditedSource.cpp 56 StringRef EditedSource::copyString(const Twine &twine) {
58 return copyString(twine.toStringRef(Data));
113 FA.Text = copyString(text);
118 FA.Text = copyString(Twine(text) + FA.Text);
120 FA.Text = copyString(Twine(FA.Text) + text);
  /packages/services/Car/libvehiclenetwork/native/
VehicleNetworkProtoUtil.cpp 26 static status_t copyString(const std::string& in, uint8_t** out, int32_t* len) {
123 status_t r = copyString(in.string_value(), &(out.value.str_value.data),
128 ALOGE("copyString for string failed %d", r);
143 status_t r = copyString(in.bytes_value(), &(out.value.bytes_value.data),
148 ALOGE("copyString for bytes failed %d", r);
412 status_t r = copyString(in.config_string(), &(out.config_string.data),
  /external/clang/lib/Lex/
HeaderSearch.cpp 552 static const char *copyString(StringRef Str, llvm::BumpPtrAllocator &Alloc) {
721 copyString(Filename, LookupFileCache.getAllocator());
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 566 milliseconds