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

<<31323334353637383940>>

  /packages/apps/Settings/src/com/android/settings/
SecuritySettings.java 89 private static final String TAG = "SecuritySettings";
91 private static final String TRUST_AGENT_CLICK_INTENT = "trust_agent_click_intent";
96 private static final String KEY_UNLOCK_SET_OR_CHANGE = "unlock_set_or_change";
97 private static final String KEY_UNLOCK_SET_OR_CHANGE_PROFILE = "unlock_set_or_change_profile";
98 private static final String KEY_VISIBLE_PATTERN_PROFILE = "visiblepattern_profile";
99 private static final String KEY_SECURITY_CATEGORY = "security_category";
101 static final String KEY_MANAGE_TRUST_AGENTS = "manage_trust_agents";
102 private static final String KEY_UNIFICATION = "unification";
104 static final String KEY_LOCKSCREEN_PREFERENCES = "lockscreen_preferences";
105 private static final String KEY_ENCRYPTION_AND_CREDENTIALS = "encryption_and_credential"
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 40 #define RAPIDJSON_HAS_STDSTRING 0 // no std::string support by default
44 \brief Enable RapidJSON support for \c std::string
47 \ref rapidjson::GenericValue with \c std::string are enabled, especially
55 #include <string>
83 GenericValue<Encoding, Allocator> name; //!< name of member (must be a string)
95 \tparam Encoding Encoding of the value. (Even non-string values need to have the same encoding in a document)
96 \tparam Allocator Allocator type for allocating memory of object, array and string.
231 //! Reference to a constant string (not taking a copy)
233 \tparam CharType character type of the string
235 This helper class is used to automatically infer constant string
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 87 static final String ADD_VOICEMAIL_PERMISSION =
92 static final String READ_VOICEMAIL_PERMISSION =
97 static final String WRITE_VOICEMAIL_PERMISSION =
100 protected static final String PACKAGE = "ContactsProvider2Test";
101 public static final String READ_ONLY_ACCOUNT_TYPE =
110 protected final static String NO_STRING = new String("");
123 protected String getAuthority() {
147 protected String getContextPackageName() {
167 String authority) throws Exception
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iptypes.h 33 char String[4*4];
210 WCHAR String[MAX_DNS_SUFFIX_STRING_LENGTH];
usbuser.h 175 WCHAR String[1];
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 85 // $<string literal, up to 8 chars>
86 // String literal value (raw bytes used for DATA instruction).
89 // val = string
165 // for TYPE_SCONST, a string
323 Name string
391 func (s *LSym) String() string {
727 Pathname string
730 Imports []string
752 DiagFunc func(string, ...interface{}
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
inst.go 19 func (i Inst) String() string {
21 buf.WriteString(i.Op.String())
31 buf.WriteString(arg.String())
33 return buf.String()
39 func (o Op) String() string {
49 String() string
226 func (r Reg) String() string
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 87 func (p Prefix) String() string {
116 func (op Op) String() string {
132 String() string
332 func (r Reg) String() string {
352 func (m Mem) String() string {
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 195 var algoName = [...]string{
213 func (algo SignatureAlgorithm) String() string {
684 OCSPServer []string
685 IssuingCertificateURL []string
688 DNSNames []string
689 EmailAddresses []string
694 PermittedDNSDomains []string
697 CRLDistributionPoints []string
709 func (e InsecureAlgorithmError) Error() string {
    [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
const.go 89 var attrNames = [...]string{
164 func (a Attr) String() string {
174 func (a Attr) GoString() string {
290 var tagNames = [...]string{
354 func (t Tag) String() string {
364 func (t Tag) GoString() string {
  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go 44 type dummyAddr string
68 func (a dummyAddr) Network() string {
69 return string(a)
72 func (a dummyAddr) String() string {
73 return string(a)
132 func reqBytes(req string) []byte {
144 func (ht handlerTest) rawResponse(req string) string {
155 return output.String()
    [all...]
server.go 239 // remoteAddr is rwc.RemoteAddr().String(). It is not populated synchronously
243 remoteAddr string
266 lastMethod string
438 trailers []string
498 func (w *response) declareTrailer(k string) {
1078 contentType string
1079 connection string
1080 transferEncoding string
1113 for i, v := range []string{h.contentType, h.connection, h.transferEncoding} {
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 64 MethodByName(string) (Method, bool)
70 // It returns an empty string for unnamed types.
71 Name() string
75 // If the type was predeclared (string, error) or unnamed (*T, struct{}, []int),
76 // the package path will be the empty string.
77 PkgPath() string
83 // String returns a string representation of the type.
84 // The string representation may use shortened package names
88 String() strin
    [all...]
value.go 25 // its String method returns "<invalid Value>", and all other methods panic.
151 Method string
155 func (e *ValueError) Error() string {
159 return "reflect: call of " + e.Method + " on " + e.Kind.String() + " Value"
164 func methodName() string {
320 func (v Value) call(op string, in []Value) []Value {
371 panic("reflect: " + op + " using " + xt.String() + " as type " + targ.String())
382 panic("reflect: cannot use " + xt.String() + " as type " + elem.String() + " in " + op
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 85 // $<string literal, up to 8 chars>
86 // String literal value (raw bytes used for DATA instruction).
89 // val = string
165 // for TYPE_SCONST, a string
323 Name string
391 func (s *LSym) String() string {
727 Pathname string
730 Imports []string
752 DiagFunc func(string, ...interface{}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
inst.go 19 func (i Inst) String() string {
21 buf.WriteString(i.Op.String())
31 buf.WriteString(arg.String())
33 return buf.String()
39 func (o Op) String() string {
49 String() string
226 func (r Reg) String() string
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 87 func (p Prefix) String() string {
116 func (op Op) String() string {
132 String() string
332 func (r Reg) String() string {
352 func (m Mem) String() string {
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 195 var algoName = [...]string{
213 func (algo SignatureAlgorithm) String() string {
684 OCSPServer []string
685 IssuingCertificateURL []string
688 DNSNames []string
689 EmailAddresses []string
694 PermittedDNSDomains []string
697 CRLDistributionPoints []string
709 func (e InsecureAlgorithmError) Error() string {
    [all...]
  /prebuilts/go/linux-x86/src/debug/dwarf/
const.go 89 var attrNames = [...]string{
164 func (a Attr) String() string {
174 func (a Attr) GoString() string {
290 var tagNames = [...]string{
354 func (t Tag) String() string {
364 func (t Tag) GoString() string {
  /prebuilts/go/linux-x86/src/net/http/
serve_test.go 44 type dummyAddr string
68 func (a dummyAddr) Network() string {
69 return string(a)
72 func (a dummyAddr) String() string {
73 return string(a)
132 func reqBytes(req string) []byte {
144 func (ht handlerTest) rawResponse(req string) string {
155 return output.String()
    [all...]
server.go 239 // remoteAddr is rwc.RemoteAddr().String(). It is not populated synchronously
243 remoteAddr string
266 lastMethod string
438 trailers []string
498 func (w *response) declareTrailer(k string) {
1078 contentType string
1079 connection string
1080 transferEncoding string
1113 for i, v := range []string{h.contentType, h.connection, h.transferEncoding} {
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 64 MethodByName(string) (Method, bool)
70 // It returns an empty string for unnamed types.
71 Name() string
75 // If the type was predeclared (string, error) or unnamed (*T, struct{}, []int),
76 // the package path will be the empty string.
77 PkgPath() string
83 // String returns a string representation of the type.
84 // The string representation may use shortened package names
88 String() strin
    [all...]
value.go 25 // its String method returns "<invalid Value>", and all other methods panic.
151 Method string
155 func (e *ValueError) Error() string {
159 return "reflect: call of " + e.Method + " on " + e.Kind.String() + " Value"
164 func methodName() string {
320 func (v Value) call(op string, in []Value) []Value {
371 panic("reflect: " + op + " using " + xt.String() + " as type " + targ.String())
382 panic("reflect: cannot use " + xt.String() + " as type " + elem.String() + " in " + op
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_demangle.cpp 15 #include <string>
205 db.names.push_back(typename C::String(num, static_cast<std::size_t>(n)));
233 typename C::String r(t, n);
275 db.names.push_back("std::string");
587 db.names.push_back(typename C::String(first, t+1));
769 typename C::String tmp("sizeof...(");
805 db.names.push_back("fp" + typename C::String(t, t1));
820 db.names.push_back("fp" + typename C::String(t, t1));
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_demangle.cpp 17 #include <string>
217 db.names.push_back(typename C::String(num, static_cast<std::size_t>(n)));
245 typename C::String r(t, n);
287 db.names.push_back("std::string");
599 db.names.push_back(typename C::String(first, t+1));
781 typename C::String tmp("sizeof...(");
817 db.names.push_back("fp" + typename C::String(t, t1));
832 db.names.push_back("fp" + typename C::String(t, t1));
    [all...]

Completed in 1234 milliseconds

<<31323334353637383940>>