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

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.cpp 32 int32_t len; /** length of the string **/
33 const UChar* string; /** string, or NULL if not set **/ member in struct:URelativeString
126 // look up string
130 // found a relative string
197 if(fDates[n].string != NULL &&
200 fDates[n].string))) {
251 return fDates[n].string;
408 // load the string and length
425 // copy the string pointe
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
uenumtst.c 210 const char *string = NULL; local
212 while ((string = uenum_next(en, &len, &status))) {
213 log_verbose("read \"%s\", length %i\n", string, len);
281 const char *string = NULL; local
290 while ((string = uenum_next(en, &len, &status))) {
291 log_verbose("read \"%s\", length %i\n", string, len);
  /external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
JsoMapTest.java 33 private static final String VALID_JSON = "{\"a\":\"b\",\"c\":1,\"d\":{\"e\":\"f\"}}";
34 private static final String INVALID_JSON = "!";
109 Set<String> keySet = new HashSet<String>(keys.length());
113 assertEquals(new HashSet<String>(Arrays.asList("a", "c", "d")), keySet);
202 map.string();
213 map.string();
220 assertEquals("JsoMap[\n(a:b)\n]", map.string());
226 // This should fail on the string "a" or the integer "c".
  /external/chromium_org/third_party/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.cpp 89 jstring string = env->NewStringUTF(title); local
90 env->CallVoidMethod(gActivityGlue.m_obj, gActivityGlue.m_setTitle, string);
91 env->DeleteLocalRef(string);
182 gActivityGlue.m_setSlideList = GetJMethod(env, clazz, "setSlideList", "([Ljava/lang/String;)V");
184 "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V");
215 jobjectArray slideList = env->NewObjectArray(slideCount, env->FindClass("java/lang/String"), env->NewStringUTF(""));
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayPost.cpp 32 SK_MEMBER(sink, String),
33 SK_MEMBER_PROPERTY(target, String),
34 SK_MEMBER_PROPERTY(type, String)
83 SkString string; local
84 SkDump::GetEnumString(SkType_EventMode, mode, &string);
85 if (!string.equals("immediate"))
86 SkDebugf("mode=\"%s\" ", string.c_str());
133 SkDebugf("string=\"%s\" ", meta.findString(name));
283 SkString* string = value.fOperand.fString; local
287 fEvent.setString("id", *string);
    [all...]
SkMemberInfo.cpp 124 void SkMemberInfo::getString(const SkDisplayable* displayable, SkString** string) const {
129 *string = value.fOperand.fString;
135 *string = (SkString*) valuePtr;
148 SkString* string = (SkString*) memberData(displayable); local
149 string->set(*value);
232 if (strncmp(rawValue, "#string:", sizeof("#string:") - 1) == 0) {
233 SkASSERT(sizeof("string") == sizeof("script"));
312 SkString string(rawValue, rawValueLen);
314 scriptValue.fOperand.fString = &string;
318 SkString* string = (SkString*) memberData(displayable); local
423 SkString* string = untypedStorage ? (SkString*) untypedStorage : (*arrayStorage)[storageOffset].fString; local
    [all...]
  /external/chromium_org/tools/checkperms/
checkperms.py 33 import string namespace
211 VALID_CHARS = set(string.ascii_lowercase + string.digits + '/-_.')
  /external/chromium_org/tools/emacs/
flymake-chromium.el 33 (defun cr-flymake-string-prefix-p (prefix str)
34 "Return non-nil if PREFIX is a prefix of STR (23.2 has string-prefix-p but
36 (string= prefix (substring str 0 (length prefix))))
43 (cr-flymake-string-prefix-p
49 (replace-regexp-in-string
53 (file-truename (or (and (cr-flymake-string-prefix-p
85 (error (message "%s" (prin1-to-string msg))))
  /external/chromium_org/tools/generate_stubs/
generate_stubs.py 37 import string namespace
62 # We consider the identifier to be the string that follows these constraints:
149 #include <string>
167 # string substition with the path to the associated stub header file.
295 const std::vector<std::string>& paths = it->second;
297 for (std::vector<std::string>::const_iterator dso_path = paths.begin();
348 """typedef std::map<StubModules, std::vector<std::string> > StubPathMap;
363 infile_path: String holding the path to the input file.
366 The module name as a string.
387 return_type: A string with the return type
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
cmake.py 34 import string namespace
122 """Escapes the string 'a' for use inside a CMake string.
126 '"' otherwise it will end the string
127 ';' otherwise the string becomes a list
130 '#' when the lexer is in string state, this does not start a comment
236 """Converts the given string 'a' to a valid CMake target name.
243 return a.translate(string.maketrans(' /():.', '______'))
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 99 import string namespace
137 elif string.find(sys.platform, 'irix') != -1:
146 elif string.find(sys.platform, 'darwin') != -1:
155 elif string.find(sys.platform, 'sunos') != -1:
232 print "Missing files: `%s'" % string.join(missing, "', `")
234 print "Unwritable files: `%s'" % string.join(unwritable, "', `")
241 contains = (string.find(file_contents, required) != -1)
243 print "File `%s' does not contain required string." % file
244 print self.banner('Required string ')
251 """Ensures that the specified output string (first argument
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 36 """Get a buffer for a string"""
39 def string(buffer): function
176 if string(port_name_buffer).startswith('LPT'):
201 szHardwareID_str = string(szHardwareID)
203 # in case of USB, make a more readable string, similar to that form
228 yield string(port_name_buffer), 'n/a', szHardwareID_str
230 yield string(port_name_buffer), string(szFriendlyName), szHardwareID_str
  /external/chromium_org/ui/android/java/resource_map/org/chromium/ui/
R.java 18 public static final class string { class in class:R
  /external/chromium_org/ui/base/x/
x11_util.h 14 #include <string>
133 const std::string& property_name);
145 // Get the value of an int, int array, atom array or string property. On
149 // should accept an Atom instead of a string.
151 const std::string& property_name,
154 const std::string& property_name,
157 const std::string& property_name,
160 const std::string& property_name,
163 const std::string& property_name,
164 std::string* value)
306 const char* string() const { return string_; } function in class:ui::XScopedString
    [all...]
  /external/chromium_org/v8/tools/
js2c.py 34 import os, re, sys, string namespace
324 A function (string -> string) that reads a source file and processes it.
466 compression_type: string, describing the desired compression.
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 15 class string {}; class in namespace:rdar12676053
19 string filename;
23 void setFilename(const string& f) {
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p3-0x.cpp 14 struct string { struct in namespace:std
15 string(const char *);
52 Map(std::initializer_list<std::pair<std::string,int>>) {}
77 S(const std::string &) {}
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist.cpp 268 struct string { struct in namespace:PR12178
269 string(int);
270 ~string();
274 string a;
  /external/clang/test/FixIt/
typo.cpp 14 typedef basic_string<char> string; // expected-note 2{{'string' declared here}} typedef in namespace:std
25 // expected-error{{no type named 'strng' in namespace 'otherstd'; did you mean 'string'?}}
26 tring str2; // expected-error{{unknown type name 'tring'; did you mean 'string'?}}
28 ::other_std::string str3; // expected-error{{no member named 'other_std' in the global namespace; did you mean 'otherstd'?}}
42 bool test_string(std::string s) {
48 == std::string::pos; // expected-error{{no member named 'pos' in 'std::basic_string<char>'; did you mean 'npos'?}}
  /external/clang/test/SemaCXX/
references.cpp 102 class string { class
106 string();
107 ~string();
110 string getInput();
113 string &s = getInput(); // expected-error{{lvalue reference}}
warn-unreachable.cpp 140 typedef basic_string<char> string; typedef in namespace:std
143 std::string testStr() {
148 std::string testStrWarn(const char *s) {
  /external/deqp/scripts/
run_nightly.py 9 import string namespace
281 '--cmdline=%s' % string.join([shellquote(arg) for arg in config.args], " "),
284 '--testset=%s' % string.join(config.testset, ","),
291 execArgs += ['--exclude=%s' % string.join(config.exclude, ",")]
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstString.java 29 * empty string
33 /** {@code non-null;} the UTF-8 value as a string */
34 private final String string; field in class:CstString
40 * Converts a string into its MUTF-8 form. MUTF-8 differs from normal UTF-8
43 * @param string {@code non-null;} the string to convert
46 public static byte[] stringToUtf8Bytes(String string) {
47 int len = string.length()
317 String string = toHuman(); local
    [all...]
  /external/e2fsprogs/e2fsck/
logfile.c 22 struct string { struct
28 static void alloc_string(struct string *s, int len)
36 static void append_string(struct string *s, const char *a, int len)
67 struct string *s, int *flags)
159 static void expand_logfn(e2fsck_t ctx, const char *log_fn, struct string *s)
285 struct string s, s1, s2;
382 struct string s;
  /external/elfutils/0.153/libebl/
eblgstrtab.c 1 /* Generic string table handling.
60 #include <string.h>
73 const char *string; member in struct:Ebl_GStrent
130 ret->null.string = (char *) calloc (1, width);
168 if (st->null.string != NULL)
169 free ((char *) st->null.string);
191 /* Create the reserved string. */
193 newstr->string = str;
231 /* We found a matching string. */
240 /* Add new string. The actual string is assumed to be permanent. *
    [all...]

Completed in 1515 milliseconds

<<21222324252627282930>>