Home
last modified time | relevance | path

Searched refs:unspecified (Results 1 – 25 of 77) sorted by relevance

1234

/external/sepolicy/
Dseapp_contexts9 # An unspecified isSystemServer defaults to false.
12 # If unspecified, the entry can match either case.
13 # An unspecified string selector will match any value.
22 # (2) Specified isOwner= before unspecified isOwner= boolean.
23 # (3) Specified user= string before unspecified user= string.
26 # (6) Specified seinfo= string before unspecified seinfo= string.
27 # (7) Specified name= string before unspecified name= string.
28 # (8) Specified path= string before unspecified path= string.
/external/lldb/include/lldb/Symbol/
DUnwindPlan.h50 unspecified, // not specified, we may be able to assume this enumerator
63 m_type(unspecified), in RegisterLocation()
80 m_type = unspecified; in SetUnspecified()
104 return m_type == unspecified; in IsUnspecified()
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td53 "has unspecified value">;
56 "has unspecified value">;
59 "specifiers (%1 vs %3) has unspecified value">;
61 "comparison of pointer to virtual member function %0 has unspecified value">;
81 "comparison between unequal pointers to void has unspecified result">;
/external/kernel-headers/original/uapi/linux/
Dacct.h115 #error unspecified endianness
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DCRLReason.java72 public static final int unspecified = 0; field in CRLReason
/external/clang/test/SemaObjC/
Dexprs.m20 …ode(int) == "foo") { } // expected-warning {{result of comparison against @encode is unspecified}}
/external/lldb/source/Symbol/
DUnwindPlan.cpp27 case unspecified: in operator ==()
74 case unspecified: in Dump()
/external/iptables/extensions/
Dlibxt_addrtype.man9 an unspecified address (i.e. 0.0.0.0)
/external/libcxx/include/
Dregex27 icase = unspecified,
28 nosubs = unspecified,
29 optimize = unspecified,
30 collate = unspecified,
31 ECMAScript = unspecified,
32 basic = unspecified,
33 extended = unspecified,
34 awk = unspecified,
35 grep = unspecified,
36 egrep = unspecified
[all …]
Datomic36 #define ATOMIC_BOOL_LOCK_FREE unspecified
37 #define ATOMIC_CHAR_LOCK_FREE unspecified
38 #define ATOMIC_CHAR16_T_LOCK_FREE unspecified
39 #define ATOMIC_CHAR32_T_LOCK_FREE unspecified
40 #define ATOMIC_WCHAR_T_LOCK_FREE unspecified
41 #define ATOMIC_SHORT_LOCK_FREE unspecified
42 #define ATOMIC_INT_LOCK_FREE unspecified
43 #define ATOMIC_LONG_LOCK_FREE unspecified
44 #define ATOMIC_LLONG_LOCK_FREE unspecified
45 #define ATOMIC_POINTER_LOCK_FREE unspecified
Dchrono263 constexpr chrono::duration<unspecified , ratio<3600,1>> operator "" h(long double); // C++14
265 constexpr chrono::duration<unspecified , ratio<60,1>> operator "" min(long double); // C++14
267 constexpr chrono::duration<unspecified > operator "" s(long double); // C++14
269 constexpr chrono::duration<unspecified , milli> operator "" ms(long double); // C++14
271 constexpr chrono::duration<unspecified , micro> operator "" us(long double); // C++14
273 constexpr chrono::duration<unspecified , nano> operator "" ns(long double); // C++14
Dunordered_set41 typedef /unspecified/ iterator;
42 typedef /unspecified/ const_iterator;
43 typedef /unspecified/ local_iterator;
44 typedef /unspecified/ const_local_iterator;
190 typedef /unspecified/ iterator;
191 typedef /unspecified/ const_iterator;
192 typedef /unspecified/ local_iterator;
193 typedef /unspecified/ const_local_iterator;
/external/mesa3d/src/gallium/docs/source/cso/
Dvelems.rst26 very simple set of rules for padding out unspecified components. If an input
/external/kernel-headers/original/uapi/linux/raid/
Dmd_p.h160 #error unspecified endianness
/external/libunwind/doc/
Dunw_step.tex37 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
Dunw_init_local.tex64 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
Dunw_get_reg.tex52 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
Dunw_get_fpreg.tex51 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
Dunw_set_reg.tex52 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
Dunw_set_fpreg.tex51 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
Dunw_init_remote.tex61 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
Dunw_get_proc_name.tex58 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
Dunw_get_proc_info_by_ip.tex65 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
/external/libcxx/include/ext/
Dhash_set39 typedef /unspecified/ iterator;
40 typedef /unspecified/ const_iterator;
125 typedef /unspecified/ iterator;
126 typedef /unspecified/ const_iterator;
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt31 ~ Generated buffer with unspecified contents (bufferData(..., NULL))
52 * Generated buffer with unspecified contents (bufferData(..., NULL))

1234