HomeSort by relevance Sort by last modified time
    Searched defs:String (Results 1 - 25 of 1402) 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/mesa3d/src/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/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/compile/internal/gc/
class_string.go 11 func (i Class) String() string {
op_string.go 11 func (i Op) String() string {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
etype_string.go 11 func (i EType) String() string {
  /prebuilts/go/darwin-x86/src/cmd/internal/objabi/
reloctype_string.go 11 func (i RelocType) String() string {
symkind_string.go 11 func (i SymKind) String() string {
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
library.go 8 Objref string
9 Srcref string
10 File string
11 Pkg string
12 Shlib string
13 Hash string
14 ImportStrings []string
20 func (l Library) 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/fmt/
example_test.go 13 Name string
17 // String makes Animal satisfy the Stringer interface.
18 func (a Animal) 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/linux-x86/src/cmd/compile/internal/gc/
class_string.go 11 func (i Class) String() string {
op_string.go 11 func (i Op) String() string {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
etype_string.go 11 func (i EType) String() string {
  /prebuilts/go/linux-x86/src/cmd/internal/objabi/
reloctype_string.go 11 func (i RelocType) String() string {
symkind_string.go 11 func (i SymKind) String() string {

Completed in 1890 milliseconds

1 2 3 4 5 6 7 8 91011>>