HomeSort by relevance Sort by last modified time
    Searched refs:copyString (Results 1 - 17 of 17) 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);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 71 StringRef copyString(StringRef str) { return str.copy(StrAlloc); }
72 StringRef copyString(const Twine &twine);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 71 StringRef copyString(StringRef str) { return str.copy(StrAlloc); }
72 StringRef copyString(const Twine &twine);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 71 StringRef copyString(StringRef str) { return str.copy(StrAlloc); }
72 StringRef copyString(const Twine &twine);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 71 StringRef copyString(StringRef str) { return str.copy(StrAlloc); }
72 StringRef copyString(const Twine &twine);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 71 StringRef copyString(StringRef str) { return str.copy(StrAlloc); }
72 StringRef copyString(const Twine &twine);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 71 StringRef copyString(StringRef str) { return str.copy(StrAlloc); }
72 StringRef copyString(const Twine &twine);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 71 StringRef copyString(StringRef str) { return str.copy(StrAlloc); }
72 StringRef copyString(const Twine &twine);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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 199 private static final void copyString(String key, ContentValues from, ContentValues to) {
231 copyString(BluetoothShare.URI, values, filteredValues);
232 copyString(BluetoothShare.FILENAME_HINT, values, filteredValues);
233 copyString(BluetoothShare.MIMETYPE, values, filteredValues);
234 copyString(BluetoothShare.DESTINATION, values, filteredValues);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 570 copyString(Downloads.Impl.COLUMN_URI, values, filteredValues);
571 copyString(Downloads.Impl.COLUMN_APP_DATA, values, filteredValues);
573 copyString(Downloads.Impl.COLUMN_FILE_NAME_HINT, values, filteredValues);
574 copyString(Downloads.Impl.COLUMN_MIME_TYPE, values, filteredValues);
646 copyString(Downloads.Impl._DATA, values, filteredValues);
676 copyString(Downloads.Impl.COLUMN_NOTIFICATION_EXTRAS, values, filteredValues);
677 copyString(Downloads.Impl.COLUMN_COOKIE_DATA, values, filteredValues);
678 copyString(Downloads.Impl.COLUMN_USER_AGENT, values, filteredValues);
679 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);
  /external/clang/lib/Lex/
HeaderSearch.cpp 553 static const char *copyString(StringRef Str, llvm::BumpPtrAllocator &Alloc) {
723 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 1292 milliseconds