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

1 23 4 5 6 7 8 91011>>

  /external/open-vcdiff/src/
varint_bigendian.h 40 #include <string>
77 typedef std::string string; typedef in class:open_vcdiff::VarintBE
108 static void AppendToString(SignedIntegerType value, string* s);
  /external/qemu/
gen-skin.py 9 import sys, os, string, re namespace
37 data_name = "_data_" + string.replace(file,".","_")
qstring.h 21 char *string; member in struct:QString
  /external/skia/src/animator/
SkDisplayInput.h 27 SkString string; member in class:SkInput
  /libcore/benchmarks/src/benchmarks/regression/
StringToRealBenchmark.java 34 }) String string; field in class:StringToRealBenchmark
38 Float.parseFloat(string);
44 Double.parseDouble(string);
  /libcore/support/src/test/java/tests/support/
Support_Proxy_I1.java 27 String string(String s) throws Support_Proxy_ParentException, LinkageError; method in interface:Support_Proxy_I1
Support_Proxy_I2.java 26 String string(String s) throws Support_Proxy_SubException, Error; method in interface:Support_Proxy_I2
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/
compare_string_type.pass.cpp 24 typedef SM::string_type string; typedef
27 assert(sm.compare(string()) == 0);
32 assert(sm.compare(string()) > 0);
33 assert(sm.compare(string("123")) == 0);
38 typedef SM::string_type string; typedef
41 assert(sm.compare(string()) == 0);
46 assert(sm.compare(string()) > 0);
47 assert(sm.compare(string(L"123")) == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/
compare.pass.cpp 223 typedef std::basic_string<CharT> string; typedef
224 typedef std::sub_match<typename string::const_iterator> sub_match;
263 assert((x[0] == sm2) == (string(1, x[0]) == y));
264 assert((x[0] != sm2) == (string(1, x[0]) != y));
265 assert((x[0] < sm2) == (string(1, x[0]) < y));
266 assert((x[0] > sm2) == (string(1, x[0]) > y));
267 assert((x[0] <= sm2) == (string(1, x[0]) <= y));
268 assert((x[0] >= sm2) == (string(1, x[0]) >= y));
269 assert((sm1 == y[0]) == (x == string(1, y[0])));
270 assert((sm1 != y[0]) == (x != string(1, y[0])))
    [all...]
stream.pass.cpp 26 typedef std::basic_string<CharT> string; typedef
27 typedef std::sub_match<typename string::const_iterator> SM;
40 test(std::string("123"));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stringfwd.h 0 // String support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{string}
65 typedef basic_string<char> string; /// A string of @c char typedef
70 typedef basic_string<wchar_t> wstring; /// A string of @c wchar_t
79 typedef basic_string<char16_t> u16string; /// A string of @c char16_t
80 typedef basic_string<char32_t> u32string; /// A string of @c char32_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stringfwd.h 0 // String support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{string}
65 typedef basic_string<char> string; /// A string of @c char typedef
70 typedef basic_string<wchar_t> wstring; /// A string of @c wchar_t
79 typedef basic_string<char16_t> u16string; /// A string of @c char16_t
80 typedef basic_string<char32_t> u32string; /// A string of @c char32_t
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stringfwd.h 0 // String support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{string}
65 typedef basic_string<char> string; /// A string of @c char typedef
70 typedef basic_string<wchar_t> wstring; /// A string of @c wchar_t
79 typedef basic_string<char16_t> u16string; /// A string of @c char16_t
80 typedef basic_string<char32_t> u32string; /// A string of @c char32_t
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stringfwd.h 0 // String support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{string}
65 typedef basic_string<char> string; /// A string of @c char typedef
70 typedef basic_string<wchar_t> wstring; /// A string of @c wchar_t
79 typedef basic_string<char16_t> u16string; /// A string of @c char16_t
80 typedef basic_string<char32_t> u32string; /// A string of @c char32_t
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stringfwd.h 0 // String support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{string}
65 typedef basic_string<char> string; /// A string of @c char typedef
70 typedef basic_string<wchar_t> wstring; /// A string of @c wchar_t
79 typedef basic_string<char16_t> u16string; /// A string of @c char16_t
80 typedef basic_string<char32_t> u32string; /// A string of @c char32_t
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stringfwd.h 0 // String support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{string}
65 typedef basic_string<char> string; /// A string of @c char typedef
70 typedef basic_string<wchar_t> wstring; /// A string of @c wchar_t
79 typedef basic_string<char16_t> u16string; /// A string of @c char16_t
80 typedef basic_string<char32_t> u32string; /// A string of @c char32_t
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stringfwd.h 0 // <string> Forward declarations -*- C++ -*-
27 * Do not attempt to use it directly. @headername{string}
61 /// A string of @c char
62 typedef basic_string<char> string; typedef
67 /// A string of @c wchar_t
77 /// A string of @c char16_t
80 /// A string of @c char32_t
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_future2.py 3 from __future__ import nested_scopes; import string namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_future2.py 3 from __future__ import nested_scopes; import string namespace
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
CrcFunction.java 17 package com.google.clearsilver.jsilver.functions.string;
28 * Returns the CRC-32 of a string.
33 * @param args 1 string expression
34 * @return CRC-32 of string as number value
37 String string = args[0].asString(); local
43 b = string.getBytes("UTF-8");
SliceFunction.java 17 package com.google.clearsilver.jsilver.functions.string;
28 * Returns the string slice starting at start and ending at end, similar to the Python slice
34 * @param args 1 string values then 2 numeric values (start and end).
35 * @return Sliced string
41 String string = stringValue.asString(); local
44 int length = string.length();
63 return literalValue(string.substring(start, end), stringValue.getEscapeMode(), stringValue
  /bionic/libc/tools/
check-symbols.py 6 import string namespace
  /cts/suite/audio_quality/lib/src/audio/
AudioProtocol.cpp 192 android::String8* string = reinterpret_cast<android::String8*>(param->mExtra); local
193 string->setTo(infoString.get(), len);
  /development/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DirectoryString.java 19 private ASN1String string; field in class:DirectoryString
67 DERT61String string)
69 this.string = string;
73 DERPrintableString string)
75 this.string = string;
79 DERUniversalString string)
81 this.string = string;
    [all...]

Completed in 743 milliseconds

1 23 4 5 6 7 8 91011>>