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

1 2

  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-ap-cli 5 pbc() function
7 echo "Starting PBC mode"
10 echo "Failed to enable PBC mode"
50 echo "1: Push button (activate PBC)"
60 pbc
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
MapUnittestProto3.cs 7 using pbc = global::Google.Protobuf.Collections;
223 private static readonly pbc::MapField<int, int>.Codec _map_mapInt32Int32_codec
224 = new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForInt32(8), pb::FieldCodec.ForInt32(16), 10);
225 private readonly pbc::MapField<int, int> mapInt32Int32_ = new pbc::MapField<int, int>();
226 public pbc::MapField<int, int> MapInt32Int32 {
232 private static readonly pbc::MapField<long, long>.Codec _map_mapInt64Int64_codec
233 = new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForInt64(8), pb::FieldCodec.ForInt64(16), 18);
234 private readonly pbc::MapField<long, long> mapInt64Int64_ = new pbc::MapField<long, long>()
    [all...]
UnittestWellKnownTypes.cs 7 using pbc = global::Google.Protobuf.Collections;
    [all...]
UnittestProto3.cs 7 using pbc = global::Google.Protobuf.Collections;
    [all...]
UnittestIssues.cs 7 using pbc = global::Google.Protobuf.Collections;
371 private readonly pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> values_ = new pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum>();
372 public pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> Values {
380 private readonly pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> packedValues_ = new pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum>();
381 public pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> PackedValues {
594 private readonly pbc::RepeatedField<int> primitiveArray_ = new pbc::RepeatedField<int>();
596 public pbc::RepeatedField<int> PrimitiveArray
    [all...]
UnittestImportProto3.cs 7 using pbc = global::Google.Protobuf.Collections;
UnittestImportPublicProto3.cs 7 using pbc = global::Google.Protobuf.Collections;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
downloadmgr.h 49 IBindCtx *pbc,
81 IBindCtx *pbc,
102 #define IDownloadManager_Download(This,pmk,pbc,dwBindVerb,grfBINDF,pBindInfo,pszHeaders,pszRedir,uiCP) (This)->lpVtbl->Download(This,pmk,pbc,dwBindVerb,grfBINDF,pBindInfo,pszHeaders,pszRedir,uiCP)
115 static FORCEINLINE HRESULT IDownloadManager_Download(IDownloadManager* This,IMoniker *pmk,IBindCtx *pbc,DWORD dwBindVerb,LONG grfBINDF,BINDINFO *pBindInfo,LPCOLESTR pszHeaders,LPCOLESTR pszRedir,UINT uiCP) {
116 return This->lpVtbl->Download(This,pmk,pbc,dwBindVerb,grfBINDF,pBindInfo,pszHeaders,pszRedir,uiCP);
126 IBindCtx *pbc,
perhist.h 57 virtual HRESULT WINAPI LoadHistory(IStream *pStream,IBindCtx *pbc) = 0;
69 HRESULT (WINAPI *LoadHistory)(IPersistHistory *This,IStream *pStream,IBindCtx *pbc);
83 #define IPersistHistory_LoadHistory(This,pStream,pbc) (This)->lpVtbl->LoadHistory(This,pStream,pbc)
89 HRESULT WINAPI IPersistHistory_LoadHistory_Proxy(IPersistHistory *This,IStream *pStream,IBindCtx *pbc);
oleidl.h 834 IBindCtx *pbc,
862 IBindCtx *pbc,
880 #define IParseDisplayName_ParseDisplayName(This,pbc,pszDisplayName,pchEaten,ppmkOut) (This)->lpVtbl->ParseDisplayName(This,pbc,pszDisplayName,pchEaten,ppmkOut)
893 static FORCEINLINE HRESULT IParseDisplayName_ParseDisplayName(IParseDisplayName* This,IBindCtx *pbc,LPOLESTR pszDisplayName,ULONG *pchEaten,IMoniker **ppmkOut) {
894 return This->lpVtbl->ParseDisplayName(This,pbc,pszDisplayName,pchEaten,ppmkOut);
903 IBindCtx *pbc,
959 IBindCtx *pbc,
987 #define IOleContainer_ParseDisplayName(This,pbc,pszDisplayName,pchEaten,ppmkOut) (This)->lpVtbl->ParseDisplayName(This,pbc,pszDisplayName,pchEaten,ppmkOut
    [all...]
htiface.h 224 virtual HRESULT WINAPI NavigateHack(DWORD grfHLNF,LPBC pbc,IBindStatusCallback *pibsc,LPCWSTR pszTargetName,LPCWSTR pszUrl,LPCWSTR pszLocation) = 0;
237 HRESULT (WINAPI *NavigateHack)(ITargetFramePriv *This,DWORD grfHLNF,LPBC pbc,IBindStatusCallback *pibsc,LPCWSTR pszTargetName,LPCWSTR pszUrl,LPCWSTR pszLocation);
252 #define ITargetFramePriv_NavigateHack(This,grfHLNF,pbc,pibsc,pszTargetName,pszUrl,pszLocation) (This)->lpVtbl->NavigateHack(This,grfHLNF,pbc,pibsc,pszTargetName,pszUrl,pszLocation)
264 HRESULT WINAPI ITargetFramePriv_NavigateHack_Proxy(ITargetFramePriv *This,DWORD grfHLNF,LPBC pbc,IBindStatusCallback *pibsc,LPCWSTR pszTargetName,LPCWSTR pszUrl,LPCWSTR pszLocation);
objbase.h 144 WINOLEAPI MkParseDisplayName (LPBC pbc, LPCOLESTR szUserName, ULONG *pchEaten, LPMONIKER *ppmk);
159 WINOLEAPI CoInstall (IBindCtx *pbc, DWORD dwFlags, uCLSSPEC *pClassSpec, QUERYCONTEXT *pQuery, LPWSTR pszCodeBase);
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs 7 using pbc = global::Google.Protobuf.Collections;
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 122 static void wps_free_pbc_sessions(struct wps_pbc_session *pbc)
126 while (pbc) {
127 prev = pbc;
128 pbc = pbc->next;
144 int pbc; member in struct:wps_registrar
317 struct wps_pbc_session *pbc, *prev = NULL; local
322 pbc = reg->pbc_sessions;
323 while (pbc) {
324 if (os_memcmp(pbc->addr, addr, ETH_ALEN) == 0 &
370 struct wps_pbc_session *pbc, *prev = NULL, *tmp; local
401 struct wps_pbc_session *pbc; local
    [all...]
wps.c 92 data->pbc = cfg->pbc;
93 if (cfg->pbc) {
94 /* Use special PIN '00000000' for PBC */
233 * wps_is_selected_pbc_registrar - Check whether WPS IE indicates active PBC
235 * Returns: 1 if PBC Registrar is active, 0 if not
484 * @pw_id: Password ID (DEV_PW_PUSHBUTTON for active PBC and DEV_PW_DEFAULT for
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Type.cs 7 using pbc = global::Google.Protobuf.Collections;
144 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Field> fields_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Field>();
148 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Field> Fields {
156 private readonly pbc::RepeatedField<string> oneofs_ = new pbc::RepeatedField<string>();
160 public pbc::RepeatedField<string> Oneofs {
168 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> options_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option>();
172 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> Options
    [all...]
Api.cs 7 using pbc = global::Google.Protobuf.Collections;
108 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Method> methods_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Method>();
112 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Method> Methods {
120 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> options_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option>();
124 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> Options {
178 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Mixin> mixins_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Mixin>();
182 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Mixin> Mixins
    [all...]
Struct.cs 7 using pbc = global::Google.Protobuf.Collections;
108 private static readonly pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value>.Codec _map_fields_codec
109 = new pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value>.Codec(pb::FieldCodec.ForString(10), pb::FieldCodec.ForMessage(18, global::Google.Protobuf.WellKnownTypes.Value.Parser), 10);
110 private readonly pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value> fields_ = new pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value>();
114 public pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value> Fields {
529 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value> values_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value>();
533 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value> Values {
FieldMask.cs 7 using pbc = global::Google.Protobuf.Collections;
221 private readonly pbc::RepeatedField<string> paths_ = new pbc::RepeatedField<string>();
225 public pbc::RepeatedField<string> Paths {
Empty.cs 7 using pbc = global::Google.Protobuf.Collections;
SourceContext.cs 7 using pbc = global::Google.Protobuf.Collections;
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 7 using pbc = global::Google.Protobuf.Collections;
116 private readonly pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber> phones_ = new pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber>();
117 public pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber> Phones {
405 private readonly pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person> people_ = new pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person>();
406 public pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person> People {
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 7 using pbc = global::Google.Protobuf.Collections;
205 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.FileDescriptorProto> file_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.FileDescriptorProto>();
206 public pbc::RepeatedField<global::Google.Protobuf.Reflection.FileDescriptorProto> File {
340 private readonly pbc::RepeatedField<string> dependency_ = new pbc::RepeatedField<string>();
344 public pbc::RepeatedField<string> Dependency {
352 private readonly pbc::RepeatedField<int> publicDependency_ = new pbc::RepeatedField<int>();
356 public pbc::RepeatedField<int> PublicDependency
    [all...]
  /bionic/libc/kernel/uapi/rdma/hfi/
hfi1_user.h 224 __le16 pbc[4]; member in struct:hfi1_pkt_header
  /external/kernel-headers/original/uapi/rdma/hfi/
hfi1_user.h 106 #define HFI1_CAP_STATIC_RATE_CTRL (1UL << 15) /* Allow PBC.StaticRateControl */
412 __le16 pbc[4]; member in struct:hfi1_pkt_header

Completed in 924 milliseconds

1 2