HomeSort by relevance Sort by last modified time
    Searched refs:pai (Results 1 - 9 of 9) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedIdentityParser.java 78 PAssertedIdentity pai = new PAssertedIdentity(); local
79 pai.setHeaderName(SIPHeaderNamesIms.P_ASSERTED_IDENTITY);
81 super.parse(pai);
82 assertedIdList.add(pai);
90 pai = new PAssertedIdentity();
91 super.parse(pai);
92 assertedIdList.add(pai);
  /external/libpcap/Win32/Src/
getaddrinfo.c 220 /* external reference: pai, error, and label free */ \
221 (ai) = get_ai(pai, (afd), (addr)); \
238 /* external reference: pai, error and label free */ \
239 error = get_canonname(pai, (ai), (str)); \
306 struct addrinfo *pai; local
324 pai = &ai;
325 pai->ai_flags = 0;
326 pai->ai_family = PF_UNSPEC;
327 pai->ai_socktype = ANY;
328 pai->ai_protocol = ANY
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 277 /* external reference: pai, error, and label free */ \
278 (ai) = get_ai(pai, (afd), (addr)); \
295 /* external reference: pai, error and label free */ \
296 error = get_canonname(pai, (ai), (str)); \
590 struct addrinfo *pai; local
600 pai = &ai;
601 pai->ai_flags = 0;
602 pai->ai_family = PF_UNSPEC;
603 pai->ai_socktype = ANY;
604 pai->ai_protocol = ANY
1876 const struct addrinfo *pai; local
2098 const struct addrinfo *pai; local
    [all...]
  /external/clang/test/SemaCXX/
member-pointer.cpp 121 int A::*pai = 0; member in class:A
123 (void)(d.*pai);
124 (void)(pd->*pai);
126 (void)(f.*pai); // expected-error {{ambiguous conversion from derived class 'F' to base class 'A'}}
127 (void)(ptrf->*pai); // expected-error {{ambiguous conversion from derived class 'F' to base class 'A'}}
129 (void)(h.*pai); // expected-error {{cannot cast 'H' to its private base class 'A'}}
130 (void)(ptrh->*pai); // expected-error {{cannot cast 'H' to its private base class 'A'}}
new-delete.cpp 47 ia4 *pai = new (int[3][4]); local
  /toolchain/binutils/binutils-2.25/gold/
cref.cc 140 Archive_info* pai = &this->archives_[archive->name()]; local
141 pai->name = archive->filename();
142 pai->objects = new Objects();
143 pai->member_count = archive->count_members();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shappmgr.h 116 virtual HRESULT WINAPI GetAppInfo(PAPPINFODATA pai) = 0;
128 HRESULT (WINAPI *GetAppInfo)(IShellApp *This,PAPPINFODATA pai);
142 #define IShellApp_GetAppInfo(This,pai) (This)->lpVtbl->GetAppInfo(This,pai)
149 HRESULT WINAPI IShellApp_GetAppInfo_Proxy(IShellApp *This,PAPPINFODATA pai);
193 HRESULT (WINAPI *GetAppInfo)(IPublishedApp *This,PAPPINFODATA pai);
210 #define IPublishedApp_GetAppInfo(This,pai) (This)->lpVtbl->GetAppInfo(This,pai)
  /prebuilts/go/darwin-x86/test/
index.go 81 var pai *[10]int = &ai
98 pai *[10]int
111 var t = T{si, ai, pai, sq, aq, paq, sib, aib, paib, sqb, aqb, paqb}
113 var pt = &T{si, ai, pai, sq, aq, paq, sib, aib, paib, sqb, aqb, paqb}
  /prebuilts/go/linux-x86/test/
index.go 81 var pai *[10]int = &ai
98 pai *[10]int
111 var t = T{si, ai, pai, sq, aq, paq, sib, aib, paib, sqb, aqb, paqb}
113 var pt = &T{si, ai, pai, sq, aq, paq, sib, aib, paib, sqb, aqb, paqb}

Completed in 2008 milliseconds