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

1 2 34 5 6 7 8 91011>>

  /external/chromium/webkit/glue/
npruntime_util.cc 15 const NPUTF8* string; local
18 WebBindings::extractIdentifierData(identifier, string, number, is_string);
24 return pickle->WriteData(string, strlen(string) + 1);
  /external/chromium_org/base/strings/
nullable_string16.h 21 NullableString16(const string16& string, bool is_null)
22 : string_(string), is_null_(is_null) {
25 const string16& string() const { return string_; } function in class:base::NullableString16
34 return a.is_null() == b.is_null() && a.string() == b.string();
  /external/chromium_org/content/child/npapi/
npruntime_util.cc 15 const NPUTF8* string; local
18 WebBindings::extractIdentifierData(identifier, string, number, is_string);
24 return pickle->WriteData(string, strlen(string) + 1);
  /external/chromium_org/sdch/open-vcdiff/src/
jsonwriter.h 22 #include <string>
34 // * Each ADD is represented by a single JSON string containing
38 // * Each RUN is represented by a JSON string containing the data to add,
58 // Writes the header to the output string.
65 // string. The output string is not null-terminated.
76 typedef std::string string; typedef in class:open_vcdiff::JSONCodeTableWriter
78 // Escape the input data to conform with the JSON string spec
79 // and add it to the 'out' string
    [all...]
jsonwriter_test.cc 29 typedef std::string string; typedef in class:open_vcdiff::__anon10353::JSONWriterTest
39 string out_;
40 OutputString<string> output_string_;
127 string out2;
128 OutputString<string> output_string2(&out2);
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-filepath.h 43 #include "gtest/internal/gtest-string.h"
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
77 const std::string& string() const { return pathname_; } function in class:testing::internal::FilePath
114 // the name, otherwise return the name string unmodified.
200 std::string pathname_;
  /external/chromium_org/third_party/WebKit/Source/wtf/
SHA1.h 50 const char* string = input.data(); local
53 // string, prior to inserting the null terminator earlier in the
55 ASSERT(input.length() == strlen(string));
56 addBytes(reinterpret_cast<const uint8_t*>(string), input.length());
  /external/chromium_org/third_party/android_testrunner/
am_instrument_parser.py 22 import string namespace
30 result (string): Raw output of "am instrument"
73 result (string): Raw output of "am instrument"
91 line = line.strip(string.whitespace)
94 key = re_result.search(line).group(1).strip(string.whitespace)
97 val = re_result.search(line).group(2).strip(string.whitespace)
107 val = re_code.search(line).group(1).strip(string.whitespace)
130 result_block_string (string): Is a single "block" of output. A single
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_common.py 29 import string namespace
72 parameters = string.join( param.count_parameter_list, "," )
  /external/chromium_org/tools/
omahaproxy.py 15 import string namespace
  /external/chromium_org/tools/win/sizeviewer/
sizeviewer.py 7 import string namespace
87 f.write(string.Template(template).substitute(
  /external/chromium_org/ui/ozone/
generate_ozone_platform_list.py 36 import string namespace
45 return 'CreateOzonePlatform' + string.capitalize(name)
  /external/clang/test/Index/
complete-exprs.cpp 3 class string { class
5 string();
6 string(const char *);
7 string(const char *, int n);
55 // CHECK-CC1: ClassDecl:{TypedText string} (50)
56 // CHECK-CC1: CXXConstructor:{TypedText string}{LeftParen (}{RightParen )} (50)
57 // CHECK-CC1: CXXConstructor:{TypedText string}{LeftParen (}{Placeholder const char *}{RightParen )} (50)
58 // CHECK-CC1: CXXConstructor:{TypedText string}{LeftParen (}{Placeholder const char *}{Comma , }{Placeholder int n}{RightParen )} (50)
65 // CHECK-CC2: ClassDecl:{TypedText string} (50)
  /external/e2fsprogs/lib/e2p/
hashstr.c 14 #include <string.h>
22 const char *string; member in struct:hash
37 for (p = hash_list; p->string; p++) {
39 return p->string;
48 int e2p_string2hash(char *string)
54 for (p = hash_list; p->string; p++) {
55 if (!strcasecmp(string, p->string)) {
59 if (strncasecmp(string, "HASHALG_", 8))
62 if (string[8] == 0
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/app/
R.java 16 public static final class string { class in class:R
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
FindFunction.java 17 package com.google.clearsilver.jsilver.functions.string;
24 * Returns the numeric position of the substring in the string (if found), otherwise returns -1
25 * similar to the Python string.find method.
30 * @param args 2 string expressions (full string and substring)
LengthFunction.java 17 package com.google.clearsilver.jsilver.functions.string;
24 * Returns the length of the string expression.
29 * @param args A single string value
  /external/mdnsresponder/mDNSPosix/
parselog.py 60 import string namespace
147 ipList[ip][2] = string.join(qaList[6:])
235 # Should measure string width, but don't know how to do that
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_common.py 29 import string namespace
72 parameters = string.join( param.count_parameter_list, "," )
  /external/open-vcdiff/src/
jsonwriter.h 22 #include <string>
34 // * Each ADD is represented by a single JSON string containing
38 // * Each RUN is represented by a JSON string containing the data to add,
58 // Writes the header to the output string.
65 // string. The output string is not null-terminated.
76 typedef std::string string; typedef in class:open_vcdiff::JSONCodeTableWriter
78 // Escape the input data to conform with the JSON string spec
79 // and add it to the 'out' string
    [all...]
jsonwriter_test.cc 29 typedef std::string string; typedef in class:open_vcdiff::__anon23959::JSONWriterTest
39 string out_;
40 OutputString<string> output_string_;
127 string out2;
128 OutputString<string> output_string2(&out2);
  /external/openssh/openbsd-compat/
bsd-asprintf.c 47 char *string, *newstr; local
51 if ((string = malloc(INIT_SZ)) == NULL)
54 ret = vsnprintf(string, INIT_SZ, fmt, ap2);
56 *str = string;
58 free(string);
62 if ((newstr = realloc(string, len)) == NULL) {
63 free(string);
71 } else { /* failed with realloc'ed string, give up */
  /external/srtp/test/
getopt_s.c 56 getopt_check_character(char c, const char *string) {
59 while (*string != 0) {
63 if (*string++ == c) {
64 if (*string == ':') {
81 char *string; local
83 /* move 'string' on to next argument */
85 string = argv[optind_s];
87 if (string == NULL)
88 return '?'; /* NULL argument string */
90 if (string[0] != '-'
    [all...]
  /external/stlport/stlport/stl/
msl_string.h 22 # define string __msl_string macro
33 # include_next <string>
35 # include _STLP_NATIVE_HEADER(string)
43 # undef string macro
  /frameworks/av/media/mtp/
MtpDeviceInfo.cpp 63 MtpStringBuffer string; local
70 packet.getString(string);
71 mVendorExtensionDesc = strdup((const char *)string);
80 packet.getString(string);
81 mManufacturer = strdup((const char *)string);
82 packet.getString(string);
83 mModel = strdup((const char *)string);
84 packet.getString(string);
85 mVersion = strdup((const char *)string);
86 packet.getString(string);
    [all...]

Completed in 1050 milliseconds

1 2 34 5 6 7 8 91011>>