Searched refs:ntype (Results 1 - 15 of 15) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dmacconversion.cc71 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/
H A Dmacconversion.cc71 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/mesa/src/src/gallium/drivers/radeonsi/
H A Dsi_state.c1452 unsigned format, swap, ntype, endian; local
1531 ntype = V_028C70_NUMBER_FLOAT;
1533 ntype = V_028C70_NUMBER_UNORM;
1535 ntype = V_028C70_NUMBER_SRGB;
1538 ntype = V_028C70_NUMBER_SNORM;
1540 ntype = V_028C70_NUMBER_SINT;
1543 ntype = V_028C70_NUMBER_UNORM;
1545 ntype = V_028C70_NUMBER_UINT;
1558 if (ntype == V_028C70_NUMBER_UNORM ||
1559 ntype
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1452 unsigned format, swap, ntype, endian; local
1531 ntype = V_028C70_NUMBER_FLOAT;
1533 ntype = V_028C70_NUMBER_UNORM;
1535 ntype = V_028C70_NUMBER_SRGB;
1538 ntype = V_028C70_NUMBER_SNORM;
1540 ntype = V_028C70_NUMBER_SINT;
1543 ntype = V_028C70_NUMBER_UNORM;
1545 ntype = V_028C70_NUMBER_UINT;
1558 if (ntype == V_028C70_NUMBER_UNORM ||
1559 ntype
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java627 short ntype = n.getNodeType();
629 if (Node.ATTRIBUTE_NODE != ntype)
654 if (Node.ATTRIBUTE_NODE == ntype)
793 if (Node.ATTRIBUTE_NODE != ntype)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_state.c1263 unsigned format, swap, ntype, endian; local
1310 ntype = V_0280A0_NUMBER_UNORM;
1312 ntype = V_0280A0_NUMBER_SRGB;
1315 ntype = V_0280A0_NUMBER_SNORM;
1317 ntype = V_0280A0_NUMBER_SINT;
1320 ntype = V_0280A0_NUMBER_UNORM;
1322 ntype = V_0280A0_NUMBER_UINT;
1339 if (ntype == V_0280A0_NUMBER_UINT || ntype == V_0280A0_NUMBER_SINT ||
1346 surf->alphatest_bypass = ntype
[all...]
H A Devergreen_state.c1248 unsigned format, swap, ntype, endian; local
1329 ntype = V_028C70_NUMBER_UNORM;
1331 ntype = V_028C70_NUMBER_SRGB;
1334 ntype = V_028C70_NUMBER_SNORM;
1336 ntype = V_028C70_NUMBER_SINT;
1339 ntype = V_028C70_NUMBER_UNORM;
1341 ntype = V_028C70_NUMBER_UINT;
1357 if (ntype == V_028C70_NUMBER_UNORM || ntype == V_028C70_NUMBER_SNORM ||
1358 ntype
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c1263 unsigned format, swap, ntype, endian; local
1310 ntype = V_0280A0_NUMBER_UNORM;
1312 ntype = V_0280A0_NUMBER_SRGB;
1315 ntype = V_0280A0_NUMBER_SNORM;
1317 ntype = V_0280A0_NUMBER_SINT;
1320 ntype = V_0280A0_NUMBER_UNORM;
1322 ntype = V_0280A0_NUMBER_UINT;
1339 if (ntype == V_0280A0_NUMBER_UINT || ntype == V_0280A0_NUMBER_SINT ||
1346 surf->alphatest_bypass = ntype
[all...]
H A Devergreen_state.c1248 unsigned format, swap, ntype, endian; local
1329 ntype = V_028C70_NUMBER_UNORM;
1331 ntype = V_028C70_NUMBER_SRGB;
1334 ntype = V_028C70_NUMBER_SNORM;
1336 ntype = V_028C70_NUMBER_SINT;
1339 ntype = V_028C70_NUMBER_UNORM;
1341 ntype = V_028C70_NUMBER_UINT;
1357 if (ntype == V_028C70_NUMBER_UNORM || ntype == V_028C70_NUMBER_SNORM ||
1358 ntype
[all...]
/external/tcpdump/
H A Dprint-decnet.c314 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;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport_unittest.cc359 void TestLocalToStun(NATType ntype) { argument
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) { argument
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, RelayTyp
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_c_proto.py358 ntype, mode = self.GetRootTypeMode(node, release, mode)
359 out = CGen.TypeMap[ntype][mode] % name
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java1215 int ntype=n.getNodeType();
1216 if(TEXT_NODE != ntype && CDATA_SECTION_NODE != ntype)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 497 milliseconds