Searched defs:unknown (Results 51 - 75 of 76) sorted by relevance

1234

/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp438 const TimeZone& unknown = getUnknown(); local
439 if (_UNKNOWN_ZONE == NULL) { // Cannot test (&unknown == NULL) because the
442 result = unknown.clone();
/external/icu/icu4c/source/test/intltest/
H A Dtztest.cpp2415 const TimeZone &unknown = TimeZone::getUnknown(); local
2418 assertEquals("getUnknown() wrong ID", expectedID, unknown.getID(id));
2419 assertTrue("getUnknown() wrong offset", 0 == unknown.getRawOffset());
2420 assertFalse("getUnknown() uses DST", unknown.useDaylightTime());
/external/iw/
H A Dscan.c53 bool unknown; member in struct:scan_params
1207 data[0] < ARRAY_SIZE(chandwidths) ? chandwidths[data[0]] : "unknown");
1707 bool unknown, enum print_ie_type ptype)
1726 if (!unknown)
1742 if (!unknown)
1751 if (!unknown)
1761 void print_ies(unsigned char *ie, int ielen, bool unknown, argument
1770 print_vendor(ie[1], ie + 2, unknown, ptype);
1771 } else if (unknown) {
1907 printf(" -- unknown statu
1706 print_vendor(unsigned char len, unsigned char *data, bool unknown, enum print_ie_type ptype) argument
[all...]
/external/llvm/include/llvm/Support/
H A DFileSystem.h241 unknown = 0, ///< Unrecognized file enumerator in enum:llvm::sys::fs::file_magic::Impl
268 return V != unknown;
271 file_magic() : V(unknown) {}
654 /// @param result Set to the type of file, or file_magic::unknown.
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp62 /// unknown - This LLVM Value has no known value yet.
63 unknown, enumerator in enum:__anon14761::LatticeVal::LatticeValueTy
88 LatticeVal() : Val(nullptr, unknown) {}
90 bool isUnknown() const { return getLatticeValue() == unknown; }
396 // Undef values remain unknown.
427 ; // Undef values remain unknown.
579 if (!CI) { // Overdefined or unknown condition?
671 // 5. If V <- MEM or V <- CALL or V <- (unknown) then V = Overdefined
695 // If there are no executable operands, the PHI remains unknown.
726 // this is the case, the PHI remains unknown
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h242 unknown = 0, ///< Unrecognized file enumerator in enum:llvm::sys::fs::file_magic::Impl
271 return V != unknown;
274 file_magic() : V(unknown) {}
665 /// @param result Set to the type of file, or file_magic::unknown.
/external/tcpdump/
H A Dospf.h251 struct unknown { struct in union:lsa::__anon25227
/external/tinyxml2/
H A Dtinyxml2.cpp1319 const XMLUnknown* unknown = compare->ToUnknown(); local
1320 return ( unknown && XMLUtil::StringEqual( unknown->Value(), Value() ));
2784 bool XMLPrinter::Visit( const XMLUnknown& unknown )
2786 PushUnknown( unknown.Value() );
H A Dxmltest.cpp1121 XMLTest( "Correct value of unknown.", "DOCTYPE PLAY SYSTEM 'play.dtd'", decl->Value() );
2134 bool Visit(const XMLUnknown& unknown) argument
2136 Push('U', unknown.GetLineNum());
2171 "<! unknown></root>", // 7 Unknown
/external/curl/lib/vtls/
H A Dopenssl.c349 return "SSL_ERROR unknown";
1018 * -1 means the connection status is unknown
1061 return -1; /* connection status unknown */
1764 char unknown[32]; local
1807 snprintf(unknown, sizeof(unknown), "(%x)", ssl_ver);
1808 verstr = unknown;
1949 return "unknown";
3222 0 /* unknown size */, sockindex);
/external/f2fs-tools/tools/sg_write_buffer/
H A Dsg_lib.c172 bool unknown = false; local
194 unknown = true;
197 if (unknown)
668 n += scnpr(b + n, blen - n, "%s unknown protocol id=0x%x "
1226 return scnpr(b, blen, "unknown: 0x%x", st);
1471 n += scnpr(b + n, blen - n, "unknown [%d]\n", j);
1544 n += scnpr(b + n, blen - n, "unknown\n");
2234 * to "Bad sense category" if 'buff' is NULL). If sense_cat unknown then
3029 /* If the number in 'buf' can be decoded or the multiplier is unknown
3164 /* If the number in 'buf' can be decoded or the multiplier is unknown
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dinstr-a3xx.h334 uint32_t unknown : 20; member in struct:PACKED::PACKED::PACKED
/external/python/cpython3/Tools/clinic/
H A Dclinic.py71 unknown = Unknown() variable
2092 assert self.kind == CALLABLE, "unknown kind: " + repr(self.kind)
2233 # Or the magic value "unknown" if this value is a cannot be evaluated
3261 fail("unknown variable", repr(name))
3277 fail("unknown destination command", repr(command))
3796 value = unknown
3815 value = unknown
3829 value = unknown
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
H A DResTable_config.java172 // After parsing everything that's known, account for anything that's unknown.
174 byte[] unknown = new byte[size - bytesRead];
175 buffer.get(unknown);
180 screenHeightDp, localeScript, localeVariant, screenLayout2, screenConfigPad1, screenConfigPad2, unknown);
636 screenLayout2, colorMode, screenConfigPad2, unknown);
644 short screenConfigPad2, byte[] unknown) {
670 this.unknown = unknown;
752 public byte[] unknown; field in class:ResTable_config
886 o.unknown
639 ResTable_config(int size, int mcc, int mnc, byte[] language, byte[] country, int orientation, int touchscreen, int density, int keyboard, int navigation, int inputFlags, int screenWidth, int screenHeight, int sdkVersion, int minorVersion, int screenLayout, int uiMode, int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp, byte[] localeScript, byte[] localeVariant, byte screenLayout2, byte colorMode, short screenConfigPad2, byte[] unknown) argument
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_build_ast.c5982 struct cil_handleunknown *unknown = NULL; local
5994 cil_handleunknown_init(&unknown);
5998 unknown->handle_unknown = SEPOL_ALLOW_UNKNOWN;
6000 unknown->handle_unknown = SEPOL_DENY_UNKNOWN;
6002 unknown->handle_unknown = SEPOL_REJECT_UNKNOWN;
6009 ast_node->data = unknown;
6016 cil_destroy_handleunknown(unknown);
/external/libcups/cups/
H A Dipp.h802 } unknown; /* Unknown attribute type */ member in union:_ipp_value_u
/external/valgrind/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::__anon28964
839 unsigned int unknown; member in struct:codeview_symbol::__anon28979
856 unsigned int unknown; member in struct:codeview_symbol::__anon28981
921 #define S_XXXXXXXXX_32 0x1012 /* seems linked to a function, content unknown */
1242 VG_(printf)("unknown id 0x%x len=0x%x at %p\n",
/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/caliper/lib/
H A Dgson-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/stream/ ...
/external/annotation-tools/asmx/test/lib/
H A Djd.xslt-1.5.5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sarvega/ javax/ javax/xml/ javax/xml/parsers/ javax/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 910 milliseconds

1234