Searched refs:string (Results 151 - 175 of 1171) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/MC/
H A DCommandAction.h12 #include <string>
45 const std::string &pNamespec,
48 const std::string &namespec() const { return m_Namespec; }
53 std::string m_Namespec;
165 explicit DefSymAction(unsigned int pPosition, std::string& pAssignment);
169 const std::string& assignment() const { return m_Assignment; }
172 std::string& m_Assignment;
180 const std::string& pFileName,
186 const std::string& filename() const { return m_FileName; }
191 std::string m_FileNam
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DLockTaskNotify.java53 ? R.string.lock_to_app_toast_locked : R.string.lock_to_app_toast);
55 text = mContext.getString(R.string.lock_to_app_toast_accessible);
64 int showString = R.string.lock_to_app_exit;
66 showString = R.string.lock_to_app_start;
H A DAppNotRespondingDialog.java58 resid = com.android.internal.R.string.anr_activity_application;
62 resid = com.android.internal.R.string.anr_application_process;
67 resid = com.android.internal.R.string.anr_activity_process;
70 resid = com.android.internal.R.string.anr_process;
79 res.getText(com.android.internal.R.string.force_close),
82 res.getText(com.android.internal.R.string.wait),
87 res.getText(com.android.internal.R.string.report),
91 setTitle(res.getText(com.android.internal.R.string.anr_title));
/frameworks/compile/slang/BitWriter_2_9/
H A DReaderWriter_2_9.h17 #include <string>
36 std::string *ErrMsg = 0);
40 /// this returns a string and *does not* take ownership
43 std::string getBitcodeTargetTriple(llvm::MemoryBuffer *Buffer,
45 std::string *ErrMsg = 0);
51 std::string *ErrMsg = 0);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DReaderWriter_2_9_func.h17 #include <string>
36 std::string *ErrMsg = 0);
40 /// this returns a string and *does not* take ownership
43 std::string getBitcodeTargetTriple(llvm::MemoryBuffer *Buffer,
45 std::string *ErrMsg = 0);
51 std::string *ErrMsg = 0);
/frameworks/compile/slang/BitWriter_3_2/
H A DReaderWriter_3_2.h17 #include <string>
36 std::string *ErrMsg = 0);
40 /// this returns a string and *does not* take ownership
43 std::string getBitcodeTargetTriple(llvm::MemoryBuffer *Buffer,
45 std::string *ErrMsg = 0);
51 std::string *ErrMsg = 0);
/frameworks/compile/slang/
H A Dslang_rs.h23 #include <string>
56 std::vector<std::string> mGeneratedFileNames;
68 bool generateJavaBitcodeAccessor(const std::string &OutputPathBase,
69 const std::string &PackageName,
70 const std::string *LicenseNote);
H A Dllvm-rs-cc.cpp43 #include <string>
48 static inline const char *SaveStringInSet(std::set<std::string> &SavedStrings,
54 std::set<std::string> &SavedStrings);
57 std::set<std::string> &SavedStrings);
59 static const char *DetermineOutputFile(const std::string &OutputDir,
60 const std::string &PathSuffix,
63 std::set<std::string> &SavedStrings) {
67 std::string OutputFile(OutputDir);
142 std::set<std::string> *SavedStrings) {
144 std::string PathSuffi
[all...]
H A Dllvm-rs-as.cpp39 static cl::opt<std::string>
42 static cl::opt<std::string>
78 std::string IFN = InputFilename;
82 OutputFilename = std::string(IFN.begin(), IFN.end()-3);
90 std::string ErrorInfo;
137 std::string Err;
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp17 #include <string>
50 llvm::cl::list<std::string>
54 llvm::cl::opt<std::string>
58 llvm::cl::opt<std::string>
62 llvm::cl::opt<std::string>
94 llvm::cl::opt<std::string>
119 const llvm::cl::list<std::string> &pBitcodeFiles) {
123 const std::string &input_bitcode = pBitcodeFiles[i];
164 if (config->getTriple().find("arm") != std::string::npos) {
165 std::vector<std::string> f
[all...]
/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp36 typedef HashEntry<std::string,
38 hash::StringCompare<std::string> > ParserStrEntry;
86 void ScriptFile::addEntryPoint(const std::string& pSymbol)
99 void ScriptFile::addOutputFormatCmd(const std::string& pName)
104 void ScriptFile::addOutputFormatCmd(const std::string& pDefault,
105 const std::string& pBig,
106 const std::string& pLittle)
119 void ScriptFile::addOutputCmd(const std::string& pFileName)
124 void ScriptFile::addSearchDirCmd(const std::string& pPath)
129 void ScriptFile::addOutputArchCmd(const std::string
[all...]
/frameworks/base/tools/aapt/
H A DXMLNode.cpp13 #include <string.h>
54 //printf("%s starts with %s?\n", String8(namespaceUri).string(),
55 // String8(RESOURCES_PREFIX).string());
59 NOISY(printf("Using default application package: %s -> %s\n", String8(namespaceUri).string(), String8(appPackage).string()));
73 //printf("namespace: %s\n", String8(String16(namespaceUri, namespaceUri.size()-prefixSize, prefixSize)).string());
82 const char16_t* str = str16.string();
170 * If we have more than one substitution in this string and any of them
210 if (text.string()[0] == '@') {
256 element8.string());
[all...]
H A DResource.cpp59 const char* firstDot = strchr(leaf.string(), '.');
60 const char* str = leaf.string();
133 group->getPath().string(), mParams.mcc, mParams.mnc,
147 file->getPrintableSource().string());
151 NOISY(printf("file name=%s\n", mBaseName.string()));
220 grp->getFiles().valueAt(0)->getPrintableSource().string());
241 file->getPrintableSource().string(), block.getLineNumber());
244 if (strcmp16(block.getElementName(&len), String16("manifest").string()) != 0) {
246 file->getPrintableSource().string(), block.getLineNumber(),
247 String8(block.getElementName(&len)).string());
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DRotationLockTile.java79 final int label = portrait ? R.string.quick_settings_rotation_locked_portrait_label
80 : R.string.quick_settings_rotation_locked_landscape_label;
84 state.label = mContext.getString(R.string.quick_settings_rotation_unlocked_label);
90 R.string.accessibility_rotation_lock_on_portrait,
91 R.string.accessibility_rotation_lock_on_landscape,
92 R.string.accessibility_rotation_lock_off);
96 * Get the correct accessibility string based on the state
120 R.string.accessibility_rotation_lock_on_portrait_changed,
121 R.string.accessibility_rotation_lock_on_landscape_changed,
122 R.string
[all...]
H A DBluetoothTile.java101 R.string.accessibility_quick_settings_bluetooth_connected);
106 R.string.accessibility_quick_settings_bluetooth_connecting);
107 state.label = mContext.getString(R.string.quick_settings_bluetooth_label);
111 R.string.accessibility_quick_settings_bluetooth_on);
114 state.label = mContext.getString(R.string.quick_settings_bluetooth_label);
118 state.label = mContext.getString(R.string.quick_settings_bluetooth_label);
120 R.string.accessibility_quick_settings_bluetooth_off);
126 R.string.accessibility_bluetooth_name, state.label);
134 return mContext.getString(R.string.accessibility_quick_settings_bluetooth_changed_on);
136 return mContext.getString(R.string
[all...]
H A DLocationTile.java78 state.label = mContext.getString(R.string.quick_settings_location_label);
80 R.string.accessibility_quick_settings_location_on);
83 state.label = mContext.getString(R.string.quick_settings_location_label);
85 R.string.accessibility_quick_settings_location_off);
92 return mContext.getString(R.string.accessibility_quick_settings_location_changed_on);
94 return mContext.getString(R.string.accessibility_quick_settings_location_changed_off);
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h17 #include <string>
67 SymOperand(const std::string& pName);
72 const std::string& name() const { return m_Name; }
86 static SymOperand* create(const std::string& pName);
91 std::string m_Name;
137 SectOperand(const std::string& pName);
142 const std::string& name() const { return m_Name; }
156 static SectOperand* create(const std::string& pName);
161 std::string m_Name;
/frameworks/compile/mclinker/unittests/
H A DPathTest.cpp11 #include <string>
46 std::string root(TOPDIR);
57 const std::string root = "/luck";
67 const std::string root = "../././..";
78 const std::string root = "/luck";
89 const std::string root = "aaa/bbb/../../ccc/";
103 const std::string root = "aa/";
117 const std::string root = "aa/";
120 std::string a("aa/aaa");
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp23 #include <string>
24 using std::string;
31 const int length, SparseWeightVector<string> * sample) {
52 const int length, SparseWeightVector<string> *sample) {
54 SparseWeightVector<string>::Wmap w_ = sample->GetMap();
56 for ( SparseWeightVector<string>::Witer_const iter = w_.begin();
58 std::string key = iter->first;
77 StochasticLinearRanker<string>* classifier = (StochasticLinearRanker<string>*) paPtr;
84 SparseWeightVector<string> mode
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h14 #include <string>
117 /// @param Triple - The Triple string
119 static const mcld::Target *lookupTarget(const std::string& pTriple,
120 std::string& pError);
130 static const mcld::Target *lookupTarget(const std::string& pArchName,
132 std::string &Error);
184 const std::string& pTriple) {
/frameworks/compile/mclinker/lib/Support/Unix/
H A DSystem.inc28 static std::string getOSVersion()
38 std::string getDefaultTargetTriple()
44 std::string Arch = ArchSplit.first;
46 std::string Triple(Arch);
57 std::string::size_type DarwinDashIdx = Triple.find("-darwin");
58 if (DarwinDashIdx != std::string::npos) {
/frameworks/native/include/gui/
H A DBufferQueueCore.h32 #define BQ_LOGV(x, ...) ALOGV("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
33 #define BQ_LOGD(x, ...) ALOGD("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
34 #define BQ_LOGI(x, ...) ALOGI("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
35 #define BQ_LOGW(x, ...) ALOGW("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
36 #define BQ_LOGE(x, ...) ALOGE("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
42 mCore->mConsumerName.string(), (index)); \
79 // Dump our state in a string
147 // mConsumerName is a string used to identify the BufferQueue in log
/frameworks/base/tools/split-select/
H A DMain.cpp102 splits.keyAt(i).string(),
103 masterRule->toJson(2).string());
162 kAndroidNamespace.string(), kAndroidNamespace.size(),
163 kVersionCodeAttr.string(), kVersionCodeAttr.size());
170 kAndroidNamespace.string(), kAndroidNamespace.size(),
171 kMultiArchAttr.string(), kMultiArchAttr.size());
178 kAndroidNamespace.string(), kAndroidNamespace.size(),
179 kMinSdkVersionAttr.string(), kMinSdkVersionAttr.size());
187 int minSdk = strtol(minSdk8.string(), &endPtr, 10);
188 if (endPtr != minSdk8.string()
[all...]
/frameworks/compile/mclinker/tools/mcld/lib/
H A DTripleOptions.cpp22 llvm::cl::opt<std::string> ArgTargetTriple("mtriple",
25 llvm::cl::opt<std::string> ArgMArch("march",
28 llvm::cl::opt<std::string> ArgMCPU("mcpu",
33 llvm::cl::list<std::string> ArgMAttrs("mattr",
38 llvm::cl::opt<std::string> ArgEmulation("m",
48 inline std::string ParseProgName(const char *pProgName)
55 std::string ProgName(mcld::sys::fs::Path(pProgName).stem().native());
59 return std::string();
74 std::string IgnoredError;
79 return std::string();
[all...]
/frameworks/base/libs/androidfw/tests/
H A DTestHelpers.cpp33 return ::testing::AssertionFailure() << "resource is not a string";
38 return ::testing::AssertionFailure() << "table has no string pool for block " << block;
43 return ::testing::AssertionFailure() << actual.string();
45 return ::testing::AssertionSuccess() << actual.string();

Completed in 608 milliseconds

1234567891011>>