Searched defs:unknown (Results 1 - 25 of 50) sorted by last modified time

12

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp4572 /*for unknown chunk order*/
4573 unsigned unknown = 0; local
4587 /*loop through the chunks, ignoring unknown chunks and stopping at IEND chunk.
4686 /*error: unknown critical chunk (5th bit of first byte of chunk type is 0)*/
4689 unknown = 1;
4700 if(!state->decoder.ignore_crc && !unknown) /*check CRC if wanted, only on known chunk types*/
5446 else return 88; /* unknown filter strategy */
5733 /*unknown chunks between IHDR and PLTE*/
5764 /*unknown chunks between PLTE and IDAT*/
5834 /*unknown chunk
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c73 wpa_printf(MSG_EXCESSIVE, "unknown WMM "
141 wpa_printf(MSG_EXCESSIVE, "unknown vendor specific "
166 int unknown = 0; local
220 unknown++;
294 unknown++;
298 "ignored unknown element (id=%d elen=%d)",
310 return unknown ? ParseUnknown : ParseOK;
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c73 wpa_printf(MSG_EXCESSIVE, "unknown WMM "
141 wpa_printf(MSG_EXCESSIVE, "unknown vendor specific "
166 int unknown = 0; local
220 unknown++;
294 unknown++;
298 "ignored unknown element (id=%d elen=%d)",
310 return unknown ? ParseUnknown : ParseOK;
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.c73 wpa_printf(MSG_EXCESSIVE, "unknown WMM "
141 wpa_printf(MSG_EXCESSIVE, "unknown vendor specific "
166 int unknown = 0; local
220 unknown++;
294 unknown++;
298 "ignored unknown element (id=%d elen=%d)",
310 return unknown ? ParseUnknown : ParseOK;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c305 unsigned long unknown; member in struct:_PDB_FILE
420 unsigned long unknown; member in struct:_PDB_SYMBOL_RANGE_EX
490 unsigned long unknown; member in struct:_PDB_SYMBOLS
692 unsigned short unknown; member in struct:codeview_symbol::__anon32496
839 unsigned int unknown; member in struct:codeview_symbol::__anon32511
856 unsigned int unknown; member in struct:codeview_symbol::__anon32513
921 #define S_XXXXXXXXX_32 0x1012 /* seems linked to a function, content unknown */
1241 VG_(printf)("unknown id 0x%x len=0x%x at %p\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/tcpdump/
H A Dospf.h250 struct unknown { struct in union:lsa::__anon31471
/external/srtp/test/
H A Drtpw.c122 typedef enum { sender, receiver, unknown } program_type; enumerator in enum:__anon31228
136 program_type prog_type = unknown;
205 if (prog_type == unknown) {
326 printf("error: unknown security service requested\n");
/external/strace/
H A Dsyscall.c1381 fprintf(stderr, "pid %d unknown syscall trap 0x%08lx\n",
1486 fprintf(stderr, "syscall: unknown syscall trap %08lx %016lx\n", trap, sparc_regs.tpc);
1488 fprintf(stderr, "syscall: unknown syscall trap %08lx %08lx\n", trap, sparc_regs.pc);
1566 static const struct_sysent unknown = { local
1570 .sys_name = "unknown", /* not used */
1572 tcp->s_ent = &unknown;
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommand.java401 * unknown action. It must not be used to send an execution request.
403 unknown enum constant in enum:AdHocCommand.Action
/external/smack/src/org/xbill/DNS/
H A DSetResponse.java58 private static final SetResponse unknown = new SetResponse(UNKNOWN); field in class:SetResponse
86 return unknown;
112 /** Is the answer to the query unknown? */
191 case UNKNOWN: return "unknown";
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_rwops.h90 } unknown; member in union:SDL_RWops::__anon29365
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c74 static void unknown();
713 unknown();
734 unknown();
759 unknown();
800 unknown();
815 unknown();
3774 void unknown() function
/external/openssl/crypto/ocsp/
H A Docsp.h238 * unknown [2] IMPLICIT UnknownInfo }
249 ASN1_NULL *unknown; member in union:ocsp_cert_status_st::__anon28344
/external/openssl/include/openssl/
H A Docsp.h238 * unknown [2] IMPLICIT UnknownInfo }
249 ASN1_NULL *unknown; member in union:ocsp_cert_status_st::__anon28388
/external/netperf/
H A Dnetlib.c458 char unknown[32];
475 snprintf(unknown,sizeof(unknown),"IPPROTO_UNKNOWN(%d)",protocol);
476 return(unknown);
3148 "WARNING calc_throughput_internal_omni: unknown units %c\n",
453 char unknown[32]; variable
/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.cpp29 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties) argument
34 unknown->QueryInterface(IID_ISetProperties, (void **)&setProperties);
/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h171 SizeOffsetType unknown() { function in class:llvm::ObjectSizeOffsetVisitor
235 SizeOffsetEvalType unknown() { function in class:llvm::ObjectSizeOffsetEvaluator
/external/llvm/include/llvm/Support/
H A DFileSystem.h226 unknown = 0, ///< Unrecognized file enumerator in enum:llvm::sys::fs::file_magic::Impl
251 return V == unknown ? false : true;
254 file_magic() : V(unknown) {}
619 /// @param result Set to the type of file, or file_magic::unknown.
/external/libpng/contrib/libtests/
H A Dfakepng.c44 const unsigned char unknown[] = variable
56 put_chunk(unknown, sizeof unknown);
H A Dpngunknown.c2 /* pngunknown.c - test the read side unknown chunk handling
14 * allows the libpng unknown handling code to be tested by interpreting
33 /* Since this program tests the ability to change the unknown chunk handling
40 * still useful to set unknown chunk handling without either of these in order
175 int unknown; /* Chunk not known to libpng */ member in struct:__anon24617
178 int keep; /* unknown handling setting */
483 fprintf(stderr, "%s(%s): unknown text compression %d\n", d->file,
511 /* See the comments in png.h - use the default for unknown chunks,
514 if (chunk_info[chunk].unknown)
554 /* However if there is no support to store unknown chunk
575 png_unknown_chunkp unknown; local
858 check_handling(display *d, int def, png_uint_32 chunks, png_uint_32 known, png_uint_32 unknown, const char *position, int set_callback) argument
[all...]
/external/libcxxabi/src/
H A Dprivate_typeinfo.h66 unknown = 0, enumerator in enum:__cxxabiv1::__anon23635
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/kernel-headers/original/uapi/linux/
H A Dedd.h111 } __attribute__ ((packed)) unknown; member in union:edd_device_params::__anon22974
166 } __attribute__ ((packed)) unknown; member in union:edd_device_params::__anon22981
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp52 static const unsigned int unknown = (unsigned)-1; member in namespace:Json
80 * length is "unknown".
81 * @param length Length of the value. if equals to unknown, then it will be
87 unsigned int length = unknown )
89 if ( length == unknown )
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp48 static const unsigned int unknown = (unsigned)-1; member in namespace:Json
76 * length is "unknown".
77 * @param length Length of the value. if equals to unknown, then it will be
83 unsigned int length = unknown )
85 if ( length == unknown )

Completed in 453 milliseconds

12