HomeSort by relevance Sort by last modified time
    Searched defs:String (Results 1 - 25 of 1088) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/089-dex-define-object/
String.java 19 public final class String {
  /external/clang/test/SemaCXX/
lookup-member.cpp 4 class String; // expected-note {{target of using declaration}}
7 using A::String; // expected-note {{using declaration}}
8 class String; // expected-error {{conflicts with target of using declaration}}
12 char *String;
  /external/googletest/googletest/include/gtest/internal/
gtest-string.h 34 // This header file declares the String class and functions used internally by
45 // string.h is not guaranteed to provide strcpy on C++ Builder.
49 #include <string.h>
50 #include <string>
57 // String - an abstract class holding static string utilities.
58 class GTEST_API_ String {
62 // Clones a 0-terminated C string, allocating memory using new. The
64 // delete[]. Returns the cloned string, or NULL if the input is
67 // This is different from strdup() in string.h, which allocate
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-string.h 34 // This header file declares the String class and functions used internally by
45 // string.h is not guaranteed to provide strcpy on C++ Builder.
49 #include <string.h>
50 #include <string>
57 // String - an abstract class holding static string utilities.
58 class GTEST_API_ String {
62 // Clones a 0-terminated C string, allocating memory using new. The
64 // delete[]. Returns the cloned string, or NULL if the input is
67 // This is different from strdup() in string.h, which allocate
    [all...]
  /external/llvm/bindings/go/llvm/
string.go 1 //===- string.go - Stringer implementation for Type -----------------------===//
18 func (t TypeKind) String() string {
52 func (t Type) String() string {
53 ts := typeStringer{s: make(map[Type]string)}
58 s map[Type]string
61 func (ts *typeStringer) typeString(t Type) string {
67 s := k.String()
  /external/lzma/CPP/Common/
TextConfig.h 11 UString String;
  /external/v8/testing/gtest/include/gtest/internal/
gtest-string.h 34 // This header file declares the String class and functions used internally by
45 // string.h is not guaranteed to provide strcpy on C++ Builder.
49 #include <string.h>
50 #include <string>
57 // String - an abstract class holding static string utilities.
58 class GTEST_API_ String {
62 // Clones a 0-terminated C string, allocating memory using new. The
64 // delete[]. Returns the cloned string, or NULL if the input is
67 // This is different from strdup() in string.h, which allocate
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-string.h 34 // This header file declares the String class and functions used internally by
45 // string.h is not guaranteed to provide strcpy on C++ Builder.
49 #include <string.h>
50 #include <string>
57 // String - an abstract class holding static string utilities.
58 class GTEST_API_ String {
62 // Clones a 0-terminated C string, allocating memory using new. The
64 // delete[]. Returns the cloned string, or NULL if the input is
67 // This is different from strdup() in string.h, which allocate
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
reloctype_string.go 11 func (i RelocType) String() string {
symkind_string.go 11 func (i SymKind) String() string {
  /prebuilts/go/darwin-x86/src/debug/dwarf/
class_string.go 11 func (i Class) String() string {
  /prebuilts/go/darwin-x86/src/math/big/
accuracy_string.go 11 func (i Accuracy) String() string {
roundingmode_string.go 11 func (i RoundingMode) String() string {
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/width/
kind_string.go 11 func (i Kind) String() string {
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
reloctype_string.go 11 func (i RelocType) String() string {
symkind_string.go 11 func (i SymKind) String() string {
  /prebuilts/go/linux-x86/src/debug/dwarf/
class_string.go 11 func (i Class) String() string {
  /prebuilts/go/linux-x86/src/math/big/
accuracy_string.go 11 func (i Accuracy) String() string {
roundingmode_string.go 11 func (i RoundingMode) String() string {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/width/
kind_string.go 11 func (i Kind) String() string {
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-string.h 34 // This header file declares the String class and functions used internally by
45 // string.h is not guaranteed to provide strcpy on C++ Builder.
49 #include <string.h>
50 #include <string>
57 // String - an abstract class holding static string utilities.
58 class GTEST_API_ String {
62 // Clones a 0-terminated C string, allocating memory using new. The
64 // delete[]. Returns the cloned string, or NULL if the input is
67 // This is different from strdup() in string.h, which allocate
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-string.h 34 // This header file declares the String class and functions used internally by
45 // string.h is not guaranteed to provide strcpy on C++ Builder.
49 #include <string.h>
50 #include <string>
57 // String - an abstract class holding static string utilities.
58 class GTEST_API_ String {
62 // Clones a 0-terminated C string, allocating memory using new. The
64 // delete[]. Returns the cloned string, or NULL if the input is
67 // This is different from strdup() in string.h, which allocate
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/file/
AccessDeniedExceptionTest.java 28 public void test_constructor$String() {
37 public void test_constructor$String$String$String() {
45 String hex = "aced0005737200236a6176612e6e696f2e66696c652e41636365737344656e6965644578"
82 String hex1 = SerializationTester.serializeHex(exception).toString();
FileAlreadyExistsExceptionTest.java 27 public void test_constructor$String() {
36 public void test_constructor$String$String$String() {
45 String hex = "aced0005737200286a6176612e6e696f2e66696c652e46696c65416c726561647945786973747"
83 String hex1 = SerializationTester.serializeHex(exception).toString();
InvalidPathExceptionTest.java 25 public void test_Constructor$String$String$Int() {
26 String reason = "reason";
27 String input = "input";
78 public void test_Constructor$String$String() {
79 String reason = "reason";
80 String input = "input";

Completed in 985 milliseconds

1 2 3 4 5 6 7 8 91011>>