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

1234567891011>>

/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp17 static void SpecToFilename(const std::string& pSpec, std::string& pFile)
45 mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType)
49 std::string file;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMDiagnostic.cpp25 const std::string &pTriple)
H A DARMTargetMachine.cpp23 const std::string& pTriple)
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsSectLinker.cpp22 SectLinker* createMipsSectLinker(const std::string &pTriple,
/frameworks/compile/slang/
H A Dslang_pragma_recorder.cpp19 #include <string>
29 std::string &PragmaName) {
41 std::string &PragmaValue) {
60 std::string PragmaName, PragmaValue = "";
108 // PragmaValue may be an empty string.
H A Dllvm-rs-cc.cpp20 #include <string>
65 static inline const char *SaveStringInSet(std::set<std::string> &SavedStrings,
71 std::set<std::string> &SavedStrings);
74 std::set<std::string> &SavedStrings);
110 std::vector<std::string> mIncludePaths;
113 std::string mOutputDir;
121 std::string mTriple;
124 std::string mCPU;
128 std::vector<std::string> mFeatures;
130 std::string mJavaReflectionPathBas
[all...]
H A Dslang_rs.cpp22 #include <string>
76 bool SlangRS::reflectToJava(const std::string &OutputPathBase,
77 const std::string &OutputPackageName,
78 const std::string &RSPackageName,
79 std::string *RealPackageName) {
88 bool SlangRS::generateBitcodeAccessor(const std::string &OutputPathBase,
89 const std::string &PackageName) {
281 const std::vector<std::string> &IncludePaths,
282 const std::vector<std::string> &AdditionalDepTargets,
287 const std::string
[all...]
/frameworks/ex/variablespeed/jni/
H A Dprofile_timer.h23 #include <string>
/frameworks/native/include/utils/
H A DStringArray.h24 #include <string.h>
37 // Add a string. A copy of the string is made.
70 // Set entry N to specified string.
/frameworks/rs/
H A Dspec.h4 #include <string.h>
/frameworks/support/renderscript/v8/rs_support/
H A Dspec.h4 #include <string.h>
/frameworks/av/media/libstagefright/chromium_http/
H A DDataUriSource.cpp30 std::string mimeTypeStr, unusedCharsetStr, dataStr;
31 // Copy2: String8 mDataUri -> std::string
33 GURL(std::string(mDataUri.string())),
35 // Copy3: std::string dataStr -> AString mData
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteGlobal.java76 com.android.internal.R.string.db_default_journal_mode));
94 com.android.internal.R.string.db_default_sync_mode));
103 com.android.internal.R.string.db_wal_sync_mode));
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader.cpp14 #include <string>
32 std::string Message;
52 std::string Message;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader.cpp14 #include <string>
32 std::string Message;
52 std::string Message;
/frameworks/compile/linkloader/include/
H A DELFSectionSymTab.h25 #include <string>
62 ELFSymbolTy const *getByName(std::string const &name) const;
64 ELFSymbolTy *getByName(std::string const &name) {
/frameworks/compile/linkloader/include/impl/
H A DELFSectionProgBits.hxx28 #include <string.h>
46 std::string reltab_name(".rel" + std::string(sh->getName()));
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp77 // - Otherwise the full string is matched.
158 if (getMccName(part.string(), &config)) {
165 if (getMncName(part.string(), &config)) {
187 if (getLayoutDirectionName(part.string(), &config)) {
194 if (getSmallestScreenWidthDpName(part.string(), &config)) {
201 if (getScreenWidthDpName(part.string(), &config)) {
208 if (getScreenHeightDpName(part.string(), &config)) {
215 if (getScreenLayoutSizeName(part.string(), &config)) {
222 if (getScreenLayoutLongName(part.string(), &config)) {
229 if (getOrientationName(part.string(),
[all...]
/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminInfo.java170 com.android.internal.R.string.policylab_wipeData,
171 com.android.internal.R.string.policydesc_wipeData));
173 com.android.internal.R.string.policylab_resetPassword,
174 com.android.internal.R.string.policydesc_resetPassword));
176 com.android.internal.R.string.policylab_limitPassword,
177 com.android.internal.R.string.policydesc_limitPassword));
179 com.android.internal.R.string.policylab_watchLogin,
180 com.android.internal.R.string.policydesc_watchLogin));
182 com.android.internal.R.string.policylab_forceLock,
183 com.android.internal.R.string
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DAppErrorDialog.java53 com.android.internal.R.string.aerr_application,
58 com.android.internal.R.string.aerr_process,
65 res.getText(com.android.internal.R.string.force_close),
70 res.getText(com.android.internal.R.string.report),
74 setTitle(res.getText(com.android.internal.R.string.aerr_title));
H A DStrictModeViolationDialog.java56 com.android.internal.R.string.smv_application,
61 com.android.internal.R.string.smv_process,
68 res.getText(com.android.internal.R.string.dlg_ok),
73 res.getText(com.android.internal.R.string.report),
77 setTitle(res.getText(com.android.internal.R.string.aerr_title));
/frameworks/base/tools/aidl/
H A DType.cpp147 make_generic_type(const string& package, const string& name,
159 Type::Type(const string& name, int kind, bool canWriteToParcel, bool canWriteToRpcData,
173 Type::Type(const string& package, const string& name,
175 bool canBeOut, const string& declFile, int declLine)
202 string
208 string
214 string
220 string
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java120 String poundString; // Entire MMI string up to and including #
141 1 = Full string up to and including #
169 * We look to see if the dial string contains a valid MMI code (potentially
170 * with a dial string at the end as well) and return info here.
172 * If the dial string contains no MMI code, we return an instance with
271 /** returns true of the string is empty or null */
463 /** Does this dial string contain a structured or unstructured MMI code? */
510 // Illegal dial string characters will give a ZERO length.
512 // call privileges may send a non dial string.
753 handlePasswordError(com.android.internal.R.string
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DCarrierText.java87 mSeparator = getResources().getString(R.string.kg_text_message_separator);
127 mContext.getText(R.string.lockscreen_network_locked_message), plmn);
136 getContext().getText(R.string.lockscreen_missing_sim_message_short),
142 R.string.lockscreen_permanent_disabled_sim_message_short);
147 getContext().getText(R.string.lockscreen_missing_sim_message_short),
153 getContext().getText(R.string.lockscreen_sim_locked_message),
159 getContext().getText(R.string.lockscreen_sim_puk_locked_message),
168 * Add emergencyCallMessage to carrier string only if phone supports emergency calls.
235 carrierHelpTextId = R.string.lockscreen_instructions_when_pattern_disabled;
239 carrierHelpTextId = R.string
[all...]
/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.h20 #include <string>
96 static void Setup(const std::string& jclass_name,
97 const std::string& id_fld_name) {
180 const std::string& GetJavaClassName() const {
185 explicit ObjectPool(const std::string& jclass_name,
186 const std::string& id_fld_name)
194 std::string jclass_name_;
195 std::string id_field_name_;
266 // Convert Java String to C++ string.
267 jstring ToJString(JNIEnv* env, const std::string
[all...]

Completed in 380 milliseconds

1234567891011>>