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

  /external/chromium/third_party/libjingle/source/talk/base/
macconversion.cc 71 CFNumberType ntype = CFNumberGetType(cfn); local
72 switch (ntype) {
75 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
80 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
85 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32));
90 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
95 converted = CFNumberGetValue(cfn, ntype,
101 converted = CFNumberGetValue(cfn, ntype,
107 converted = CFNumberGetValue(cfn, ntype,
113 converted = CFNumberGetValue(cfn, ntype,
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
parse.c 46 a->ntype = NSTAT;
101 x->ntype = NSTAT;
110 x->ntype = NSTAT;
119 x->ntype = NSTAT;
128 x->ntype = NSTAT;
137 x->ntype = NEXPR;
146 x->ntype = NEXPR;
155 x->ntype = NEXPR;
164 x->ntype = NEXPR;
175 x->ntype = NVALUE
    [all...]
awk.h 133 int ntype; member in struct:Node
182 #define isvalue(n) ((n)->ntype == NVALUE)
183 #define isexpr(n) ((n)->ntype == NEXPR)
b.c 41 #define info(v) (v)->ntype /* badly overloaded here */
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 627 short ntype = n.getNodeType(); local
629 if (Node.ATTRIBUTE_NODE != ntype)
654 if (Node.ATTRIBUTE_NODE == ntype)
793 if (Node.ATTRIBUTE_NODE != ntype)
    [all...]
  /external/tcpdump/
print-decnet.c 314 int ntype = info & 3; local
315 switch (ntype) {
316 case 0: (void)printf("reserved-ntype? "); break;
390 int ntype = info & II_TYPEMASK; local
391 switch (ntype) {
392 case 0: (void)printf("reserved-ntype? "); break;
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 506 NBFD is the BFD of the new symbol. NTYPE is the type of the new
508 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
513 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 506 NBFD is the BFD of the new symbol. NTYPE is the type of the new
508 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
513 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h 480 NBFD is the BFD of the new symbol. NTYPE is the type of the new
482 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
487 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 1215 int ntype=n.getNodeType(); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogAdapter.java 546 final int ntype = info.type; local
559 callTypes, date, duration, name, ntype, label, lookupUri, null);

Completed in 547 milliseconds