HomeSort by relevance Sort by last modified time
    Searched refs:Unspecified (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
RequestReason.java 15 Unspecified
SOAPBuilder.java 36 sRequestReasons.put(RequestReason.Unspecified, "Unspecified");
  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 68 struct Unspecified;
77 int Unspecified::*u_d_memptr;
98 // We can define Unspecified after locking in the inheritance model.
99 struct Unspecified : Multiple, Virtual {
113 void (Unspecified::*u_f_mp)() = &Unspecified::foo;
122 // CHECK: global { i8*, i32, i32, i32 } { i8* bitcast ({{.*}} @"\01?foo@Unspecified@@QAEXXZ" to i8*), i32 0, i32 0, i32 0 }, align 4
179 void (Unspecified::*u_f_memptr)() = &Unspecified::foo;
194 // CHECK: { i8* bitcast (void (%{{.*}}*)* @"\01?foo@Unspecified@@QAEXXZ" to i8*), i32 0, i32 0, i32 0 }
    [all...]
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 26 Attrs.VectorizeEnable == LoopAttributes::Unspecified &&
27 Attrs.UnrollEnable == LoopAttributes::Unspecified)
60 if (Attrs.VectorizeEnable != LoopAttributes::Unspecified) {
69 if (Attrs.UnrollEnable != LoopAttributes::Unspecified) {
88 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified),
89 UnrollEnable(LoopAttributes::Unspecified), VectorizeWidth(0),
97 VectorizeEnable = LoopAttributes::Unspecified;
98 UnrollEnable = LoopAttributes::Unspecified;
CGLoopInfo.h 44 enum LVEnableState { Unspecified, Enable, Disable, Full };
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
VenueNameElement.java 73 Unspecified,
89 Unspecified,
172 VenueType.Unspecified,
HSIconFileElement.java 17 public enum StatusCode {Success, FileNotFound, Unspecified}
  /frameworks/base/packages/Osu/src/com/android/anqp/
HSIconFileElement.java 17 public enum StatusCode {Success, FileNotFound, Unspecified}
  /external/avahi/avahi-sharp/
HostNameResolver.cs 93 public HostNameResolver (Client client, string hostname) : this (client, -1, Protocol.Unspecified,
94 hostname, Protocol.Unspecified,
ServiceResolver.cs 102 Protocol.Unspecified,
104 Protocol.Unspecified,
112 Protocol.Unspecified,
EntryGroup.cs 203 AddService (-1, Protocol.Unspecified, flags, name, type, domain, null, port, txt);
256 UpdateService (-1, Protocol.Unspecified, PublishFlags.None, name, type, domain, txt);
307 AddServiceSubtype (-1, Protocol.Unspecified, PublishFlags.None, name, type, domain, subtype);
328 AddAddress (-1, Protocol.Unspecified, PublishFlags.None, name, address);
349 AddRecord (-1, Protocol.Unspecified, PublishFlags.None, name, clazz, type, ttl, rdata, length);
Utility.cs 92 avahi_address_parse (straddr, Protocol.Unspecified, addrPtr);
AddressResolver.cs 116 public AddressResolver (Client client, IPAddress address) : this (client, -1, Protocol.Unspecified,
DomainBrowser.cs 116 public DomainBrowser (Client client) : this (client, -1, Protocol.Unspecified, client.DomainName,
ServiceTypeBrowser.cs 113 public ServiceTypeBrowser (Client client, string domain) : this (client, -1, Protocol.Unspecified,
RecordBrowser.cs 133 this (client, -1, Protocol.Unspecified, name, RecordClass.In, type, LookupFlags.None)
ServiceBrowser.cs 122 public ServiceBrowser (Client client, string type, string domain) : this (client, -1, Protocol.Unspecified,
Client.cs 73 Unspecified = -1,
  /external/clang/include/clang/Basic/
Specifiers.h 272 /// unspecified. This captures a (fairly rare) case where we
275 Unspecified
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 41 // Optimization: Most pointers expected to be unspecified. When a symbol has an
42 // unspecified or nonnull type non of the rules would indicate any problem for
52 Unspecified,
72 case Nullability::Unspecified:
73 return "unspecified";
322 return Nullability::Unspecified;
327 return Nullability::Unspecified;
689 return Nullability::Unspecified;
773 ComputedNullab != Nullability::Unspecified) {
827 if (DestNullability == Nullability::Unspecified)
    [all...]
  /external/v8/src/js/
promise.js 352 // Unspecified V8-specific legacy function
358 // Unspecified V8-specific legacy function
430 // Unspecified V8-specific legacy function
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.h 715 /* Unspecified memory size. */
716 Unspecified,
791 unsigned int unspecified:1; member in struct:i386_operand_type::__anon75945
  /external/llvm/test/MC/ARM/
directive-eabi_attribute.s 217 @ CHECK-OBJ-NEXT: Description: Unspecified Tags UNDEFINED
  /external/clang/lib/Basic/
IdentifierTable.cpp 659 case NullabilityKind::Unspecified:
  /external/opencv3/samples/winrt/ImageManipulations/
AdvancedCapture.xaml.cpp 515 return Windows::Storage::FileProperties::PhotoOrientation::Unspecified;

Completed in 397 milliseconds

1 2