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

1 2

  /external/webrtc/webrtc/base/
macconversion.cc 54 CFNumberType ntype = CFNumberGetType(cfn); local
55 switch (ntype) {
58 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
63 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
68 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32));
73 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
78 converted = CFNumberGetValue(cfn, ntype,
84 converted = CFNumberGetValue(cfn, ntype,
90 converted = CFNumberGetValue(cfn, ntype,
96 converted = CFNumberGetValue(cfn, ntype,
    [all...]
  /external/libedit/src/
map.c 1247 int ntype, rem; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 286 NameType ntype = match.type; local
300 && (ntype == NameType.SHORT_STANDARD || ntype == NameType.SHORT_DAYLIGHT)
303 ntype = NameType.SHORT_GENERIC;
305 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 284 NameType ntype = match.type; local
298 && (ntype == NameType.SHORT_STANDARD || ntype == NameType.SHORT_DAYLIGHT)
301 ntype = NameType.SHORT_GENERIC;
303 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength);
  /prebuilts/gdb/darwin-x86/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
test_long.py 84 ntype = long variable in class:LongTest
    [all...]
  /prebuilts/gdb/linux-x86/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
test_long.py 84 ntype = long variable in class:LongTest
    [all...]
  /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
test_long.py 84 ntype = long variable in class:LongTest
    [all...]
  /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
test_long.py 84 ntype = long variable in class:LongTest
    [all...]
  /external/f2fs-tools/fsck/
fsck.c 194 enum FILE_TYPE ftype, enum NODE_TYPE ntype,
224 if (ntype == TYPE_INODE &&
231 if (ntype != TYPE_INODE &&
246 if (ntype == TYPE_XATTR) {
256 if ((ntype == TYPE_INODE && ftype == F2FS_FT_DIR) ||
257 (ntype == TYPE_XATTR && ftype == F2FS_FT_XATTR)) {
314 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype,
323 if (sanity_check_nid(sbi, nid, node_blk, ftype, ntype, &ni))
326 if (ntype == TYPE_INODE) {
329 switch (ntype) {
366 enum NODE_TYPE ntype; 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...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 133 int ntype; member in struct:Node
182 #define isvalue(n) ((n)->ntype == NVALUE)
183 #define isexpr(n) ((n)->ntype == NEXPR)
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 1215 int ntype=n.getNodeType(); local
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.y 57 %type <node> stmt ntype
426 dcl_name_list ntype
430 | dcl_name_list ntype '=' expr_list
440 dcl_name_list ntype '=' expr_list
451 | dcl_name_list ntype
470 typedclname ntype
1139 ntype
1250 | LDDD ntype
1255 ntype: label
1261 | '(' ntype ')'
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.y 54 %type <node> stmt ntype
423 dcl_name_list ntype
427 | dcl_name_list ntype '=' expr_list
437 dcl_name_list ntype '=' expr_list
448 | dcl_name_list ntype
467 typedclname ntype
1136 ntype
1247 | LDDD ntype
1252 ntype: label
1258 | '(' ntype ')'
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.y 57 %type <node> stmt ntype
426 dcl_name_list ntype
430 | dcl_name_list ntype '=' expr_list
440 dcl_name_list ntype '=' expr_list
451 | dcl_name_list ntype
470 typedclname ntype
1139 ntype
1250 | LDDD ntype
1255 ntype: label
1261 | '(' ntype ')'
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
go.y 54 %type <node> stmt ntype
423 dcl_name_list ntype
427 | dcl_name_list ntype '=' expr_list
437 dcl_name_list ntype '=' expr_list
448 | dcl_name_list ntype
467 typedclname ntype
1136 ntype
1247 | LDDD ntype
1252 ntype: label
1258 | '(' ntype ')'
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 365 unsigned short ntype; member in struct:xcoff32_symbol::sym
694 s->sym.ntype = bfd_h_get_16 (abfd, sym.e_type);
803 printf (" %04x %3u ", s->sym.ntype, s->sym.numaux);
    [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 1692 UTimeZoneNameType ntype = match->type; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 1248 unsigned format, swap, ntype, endian; local
    [all...]
r600_state.c 1263 unsigned format, swap, ntype, endian; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 1452 unsigned format, swap, ntype, endian; local
    [all...]

Completed in 571 milliseconds

1 2