Home
last modified time | relevance | path

Searched refs:default_index (Results 1 – 13 of 13) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-aat-layout.c55 unsigned int default_index; in test_aat_get_feature_selectors() local
62 &default_index)); in test_aat_get_feature_selectors()
64 g_assert_cmpuint (0, ==, default_index); in test_aat_get_feature_selectors()
79 &default_index)); in test_aat_get_feature_selectors()
81 g_assert_cmpuint (0, ==, default_index); in test_aat_get_feature_selectors()
90 &default_index)); in test_aat_get_feature_selectors()
92 g_assert_cmpuint (HB_AAT_LAYOUT_NO_SELECTOR_INDEX, ==, default_index); in test_aat_get_feature_selectors()
/external/harfbuzz_ng/src/
Dhb-aat-layout-feat-table.hh109 unsigned int default_index = Index::NOT_FOUND_INDEX; in get_selector_infos() local
112 default_index = (featureFlags & NotDefault) ? featureFlags & IndexMask : 0; in get_selector_infos()
113 default_selector = settings_table[default_index].get_selector (); in get_selector_infos()
116 *pdefault_index = default_index; in get_selector_infos()
189 unsigned int *default_index /* OUT. May be NULL. */) const in get_selector_infos()
192 default_index, this); in get_selector_infos()
Dhb-aat-layout.cc389 unsigned int *default_index /* OUT. May be NULL. */) in hb_aat_layout_feature_type_get_selector_infos() argument
391 …le.feat->get_selector_infos (feature_type, start_offset, selector_count, selectors, default_index); in hb_aat_layout_feature_type_get_selector_infos()
Dhb-aat-layout.h457 unsigned int *default_index /* OUT. May be NULL. */);
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Ddecorators.py38 default_index = arg_index + defaults_length - len(arg_spec.args)
39 if default_index >= 0:
40 default = arg_spec.defaults[default_index]
/external/iproute2/testsuite/tests/tc/
Ddsmark.t14 dsmark indices 64 default_index 1 set_tc_index
Dcls-testbed.t48 dsmark indices 64 default_index 1 set_tc_index
/external/libnl/lib/route/qdisc/
Ddsmark.c309 uint16_t default_index) in rtnl_qdisc_dsmark_set_default_index() argument
316 dsmark->qdm_default_index = default_index; in rtnl_qdisc_dsmark_set_default_index()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc482 const int default_index = i - (attrs_.size() - params_with_default_.size()); in GetEagerFunctionSetup() local
483 if (default_index >= 0) { in GetEagerFunctionSetup()
484 const string& default_value = params_with_default_[default_index].second; in GetEagerFunctionSetup()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor.py1301 default_index = array_ops.fill(array_ops.stack([nrows, ncols]), nvals)
1302 indices = array_ops.where(has_value, nondefault_index, default_index)
/external/iproute2/bash-completion/
Dtc146 default_index|depth|direct_qlen|divisor|duplicate|ewma|flow_limit|\
357 _tc_once_attr 'indices default_index set_tc_index'
/external/v8/src/interpreter/
Dbytecode-generator.cc1423 int default_index = -1; in VisitSwitchStatement() local
1439 default_index = i; in VisitSwitchStatement()
1450 if (default_index >= 0) { in VisitSwitchStatement()
1452 switch_builder.DefaultAt(default_index); in VisitSwitchStatement()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp15258 uint32_t default_index; member
15266 default_index = queue_family_indices[0]; in Context()
15306 qf = &(context->queue_families[context->default_index]); in GetQueueFamilyInfo()