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

1 2

  /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...]
  /external/chromium_org/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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_int.py 53 ntype = None variable in class:IntLongCommonTests
56 self.assertEqual(self.ntype(), 0)
60 self.assertEqual(self.ntype(x=1.2), 1)
61 self.assertEqual(self.ntype('100', base=2), 4)
62 self.assertEqual(self.ntype(x='100', base=2), 4)
63 self.assertRaises(TypeError, self.ntype, base=10)
64 self.assertRaises(TypeError, self.ntype, base=0)
68 ntype = int variable in class:IntTestCases
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_int.py 53 ntype = None variable in class:IntLongCommonTests
56 self.assertEqual(self.ntype(), 0)
60 self.assertEqual(self.ntype(x=1.2), 1)
61 self.assertEqual(self.ntype('100', base=2), 4)
62 self.assertEqual(self.ntype(x='100', base=2), 4)
63 self.assertRaises(TypeError, self.ntype, base=10)
64 self.assertRaises(TypeError, self.ntype, base=0)
68 ntype = int variable in class:IntTestCases
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
si_state.c 1452 unsigned format, swap, ntype, endian; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 1452 unsigned format, swap, ntype, endian; local
    [all...]
  /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/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state.c 1263 unsigned format, swap, ntype, endian; local
    [all...]
evergreen_state.c 1248 unsigned format, swap, ntype, endian; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 1263 unsigned format, swap, ntype, endian; local
    [all...]
evergreen_state.c 1248 unsigned format, swap, ntype, endian; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port_unittest.cc 359 void TestLocalToStun(NATType ntype) {
361 nat_server2_.reset(CreateNatServer(kNatAddr2, ntype));
363 TestConnectivity("udp", port1, StunName(ntype), port2,
364 ntype == NAT_OPEN_CONE, true,
365 ntype != NAT_SYMMETRIC, true);
373 void TestStunToLocal(NATType ntype) {
374 nat_server1_.reset(CreateNatServer(kNatAddr1, ntype));
377 TestConnectivity(StunName(ntype), port1, "udp", port2,
378 true, ntype != NAT_SYMMETRIC, true, true);
390 void TestStunToRelay(NATType ntype, RelayType rtype, ProtocolType proto)
    [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;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfdlink.h 508 NBFD is the BFD of the new symbol. NTYPE is the type of the new
510 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
515 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfdlink.h 539 NBFD is the BFD of the new symbol. NTYPE is the type of the new
541 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
545 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 508 NBFD is the BFD of the new symbol. NTYPE is the type of the new
510 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
515 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfdlink.h 539 NBFD is the BFD of the new symbol. NTYPE is the type of the new
541 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
545 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 508 NBFD is the BFD of the new symbol. NTYPE is the type of the new
510 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
515 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
bfdlink.h 539 NBFD is the BFD of the new symbol. NTYPE is the type of the new
541 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
545 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 508 NBFD is the BFD of the new symbol. NTYPE is the type of the new
510 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
515 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/
bfdlink.h 539 NBFD is the BFD of the new symbol. NTYPE is the type of the new
541 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
545 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfdlink.h 508 NBFD is the BFD of the new symbol. NTYPE is the type of the new
510 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
515 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/
bfdlink.h 539 NBFD is the BFD of the new symbol. NTYPE is the type of the new
541 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
545 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);

Completed in 769 milliseconds

1 2