Searched defs:unknown (Results 1 - 25 of 51) sorted by relevance

123

/external/libpng/contrib/libtests/
H A Dfakepng.c52 const unsigned char unknown[] = variable
64 put_chunk(unknown, sizeof unknown);
/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.cpp30 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties) argument
35 unknown->QueryInterface(IID_ISetProperties, (void **)&setProperties);
/external/curl/projects/
H A Dchecksrc.bat68 goto unknown
167 :unknown label
H A Dbuild-openssl.bat93 goto unknown
323 :unknown label
H A Dbuild-wolfssl.bat79 goto unknown
306 :unknown label
H A Dgenerate.bat74 goto unknown
402 :unknown label
/external/drm_gralloc/
H A Dgralloc_drm_handle.h56 uint64_t unknown __attribute__((aligned(8))); member in struct:gralloc_drm_handle_t
/external/curl/
H A Dbuildconf.bat65 goto unknown
287 :unknown label
/external/gptfdisk/
H A Dbsd.h43 enum BSDValidity {unknown, bsd_invalid, bsd}; enumerator in enum:BSDValidity
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
H A D_base.py124 def unknown(self, nodeType): member in class:TreeWalker
175 yield self.unknown(details[0])
/external/curl/src/
H A Dtool_formparse.c244 /* 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 DMemoryBuiltins.h162 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 DMoreTypes.java289 // 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 Dprivate_typeinfo.h66 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 Dunknown_field_set_unittest.cc36 // 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 Drtpw.c122 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 Dxmltest.cpp601 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 Dieee802_11_common.c75 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 Dieee802_11_common.c75 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 Dieee802_11_common.c75 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 Dwarn-consumed-analysis.cpp38 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 Dedd.h111 } __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 Dperf-jit.cc265 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 Dtls_openssl_ocsp.c112 * 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 Dtls_openssl_ocsp.c112 * 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");

Completed in 601 milliseconds

123