HomeSort by relevance Sort by last modified time
    Searched defs:unknown (Results 1 - 25 of 33) sorted by null

1 2

  /external/libpng/contrib/libtests/
fakepng.c 44 const unsigned char unknown[] = variable
56 put_chunk(unknown, sizeof unknown);
pngunknown.c 2 /* 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:__anon4169
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 chunks don't ask libpng t
575 png_unknown_chunkp unknown; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableUnknown.h 86 const AnimatableUnknown* unknown = toAnimatableUnknown(value); local
87 return m_value == unknown->m_value || m_value->equals(*unknown->m_value);
  /cts/tests/tests/content/src/android/content/cts/
UriMatcherTest.java 63 //test unknown uri
64 Uri unknown = Uri.parse("abc"); local
65 assertEquals(-1, mUriMatcher.match(unknown));
  /external/chromium_org/components/os_crypt/
ie7_password_win.cc 32 wchar_t two_letters[2]; // Two unknown bytes.
33 DWORD unknown[2]; // Two unknown DWORDs. member in struct:__anon11283::Header
  /external/clang/lib/Basic/
TargetInfo.cpp 94 // Default to an unknown platform name.
95 PlatformName = "unknown";
436 // Eventually, an unknown constraint should just be treated as 'g'.
536 // add more constraints as we hit it. Eventually, an unknown
604 const Kind unknown = static_cast<Kind>(-1); local
610 .Default(unknown);
611 if (kind == unknown) return false;
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 171 SizeOffsetType unknown() { function in class:llvm::ObjectSizeOffsetVisitor
235 SizeOffsetEvalType unknown() { function in class:llvm::ObjectSizeOffsetEvaluator
  /external/chromium_org/third_party/libsrtp/srtp/test/
rtpw.c 138 typedef enum { sender, receiver, unknown } program_type; enumerator in enum:__anon17473
152 program_type prog_type = unknown;
225 if (prog_type == unknown) {
346 printf("error: unknown security service requested\n");
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unknown_field_set_unittest.cc 36 // tests handling of unknown fields throughout the system.
103 // unknown fields of every type.
316 // Test mixing known and unknown fields when parsing.
334 // Test that fields of the wrong wire type are treated like unknown fields
343 // All fields should have been interpreted as unknown, so the debug strings
385 // Test that fields of the wrong wire type are treated like unknown fields
394 // All fields should have been interpreted as unknown, so the debug strings
483 // Make sure an unknown field set has zero space used until a field is
527 UnknownFieldSet unknown; local
529 unknown.AddFixed32(i, i)
    [all...]
  /external/clang/test/CXX/drs/
dr5xx.cpp 42 const char *unknown = "\Q"; // expected-error {{unknown escape sequence}} member in namespace:dr505
  /external/libcxxabi/src/
private_typeinfo.h 66 unknown = 0, enumerator in enum:__cxxabiv1::__anon3194
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.
  /bionic/libc/kernel/uapi/linux/
edd.h 106 } __attribute__ ((packed)) unknown; member in union:edd_device_params::__anon406
175 } __attribute__ ((packed)) unknown; member in union:edd_device_params::__anon413
  /development/ndk/platforms/android-L/include/linux/
edd.h 106 } __attribute__ ((packed)) unknown; member in union:edd_device_params::__anon2018
175 } __attribute__ ((packed)) unknown; member in union:edd_device_params::__anon2025
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
options.js 619 unknown: 'sans-serif'
631 return 'unknown';
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp 57 /// Unknown size marker
58 static const unsigned int unknown = (unsigned)-1; member in namespace:Json
86 * length is "unknown".
87 * @param length Length of the value. if equals to unknown, then it will be
93 unsigned int length = unknown )
95 if ( length == unknown )
    [all...]
  /external/clang/test/SemaCXX/
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' state}
    [all...]
  /external/jsoncpp/chromium-overrides/src/lib_json/
json_value.cpp 51 /// Unknown size marker
52 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 )
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 47 /// Unknown size marker
48 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 )
    [all...]
  /external/kernel-headers/original/uapi/linux/
edd.h 111 } __attribute__ ((packed)) unknown; member in union:edd_device_params::__anon2533
166 } __attribute__ ((packed)) unknown; member in union:edd_device_params::__anon2540
  /external/fio/
options.c 275 log_err("Unknown error %s, please use number value \n",
3809 int i, ret, unknown; local
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 226 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/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp 1264 bool unknown() const { return m_type == CSSTransformValue::UnknownTransformOperation; } function in class:blink::TransformOperationInfo
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp 884 {"Etc/Unknown", 0, FALSE}, // CLDR
2314 const TimeZone &unknown = TimeZone::getUnknown(); local
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 1139 UnknownSpaceRegion *unknown; member in class:clang::ento::MemRegionManager
    [all...]
  /external/flac/include/FLAC/
format.h 820 /** Structure that is used when a metadata block of unknown type is loaded.
822 * correctly handle unknown metadata.
851 FLAC__StreamMetadata_Unknown unknown; member in union:__anon1048::__anon1049
    [all...]

Completed in 1336 milliseconds

1 2