/external/webrtc/webrtc/base/ |
D | macconversion.cc | 54 CFNumberType ntype = CFNumberGetType(cfn); in p_convertCFNumberToInt() local 55 switch (ntype) { in p_convertCFNumberToInt() 58 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8)); in p_convertCFNumberToInt() 63 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16)); in p_convertCFNumberToInt() 68 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32)); in p_convertCFNumberToInt() 73 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64)); in p_convertCFNumberToInt() 78 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt() 84 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt() 90 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt() 96 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt() [all …]
|
/external/libedit/src/ |
D | keymacro.c | 191 keymacro_add(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) in keymacro_add() argument 199 if (ntype == XK_CMD && val->cmd == ED_SEQUENCE_LEAD_IN) { in keymacro_add() 210 (void) node__try(el, el->el_keymacro.map, key, val, ntype); in keymacro_add() 319 keymacro_value_t *val, int ntype) in node__try() argument 354 switch (ptr->type = ntype) { in node__try() 364 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype)); in node__try() 371 (void) node__try(el, ptr->next, str, val, ntype); in node__try() 586 keymacro_kprint(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) in keymacro_kprint() argument 593 switch (ntype) { in keymacro_kprint() 598 ntype == XK_STR ? "\"\"" : "[]"); in keymacro_kprint() [all …]
|
D | map.c | 1247 int ntype, rem; in map_bind() local 1261 ntype = XK_CMD; in map_bind() 1271 ntype = XK_STR; in map_bind() 1275 ntype = XK_EXE; in map_bind() 1348 switch (ntype) { in map_bind() 1357 terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype); in map_bind() 1359 keymacro_add(el, in, keymacro_map_str(el, out), ntype); in map_bind() 1371 terminal_set_arrow(el, in, keymacro_map_cmd(el, cmd), ntype); in map_bind() 1374 keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype); in map_bind() 1385 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype)); in map_bind()
|
/external/f2fs-tools/fsck/ |
D | fsck.c | 194 enum FILE_TYPE ftype, enum NODE_TYPE ntype, in sanity_check_nid() argument 224 if (ntype == TYPE_INODE && in sanity_check_nid() 231 if (ntype != TYPE_INODE && in sanity_check_nid() 246 if (ntype == TYPE_XATTR) { in sanity_check_nid() 256 if ((ntype == TYPE_INODE && ftype == F2FS_FT_DIR) || in sanity_check_nid() 257 (ntype == TYPE_XATTR && ftype == F2FS_FT_XATTR)) { in sanity_check_nid() 314 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype, in fsck_chk_node_blk() argument 323 if (sanity_check_nid(sbi, nid, node_blk, ftype, ntype, &ni)) in fsck_chk_node_blk() 326 if (ntype == TYPE_INODE) { in fsck_chk_node_blk() 329 switch (ntype) { in fsck_chk_node_blk() [all …]
|
D | dump.c | 139 static void dump_node_blk(struct f2fs_sb_info *sbi, int ntype, in dump_node_blk() argument 147 switch (ntype) { in dump_node_blk() 172 switch (ntype) { in dump_node_blk()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TZDBTimeZoneNames.java | 284 NameType ntype = match.type; in handlePrefixMatch() local 298 && (ntype == NameType.SHORT_STANDARD || ntype == NameType.SHORT_DAYLIGHT) in handlePrefixMatch() 301 ntype = NameType.SHORT_GENERIC; in handlePrefixMatch() 303 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength); in handlePrefixMatch()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TZDBTimeZoneNames.java | 286 NameType ntype = match.type; in handlePrefixMatch() local 300 && (ntype == NameType.SHORT_STANDARD || ntype == NameType.SHORT_DAYLIGHT) in handlePrefixMatch() 303 ntype = NameType.SHORT_GENERIC; in handlePrefixMatch() 305 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength); in handlePrefixMatch()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 1452 unsigned format, swap, ntype, endian; in si_cb() local 1531 ntype = V_028C70_NUMBER_FLOAT; in si_cb() 1533 ntype = V_028C70_NUMBER_UNORM; in si_cb() 1535 ntype = V_028C70_NUMBER_SRGB; in si_cb() 1538 ntype = V_028C70_NUMBER_SNORM; in si_cb() 1540 ntype = V_028C70_NUMBER_SINT; in si_cb() 1543 ntype = V_028C70_NUMBER_UNORM; in si_cb() 1545 ntype = V_028C70_NUMBER_UINT; in si_cb() 1558 if (ntype == V_028C70_NUMBER_UNORM || in si_cb() 1559 ntype == V_028C70_NUMBER_SNORM || in si_cb() [all …]
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 1263 unsigned format, swap, ntype, endian; in r600_init_color_surface() local 1310 ntype = V_0280A0_NUMBER_UNORM; in r600_init_color_surface() 1312 ntype = V_0280A0_NUMBER_SRGB; in r600_init_color_surface() 1315 ntype = V_0280A0_NUMBER_SNORM; in r600_init_color_surface() 1317 ntype = V_0280A0_NUMBER_SINT; in r600_init_color_surface() 1320 ntype = V_0280A0_NUMBER_UNORM; in r600_init_color_surface() 1322 ntype = V_0280A0_NUMBER_UINT; in r600_init_color_surface() 1339 if (ntype == V_0280A0_NUMBER_UINT || ntype == V_0280A0_NUMBER_SINT || in r600_init_color_surface() 1346 surf->alphatest_bypass = ntype == V_0280A0_NUMBER_UINT || ntype == V_0280A0_NUMBER_SINT; in r600_init_color_surface() 1352 S_0280A0_NUMBER_TYPE(ntype) | in r600_init_color_surface() [all …]
|
D | evergreen_state.c | 1248 unsigned format, swap, ntype, endian; in evergreen_init_color_surface() local 1329 ntype = V_028C70_NUMBER_UNORM; in evergreen_init_color_surface() 1331 ntype = V_028C70_NUMBER_SRGB; in evergreen_init_color_surface() 1334 ntype = V_028C70_NUMBER_SNORM; in evergreen_init_color_surface() 1336 ntype = V_028C70_NUMBER_SINT; in evergreen_init_color_surface() 1339 ntype = V_028C70_NUMBER_UNORM; in evergreen_init_color_surface() 1341 ntype = V_028C70_NUMBER_UINT; in evergreen_init_color_surface() 1357 if (ntype == V_028C70_NUMBER_UNORM || ntype == V_028C70_NUMBER_SNORM || in evergreen_init_color_surface() 1358 ntype == V_028C70_NUMBER_SRGB) in evergreen_init_color_surface() 1363 if (ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT || in evergreen_init_color_surface() [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | DOMHelper.java | 627 short ntype = n.getNodeType(); in getNamespaceOfNode() local 629 if (Node.ATTRIBUTE_NODE != ntype) in getNamespaceOfNode() 654 if (Node.ATTRIBUTE_NODE == ntype) in getNamespaceOfNode() 793 if (Node.ATTRIBUTE_NODE != ntype) in getNamespaceOfNode()
|
/external/webrtc/webrtc/p2p/base/ |
D | port_unittest.cc | 391 void TestLocalToStun(NATType ntype) { in TestLocalToStun() argument 394 nat_server2_.reset(CreateNatServer(kNatAddr2, ntype)); in TestLocalToStun() 397 TestConnectivity("udp", port1, StunName(ntype), port2, in TestLocalToStun() 398 ntype == NAT_OPEN_CONE, true, in TestLocalToStun() 399 ntype != NAT_SYMMETRIC, true); in TestLocalToStun() 409 void TestStunToLocal(NATType ntype) { in TestStunToLocal() argument 410 nat_server1_.reset(CreateNatServer(kNatAddr1, ntype)); in TestStunToLocal() 415 TestConnectivity(StunName(ntype), port1, "udp", port2, in TestStunToLocal() 416 true, ntype != NAT_SYMMETRIC, true, true); in TestStunToLocal() 430 void TestStunToRelay(NATType ntype, RelayType rtype, ProtocolType proto) { in TestStunToRelay() argument [all …]
|
/external/tcpdump/ |
D | print-decnet.c | 753 int ntype = info & 3; in print_t_info() local 754 switch (ntype) { in print_t_info() 832 int ntype = info & II_TYPEMASK; in print_i_info() local 833 switch (ntype) { in print_i_info()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTM.java | 1215 int ntype=n.getNodeType(); in logicalNextDOMTextNode() local 1216 if(TEXT_NODE != ntype && CDATA_SECTION_NODE != ntype) in logicalNextDOMTextNode()
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.cpp | 1692 UTimeZoneNameType ntype = match->type; in handleMatch() local 1706 && (ntype == UTZNM_SHORT_STANDARD || ntype == UTZNM_SHORT_DAYLIGHT) in handleMatch() 1709 ntype = UTZNM_SHORT_GENERIC; in handleMatch() 1721 fResults->addMetaZone(ntype, matchLength, UnicodeString(match->mzID, -1), status); in handleMatch()
|
/external/opencv3/modules/core/src/ |
D | stat.cpp | 2491 #define CV_DEF_NORM_FUNC(L, suffix, type, ntype) \ argument 2492 static int norm##L##_##suffix(const type* src, const uchar* mask, ntype* r, int len, int cn) \ 2495 const uchar* mask, ntype* r, int len, int cn) \
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jdt.launching_3.5.100.v20100526.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |