HomeSort by relevance Sort by last modified time
    Searched defs:string (Results 26 - 50 of 3176) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
2010-05-11-alwaysinlineinstantiation.cpp 26 typedef basic_string<char> string; typedef
32 string s;
  /external/clang/test/SemaTemplate/
delegating-constructors.cpp 5 class string class in namespace:PR10457
7 string(const char* str, unsigned);
11 string(const char (&str)[N]) function in class:PR10457::string
12 : string(str) {} // expected-error{{constructor for 'string<6>' creates a delegation cycle}}
16 string s("hello");
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/nullables/
NullComponentWithDependency.java 24 @Nullable String string(); method in interface:NullComponentWithDependency
25 Provider<String> stringProvider();
  /external/libcxx/test/std/re/re.submatch/re.submatch.members/
compare_string_type.pass.cpp 25 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
40 assert(sm.compare(string()) == 0);
45 assert(sm.compare(string()) > 0);
46 assert(sm.compare(string(L"123")) == 0);
  /external/libcxx/test/std/re/re.submatch/re.submatch.op/
compare.pass.cpp 224 typedef std::basic_string<CharT> string; typedef
225 typedef std::sub_match<typename string::const_iterator> sub_match;
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((x[0] > sm2) == (string(1, x[0]) > y));
270 assert((x[0] <= sm2) == (string(1, x[0]) <= y));
271 assert((x[0] >= sm2) == (string(1, x[0]) >= y));
272 assert((sm1 == y[0]) == (x == string(1, y[0])));
273 assert((sm1 != y[0]) == (x != string(1, y[0])))
    [all...]
stream.pass.cpp 27 typedef std::basic_string<CharT> string; typedef
28 typedef std::sub_match<typename string::const_iterator> SM;
41 test(std::string("123"));
  /external/libpng/contrib/mips-msa/
linux.c 24 #include <string.h>
32 char *string = "msa"; local
48 int val = strcmp(string, word);
  /external/libpng/contrib/powerpc-vsx/
linux.c 22 #include <string.h>
35 const char *string = "altivec supported"; local
47 token = strstr(input,string);
  /external/skia/src/gpu/ops/
GrDebugMarkerOp.h 27 SkString string; variable
28 string.append(INHERITED::dumpInfo());
29 return string;
  /external/skia/tools/lua/
paths.lua 47 function string.starts(String,Start)
48 return string.sub(String,1,string.len(Start))==Start
68 if (string.starts(t.verb, "draw")) then
72 if (string.starts(t.verb, "clip")) then
  /external/skqp/src/gpu/ops/
GrDebugMarkerOp.h 27 SkString string; variable
28 string.append(INHERITED::dumpInfo());
29 return string;
  /external/skqp/tools/lua/
paths.lua 47 function string.starts(String,Start)
48 return string.sub(String,1,string.len(Start))==Start
68 if (string.starts(t.verb, "draw")) then
72 if (string.starts(t.verb, "clip")) then
  /external/swiftshader/src/OpenGL/compiler/
InfoSink.cpp 43 int string = loc.first_file, line = loc.first_line; local
47 stream << string << ":" << line;
49 stream << string << ":? "; local
  /frameworks/base/libs/androidfw/tests/data/lib_two/
R.h 27 struct string { struct in struct:com::android::lib_two::R
  /libcore/benchmarks/src/benchmarks/regression/
StringToRealBenchmark.java 32 }) String string; field in class:StringToRealBenchmark
36 Float.parseFloat(string);
42 Double.parseDouble(string);
  /libcore/luni/src/main/native/
IcuUtilities.cpp 44 const icu::UnicodeString* string = se->snext(status); local
48 ScopedLocalRef<jstring> javaString(env, jniCreateString(env, string->getBuffer(), string->length()));
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.submatch/re.submatch.members/
compare_string_type.pass.cpp 25 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
40 assert(sm.compare(string()) == 0);
45 assert(sm.compare(string()) > 0);
46 assert(sm.compare(string(L"123")) == 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.submatch/re.submatch.op/
compare.pass.cpp 224 typedef std::basic_string<CharT> string; typedef
225 typedef std::sub_match<typename string::const_iterator> sub_match;
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((x[0] > sm2) == (string(1, x[0]) > y));
270 assert((x[0] <= sm2) == (string(1, x[0]) <= y));
271 assert((x[0] >= sm2) == (string(1, x[0]) >= y));
272 assert((sm1 == y[0]) == (x == string(1, y[0])));
273 assert((sm1 != y[0]) == (x != string(1, y[0])))
    [all...]
stream.pass.cpp 27 typedef std::basic_string<CharT> string; typedef
28 typedef std::sub_match<typename string::const_iterator> SM;
41 test(std::string("123"));
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
testprog.c 9 static const char string[] = "string"; variable
23 || strcmp (string, "string") != 0)
  /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");

Completed in 1203 milliseconds

12 3 4 5 6 7 8 91011>>