Searched refs:default_index (Results 1 – 12 of 12) 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 | 108 unsigned int default_index = Index::NOT_FOUND_INDEX; in get_selector_infos() local 111 default_index = (featureFlags & NotDefault) ? featureFlags & IndexMask : 0; in get_selector_infos() 112 default_selector = settings_table[default_index].get_selector (); in get_selector_infos() 115 *pdefault_index = default_index; in get_selector_infos() 185 unsigned int *default_index /* OUT. May be NULL. */) const in get_selector_infos() 188 default_index, this); in get_selector_infos()
|
D | hb-aat-layout.cc | 382 unsigned int *default_index /* OUT. May be NULL. */) in hb_aat_layout_feature_type_get_selector_infos() argument 384 …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 | 688 const int default_index = i - (attrs_.size() - params_with_default_.size()); in GetEagerFunctionSetup() local 689 if (default_index >= 0) { in GetEagerFunctionSetup() 690 const string& default_value = params_with_default_[default_index].second; in GetEagerFunctionSetup()
|
/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/vulkan-validation-layers/tests/ |
D | layer_validation_tests.h | 690 uint32_t default_index; member
|
D | layer_validation_tests.cpp | 1900 default_index = queue_family_indices[0]; in Context() 1943 qf = &(context->queue_families[context->default_index]); in GetQueueFamilyInfo()
|