Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 4699) sorted by relevance

12345678910>>...188

/external/smali/smali-integration-tests/src/test/smali/jumbo-string-tests/
DFormat31c.smali39 .method public test_const-string-jumbo()V
44 const-string/jumbo v0, "99999"
65 .method public test_const-string-jumbo-autofix()V
70 const-string v0, "99999"
95 const-string/jumbo v0, "0"
96 const-string/jumbo v0, "1"
97 const-string/jumbo v0, "2"
98 const-string/jumbo v0, "3"
99 const-string/jumbo v0, "4"
100 const-string/jumbo v0, "5"
[all …]
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3string.c42 static pANTLR3_STRING newPtr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_U…
43 static pANTLR3_STRING newPtrUTF16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, AN…
44 static pANTLR3_STRING newPtrUTF16_UTF16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string
45 static pANTLR3_STRING newStr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string);
46 static pANTLR3_STRING newStrUTF16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string);
47 static pANTLR3_STRING newStrUTF16_UTF16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string
48 static void destroy (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string);
49 static pANTLR3_STRING printable8 (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string);
50 static pANTLR3_STRING printableUTF16 (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string);
55 static pANTLR3_UINT8 set8 (pANTLR3_STRING string, const char * chars);
[all …]
/external/ltrace/etc/
Dlibc.so.conf8 void __libc_start_main(hide(void*), hide(int), array(string, arg2));
12 int inet_aton(string, +in_addr*);
13 hex(uint) inet_addr(string);
14 hex(uint) inet_network(string);
15 string inet_ntoa(in_addr);
22 int bfd_set_default_target(string);
23 addr bfd_scan_vma(string, addr, int);
24 addr bfd_openr(string,string);
39 int waddnstr(addr, string, int);
40 string tgoto(string, int, int);
[all …]
Dsyscalls.conf10 int execve(string,addr,addr);
21 int open(string, hex(uint), oct(uint));
24 int stat(string,addr);
29 int setxattr(string,string,addr,uint,int);
30 int lsetxattr(string,string,addr,uint,int);
31 int fsetxattr(int,string,addr,uint,int);
32 int getxattr(string,string,addr,uint);
33 int lgetxattr(string,string,addr,uint);
34 int fgetxattr(int,string,addr,uint);
35 int listxattr(string,addr,uint);
[all …]
/external/parameter-framework/parameter/
DParameterMgr.h80 …(CParameterMgr::*RemoteCommandParser)(const IRemoteCommand& remoteCommand, std::string& strResult);
103 virtual void log(bool bIsWarning, const std::string& strLog) = 0;
109 CParameterMgr(const std::string& strConfigurationFilePath);
122 bool load(std::string& strError);
126 …CSelectionCriterion* createSelectionCriterion(const std::string& strName, const CSelectionCriterio…
128 CSelectionCriterion* getSelectionCriterion(const std::string& strName);
142 const CConfigurableElement* getConfigurableElement(const std::string& strPath,
143 std::string& strError) const;
145 CParameterHandle* createParameterHandle(const std::string& strPath, std::string& strError);
187 const std::string& getSchemaFolderLocation() const;
[all …]
DConfigurableDomains.h51 bool createDomain(const std::string& strName, std::string& strError);
65 bool addDomain(CConfigurableDomain& domain, bool bOverwrite, std::string& strError);
76 bool deleteDomain(const std::string& strName, std::string& strError);
78 …bool renameDomain(const std::string& strName, const std::string& strNewName, std::string& strError…
79 …bool setSequenceAwareness(const std::string& strDomain, bool bSequenceAware, std::string& strError…
80 …bool getSequenceAwareness(const std::string& strDomain, bool& bSequenceAware, std::string& strErro…
81 bool listDomainElements(const std::string& strDomain, std::string& strResult) const;
82 …bool split(const std::string& strDomain, CConfigurableElement* pConfigurableElement, std::string& …
83 void listAssociatedElements(std::string& strResult) const;
84 void listConflictingElements(std::string& strResult) const;
[all …]
DParameterMgrFullConnector.cpp36 using std::string;
38 CParameterMgrFullConnector::CParameterMgrFullConnector(const string& strConfigurationFilePath) : in CParameterMgrFullConnector()
52 bool CParameterMgrFullConnector::start(string& strError) in start()
64 void CParameterMgrFullConnector::doLog(bool bIsWarning, const string& strLog) in doLog()
72 CParameterHandle* CParameterMgrFullConnector::createParameterHandle(const string& strPath, in createParameterHandle()
73 string& strError) in createParameterHandle()
85 const string& strName, in createSelectionCriterion()
93 const string& strName) in getSelectionCriterion()
133 const string& CParameterMgrFullConnector::getSchemaFolderLocation() const in getSchemaFolderLocation()
138 void CParameterMgrFullConnector::setSchemaFolderLocation(const string& strSchemaFolderLocation) in setSchemaFolderLocation()
[all …]
DConfigurableDomains.cpp39 using std::string;
45 string CConfigurableDomains::getKind() const in getKind()
112 bool CConfigurableDomains::createDomain(const string& strName, string& strError) in createDomain()
131 string& strError) in addDomain()
133 string strErrorDrop; in addDomain()
135 string strDomainName(domain.getName()); in addDomain()
164 bool CConfigurableDomains::deleteDomain(const string& strName, string& strError) in deleteDomain()
184 bool CConfigurableDomains::renameDomain(const string& strName, const string& strNewName, string& st… in renameDomain()
199 …ool CConfigurableDomains::setSequenceAwareness(const string& strDomain, bool bSequenceAware, strin… in setSequenceAwareness()
213 …ool CConfigurableDomains::getSequenceAwareness(const string& strDomain, bool& bSequenceAware, stri… in getSequenceAwareness()
[all …]
/external/parameter-framework/bindings/python/
Dpfw.i53 %template(StringVector) vector<string>;
58 %apply std::string &OUTPUT { std::string& strError };
77 CParameterMgrFullConnector(const std::string& strConfigurationFilePath);
79 bool start(std::string& strError);
84 ISelectionCriterionInterface* createSelectionCriterion(const std::string& strName,
86 ISelectionCriterionInterface* getSelectionCriterion(const std::string& strName);
100 void setSchemaFolderLocation(const std::string& strSchemaFolderLocation);
105 bool setTuningMode(bool bOn, std::string& strError);
117 bool setAutoSync(bool bAutoSyncOn, std::string& strError);
119 bool sync(std::string& strError);
[all …]
/external/parameter-framework/parameter/include/
DParameterMgrFullConnector.h49 CParameterMgrFullConnector(const std::string& strConfigurationFilePath);
55 virtual void log(bool bIsWarning, const std::string& strLog) = 0;
64 bool start(std::string& strError);
67 CParameterHandle* createParameterHandle(const std::string& strPath, std::string& strError);
70 ISelectionCriterionInterface* createSelectionCriterion(const std::string& strName,
72 ISelectionCriterionInterface* getSelectionCriterion(const std::string& strName);
118 const std::string& getSchemaFolderLocation() const;
124 void setSchemaFolderLocation(const std::string& strSchemaFolderLocation);
145 bool setTuningMode(bool bOn, std::string& strError);
156 bool setAutoSync(bool bAutoSyncOn, std::string& strError);
[all …]
/external/google-breakpad/src/common/linux/
Dgoogle_crashdump_uploader.h45 GoogleCrashdumpUploader(const string& product,
46 const string& version,
47 const string& guid,
48 const string& ptime,
49 const string& ctime,
50 const string& email,
51 const string& comments,
52 const string& minidump_pathname,
53 const string& crash_server,
54 const string& proxy_host,
[all …]
Dgoogle_crashdump_uploader.cc43 GoogleCrashdumpUploader::GoogleCrashdumpUploader(const string& product, in GoogleCrashdumpUploader()
44 const string& version, in GoogleCrashdumpUploader()
45 const string& guid, in GoogleCrashdumpUploader()
46 const string& ptime, in GoogleCrashdumpUploader()
47 const string& ctime, in GoogleCrashdumpUploader()
48 const string& email, in GoogleCrashdumpUploader()
49 const string& comments, in GoogleCrashdumpUploader()
50 const string& minidump_pathname, in GoogleCrashdumpUploader()
51 const string& crash_server, in GoogleCrashdumpUploader()
52 const string& proxy_host, in GoogleCrashdumpUploader()
[all …]
/external/openfst/src/include/fst/extensions/far/
Dfarscript.h46 const vector<string> &in_fnames;
47 const string &out_fname;
48 const string &fst_type;
53 const string &symbols_fname;
54 const string &unknown_symbol;
59 const string &key_prefix;
60 const string &key_suffix;
62 FarCompileStringsArgs(const vector<string> &in_fnames, in FarCompileStringsArgs()
63 const string &out_fname, in FarCompileStringsArgs()
64 const string &fst_type, in FarCompileStringsArgs()
[all …]
/external/llvm/tools/bugpoint/
DToolRunner.h39 std::string GCCPath; // The path to the gcc executable.
40 std::string RemoteClientPath; // The path to the rsh / ssh executable.
41 std::vector<std::string> gccArgs; // GCC-specific arguments.
43 const std::vector<std::string> *GCCArgs) in GCC()
50 static GCC *create(std::string &Message,
51 const std::string &GCCBinary,
52 const std::vector<std::string> *Args);
61 int ExecuteProgram(const std::string &ProgramFile,
62 const std::vector<std::string> &Args,
64 const std::string &InputFile,
[all …]
DToolRunner.cpp34 cl::opt<std::string>
38 cl::opt<std::string>
42 cl::opt<std::string>
46 cl::opt<std::string>
50 cl::opt<std::string>
65 std::string *ErrMsg = nullptr) { in RunProgramWithTimeout()
118 std::string StdOutFileName = StdOutFile.str(); in RunProgramRemotelyWithTimeout()
133 static std::string ProcessFailure(StringRef ProgPath, const char** Args, in ProcessFailure()
173 std::string LLIPath; // The path to the LLI executable
174 std::vector<std::string> ToolArgs; // Args to pass to LLI
[all …]
/external/protobuf/src/google/protobuf/
Dunittest_enormous_descriptor.proto36 // descriptors over 64k don't break the string literal length limit in Java.
46 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo…
47 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo…
48 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo…
49 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo…
50 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo…
51 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo…
52 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo…
53 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo…
54 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo…
[all …]
/external/libcxx/test/std/re/re.traits/
Dlookup_collatename.pass.cpp39 test("NUL", std::string("\x00", 1)); in main()
40 test("alert", std::string("\x07")); in main()
41 test("backspace", std::string("\x08")); in main()
42 test("tab", std::string("\x09")); in main()
43 test("carriage-return", std::string("\x0D")); in main()
44 test("newline", std::string("\x0A")); in main()
45 test("vertical-tab", std::string("\x0B")); in main()
46 test("form-feed", std::string("\x0C")); in main()
47 test("space", std::string(" ")); in main()
48 test("exclamation-mark", std::string("!")); in main()
[all …]
/external/openfst/src/extensions/far/
Dfarscript.cc27 void FarCompileStrings(const vector<string> &in_fnames, in FarCompileStrings()
28 const string &out_fname, in FarCompileStrings()
29 const string &arc_type, in FarCompileStrings()
30 const string &fst_type, in FarCompileStrings()
35 const string &symbols_fname, in FarCompileStrings()
36 const string &unknown_symbol, in FarCompileStrings()
41 const string &key_prefix, in FarCompileStrings()
42 const string &key_suffix) { in FarCompileStrings()
53 void FarCreate(const vector<string> &in_fnames, in FarCreate()
54 const string &out_fname, in FarCreate()
[all …]
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h80 inline bool HasPrefixString(const string& str, in HasPrefixString()
81 const string& prefix) { in HasPrefixString()
86 inline string StripPrefixString(const string& str, const string& prefix) { in StripPrefixString()
102 inline bool HasSuffixString(const string& str, in HasSuffixString()
103 const string& suffix) { in HasSuffixString()
108 inline string StripSuffixString(const string& str, const string& suffix) { in StripSuffixString()
123 LIBPROTOBUF_EXPORT void StripString(string* s, const char* remove,
136 inline void LowerString(string * s) { in LowerString()
137 string::iterator end = s->end(); in LowerString()
138 for (string::iterator i = s->begin(); i != end; ++i) { in LowerString()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.h68 MockCodeGenerator(const string& name);
78 static void ExpectGenerated(const string& name,
79 const string& parameter,
80 const string& insertions,
81 const string& file,
82 const string& first_message_name,
83 const string& parsed_file_list,
84 const string& output_directory);
87 static string GetOutputFileName(const string& generator_name,
89 static string GetOutputFileName(const string& generator_name,
[all …]
Dcommand_line_interface.h112 void RegisterGenerator(const string& flag_name,
114 const string& help_text);
124 void RegisterGenerator(const string& flag_name,
125 const string& option_flag_name,
127 const string& help_text);
158 void AllowPlugins(const string& exe_name_prefix);
182 void SetVersionInfo(const string& text) { in SetVersionInfo()
224 bool ParseArgument(const char* arg, string* name, string* value);
227 ParseArgumentStatus InterpretArgument(const string& name,
228 const string& value);
[all …]
/external/proguard/src/proguard/util/
DListUtil.java53 String string = (String)list.get(index); in commaSeparatedString() local
57 string = quotedString(string); in commaSeparatedString()
60 buffer.append(string); in commaSeparatedString()
70 public static List commaSeparatedList(String string) in commaSeparatedList() argument
72 if (string == null) in commaSeparatedList()
79 while ((index = skipWhitespace(string, index)) < string.length()) in commaSeparatedList()
84 if (string.charAt(index) == '\'') in commaSeparatedList()
87 nextIndex = string.indexOf('\'', index + 1); in commaSeparatedList()
90 nextIndex = string.length(); in commaSeparatedList()
93 list.add(string.substring(index + 1, nextIndex)); in commaSeparatedList()
[all …]
/external/libxml2/os400/libxmlrpg/
Dxmlwriter.rpgle33 d uri * value options(*string) const char *
72 d version * value options(*string) const char *
73 d encoding * value options(*string) const char *
74 d standalone * value options(*string) const char *
94 d format * value options(*string: *nopass) const char *
95 d #vararg1 * value options(*string: *nopass) void *
96 d #vararg2 * value options(*string: *nopass) void *
97 d #vararg3 * value options(*string: *nopass) void *
98 d #vararg4 * value options(*string: *nopass) void *
99 d #vararg5 * value options(*string: *nopass) void *
[all …]
/external/lldb/source/Host/macosx/launcherXPCService/
DLauncherRootXPCService-Info.plist12 <string>English</string>
14 <string>${EXECUTABLE_NAME}</string>
16 <string>${EXECUTABLE_NAME}</string>
18 <string>6.0</string>
20 <string>${PRODUCT_NAME}</string>
22 <string>XPC!</string>
24 <string>1.0</string>
26 <string>????</string>
28 <string>310.99.0</string>
30 <string>Copyright © 2012 Apple Inc. All rights reserved.</string>
[all …]
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.h56 string UnderscoresToCamelCase(const FieldDescriptor* field);
57 string UnderscoresToCapitalizedCamelCase(const FieldDescriptor* field);
61 string RenameJavaKeywords(const string& input);
65 string UnderscoresToCamelCase(const MethodDescriptor* method);
68 string StripProto(const string& filename);
72 string FileClassName(const Params& params, const FileDescriptor* file);
75 string FileJavaPackage(const Params& params, const FileDescriptor* file);
88 string ToJavaName(const Params& params, const string& name, bool is_class,
93 inline string ClassName(const Params& params, const Descriptor* descriptor) { in ClassName()
97 string ClassName(const Params& params, const EnumDescriptor* descriptor);
[all …]

12345678910>>...188