Searched refs:default_index (Results 1 – 13 of 13) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-aat-layout.c | 55 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/ |
D | hb-aat-layout-feat-table.hh | 109 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()
|
D | hb-aat-layout.cc | 389 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()
|
D | hb-aat-layout.h | 457 unsigned int *default_index /* OUT. May be NULL. */);
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | decorators.py | 38 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/ |
D | dsmark.t | 14 dsmark indices 64 default_index 1 set_tc_index
|
D | cls-testbed.t | 48 dsmark indices 64 default_index 1 set_tc_index
|
/external/libnl/lib/route/qdisc/ |
D | dsmark.c | 309 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/ |
D | python_op_gen.cc | 482 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/ |
D | ragged_tensor.py | 1301 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/ |
D | tc | 146 default_index|depth|direct_qlen|divisor|duplicate|ewma|flow_limit|\ 357 _tc_once_attr 'indices default_index set_tc_index'
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 1423 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/ |
D | layer_validation_tests.cpp | 15258 uint32_t default_index; member 15266 default_index = queue_family_indices[0]; in Context() 15306 qf = &(context->queue_families[context->default_index]); in GetQueueFamilyInfo()
|