Home
last modified time | relevance | path

Searched refs:is_in (Results 1 – 9 of 9) sorted by relevance

/external/libmtp/util/
Dmtp-probe.c71 int is_in = 0; in get_ep_type() local
117 is_in = 1; in get_ep_type()
121 if (is_bulk && is_in) in get_ep_type()
125 if (is_interrupt && is_in) in get_ep_type()
/external/icu/icu4c/source/test/cintltst/
Dcrestst.c246 UBool is_in[3]; in testTag() local
263 is_in[0] = in_Root; in testTag()
264 is_in[1] = in_te; in testTag()
265 is_in[2] = in_te_IN; in testTag()
308 if (is_in[j] && param[i].inherits[j]) in testTag()
323 is_in[j]?"Yes":"No", in testTag()
334 if (is_in[j]) in testTag()
Dcreststn.c1588 UBool is_in[3]; in testTag() local
1622 is_in[0] = in_Root; in testTag()
1623 is_in[1] = in_te; in testTag()
1624 is_in[2] = in_te_IN; in testTag()
1651 if (is_in[j] && param[i].inherits[j]) in testTag()
1666 is_in[j]?"Yes":"No", in testTag()
1677 if (is_in[j]) in testTag()
/external/libvpx/libvpx/build/make/
Dconfigure.sh151 is_in(){ function
209 is_in "${1}" vp8 vp9 && enable_feature "${1}_encoder" "${1}_decoder"
216 is_in "${1}" vp8 vp9 && disable_feature "${1}_encoder" "${1}_decoder"
539 if is_in ${option} ${ARCH_EXT_LIST}; then
542 is_in ${option} ${CMDLINE_SELECT} || die_unknown $opt
545 is_in ${option} ${CMDLINE_SELECT} || die_unknown $opt
552 if is_in ${option} ${ARCH_EXT_LIST}; then
765 is_in ${toolchain} ${all_platforms} || enabled force_toolchain \
/external/icu/icu4c/source/test/intltest/
Drestest.cpp312 UBool is_in[] = { in_Root, in_te, in_te_IN }; in testTag() local
356 if (is_in[j] && param[i].inherits[j]) in testTag()
374 if (is_in[j]) in testTag()
Drestsnew.cpp644 UBool is_in[] = { in_Root, in_te, in_te_IN }; in testTag() local
688 if (is_in[j] && param[i].inherits[j]) in testTag()
706 if (is_in[j]) in testTag()
/external/libvpx/libvpx/
Dconfigure392 if is_in ${option} ${EXPERIMENT_LIST}; then
398 elif is_in ${option} "${CODECS} ${CODEC_FAMILIES}"; then
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c762 bool is_in = *file == TGSI_FILE_INPUT; in parse_register_dcl() local
776 if ((ctx->processor == PIPE_SHADER_GEOMETRY && is_in) || in parse_register_dcl()
777 (ctx->processor == PIPE_SHADER_TESS_EVAL && is_in) || in parse_register_dcl()
778 (ctx->processor == PIPE_SHADER_TESS_CTRL && (is_in || is_out))) { in parse_register_dcl()
/external/v8/tools/
Dgrokdump.py775 def is_in(reader, start, size, location): function
779 self.ForEachMemoryRegion(is_in)