Searched defs:String (Results 1 - 25 of 180) sorted by last modified time

12345678

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsynchronize.h56 typedef basic_string<Label> String; typedef in class:fst::SynchronizeFstImpl
61 Element(StateId s, const String *i, const String *o)
65 const String *istring; // Residual input labels
66 const String *ostring; // Residual output labels
85 vector<const String*> strings;
99 const String *empty = FindString(new String());
144 Label Car(const String *s, Label l = 0) const {
153 const String *Cd
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu/android/base/
H A DString.cpp12 #include "android/base/String.h"
26 String::String() : mStr(mStorage), mSize(0) { function in class:android::base::String
31 String::String(const char* str) : mStr(mStorage), mSize(0) { function in class:android::base::String
36 String::String(const char* str, size_t len) : mStr(mStorage), mSize(0) { function in class:android::base::String
41 String::String(const String function in class:android::base::String
46 String::String(const StringView& other) : mStr(mStorage), mSize(0) { function in class:android::base::String
51 String::String(size_t count, char fill) : mStr(mStorage), mSize(0) { function in class:android::base::String
[all...]
H A DString.h26 class String { class in namespace:android::base
29 String();
32 String(const char* string);
35 String(const String& other);
38 explicit String(const StringView& other);
41 String(const char* str, size_t len);
44 String(size_t count, char fill);
47 ~String();
77 String
[all...]
/external/qemu/android/utils/
H A Dproperty_file_unittest.cpp19 class String { class
21 explicit String(const char* str) : mStr(str) {} function in class:String
22 ~String() { free(const_cast<char*>(mStr)); }
34 String value(propertyFile_getValue(kFile, sizeof kFile, "foo"));
38 String value2(propertyFile_getValue(kFile, sizeof kFile, "bar"));
44 String value(propertyFile_getValue(kFile, sizeof kFile, "foo"));
48 String value2(propertyFile_getValue(kFile, sizeof kFile, "bar"));
58 String foo(propertyFile_getValue(kFile, sizeof kFile, "foo"));
59 String bar(propertyFile_getValue(kFile, sizeof kFile, "bar"));
60 String sd
[all...]
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h917 typedef struct String String; typedef in typeref:struct:String
922 String *value;
2599 struct String struct
2605 void qapi_free_String(String * obj);
2822 String * fd;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-string.h34 // This header file declares the String class and functions used internally by
54 // String - a UTF-8 string class.
61 // Also, String is different from std::string in that it can represent
77 // In order to make the representation efficient, the d'tor of String
78 // is not virtual. Therefore DO NOT INHERIT FROM String.
79 class String { class in namespace:testing::internal
90 static String ShowCStringQuoted(const char* c_str);
134 // Converts a wide C string to a String using the UTF-8 encoding.
138 static String ShowWideCString(const wchar_t* wide_c_str);
142 static String ShowWideCStringQuote
190 String() : c_str_(NULL), length_(0) {} function in class:testing::internal::String
193 String(const char* c_str) { // NOLINT function in class:testing::internal::String
206 String(const char* buffer, size_t length) { function in class:testing::internal::String
212 String(const String& str) : c_str_(NULL), length_(0) { *this = str; } function in class:testing::internal::String
225 String(const ::std::string& str) { function in class:testing::internal::String
233 String(const ::string& str) { function in class:testing::internal::String
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DElementAndAttributePolicies.java43 final String elementName;
46 final ImmutableMap<String, AttributePolicy> attrPolicies;
50 String elementName,
52 Map<? extends String, ? extends AttributePolicy>
65 ImmutableMap.Builder<String, AttributePolicy> joinedAttrPolicies
67 for (Map.Entry<String, AttributePolicy> e : this.attrPolicies.entrySet()) {
68 String attrName = e.getKey();
76 for (Map.Entry<String, AttributePolicy> e : p.attrPolicies.entrySet()) {
77 String attrName = e.getKey();
104 Map<String, AttributePolic
49 ElementAndAttributePolicies( String elementName, ElementPolicy elPolicy, Map<? extends String, ? extends AttributePolicy> attrPolicies, boolean skipIfEmpty) argument
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmserr.c572 void _cmsTagSignature2String(char String[5], cmsTagSignature sig) argument
580 memmove(String, &be, 4);
583 String[4] = 0;
H A Dcmsio0.c1226 char String[5]; local
1228 _cmsTagSignature2String(String, (cmsTagSignature) TypeBase);
1229 cmsSignalError(Icc ->ContextID, cmsERROR_WRITE, "Couldn't write type '%s'", String);
1495 char String[5]; local
1497 _cmsTagSignature2String(String, sig);
1500 cmsSignalError(Icc ->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unknown tag type '%s' found.", String);
1529 char String[5]; local
1531 _cmsTagSignature2String(String, sig);
1532 cmsSignalError(Icc ->ContextID, cmsERROR_CORRUPTION_DETECTED, "Corrupted tag '%s'", String);
1540 char String[ local
[all...]
H A Dcmstypes.c2392 char String[5]; local
2394 _cmsTagSignature2String(String, (cmsTagSignature) BaseType);
2395 cmsSignalError(self ->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unknown curve type '%s'", String);
2596 char String[5]; local
2598 _cmsTagSignature2String(String, (cmsTagSignature) Type);
2599 cmsSignalError(self ->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unknown curve type '%s'", String);
3978 char String[5]; local
3980 _cmsTagSignature2String(String, (cmsTagSignature) ElementSig);
3981 cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unknown curve element type '%s' found.", String);
4379 char String[ local
4490 char String[5]; local
[all...]
/external/openfst/src/include/fst/
H A Dsynchronize.h69 typedef basic_string<Label> String; typedef in class:fst::SynchronizeFstImpl
74 Element(StateId s, const String *i, const String *o)
78 const String *istring; // Residual input labels
79 const String *ostring; // Residual output labels
107 vector<const String*> strings;
121 const String *empty = FindString(new String());
175 Label Car(const String *s, Label l = 0) const {
184 const String *Cd
[all...]
/external/nist-sip/java/gov/nist/core/
H A DMultiValueMapImpl.java34 public class MultiValueMapImpl<V> implements MultiValueMap<String, V>, Cloneable {
35 private HashMap<String, ArrayList<V>> map = new HashMap<String, ArrayList<V>>();
44 public List<V> put(String key, V value) {
121 public Set<String> keySet() {
125 public Object remove(String key, V item) {
138 public List<V> put(String key, List<V> value) {
146 public void putAll(Map< ? extends String, ? extends List<V>> mapToPut) { argument
147 for (String k : mapToPut.keySet()) {
H A DNameValueList.java54 public class NameValueList implements Serializable, Cloneable, Map<String,NameValue> {
59 private Map<String,NameValue> hmap;
61 private String separator;
68 this.hmap = new LinkedHashMap<String,NameValue>();
74 this.hmap = new ConcurrentHashMap<String,NameValue>();
76 this.hmap = new LinkedHashMap<String,NameValue>();
79 public void setSeparator(String separator) {
89 public String encode() {
115 public String toString() {
130 public void set(String nam
330 putAll(Map<? extends String, ? extends NameValue> map) argument
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c26 const char * String; member in struct:match_info
106 tokens.Negate.String = src_str + matches[1].rm_so;
108 tokens.Abs.String = src_str + matches[2].rm_so;
110 tokens.File.String = src_str + matches[3].rm_so;
112 tokens.Index.String = src_str + matches[4].rm_so;
114 tokens.Swizzle.String = src_str + matches[5].rm_so;
128 if (!strncmp(tokens.File.String, "temp", tokens.File.Length)) {
130 } else if (!strncmp(tokens.File.String, "input", tokens.File.Length)) {
132 } else if (!strncmp(tokens.File.String, "const", tokens.File.Length)) {
134 } else if (!strncmp(tokens.File.String, "non
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-string.h34 // This header file declares the String class and functions used internally by
57 // String - a UTF-8 string class.
64 // Note that String can represent both NULL and the empty string,
79 // In order to make the representation efficient, the d'tor of String
80 // is not virtual. Therefore DO NOT INHERIT FROM String.
81 class GTEST_API_ String { class in namespace:testing::internal
92 static String ShowCStringQuoted(const char* c_str);
136 // Converts a wide C string to a String using the UTF-8 encoding.
140 static String ShowWideCString(const wchar_t* wide_c_str);
144 static String ShowWideCStringQuote
192 String() : c_str_(NULL), length_(0) {} function in class:testing::internal::String
195 String(const char* a_c_str) { // NOLINT function in class:testing::internal::String
208 String(const char* buffer, size_t a_length) { function in class:testing::internal::String
214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; } function in class:testing::internal::String
226 String(const ::std::string& str) { function in class:testing::internal::String
233 String(const ::string& str) { function in class:testing::internal::String
[all...]
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1930 GLubyte *String; /**< Null-terminated program text */ member in struct:gl_program
1933 GLenum Format; /**< String encoding format */
3092 const GLubyte *String; member in struct:gl_extensions
/external/llvm/unittests/Support/
H A DRegexTest.cpp47 std::string String="axxb"; local
48 String[2] = '\0';
50 EXPECT_TRUE(r4.match(String, &Matches));
52 EXPECT_EQ(String, Matches[0].str());
55 String="YX99a:513b";
58 EXPECT_FALSE(r5.match(String));
60 String[3]='\0';
61 EXPECT_TRUE(r5.match(String));
H A DYAMLParserTest.cpp146 static void ExpectCanParseString(StringRef String) { argument
147 std::string StringInArray = (llvm::Twine("[\"") + String + "\"]").str();
156 EXPECT_EQ(String, ParsedString.str());
160 static void ExpectCannotParseString(StringRef String) { argument
161 std::string StringInArray = (llvm::Twine("[\"") + String + "\"]").str();
162 ExpectParseError((Twine("When parsing string \"") + String + "\"").str(),
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp801 StringRef String = AsmString; local
804 for (unsigned i = 0, e = String.size(); i != e; ++i) {
805 switch (String[i]) {
814 AsmOperands.push_back(AsmOperand(String.slice(Prev, i)));
817 if (!isspace(String[i]) && String[i] != ',')
818 AsmOperands.push_back(AsmOperand(String.substr(i, 1)));
824 AsmOperands.push_back(AsmOperand(String.slice(Prev, i)));
828 assert(i != String.size() && "Invalid quoted character");
829 AsmOperands.push_back(AsmOperand(String
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h34 // This header file declares the String class and functions used internally by
57 // String - a UTF-8 string class.
64 // Note that String can represent both NULL and the empty string,
79 // In order to make the representation efficient, the d'tor of String
80 // is not virtual. Therefore DO NOT INHERIT FROM String.
81 class GTEST_API_ String { class in namespace:testing::internal
92 static String ShowCStringQuoted(const char* c_str);
136 // Converts a wide C string to a String using the UTF-8 encoding.
140 static String ShowWideCString(const wchar_t* wide_c_str);
144 static String ShowWideCStringQuote
192 String() : c_str_(NULL), length_(0) {} function in class:testing::internal::String
195 String(const char* a_c_str) { // NOLINT function in class:testing::internal::String
208 String(const char* buffer, size_t a_length) { function in class:testing::internal::String
214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; } function in class:testing::internal::String
226 String(const ::std::string& str) { function in class:testing::internal::String
233 String(const ::string& str) { function in class:testing::internal::String
[all...]
/external/llvm/tools/llvm-readobj/
H A DARMAttributeParser.cpp83 const char *String = reinterpret_cast<const char*>(Data + Offset); local
84 size_t Length = std::strlen(String);
86 return StringRef(String, Length);
443 StringRef String = ParseString(Data, Offset); local
447 SW.startLine() << "Value: " << Integer << ", " << String << '\n'; local
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c2173 CAMLprim LLVMMemoryBufferRef llvm_memorybuffer_of_string(value Name, value String) { argument
2182 String_val(String), caml_string_length(String), NameCStr);
2189 value String = caml_alloc_string(LLVMGetBufferSize(MemBuf)); local
2190 memcpy(String_val(String), LLVMGetBufferStart(MemBuf),
2193 return String;
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c50 value String = caml_copy_string(Message); local
53 return String;
/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h207 /// emitString - This callback is invoked when a String needs to be
209 void emitString(const std::string &String) { argument
210 for (size_t i = 0, N = String.size(); i < N; ++i) {
211 uint8_t C = String[i];

Completed in 331 milliseconds

12345678