HomeSort by relevance Sort by last modified time
    Searched defs:string (Results 126 - 150 of 1323) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/sdch/open-vcdiff/src/google/
vcdecoder.h 20 #include <string>
143 typedef std::string string; typedef in class:open_vcdiff::VCDiffDecoder
159 const string& encoding,
171 const string& encoding,
  /external/chromium/sdch/open-vcdiff/src/
output_string_test.cc 17 #include <string>
31 typedef std::string string; typedef in class:open_vcdiff::__anon2974::OutputStringTest
38 string string_;
39 OutputString<string> output_string_;
  /external/chromium/testing/
generate_gmock_mutant.py 6 import string namespace
44 // MOCK_METHOD2(string, OnRequest(int n, const string& request));
46 // MOCK_METHOD2(void, LogMessage(int level, const string& message));
48 // string HandleFlowers(const string& reply, int n, const string& request) {
49 // string result = SStringPrintf("In request of %d %s ", n, request);
54 // void DoLogMessage(int level, const string& message) {
71 // string("orchids"))))
    [all...]
  /external/chromium_org/cc/
PRESUBMIT.py 12 import string namespace
132 string.join(pass_by_value_types, '|'),
  /external/chromium_org/chrome/test/mini_installer/
variable_expander.py 8 import string namespace
28 A string representing the product name of the file, or None if the product
94 # This string will be converted to a tuple once injected in eval() through
135 """Expands variables in the given string.
143 str: A string.
146 A new string created by replacing variables with their values.
148 return string.Template(str).substitute(self._variable_mapping)
  /external/chromium_org/content/common/indexed_db/
indexed_db_param_traits.cc 7 #include <string>
43 WriteParam(m, p.string());
78 std::string binary;
85 base::string16 string; local
86 if (!ReadParam(m, iter, &string))
88 *r = IndexedDBKey(string);
112 void ParamTraits<IndexedDBKey>::Log(const param_type& p, std::string* l) {
127 LogParam(p.string(), l);
142 WriteParam(m, p.string());
166 base::string16 string; local
    [all...]
  /external/chromium_org/content/common/mac/
attributed_string_coder.h 65 explicit EncodedString(base::string16 string);
70 base::string16 string() const { return string_; } function in class:mac::AttributedStringCoder::EncodedString
77 // The plain-text string.
105 static void Log(const param_type& p, std::string* l);
113 static void Log(const param_type& p, std::string* l);
  /external/chromium_org/content/renderer/
text_input_client_observer.cc 74 NSAttributedString* string = nil; local
77 string = blink::WebSubstringUtil::attributedSubstringInRange(
81 mac::AttributedStringCoder::Encode(string));
  /external/chromium_org/ppapi/c/documentation/
doxy_cleanup.py 15 import string namespace
61 tag.string = tag.td.h2.a.next
69 print "Header tag: %s is %s" % (tag.name, tag.string.strip())
72 print "Splitting Table named %s" % tag.string.strip()
  /external/chromium_org/ppapi/cpp/documentation/
doxy_cleanup.py 14 import string namespace
60 tag.string = tag.td.h2.a.next
68 print "Header tag: %s is %s" % (tag.name, tag.string.strip())
71 print "Splitting Table named %s" % tag.string.strip()
  /external/chromium_org/ppapi/proxy/
url_request_info_resource.cc 61 StringVar* string = StringVar::FromPPVar(var); local
62 if (string)
63 result = PP_FromBool(SetStringProperty(property, string->value()));
76 std::string(static_cast<const char*>(data), len)));
118 data_.custom_referrer_url = std::string();
122 data_.custom_content_transfer_encoding = std::string();
126 data_.custom_user_agent = std::string();
183 const std::string& value) {
  /external/chromium_org/rlz/lib/
crc8_unittest.cc 15 char string[10]; member in struct:Data
35 bytes = reinterpret_cast<unsigned char*>(data[i].string);
38 length = strlen(data[i].string);
46 // Corrupt string and see if CRC still matches.
47 data[i].string[data[i].random_byte] = data[i].corrupt_value;
  /external/chromium_org/sdch/open-vcdiff/src/google/
vcdecoder.h 20 #include <string>
143 typedef std::string string; typedef in class:open_vcdiff::VCDiffDecoder
159 const string& encoding,
171 const string& encoding,
  /external/chromium_org/sdch/open-vcdiff/src/
output_string_test.cc 17 #include <string>
31 typedef std::string string; typedef in class:open_vcdiff::__anon10354::OutputStringTest
38 string string_;
39 OutputString<string> output_string_;
  /external/chromium_org/testing/
generate_gmock_mutant.py 6 import string namespace
45 // MOCK_METHOD2(string, OnRequest(int n, const string& request));
47 // MOCK_METHOD2(void, LogMessage(int level, const string& message));
49 // string HandleFlowers(const string& reply, int n, const string& request) {
50 // string result = SStringPrintf("In request of %d %s ", n, request);
55 // void DoLogMessage(int level, const string& message) {
72 // string("orchids"))))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 18 v8::Handle<v8::String> propertyName = v8::String::NewFromUtf8(info.GetIsolate(), "{{attribute.name}}", v8::String::kInternalizedString);
91 v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info
154 String string = cppValue; variable
169 info.Holder()->DeleteHiddenValue(v8::String::NewFromUtf8(info.GetIsolate(), "{{attribute.name}}", v8::String::kInternalizedString)); // Invalidate the cached value.
183 v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>& info
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
NPV8Object.h 61 const NPUTF8* string; member in union:WebCore::PrivateIdentifier::__anon10593
  /external/chromium_org/third_party/WebKit/Source/web/
WebIDBKeyPath.cpp 45 Vector<String> strings;
86 WebString WebIDBKeyPath::string() const function in class:blink::WebIDBKeyPath
90 return m_private->string();
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
CStringTest.cpp 35 CString string; local
36 ASSERT_TRUE(string.isNull());
37 ASSERT_EQ(string.data(), static_cast<const char*>(0));
38 ASSERT_EQ(string.length(), static_cast<size_t>(0));
54 CString string(emptyString);
55 ASSERT_FALSE(string.isNull());
56 ASSERT_EQ(string.length(), static_cast<size_t>(0));
57 ASSERT_EQ(string.data()[0], 0);
69 CString string(referenceString);
70 ASSERT_FALSE(string.isNull())
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebCString.h 41 #include <string>
53 // A single-byte string container with unspecified encoding. It is
78 // first character that does not match has a greater value in this string
99 WebCString(const std::string& s)
104 WebCString& operator=(const std::string& s)
111 operator std::string() const
114 return len ? std::string(data(), len) : std::string();
WebThreadSafeData.h 38 #include <string>
64 operator std::string() const
67 return len ? std::string(data(), len) : std::string();
  /external/chromium_org/third_party/WebKit/public/web/
WebContentDetectionResult.h 42 WebContentDetectionResult(const WebRange& range, const WebString& string, const WebURL& intent)
45 , m_string(string)
52 const WebString& string() const { return m_string; } function in class:blink::WebContentDetectionResult
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Input.h 21 Input(size_t count, const char* const string[], const int length[]);
24 const char* string(size_t index) const { return mString[index]; } function in class:pp::Input
31 size_t sIndex; // String index;
  /external/chromium_org/third_party/freetype/include/freetype/
ftsnames.h 72 /* platform_id :: The platform ID for `string'. */
74 /* encoding_id :: The encoding ID for `string'. */
76 /* language_id :: The language ID for `string'. */
78 /* name_id :: An identifier for `string'. */
80 /* string :: The `name' string. Note that its format differs */
82 /* be a Pascal String, a UTF-16 one, etc. */
84 /* Generally speaking, the string is not */
88 /* string_len :: The length of `string' in bytes. */
105 FT_Byte* string; /* this string is *not* null-terminated! * member in struct:FT_SfntName_
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
extension_helper.py 30 import sys, getopt, string namespace
172 print '#if %s' % (string.join(condition, " || "))
257 condition_string = string.join(condition, " || ")

Completed in 1286 milliseconds

1 2 3 4 56 7 8 91011>>