HomeSort by relevance Sort by last modified time
    Searched defs:string (Results 326 - 350 of 1699) sorted by null

<<11121314151617181920>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERPrintableString.java 16 private final byte[] string; field in class:DERPrintableString
20 * return a printable string from the passed in object.
48 * return a Printable String from a tagged object.
73 * basic constructor - byte encoded string.
76 byte[] string)
78 this.string = string;
82 * basic constructor - this does not validate the string
85 String string)
    [all...]
DERUniversalString.java 16 private byte[] string; field in class:DERUniversalString
19 * return a Universal String from the passed in object.
47 * return a Universal String from a tagged object.
72 * basic constructor - byte encoded string.
75 byte[] string)
77 this.string = string;
80 public String getString()
95 byte[] string = bOut.toByteArray();
97 for (int i = 0; i != string.length; i++
    [all...]
  /external/chromium_org/build/
gyp_chromium 16 import string namespace
78 # use the string '1' here so we have a consistent definition whether
  /external/chromium_org/content/public/browser/
devtools_protocol_constants_generator.py 7 import string namespace
16 template_h = string.Template("""\
30 #include <string>
37 bool IsSupportedProtocolVersion(const std::string& version);
48 template_cc = string.Template("""\
68 bool IsSupportedProtocolVersion(const std::string& version) {
69 std::vector<std::string> tokens;
  /external/chromium_org/net/tools/balsa/
balsa_headers_test.cc 8 #include <string>
47 string_ += std::string(p, size);
49 const std::string& string() {return string_;} function in class:net::__anon13754::StringBuffer
52 std::string string_;
75 std::string as(2, 'a');
76 std::string bs(BalsaBuffer::kDefaultBlocksize + 1, 'b');
77 std::string cs(4, 'c');
95 std::string as(2, 'a');
96 std::string bs(BalsaBuffer::kDefaultBlocksize + 1, 'b')
    [all...]
  /external/chromium_org/ppapi/proxy/
flash_clipboard_resource.cc 25 // Convert a PP_Var to/from a string which is transmitted to the pepper host.
29 std::string* string_out) {
42 *string_out = std::string(static_cast<const char*>(array_buffer_var->Map()),
49 const std::string& string) {
52 return StringVar::StringToPPVar(string);
56 string.size(), string.data());
111 std::string value;
132 std::vector<std::string> data_items_vector
139 std::string string; local
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
encodetable.h 22 #include <string>
108 // string. The output string is not null-terminated and may contain embedded
118 typedef std::string string; typedef in class:open_vcdiff::VCDiffCodeTableWriter
136 // instructions_and_sizes_ string.
150 // Appends the size value to the string as a variable-length integer.
151 static void AppendSizeToString(size_t size, string* out);
153 // Appends the size value to the output string as a variable-length integer.
161 // None of the following 'string' objects are null-terminated
    [all...]
encodetable_test.cc 20 #include <string.h> // strlen
22 #include <string>
35 typedef std::string string; typedef in class:open_vcdiff::__anon14639::CodeTableWriterTest
109 EXPECT_EQ(s, string(out.data() + out_index, size));
142 string out;
143 OutputString<string> output_string;
headerparser_test.cc 19 #include <string>
31 typedef std::string string; typedef in class:open_vcdiff::__anon14640::VCDiffHeaderParserTest
92 string encoded_buffer_;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8StringResource.cpp 38 static StringClass fromV8String(v8::Handle<v8::String>, int);
42 struct StringTraits<String> {
43 static const String& fromStringResource(WebCoreStringResourceBase* resource)
48 static String fromV8String(v8::Handle<v8::String>, int);
58 static AtomicString fromV8String(v8::Handle<v8::String>, int);
63 ALWAYS_INLINE static void write(v8::Handle<v8::String> v8String, CharType* buffer, int length)
71 ALWAYS_INLINE static void write(v8::Handle<v8::String> v8String, CharType* buffer, int length)
78 String StringTraits<String>::fromV8String(v8::Handle<v8::String> v8String, int length
98 String string = String::createUninitialized(length, buffer); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
create-html-entity-table 31 database. The representation is one string database containing all
37 import string namespace
142 # Try the end of the string and see if we can reuse that to
192 for letter in string.ascii_uppercase:
198 for letter in string.ascii_lowercase:
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
break_lines.cpp 187 String string = lazyBreakIterator.string(); local
188 if (string.is8Bit())
189 return nextBreakablePosition<LChar, false>(lazyBreakIterator, string.characters8(), string.length(), pos);
190 return nextBreakablePosition<UChar, false>(lazyBreakIterator, string.characters16(), string.length(), pos);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBAny.cpp 47 IDBAny* IDBAny::createString(const String& value)
137 const String& IDBAny::string() const function in class:WebCore::IDBAny
223 IDBAny::IDBAny(const String& value)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteStatement.cpp 43 SQLiteStatement::SQLiteStatement(SQLiteDatabase& db, const String& sql)
71 // Pass the length of the string including the null character to sqlite3_prepare_v2;
72 // this lets SQLite avoid an extra string copy.
140 int SQLiteStatement::bindText(int index, const String& text)
147 ASSERT(!String().charactersWithNullTermination().data());
173 return bindText(index, value.string());
200 String SQLiteStatement::getColumnName(int col)
205 return String();
207 return String();
208 return String(reinterpret_cast<const UChar*>(sqlite3_column_name16(m_statement, col)))
229 const UChar* string = reinterpret_cast<const UChar*>(sqlite3_value_text16(value)); local
250 const UChar* string = reinterpret_cast<const UChar*>(sqlite3_column_text16(m_statement, col)); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
PODIntervalTree.h 242 String localMaxValueString = ValueToString<T>::string(localMaxValue);
258 static String string(const PODInterval<T, UserData>& interval) function in struct:WebCore::ValueToString
PODIntervalTreeTest.cpp 46 static String string(const float& value) { return String::number(value); } function in struct:WebCore::ValueToString
51 static String string(void* const& value) function in struct:WebCore::ValueToString
53 return String::format("0x%p", value);
92 static String string(int* const& value) function in struct:WebCore::ValueToString
94 return String::format("0x%p", value);
135 static String string(const UserData1& value function in struct:WebCore::ValueToString
192 static String string(const EndpointType1& value) function in struct:WebCore::ValueToString
213 static String string(const int& value) { return String::number(value); } function in struct:WebCore::ValueToString
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
DateTimeFormatTest.cpp 41 String string; member in struct:DateTimeFormatTest::Token
52 Token(const String& string)
53 : string(string)
61 return fieldType == other.fieldType && count == other.count && string == other.string;
64 String toString() const
72 builder.append(string);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURL.h 58 // The argument is an absolute URL string. The string is assumed to be
59 // output of KURL::string() called on a valid KURL object, or indiscernible
60 // from such. It is usually best to avoid repeatedly parsing a string,
62 KURL(ParsedURLStringTag, const String&);
66 static KURL createIsolated(ParsedURLStringTag, const String&);
68 bool isHashTableDeletedValue() const { return string().isHashTableDeletedValue(); }
77 KURL(const KURL& base, const String& relative);
78 KURL(const KURL& base, const String& relative, const WTF::TextEncoding&);
85 String strippedForUseAsReferrer() const
112 const String& string() const { return m_string; } function in class:WebCore::KURL
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilderTest.cpp 43 static std::ostream& operator<<(std::ostream& os, const String& string)
45 return os << string.utf8().data();
52 static void expectBuilderContent(const String& expected, const StringBuilder& builder)
56 EXPECT_EQ(expected, String(builder.characters8(), builder.length()));
58 EXPECT_EQ(expected, String(builder.characters16(), builder.length()));
77 builder.append(String("0123456789"));
112 expectBuilderContent(String(resultArray, WTF_ARRAY_LENGTH(resultArray)), builderForUChar32Append);
119 String string = builder.toString() local
251 String string = builder.toString(); local
    [all...]
TextCodecLatin1.cpp 121 String TextCodecLatin1::decode(const char* bytes, size_t length, FlushBehavior, bool, bool&)
126 String result = String::createUninitialized(length, characters);
168 String result16 = String::createUninitialized(length, characters16);
253 CString string = CString::newUninitialized(length, bytes); local
255 // Convert the string a fast way and simultaneously do an efficient check to see if it's all ASCII.
264 return string;
  /external/chromium_org/third_party/icu/source/i18n/
coleitr.cpp 71 * Get the ordering priority of the next character in the string.
73 * occured or if the end of string has been reached
100 // and we only compare the string not the contents of the normalization
102 int thislength = (int)(m_data_->iteratordata_.endp - m_data_->iteratordata_.string);
103 int thatlength = (int)(that.m_data_->iteratordata_.endp - that.m_data_->iteratordata_.string);
109 if (uprv_memcmp(m_data_->iteratordata_.string,
110 that.m_data_->iteratordata_.string,
142 * Get the ordering priority of the previous collation element in the string.
145 * occured or if the start of string has been reached.
153 * Resets the cursor to the beginning of the string
177 UChar *string = NULL; local
238 UnicodeString string; local
285 UChar *string = NULL; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
check-xinclude-test-suite.py 5 import string namespace
34 if string.find(str, "error:") >= 0:
88 output = test.xpathEval('string(output)')
157 content = string.strip(test.content)
  /external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
model.py 34 import string namespace
159 if len(node.value) >= 4096 or node.value.strip(string.printable):
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_recv.py 29 import sys, getopt, string namespace
242 print string.join( list, ",\n" )
typeexpr.py 28 import string, copy namespace
45 def string(self): member in class:type_node
46 """Return string representation of this type_node."""
126 # Replace '*' with ' * ' in type_string. Then, split the string
128 tokens = string.split( string.replace( type_string, "*", " * " ) )
221 def string(self): member in class:type_expression
224 s += t.string()
292 print 'Got "%s" (%u, %u).' % (te.string(), te.get_stack_size(), te.get_element_size())

Completed in 911 milliseconds

<<11121314151617181920>>