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

12

/external/libpng/contrib/libtests/
H A Dfakepng.c44 const unsigned char unknown[] = variable
56 put_chunk(unknown, sizeof unknown);
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableUnknown.h86 const AnimatableUnknown* unknown = toAnimatableUnknown(value); local
87 return m_value == unknown->m_value || m_value->equals(*unknown->m_value);
/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/chromium_org/chrome/browser/ui/webui/
H A Dpolicy_ui_browsertest.cc39 bool unknown) {
67 if (unknown)
193 // correctly by setting the values of four known and one unknown policy and
240 // * The unknown policy.
35 PopulateExpectedPolicy( const std::string& name, const std::string& value, const policy::PolicyMap::Entry* metadata, bool unknown) argument
/external/chromium_org/components/os_crypt/
H A Die7_password_win.cc32 wchar_t two_letters[2]; // Two unknown bytes.
33 DWORD unknown[2]; // Two unknown DWORDs. member in struct:__anon6658::Header
/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/qemu/distrib/sdl-1.2.15/include/
H A DSDL_rwops.h90 } unknown; member in union:SDL_RWops::__anon29365
/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/chromium_org/base/win/
H A Dscoped_variant.cc45 ScopedVariant::ScopedVariant(IUnknown* unknown) { argument
47 Set(unknown);
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Drtpw.c138 typedef enum { sender, receiver, unknown } program_type; enumerator in enum:__anon12848
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/
H A Dunknown_field_set_unittest.cc36 // 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
[all...]
/external/clang/lib/Basic/
H A DTargetInfo.cpp94 // 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/clang/test/CXX/drs/
H A Ddr5xx.cpp42 const char *unknown = "\Q"; // expected-error {{unknown escape sequence}} member in namespace:dr505
/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/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/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/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/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/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
H A Doptions.js619 unknown: 'sans-serif'
631 return '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::__anon22974
166 } __attribute__ ((packed)) unknown; member in union:edd_device_params::__anon22981
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_cmd.c1281 void bta_ag_at_err_cback(tBTA_AG_SCB *p_scb, BOOLEAN unknown, char *p_arg) argument
1285 if(unknown && (!strlen(p_arg)))
1292 /* if unknown AT command and configured to pass these to app */
1293 if (unknown && (p_scb->features & BTA_AG_FEAT_UNAT))
1753 APPL_TRACE_ERROR("bta_ag_send_bcs: unknown codec %d, use CVSD", p_scb->sco_codec);
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp58 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 )

Completed in 840 milliseconds

12