Home
last modified time | relevance | path

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

12345678910>>...100

/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
Dperlstress-001.js94 var string = ''; variable
106 string = 'abc';
107 actualmatch = string.match(pattern);
113 string = 'xabcy';
114 actualmatch = string.match(pattern);
120 string = 'ababc';
121 actualmatch = string.match(pattern);
127 string = 'abc';
128 actualmatch = string.match(pattern);
134 string = 'abc';
[all …]
Dperlstress-002.js66 var string = ''; variable
78 string = 'xbc';
79 actualmatch = string.match(pattern);
85 string = 'axc';
86 actualmatch = string.match(pattern);
92 string = 'abx';
93 actualmatch = string.match(pattern);
99 string = 'abc';
100 actualmatch = string.match(pattern);
106 string = 'abq';
[all …]
Dregress-100199.js40 var string = ''; variable
49 string = 'abc';
51 actualmatch = string.match(pattern);
55 string = '';
57 actualmatch = string.match(pattern);
61 string = '[';
63 actualmatch = string.match(pattern);
67 string = '/';
69 actualmatch = string.match(pattern);
73 string = '[';
[all …]
Dregress-67773.js37 var string = ''; variable
47 string = 'AAABBB AAABBB '; //single space at middle and at end -
48 actualmatch = string.match(pattern);
53 string = 'AAABBB BBB'; //single space in the middle
54 actualmatch = string.match(pattern);
55 expectedmatch = Array(string, 'AAABBB', cnSingleSpace, 'BBB');
59 string = 'AAABBB AAABBB'; //single space in the middle
60 actualmatch = string.match(pattern);
67 string = 'AABAAB';
68 actualmatch = string.match(pattern);
[all …]
Dregress-191479.js51 var string = ''; variable
60 string = '12 3 45';
62 actualmatch = string.match(pattern);
67 string = '12 3 45';
69 actualmatch = string.match(pattern);
70 expectedmatch = Array(string, '5');
74 string = '12 3 45';
76 actualmatch = string.match(pattern);
81 string = '12 3 45';
83 actualmatch = string.match(pattern);
[all …]
Doctal-002.js68 var string = ''; variable
90 string = 'a' + String.fromCharCode(0) + '11';
91 actualmatch = string.match(pattern);
104 string = 'a' + String.fromCharCode(0) + 'xx';
105 actualmatch = string.match(pattern);
106 expectedmatch = Array(string);
117 string = 'a\0xx';
118 actualmatch = string.match(pattern);
119 expectedmatch = Array(string);
129 string = 'a\011';
[all …]
/external/bluetooth/glib/glib/
Dgstring.c239 const gchar *string) in g_string_chunk_insert() argument
243 return g_string_chunk_insert_len (chunk, string, -1); in g_string_chunk_insert()
270 const gchar *string) in g_string_chunk_insert_const() argument
279 lookup = (char*) g_hash_table_lookup (chunk->const_table, (gchar *)string); in g_string_chunk_insert_const()
283 lookup = g_string_chunk_insert (chunk, string); in g_string_chunk_insert_const()
313 const gchar *string, in g_string_chunk_insert_len() argument
322 size = strlen (string); in g_string_chunk_insert_len()
341 strncpy (pos, string, size); in g_string_chunk_insert_len()
353 g_string_maybe_expand (GString* string, in g_string_maybe_expand() argument
356 if (string->len + len >= string->allocated_len) in g_string_maybe_expand()
[all …]
/external/astl/src/
Dstring.cpp70 bool string::SafeMalloc(size_type n) in SafeMalloc()
92 void string::SafeRealloc(size_type n) in SafeRealloc()
120 void string::SafeFree(value_type *buffer) in SafeFree()
130 void string::ResetTo(value_type *str) in ResetTo()
136 void string::ConstructEmptyString() in ConstructEmptyString()
143 void string::Constructor(const value_type *str, size_type n) in Constructor()
149 void string::Constructor(const value_type *str, size_type pos, size_type n) in Constructor()
162 void string::Constructor(size_type n, char c) in Constructor()
176 string::string() in string() function in std::string
181 string::string(const string& str) in string() function in std::string
[all …]
/external/astl/tests/
Dtest_string.cpp42 using std::string;
46 string empty_str1; in testConstructorCString()
50 string empty_str2(""); in testConstructorCString()
54 string empty_str3(empty_as_array); in testConstructorCString()
58 string str1(literal); in testConstructorCString()
61 string str2(literal, 11); in testConstructorCString()
64 string str3(literal, sizeof(literal)); in testConstructorCString()
68 string str4(literal, sizeof(literal) + 1); in testConstructorCString()
71 string str5(literal, literal + 11); in testConstructorCString()
76 string str6(text, ARRAYSIZE(text)); in testConstructorCString()
[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/chromium/net/http/
Dhttp_util.h24 static std::string PathForRequest(const GURL& url);
29 static std::string SpecForRequest(const GURL& url);
35 static size_t FindDelimiter(const std::string& line,
43 static void ParseContentType(const std::string& content_type_str,
44 std::string* mime_type,
45 std::string* charset,
54 static bool ParseRanges(const std::string& headers,
60 static bool HasHeader(const std::string& headers, const char* name);
66 static std::string StripHeaders(const std::string& headers,
73 static bool IsNonCoalescingHeader(std::string::const_iterator name_begin,
[all …]
Dhttp_response_headers.h40 explicit HttpResponseHeaders(const std::string& raw_headers);
65 void RemoveHeader(const std::string& name);
72 void AddHeader(const std::string& header);
76 void ReplaceStatusLine(const std::string& new_status);
100 void GetNormalizedHeaders(std::string* output) const;
112 bool GetNormalizedHeader(const std::string& name, std::string* value) const;
117 std::string GetStatusLine() const;
130 std::string GetStatusText() const;
141 std::string* name,
142 std::string* value) const;
[all …]
Dhttp_auth_handler_digest.h18 virtual std::string GenerateCredentials(const std::wstring& username,
24 virtual bool Init(std::string::const_iterator challenge_begin, in Init()
25 std::string::const_iterator challenge_end) { in Init()
60 bool ParseChallenge(std::string::const_iterator challenge_begin,
61 std::string::const_iterator challenge_end);
64 bool ParseChallengeProperty(const std::string& name,
65 const std::string& value);
68 static std::string GenerateNonce();
71 static std::string QopToString(int qop);
72 static std::string AlgorithmToString(int algorithm);
[all …]
/external/webkit/WebKitTools/DumpRenderTree/qt/
Dfonts.conf10 <string>mono</string>
13 <string>monospace</string>
22 <string>sans serif</string>
25 <string>sans-serif</string>
34 <string>sans</string>
37 <string>sans-serif</string>
126 <string>Avant Garde</string>
132 <string>URW Gothic L</string>
137 <string>Bookman</string>
143 <string>URW Bookman L</string>
[all …]
/external/webkit/WebKitTools/DumpRenderTree/gtk/
Dfonts.conf10 <string>mono</string>
13 <string>monospace</string>
22 <string>sans serif</string>
25 <string>sans-serif</string>
34 <string>sans</string>
37 <string>sans-serif</string>
126 <string>Avant Garde</string>
132 <string>URW Gothic L</string>
137 <string>Bookman</string>
143 <string>URW Bookman L</string>
[all …]
/external/grub/stage2/
Dtparm.c323 tparam_internal(const char *string, int *dataptr) in tparam_internal() argument
344 if (string == NULL) in tparam_internal()
347 if ((len2 = grub_strlen(string)) > len_fmt) { in tparam_internal()
374 for (cp = string; (cp - string) < (int) len2;) { in tparam_internal()
484 while (*string) { in tparam_internal()
486 if (*string == '$' && *(string + 1) == '<') { in tparam_internal()
487 while( *string && *string != '>') in tparam_internal()
488 string++; in tparam_internal()
489 if ( *string == '>' ) string++; in tparam_internal()
490 } else if ( *string == '%') { in tparam_internal()
[all …]
/external/chromium/base/
Dstring_tokenizer_unittest.cc8 using std::string;
15 string input = "this is a test"; in TEST()
19 EXPECT_EQ(string("this"), t.token()); in TEST()
22 EXPECT_EQ(string("is"), t.token()); in TEST()
25 EXPECT_EQ(string("a"), t.token()); in TEST()
28 EXPECT_EQ(string("test"), t.token()); in TEST()
34 string input = "this is a test"; in TEST()
39 EXPECT_EQ(string("this"), t.token()); in TEST()
42 EXPECT_EQ(string("is"), t.token()); in TEST()
45 EXPECT_EQ(string("a"), t.token()); in TEST()
[all …]
/external/srec/tools/grxmlcompile/
Dgrxmldoc.h44 typedef std::map<std::string, KeywordValues> KEYWDPAIR;
48 std::string RuleRefName;
62 int addPhonemeToList( std::string const& s );
63 bool findPhoneme( int i, std::string & s );
68 bool findSubGraph(std::string & s, SubGraph *&p_SubGraph);
69 bool findRule(int i, std::string &s );
70 bool findTag(int i, std::string &s );
71 bool findLabel(int i, std::string &s );
72 bool findSubGraphIndex( SubGraph *p_SubGraph, std::string &s );
73 bool findRuleIndex( std::string s, int &i );
[all …]
/external/wpa_supplicant/wpa_gui-qt4/
Dwpagui.ui16 <string>wpa_gui</string>
23 <string>Adapter:</string>
33 <string>Network:</string>
52 <string>Status:</string>
59 <string>Last message:</string>
66 <string>Authentication:</string>
73 <string>Encryption:</string>
80 <string>SSID:</string>
87 <string>BSSID:</string>
94 <string>IP address:</string>
[all …]
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
Dwpagui.ui13 <string>wpa_gui</string>
24 <string>Adapter:</string>
34 <string>Network:</string>
48 <string>Current Status</string>
63 <string>Status:</string>
70 <string>Last message:</string>
77 <string>Authentication:</string>
84 <string>Encryption:</string>
91 <string>SSID:</string>
98 <string>BSSID:</string>
[all …]
Dnetworkconfig.ui13 <string>NetworkConfig</string>
19 <string>Cancel</string>
35 <string>SSID</string>
42 <string>Network name (Service Set IDentifier)</string>
45 <string/>
52 <string>Authentication</string>
60 <string>Plaintext or static WEP</string>
65 <string>IEEE 802.1X</string>
70 <string>WPA-Personal (PSK)</string>
75 <string>WPA-Enterprise (EAP)</string>
[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,
135 inline void LowerString(string * s) { in LowerString()
136 string::iterator end = s->end(); in LowerString()
137 for (string::iterator i = s->begin(); i != end; ++i) { in LowerString()
[all …]
/external/v8/samples/
Dprocess.cc47 virtual const string& Path() = 0;
48 virtual const string& Referrer() = 0;
49 virtual const string& Host() = 0;
50 virtual const string& UserAgent() = 0;
62 virtual bool Initialize(map<string, string>* options,
63 map<string, string>* output) = 0;
82 virtual bool Initialize(map<string, string>* opts,
83 map<string, string>* output);
94 bool InstallMaps(map<string, string>* opts, map<string, string>* output);
117 static Handle<Object> WrapMap(map<string, string>* obj);
[all …]
/external/astl/include/
Dstring42 // Simple string implementation. Its purpose is to be able to compile code that
43 // uses the STL and requires std::string.
48 // . We don't provide a std::basic_string template that std::string extends
58 class string
69 typedef __wrapper_iterator<pointer,string> iterator;
70 typedef __wrapper_iterator<const_pointer,string> const_iterator;
75 string();
77 string(const string& str);
79 // Construct a string from a source's substring.
80 // @param str The source string.
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.h64 MockCodeGenerator(const string& name);
72 static void ExpectGenerated(const string& name,
73 const string& parameter,
74 const string& insertions,
75 const string& file,
76 const string& first_message_name,
77 const string& output_directory);
80 static string GetOutputFileName(const string& generator_name,
82 static string GetOutputFileName(const string& generator_name,
83 const string& file);
[all …]

12345678910>>...100