/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/ |
D | MainFragment.java | 26 import androidx.preference.ListPreference; 27 import androidx.preference.Preference; 28 import androidx.preference.PreferenceCategory; 29 import androidx.preference.PreferenceFragment; 30 import androidx.preference.PreferenceManager; 31 import androidx.preference.SwitchPreference; 132 public boolean onPreferenceClick(Preference preference) in createAllUseAnglePreference() 150 public boolean onPreferenceClick(Preference preference) in createShowAngleInUseDialogPreference() 274 public boolean onPreferenceChange(Preference preference, Object newValue) in initListPreference() 276 ListPreference listPreference = (ListPreference) preference; in initListPreference() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | units_router.cpp | 80 const auto preference = unitPrefs[i]; in init() local 83 MeasureUnitImpl::forIdentifier(preference->unit.data(), status); in init() 88 UnicodeString precision = preference->skeleton; in init() 103 preference->geq, std::move(precision), in init()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | units_router.cpp | 83 const auto &preference = *unitPreferences[i]; in init() local 86 MeasureUnitImpl::forIdentifier(preference.unit.data(), status); in init() 91 UnicodeString precision = preference.skeleton; in init() 106 preference.geq, std::move(precision), in init()
|
/third_party/icu/icu4c/source/i18n/ |
D | units_router.cpp | 80 const auto preference = unitPrefs[i]; in init() local 83 MeasureUnitImpl::forIdentifier(preference->unit.data(), status); in init() 88 UnicodeString precision = preference->skeleton; in init() 103 preference->geq, std::move(precision), in init()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
D | UnitsRouter.java | 63 UnitPreferences.UnitPreference preference = unitPreferences[i]; in UnitsRouter() local 66 MeasureUnitImpl.UnitsParser.parseForIdentifier(preference.getUnit()); in UnitsRouter() 68 String precision = preference.getSkeleton(); in UnitsRouter() 81 preference.getGeq(), precision, in UnitsRouter()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | mbo.c | 96 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].preference); in wpas_mbo_non_pref_chan_attr_body() 167 non_pref->preference != start_pref->preference) { in wpas_mbo_non_pref_chan_attrs() 307 return (int) a->preference - (int) b->preference; in wpa_non_pref_chan_cmp() 366 chan->preference = _preference; in wpas_mbo_update_non_pref_chan()
|
D | wnm_sta.c | 450 rep->preference = pos[0]; in wnm_parse_neighbor_report_elem() 725 if (nei->preference_present && nei->preference == 0) { in compare_scan_neighbor_results() 736 nei->preference_present ? nei->preference : in compare_scan_neighbor_results() 763 nei->preference_present ? nei->preference : in compare_scan_neighbor_results() 774 nei->preference_present ? nei->preference : in compare_scan_neighbor_results() 791 nei->preference_present ? nei->preference : in compare_scan_neighbor_results() 1182 if (bb->preference > aa->preference) in cand_pref_compar() 1184 if (bb->preference < aa->preference) in cand_pref_compar() 1216 nei->preference_present ? nei->preference : -1, in wnm_dump_cand_list() 1316 if (nei->preference_present && nei->preference == 0) in wnm_fetch_scan_results()
|
D | wnm_sta.h | 30 u8 preference; /* valid if preference_present=1 */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | mbo.c | 126 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].preference); in wpas_mbo_non_pref_chan_attr_body() 197 non_pref->preference != start_pref->preference) { in wpas_mbo_non_pref_chan_attrs() 337 return (int) a->preference - (int) b->preference; in wpa_non_pref_chan_cmp() 396 chan->preference = _preference; in wpas_mbo_update_non_pref_chan()
|
D | wnm_sta.c | 467 rep->preference = pos[0]; in wnm_parse_neighbor_report_elem() 742 if (nei->preference_present && nei->preference == 0) { in compare_scan_neighbor_results() 753 nei->preference_present ? nei->preference : in compare_scan_neighbor_results() 780 nei->preference_present ? nei->preference : in compare_scan_neighbor_results() 791 nei->preference_present ? nei->preference : in compare_scan_neighbor_results() 808 nei->preference_present ? nei->preference : in compare_scan_neighbor_results() 1214 if (bb->preference > aa->preference) in cand_pref_compar() 1216 if (bb->preference < aa->preference) in cand_pref_compar() 1248 nei->preference_present ? nei->preference : -1, in wnm_dump_cand_list() 1348 if (nei->preference_present && nei->preference == 0) in wnm_fetch_scan_results()
|
D | wnm_sta.h | 30 u8 preference; /* valid if preference_present=1 */ member
|
/third_party/node/deps/cares/src/lib/ |
D | ares_dns_private.h | 90 unsigned short preference; member 112 unsigned short preference; member
|
D | ares_parse_naptr_reply.c | 91 naptr_curr->preference = ares_dns_rr_get_u16(rr, ARES_RR_NAPTR_PREFERENCE); in ares_parse_naptr_reply()
|
/third_party/NuttX/ |
D | INVIOLABLES.md | 48 - Personal or organizational preference is not a justification for a 78 reasons of preference or priority. 110 - Changing things only to suit a personal or organizational preference.
|
/third_party/libinput/doc/user/ |
D | touchpad-pressure.rst | 15 libinput uses whichever is available but a preference is given to touch size 17 one type anyway, this internal preference does not usually matter.
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_power_preference.txt | 96 EGL_LOW_POWER_ANGLE preference, or contexts not allocated with 97 either preference.
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set1_curves.pod | 45 preference order. For a TLS client the groups are used directly in the 66 B<groups> array is in the form of a set of group NIDs in preference 96 should be used in preference.
|
D | SSL_CONF_cmd.pod | 57 Use server and not client preference order when determining which cipher suite, 89 its preference list. This usually indicates a client without AES hardware 111 algorithms in order of decreasing preference of the form B<algorithm+hash> 150 in order of preference with the most preferred group first. 180 colon-separated list of TLSv1.3 ciphersuite names in order of preference. This 286 colon-separated list of TLSv1.3 ciphersuite names in order of preference. This 344 in order of decreasing preference of the form B<algorithm+hash> or 386 order of preference with the most preferred group first. 478 B<ServerPreference>: use server and not client preference order when 484 ChaCha20 cipher at the top of its preference list. This usually indicates
|
D | SSL_get_ciphers.pod | 31 sorted by preference. If B<ssl> is NULL or no ciphers are available, NULL 37 B<ssl> as would be sent in a ClientHello (that is, sorted by preference).
|
/third_party/curl/docs/cmdline-opts/ |
D | form-string.md | 21 the value have no special meaning. Use this in preference to --form if
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MSA.txt | 15 chosen in preference to the other. 20 most hardware implementations so it is used in preference to bclri.b.
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_NETRC.md | 27 This parameter controls the preference *level* of libcurl between using 38 CURLOPT_USERPWD(3) or CURLOPT_USERNAME(3) in preference to any of
|
/third_party/tzdata/ |
D | leap-seconds.list | 39 # first preference is given to the end of December and June, and second preference at the end of Ma…
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_libglvnd.txt | 85 preference, with the most preferred vendor first." 133 should use the names earlier in the list in preference to names
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_libglvnd.txt | 85 preference, with the most preferred vendor first." 133 should use the names earlier in the list in preference to names
|