Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dcrestst.c273 UBool is_in[3]; in testTag() local
290 is_in[0] = in_Root; in testTag()
291 is_in[1] = in_te; in testTag()
292 is_in[2] = in_te_IN; in testTag()
335 if (is_in[j] && param[i].inherits[j]) in testTag()
350 is_in[j]?"Yes":"No", in testTag()
361 if (is_in[j]) in testTag()
Dcreststn.c1644 UBool is_in[3]; in testTag() local
1678 is_in[0] = in_Root; in testTag()
1679 is_in[1] = in_te; in testTag()
1680 is_in[2] = in_te_IN; in testTag()
1707 if (is_in[j] && param[i].inherits[j]) in testTag()
1722 is_in[j]?"Yes":"No", in testTag()
1733 if (is_in[j]) in testTag()
/third_party/boost/libs/locale/src/shared/
Dmo_lambda.cpp220 static inline bool is_in(int v,int *p) in is_in() function
288 while(is_in(t.next(),list)) { \
340 if(is_in(t.next(),level_unary)) { in un_expr()
/third_party/icu/icu4c/source/test/intltest/
Drestest.cpp336 UBool is_in[] = { in_Root, in_te, in_te_IN }; in testTag() local
380 if (is_in[j] && param[i].inherits[j]) in testTag()
398 if (is_in[j]) in testTag()
Drestsnew.cpp688 UBool is_in[] = { in_Root, in_te, in_te_IN }; in testTag() local
732 if (is_in[j] && param[i].inherits[j]) in testTag()
750 if (is_in[j]) in testTag()
/third_party/mindspore/mindspore/core/abstract/
Dabstract_function.cc91 return std::all_of(is_in_list.begin(), is_in_list.end(), [](bool is_in) { return is_in; }); in IsSuperSet() argument
/third_party/glib/gio/
Dgdbusintrospection.c1452 gboolean is_in; in parser_start_element() local
1477 is_in = TRUE; in parser_start_element()
1479 is_in = FALSE; in parser_start_element()
1483 is_in = TRUE; in parser_start_element()
1485 is_in = FALSE; in parser_start_element()
1497 if (is_in && strcmp (stack->next->data, "signal") == 0) in parser_start_element()
1512 if (is_in) in parser_start_element()
Dgunixmounts.c206 is_in (const char *value, const char *set[]) in is_in() function
279 if (is_in (mount_path, ignore_mountpoints)) in g_unix_is_mount_path_system_internal()
359 return is_in (fs_type, ignore_fs); in g_unix_is_system_fs_type()
393 return is_in (device_path, ignore_devices); in g_unix_is_system_device_path()
/third_party/quickjs/
Dlibunicode.c358 int a_idx, b_idx, is_in; in cr_op() local
387 is_in = (a_idx & 1) | (b_idx & 1); in cr_op()
390 is_in = (a_idx & 1) & (b_idx & 1); in cr_op()
393 is_in = (a_idx & 1) ^ (b_idx & 1); in cr_op()
398 if (is_in != (cr->len & 1)) { in cr_op()
/third_party/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()
/third_party/ffmpeg/
Dconfigure781 is_in(){ function
827 is_in $dep $LIBRARY_LIST && continue
4007 is_in ${comp} $COMPONENT_LIST && eval comp=\$$(toupper ${comp%s})_LIST
4070 is_in "${thing}s" $COMPONENT_LIST || die_unknown "$opt"
4090 if is_in $option $COMPONENT_LIST; then
4093 elif is_in $option $CMDLINE_SELECT; then
4101 is_in $NAME $COMPONENT_LIST || die_unknown $opt
4118 if is_in $optname $CMDLINE_SET; then
4120 elif is_in $optname $CMDLINE_APPEND; then
4371 elif is_in -static $cc $LDFLAGS && ! is_in --static $pkg_config $pkg_config_flags; then
[all …]
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp227 static bool is_in(const Modifiers& m) { in is_in() function
1218 if (is_in(paramModifiers)) { in writeFunctionCallArgument()