/external/libpng/contrib/libtests/ |
H A D | fakepng.c | 52 const unsigned char unknown[] = variable 64 put_chunk(unknown, sizeof unknown);
|
/external/lzma/CPP/7zip/UI/Common/ |
H A D | SetProperties.cpp | 30 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties)
argument 35 unknown->QueryInterface(IID_ISetProperties, (void **)&setProperties);
|
/external/curl/projects/ |
H A D | checksrc.bat | 68 goto unknown 167 :unknown label
|
H A D | build-openssl.bat | 93 goto unknown 323 :unknown label
|
H A D | build-wolfssl.bat | 79 goto unknown 306 :unknown label
|
H A D | generate.bat | 74 goto unknown 402 :unknown label
|
/external/drm_gralloc/ |
H A D | gralloc_drm_handle.h | 56 uint64_t unknown __attribute__((aligned(8))); member in struct:gralloc_drm_handle_t
|
/external/curl/ |
H A D | buildconf.bat | 65 goto unknown 287 :unknown label
|
/external/gptfdisk/ |
H A D | bsd.h | 43 enum BSDValidity {unknown, bsd_invalid, bsd}; enumerator in enum:BSDValidity
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/ |
H A D | _base.py | 124 def unknown(self, nodeType): member in class:TreeWalker 175 yield self.unknown(details[0])
|
/external/curl/src/ |
H A D | tool_formparse.c | 244 /* unknown prefix, skip to next block */ 245 char *unknown = NULL; local 246 unknown = get_param_word(&ptr, &word_end); 248 if(*unknown) { 250 warnf(config->global, "skip unknown form field: %s\n", unknown);
|
/external/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 162 SizeOffsetType unknown() { function in class:llvm::ObjectSizeOffsetVisitor 226 SizeOffsetEvalType unknown() { function in class:llvm::ObjectSizeOffsetEvaluator
|
/external/guice/core/src/com/google/inject/internal/ |
H A D | MoreTypes.java | 289 // we skip searching through interfaces if unknown is an interface 318 public static Type resolveTypeVariable(Type type, Class<?> rawType, TypeVariable unknown) { argument 319 Class<?> declaredByRaw = declaringClassOf(unknown); 323 return unknown; 328 int index = indexOf(declaredByRaw.getTypeParameters(), unknown); 332 return unknown;
|
/external/libcxxabi/src/ |
H A D | private_typeinfo.h | 66 unknown = 0, enumerator in enum:__cxxabiv1::__anon9491 91 // The following three paths are either unknown, public_path or not_public_path. 108 // is_dst_type_derived_from_static_type is either unknown, yes or no. 110 // Number of dst_type in tree. If 0, then that means unknown.
|
/external/protobuf/src/google/protobuf/ |
H A D | unknown_field_set_unittest.cc | 36 // tests handling of unknown fields throughout the system. 103 // unknown fields of every type. 321 // Test mixing known and unknown fields when parsing. 339 // Test that fields of the wrong wire type are treated like unknown fields 348 // All fields should have been interpreted as unknown, so the debug strings 390 // Test that fields of the wrong wire type are treated like unknown fields 399 // All fields should have been interpreted as unknown, so the debug strings 488 // Make sure an unknown field set has zero space used until a field is 532 UnknownFieldSet unknown; local 534 unknown [all...] |
/external/srtp/test/ |
H A D | rtpw.c | 122 typedef enum { sender, receiver, unknown } program_type; enumerator in enum:__anon16528 136 program_type prog_type = unknown; 205 if (prog_type == unknown) { 326 printf("error: unknown security service requested\n");
|
/external/tinyxml/ |
H A D | xmltest.cpp | 601 TiXmlUnknown unknown; local 602 unknown.Parse( "<[unknown]>", 0, TIXML_ENCODING_UNKNOWN ); 603 TiXmlUnknown unknownCopy( unknown ); 607 XmlTest( "Copy/Assign: unknown copy.", "[unknown]", unknownCopy.Value() ); 608 XmlTest( "Copy/Assign: unknown assign.", "[unknown]", unknownAssign.Value() ); 879 TiXmlUnknown* unknown = docH.Child( 1 ).Unknown(); local 880 XmlTest( "Correct value of unknown [all...] |
/external/wpa_supplicant_8/hostapd/src/common/ |
H A D | ieee802_11_common.c | 75 wpa_printf(MSG_EXCESSIVE, "unknown WMM " 171 wpa_printf(MSG_EXCESSIVE, "unknown vendor specific " 196 int unknown = 0; local 258 unknown++; 379 unknown++; 383 "ignored unknown element (id=%d elen=%d)", 395 return unknown ? ParseUnknown : ParseOK; 996 * Returns: Frequency in MHz or -1 if the specified channel is unknown
|
/external/wpa_supplicant_8/src/common/ |
H A D | ieee802_11_common.c | 75 wpa_printf(MSG_EXCESSIVE, "unknown WMM " 171 wpa_printf(MSG_EXCESSIVE, "unknown vendor specific " 196 int unknown = 0; local 258 unknown++; 379 unknown++; 383 "ignored unknown element (id=%d elen=%d)", 395 return unknown ? ParseUnknown : ParseOK; 996 * Returns: Frequency in MHz or -1 if the specified channel is unknown
|
/external/wpa_supplicant_8/wpa_supplicant/src/common/ |
H A D | ieee802_11_common.c | 75 wpa_printf(MSG_EXCESSIVE, "unknown WMM " 171 wpa_printf(MSG_EXCESSIVE, "unknown vendor specific " 196 int unknown = 0; local 258 unknown++; 379 unknown++; 383 "ignored unknown element (id=%d elen=%d)", 395 return unknown ? ParseUnknown : ParseOK; 996 * Returns: Frequency in MHz or -1 if the specified channel is unknown
|
/external/clang/test/SemaCXX/ |
H A D | warn-consumed-analysis.cpp | 38 void callableWhenUnknown() const CALLABLE_WHEN("unconsumed", "unknown"); 80 ConsumableClass<int> returnsUnknown() RETURN_TYPESTATE(unknown); variable 278 // Coerce all variables into the unknown state. 288 *var0; // expected-warning {{invalid invocation of method 'operator*' on object 'var0' while it is in the 'unknown' state}} 289 *var1; // expected-warning {{invalid invocation of method 'operator*' on object 'var1' while it is in the 'unknown' state}} 293 *var0; // expected-warning {{invalid invocation of method 'operator*' on object 'var0' while it is in the 'unknown' state}} 294 *var1; // expected-warning {{invalid invocation of method 'operator*' on object 'var1' while it is in the 'unknown' state}} 306 *var0; // expected-warning {{invalid invocation of method 'operator*' on object 'var0' while it is in the 'unknown' state}} 307 *var1; // expected-warning {{invalid invocation of method 'operator*' on object 'var1' while it is in the 'unknown' state}} 311 *var0; // expected-warning {{invalid invocation of method 'operator*' on object 'var0' while it is in the 'unknown' stat [all...] |
/external/kernel-headers/original/uapi/linux/ |
H A D | edd.h | 111 } __attribute__ ((packed)) unknown; member in union:edd_device_params::__anon7999 166 } __attribute__ ((packed)) unknown; member in union:edd_device_params::__anon8006
|
/external/v8/src/ |
H A D | perf-jit.cc | 265 const char unknown[] = "<unknown>"; local 266 name_length = static_cast<int>(strlen(unknown)); 268 base::OS::StrNCpy(buffer, name_length + 1, unknown,
|
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | tls_openssl_ocsp.c | 112 * unknown [2] IMPLICIT UnknownInfo } 119 ASN1_NULL *unknown; member in union:__anon20764::__anon20765 189 ASN1_IMP(CertStatus, value.unknown, ASN1_NULL, 2) 750 wpa_printf(MSG_DEBUG, "OpenSSL: certStatus: unknown");
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | tls_openssl_ocsp.c | 112 * unknown [2] IMPLICIT UnknownInfo } 119 ASN1_NULL *unknown; member in union:__anon21026::__anon21027 189 ASN1_IMP(CertStatus, value.unknown, ASN1_NULL, 2) 750 wpa_printf(MSG_DEBUG, "OpenSSL: certStatus: unknown");
|