/external/chromium_org/third_party/WebKit/Source/web/ |
WebIDBKey.cpp | 51 WebIDBKey WebIDBKey::createString(const WebString& string) 54 key.assignString(string); 104 keys.append(IDBKey::createString(array[i].string())); 139 keys[i] = WebIDBKey::createString(key->string()); 168 void WebIDBKey::assignString(const WebString& string) 170 m_private = IDBKey::createString(string); 224 WebString WebIDBKey::string() const function in class:blink::WebIDBKey 226 return m_private->string();
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
AtomicString.h | 29 // to disallow (expensive) implicit String-->AtomicString conversions. 59 ATOMICSTRING_CONVERSION AtomicString(const String& s) : m_string(add(s.impl())) { } 79 // FIXME: Instead of explicitly casting to String&& here, we should use std::move, but that requires us to 82 AtomicString(AtomicString&& other) : m_string(static_cast<String&&>(other.m_string)) { } 84 AtomicString& operator=(AtomicString&& other) { m_string = static_cast<String&&>(other.m_string); return *this; } 93 operator const String&() const { return m_string; } 94 const String& string() const { return m_string; }; function in class:WTF::AtomicString 108 bool contains(const String& s, bool caseSensitive = true) const 114 size_t find(const String& s, size_t start = 0, bool caseSentitive = true) cons [all...] |
/external/chromium_org/third_party/android_testrunner/ |
adb_interface.py | 24 import string namespace 64 string output of command 85 string output of command 189 instrumentation_path: string. It should be the fully classified package 267 """Returns a string of adb command that will be executed.""" 305 if ls_response.strip("#").strip(string.whitespace) != "": 393 expected: the string that should appear to consider the
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tsdate.cpp | 151 UnicodeString string[DEPTH]; local 162 fFormat->format(theDate, string[0]); 167 date[i] = fFormat->parse(string[i-1], status); 171 errln("**** FAIL: Parse of " + prettify(string[i-1], FALSE) + " failed."); 175 fFormat->format(date[i], string[i]); 181 errln("**** FAIL: Date mismatch after match for " + string[i]); 185 if (stringMatch == 0 && string[i] == string[i-1]) 187 else if (stringMatch > 0 && string[i] != string[i-1] [all...] |
tsnmfmt.cpp | 275 UnicodeString string[DEPTH]; local 285 string[i] = "(n/a)"; // "format was never done" value 289 fFormat->parse(string[i-1], number[i], status); 292 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed."; 304 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1]) 310 string[i].truncate(0); 311 fFormat->format(number[i].getDouble(), string[i]); 321 if (stringMatch == 0 && string[i] == string[i-1]) 323 else if (stringMatch > 0 && string[i] != string[i-1] [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
stringutils.h | 50 #include <string> 55 // Generic string/memory utilities 74 // Rename a bunch of common string functions so they are consistent across 139 // Traits simplifies porting string functions to be CTYPE-agnostic 148 // STL string type 149 //typedef XXX string; 150 // Null-terminated string 155 // String utilities which work with char or wchar_t 299 typedef std::string string; typedef in struct:talk_base::Traits 311 typedef std::wstring string; typedef in struct:talk_base::Traits [all...] |
/external/chromium_org/third_party/libxml/src/ |
check-relaxng-test-suite.py | 5 import string namespace 48 if string.find(URL, '#') != -1: 49 URL = URL[0:string.find(URL, '#')] 207 # resource handling: keep a dictionary of URL->string mappings 265 sections = node.xpathEval('string(section)')
|
check-relaxng-test-suite2.py | 5 import string namespace 221 # resource handling: keep a dictionary of URL->string mappings 279 sections = node.xpathEval('string(section)')
|
check-xml-test-suite.py | 5 import string namespace 348 content = string.strip(test.content) 366 string.find(profile, "IBM XML Conformance Test Suite - Production") < 0:
|
check-xsddata-test-suite.py | 5 import string namespace 219 # resource handling: keep a dictionary of URL->string mappings 277 sections = node.xpathEval('string(section)')
|
genUnicode.py | 13 import string namespace 34 (blockfile, catfile) = string.split(sources) 52 line = string.strip(line) 56 fields = string.split(line, ';') 57 range = string.strip(fields[0]) 58 (start, end) = string.split(range, "..") 59 name = string.strip(fields[1]) 60 name = string.replace(name, ' ', '') 74 alias = string.split(block,':') 75 alist = string.split(alias[1],',' [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_const.c | 438 * Build a zero-terminated constant string. 446 LLVMValueRef string = LLVMAddGlobal(gallivm->module, LLVMArrayType(i8, len), ""); local 447 LLVMSetGlobalConstant(string, TRUE); 448 LLVMSetLinkage(string, LLVMInternalLinkage); 449 LLVMSetInitializer(string, LLVMConstStringInContext(gallivm->context, str, len, TRUE)); 450 string = LLVMConstBitCast(string, LLVMPointerType(i8, 0)); 451 return string;
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
glX_XML.py | 30 import sys, getopt, string namespace 355 """Return the length, as a string, of the variable-sized 464 In these cases the string 'X_GLXVendorPrivate' or
|
glX_proto_send.py | 30 import sys, getopt, copy, string namespace 38 tmp = '%s_%s' % (tmp, string.lower(str[i:i+3])) 41 tmp = '%s_%s' % (tmp, string.lower(str[i])) 633 skip_condition = "(%s)" % (string.join( condition_list, ") && (" )) [all...] |
glX_proto_size.py | 30 import sys, getopt, copy, string namespace 290 print ' compsize = __gl%s_size(%s);' % (f.name, string.join(f.count_parameter_list, ",")) 540 dst = p.string() 608 # size string for the variable length parameter(s). While
|
/external/chromium_org/third_party/pexpect/ |
ANSI.py | 32 import string namespace 234 self.state.add_transition_list (string.digits, 'ELB', DoStartNumber, 'NUMBER_1') 235 self.state.add_transition_list (string.digits, 'NUMBER_1', DoBuildNumber, 'NUMBER_1') 252 self.state.add_transition_list (string.digits, 'MODECRAP', DoStartNumber, 'MODECRAP_NUM') 253 self.state.add_transition_list (string.digits, 'MODECRAP_NUM', DoBuildNumber, 'MODECRAP_NUM') 260 self.state.add_transition_list (string.digits, 'SEMICOLON', DoStartNumber, 'NUMBER_2') 261 self.state.add_transition_list (string.digits, 'NUMBER_2', DoBuildNumber, 'NUMBER_2') 276 self.state.add_transition_list (string.digits, 'SEMICOLON_X', None, 'NUMBER_X') 317 if ch not in string.printable:
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayEvent.cpp | 35 SK_MEMBER_PROPERTY(key, String), // a single key (also last key pressed) 36 SK_MEMBER_PROPERTY(keys, String), // a single key or dash-delimited range of keys 38 SK_MEMBER(target, String), 219 input->string.set(meta.findString(name)); 238 SkString* string = value.fOperand.fString; local 239 const char* chars = string->c_str();
|
/external/chromium_org/third_party/skia/src/xml/ |
SkJS.cpp | 197 SkBool SkJS::ValueToString(jsval value, SkString* string) { 201 string->set(JS_GetStringBytes(str)); 211 SkString string; local 212 success = js.ValueToString(val, &string); 214 SkASSERT(strcmp(string.c_str(), "3.142857142857143") == 0); 225 success = js.ValueToString(val, &string);
|
SkJSDisplayable.cpp | 234 SkString* string= NULL; local 257 info->getString(displayable, &string); 287 str = JS_NewStringCopyN(cx, string->c_str(), string->size()); 310 SkString string; local 335 string.set(JS_GetStringBytes(str)); 360 info->setString(displayable, &string);
|
/external/chromium_org/tools/checkperms/ |
checkperms.py | 32 import string namespace 208 VALID_CHARS = set(string.ascii_lowercase + string.digits + '/-_.')
|
/external/chromium_org/tools/cr/cr/ |
config.py | 11 import string namespace 23 class _MissingToErrorFormatter(string.Formatter): 24 """A string formatter used in value resolve. 28 This allows a string value to use {A_KEY!e} to indicate that it is a 79 If the value is a string, it is assumed to be a standard python format string 154 # Using existence of value.swapcase as a proxy for is a string 170 """Converts a string to a value. 172 Takes a string from something like an environment variable, and tries to 176 value: The the string value to interpret [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/ |
mac_tool.py | 19 import string namespace 37 """Dispatches a string command to a method.""" 155 lines = string.replace(lines, evar, evalue) 165 lines = string.replace(lines, evar, evalue) 169 lines = string.replace(lines, evar, evalue) 174 if lines[i].strip().startswith("<string>${"): 292 resource_rules: string, optional, path to the ResourceRules.plist file 313 profile: string, optional, short name of the .mobileprovision file 316 bundle_identifier: string, value of CFBundleIdentifier from Info.plist 340 profile: string, optional, short name of the .mobileprovision fil [all...] |
/external/chromium_org/tools/site_compare/ |
command_line.py | 16 import string namespace 23 """Little helper function to see if a variable is a string.""" 28 """Encapsulates errors from parsing, string arg is description.""" 40 helptext: brief string description of the command 57 VALID_TYPES = ['string', 'readfile', 'int', 'flag', 'coords'] 58 TYPES_WITH_VALUES = ['string', 'readfile', 'int', 'coords'] 68 string - a string 99 names[-1].lstrip(string.punctuation + string.whitespace).upper() [all...] |
/external/chromium_org/v8/tools/ |
js2c.py | 34 import os, re, sys, string namespace 89 def ParseValue(string): 90 string = string.strip() 91 if string.startswith('[') and string.endswith(']'): 92 return string.lstrip('[').rstrip(']').split() 94 return string
|
/external/e2fsprogs/lib/e2p/ |
feature.c | 14 #include <string.h> 25 const char *string; member in struct:feature 98 for (f = feature_list; f->string; f++) { 101 return f->string; 122 int e2p_string2feature(char *string, int *compat_type, unsigned int *mask) 128 for (f = feature_list; f->string; f++) { 129 if (!strcasecmp(string, f->string)) { 135 if (strncasecmp(string, "FEATURE_", 8)) 138 switch (string[8]) [all...] |