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

1 2 3 4

  /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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
syn.h 166 if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\
167 else (*(fpTrans[(p)->ntype]))( p );}
170 (*(fpPrint[(p)->ntype]))( p );}
173 (a) = (*(fpReach[(p)->ntype]))( p, k, rk );}
179 else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );}
183 *** (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );}
191 NodeType ntype; member in class:Node
198 NodeType ntype; member in struct:_node
210 NodeType ntype; member in struct:ActionNode::_anode
245 NodeType ntype; member in struct:TokNode::_toknode
289 NodeType ntype; member in struct:RuleRefNode::_rrnode
322 NodeType ntype; member in struct:Junction::_junct
    [all...]
dumpnode.c 42 if ( p->ntype == nJunction &&
173 switch (p->ntype) {
210 if (j->p2->ntype == nJunction) {
269 if (p->ntype == nJunction) {
287 if (p->ntype == nJunction) {
306 if (p->ntype == nRuleRef) {
308 } else if (p->ntype == nAction) {
310 } else if (p->ntype == nToken) {
334 if (next->ntype == nJunction) {
359 if (next->ntype == nJunction) {
    [all...]
misc.c 366 require(p->ntype>=1 && p->ntype<=NumNodeTypes, "Remap...: invalid diagram node");
367 switch ( p->ntype )
1019 if ( p->ntype==nAction )
1024 if ( p->ntype!=nJunction )
1054 require(q->ntype==nJunction, "pJunc: not junction");
1062 if ( q->end->p1 != NULL && ((Junction *)q->end->p1)->ntype==nJunction &&
1179 require(p->ntype==nRuleRef, "pRuleRef: not rule ref node");
    [all...]
build.c 66 if ( p->ntype == nRuleRef )
70 else if ( p->ntype == nJunction )
553 if ( p->p1->ntype == nJunction &&
658 p->ntype = nToken;
692 p->ntype = nRuleRef;
729 p->ntype = nJunction;
767 p->ntype = nAction;
  /toolchain/binutils/binutils-2.25/binutils/
rdcoff.c 139 /* Parse a COFF type code in NTYPE. */
143 struct coff_types *types, long coff_symno, int ntype,
149 if ((ntype & ~N_BTMASK) != 0)
153 newtype = DECREF (ntype);
155 if (ISPTR (ntype))
161 else if (ISFCN (ntype))
168 else if (ISARY (ntype))
203 non_fatal (_("parse_coff_type: Bad type code 0x%x"), ntype);
232 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype,
236 /* Parse a basic COFF type in NTYPE. *
    [all...]
  /external/libedit/src/
keymacro.c 187 * code is applied to the existing key. Ntype specifies if code is a
191 keymacro_add(EditLine *el, const Char *key, keymacro_value_t *val, int ntype)
199 if (ntype == XK_CMD && val->cmd == ED_SEQUENCE_LEAD_IN) {
210 (void) node__try(el, el->el_keymacro.map, key, val, ntype);
319 keymacro_value_t *val, int ntype)
354 switch (ptr->type = ntype) {
364 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
371 (void) node__try(el, ptr->next, str, val, ntype);
586 keymacro_kprint(EditLine *el, const Char *key, keymacro_value_t *val, int ntype)
593 switch (ntype) {
    [all...]
map.c 1247 int ntype, rem; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 296 NameType ntype = match.type; local
310 && (ntype == NameType.SHORT_STANDARD || ntype == NameType.SHORT_DAYLIGHT)
313 ntype = NameType.SHORT_GENERIC;
315 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 294 NameType ntype = match.type; local
308 && (ntype == NameType.SHORT_STANDARD || ntype == NameType.SHORT_DAYLIGHT)
311 ntype = NameType.SHORT_GENERIC;
313 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength);
  /external/mesa3d/src/compiler/nir/
nir_lower_io_types.c 61 const struct glsl_type *ntype = local
65 ntype, NULL);
  /external/python/cpython2/Lib/test/
test_int.py 56 ntype = None variable in class:IntLongCommonTests
59 self.assertEqual(self.ntype(), 0)
63 self.assertEqual(self.ntype(x=1.2), 1)
64 self.assertEqual(self.ntype('100', base=2), 4)
65 self.assertEqual(self.ntype(x='100', base=2), 4)
66 self.assertRaises(TypeError, self.ntype, base=10)
67 self.assertRaises(TypeError, self.ntype, base=0)
71 ntype = int variable in class:IntTestCases
  /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
  /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
  /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/mesa3d/src/amd/vulkan/
radv_formats.c 396 unsigned ntype; local
398 ntype = V_028C70_NUMBER_FLOAT;
400 ntype = V_028C70_NUMBER_UNORM;
402 ntype = V_028C70_NUMBER_SRGB;
405 ntype = V_028C70_NUMBER_SINT;
407 ntype = V_028C70_NUMBER_SNORM;
409 ntype = ~0u;
412 ntype = V_028C70_NUMBER_UINT;
414 ntype = V_028C70_NUMBER_UNORM;
416 ntype = ~0u
    [all...]
radv_device.c 1586 unsigned ntype, format, swap, endian; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c 1563 int ntype = TYPE(CHILD(tree, 0)); local
1598 int ntype; local
1954 int ntype = TYPE(CHILD(tree, 0)); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
parsermodule.c 1534 int ntype = TYPE(CHILD(tree, 0)); local
1569 int ntype; local
1925 int ntype = TYPE(CHILD(tree, 0)); local
    [all...]
  /external/python/cpython2/Modules/
parsermodule.c 1563 int ntype = TYPE(CHILD(tree, 0)); local
1598 int ntype; local
1954 int ntype = TYPE(CHILD(tree, 0)); local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 2064 unsigned format, swap, ntype, endian; local
    [all...]
  /external/f2fs-tools/fsck/
fsck.c 349 enum FILE_TYPE ftype, enum NODE_TYPE ntype,
379 if (ntype == TYPE_INODE &&
391 if (ntype != TYPE_INODE &&
406 if (ntype == TYPE_XATTR) {
416 if ((ntype == TYPE_INODE && ftype == F2FS_FT_DIR) ||
417 (ntype == TYPE_XATTR && ftype == F2FS_FT_XATTR)) {
430 if (ntype == TYPE_INODE &&
487 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype,
496 if (sanity_check_nid(sbi, nid, node_blk, ftype, ntype, &ni))
499 if (ntype == TYPE_INODE)
597 enum NODE_TYPE ntype; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
closure.go 12 func closurehdr(ntype *Node) {
14 n.Func.Ntype = ntype
20 // steal ntype's argument names and
25 n.List.Set(ntype.List.Slice())
27 n.Rlist.Set(ntype.Rlist.Slice())
28 ntype.List.Set(nil)
29 ntype.Rlist.Set(nil)
40 ntype.List.Append(a)
47 ntype.Rlist.Append(nod(ODCLFIELD, name, n2.Right)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
closure.go 12 func closurehdr(ntype *Node) {
14 n.Func.Ntype = ntype
20 // steal ntype's argument names and
25 n.List.Set(ntype.List.Slice())
27 n.Rlist.Set(ntype.Rlist.Slice())
28 ntype.List.Set(nil)
29 ntype.Rlist.Set(nil)
40 ntype.List.Append(a)
47 ntype.Rlist.Append(nod(ODCLFIELD, name, n2.Right)
    [all...]

Completed in 1052 milliseconds

1 2 3 4