OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyString
(Results
1 - 10
of
10
) sorted by null
/external/clang/include/clang/Edit/
EditedSource.h
65
StringRef
copyString
(StringRef str) {
70
StringRef
copyString
(const Twine &twine);
Commit.h
138
StringRef
copyString
(StringRef str) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java
217
private static final void
copyString
(String key, ContentValues from, ContentValues to) {
242
copyString
(BluetoothShare.URI, values, filteredValues);
243
copyString
(BluetoothShare.FILENAME_HINT, values, filteredValues);
244
copyString
(BluetoothShare.MIMETYPE, values, filteredValues);
245
copyString
(BluetoothShare.DESTINATION, values, filteredValues);
/external/clang/lib/Edit/
EditedSource.cpp
26
StringRef EditedSource::
copyString
(const Twine &twine) {
28
return
copyString
(twine.toStringRef(Data));
71
FA.Text =
copyString
(text);
81
FA.Text =
copyString
(concat);
Commit.cpp
186
data.Text =
copyString
(text);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java
530
copyString
(Downloads.Impl.COLUMN_URI, values, filteredValues);
531
copyString
(Downloads.Impl.COLUMN_APP_DATA, values, filteredValues);
533
copyString
(Downloads.Impl.COLUMN_FILE_NAME_HINT, values, filteredValues);
534
copyString
(Downloads.Impl.COLUMN_MIME_TYPE, values, filteredValues);
605
copyString
(Downloads.Impl._DATA, values, filteredValues);
635
copyString
(Downloads.Impl.COLUMN_NOTIFICATION_EXTRAS, values, filteredValues);
636
copyString
(Downloads.Impl.COLUMN_COOKIE_DATA, values, filteredValues);
637
copyString
(Downloads.Impl.COLUMN_USER_AGENT, values, filteredValues);
638
copyString
(Downloads.Impl.COLUMN_REFERER, values, filteredValues);
[
all
...]
/external/clang/tools/libclang/
CXLoadedDiagnostic.cpp
50
const char *
copyString
(StringRef Blob) {
460
RetStr = TopDiags.
copyString
(Blob);
641
D->Spelling = TopDiags.
copyString
(Blob);
/external/chromium_org/third_party/icu/source/i18n/
uregex.cpp
[
all
...]
/external/icu4c/i18n/
uregex.cpp
[
all
...]
/external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js
[
all
...]
Completed in 368 milliseconds