Home
last modified time | relevance | path

Searched defs:pref (Results 1 – 25 of 58) sorted by relevance

123

/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
Dsource.pass.cpp54 path& pref = (p = S); in RunTestCase() local
66 path& pref = p.assign(S); in RunTestCase() local
80 path& pref = (p = S); in RunTestCase() local
92 path& pref = p.assign(S); in RunTestCase() local
107 path& pref = (p = TestPath); in RunTestCase() local
117 path& pref = p.assign(TestPath); in RunTestCase() local
127 path& pref = p.assign(TestPath, TestPathEnd); in RunTestCase() local
142 path& pref = (p = it); in RunTestCase() local
153 path& pref = p.assign(it); in RunTestCase() local
165 path& pref = p.assign(it, e); in RunTestCase() local
Dcopy.pass.cpp32 path& pref = (p2 = p); in main() local
Dmove.pass.cpp37 path& pref = (p2 = std::move(p)); in main() local
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dpath.pass.cpp37 path const& pref = e.path(); in test_path_method() local
70 path const& pref = e; in test_path_conversion() local
76 path const& pref = e; in test_path_conversion() local
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DSharedPrefUtil.java57 SharedPreferences pref = context.getSharedPreferences(EAB_SHARED_PREF, in getLastContactChangedTimestamp() local
71 SharedPreferences pref = context.getSharedPreferences(EAB_SHARED_PREF, in getLastProfileContactChangedTimestamp() local
85 SharedPreferences pref = context.getSharedPreferences(EAB_SHARED_PREF, in getLastContactDeletedTimestamp() local
DCapabilityPolling.java157 PresencePreferences pref = PresencePreferences.getInstance(); in setRcsTestMode() local
303 PresencePreferences pref = PresencePreferences.getInstance(); in publishStateChanged() local
380 PresencePreferences pref = PresencePreferences.getInstance(); in verifyPollingResult() local
718 PresencePreferences pref = PresencePreferences.getInstance(); in setDefaultSubscriberIds() local
/external/libdrm/nouveau/
Dbufctx.c85 struct nouveau_bufref_priv *pref; in nouveau_bufctx_del() local
103 struct nouveau_bufref_priv *pref; in nouveau_bufctx_reset() local
122 struct nouveau_bufref_priv *pref = pctx->free; in nouveau_bufctx_refn() local
/external/libxml2/
Dtestdict.c154 xmlChar *cur, *pref; in run_test2() local
317 xmlChar *cur, *pref; in run_test1() local
/external/perfetto/ui/src/frontend/
Daggregation_panel.ts45 const pref = globals.state.aggregatePreferences[id]; constant
/external/ltp/testcases/open_posix_testsuite/include/
Dnoatime.h25 int strpref(const char *str, const char *pref) in strpref()
/external/perfetto/ui/src/controller/aggregation/
Daggregation_controller.ts87 const pref = globals.state.aggregatePreferences[this.kind]; constant
/external/iproute2/ip/
Diprule.c68 unsigned int pref, prefmask; member
438 __u32 pref; in iprule_list_flush_or_save() local
625 __u32 pref; in iprule_modify() local
/external/kernel-headers/original/uapi/linux/
Dipv6_route.h36 #define RTF_PREF(pref) ((pref) << 27) argument
/external/catch2/misc/
Dcoverage-helper.cpp53 bool starts_with(std::string const& str, std::string const& pref) { in starts_with()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCurrencyTest.java768 String[] pref = Currency.getKeywordValuesForLocale("currency", loc, true); in TestGetKeywordValues() local
769 assertEquals(loc.toString(), expected, pref); in TestGetKeywordValues() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DCurrencyTest.java771 String[] pref = Currency.getKeywordValuesForLocale("currency", loc, true); in TestGetKeywordValues() local
772 assertEquals(loc.toString(), expected, pref); in TestGetKeywordValues() local
/external/ipsec-tools/src/racoon/
Disakmp_quick.c1669 u_int8_t pref; local
2142 u_int8_t pref; local
/external/u-boot/drivers/pci/
Dpcie_fsl.c220 struct pci_region *io, *mem, *pref; in fsl_pcie_setup_law() local
316 struct pci_region *io, *mem, *pref; in fsl_pcie_setup_outbound_wins() local
Dpcie_layerscape.c146 struct pci_region *io, *mem, *pref; in ls_pcie_setup_atu() local
/external/wpa_supplicant_8/wpa_supplicant/
Dwnm_sta.c878 u8 pref) in wnm_add_nei_rep()
910 u8 pref) in wnm_nei_rep_add_bss()
965 unsigned int i, pref = 255; in wnm_add_cand_list() local
/external/elfutils/libcpu/
Di386_disasm.c115 #define prefbit(pref) has_##pref = 1 << idx_##pref argument
152 #define newpref(pref) [idx_##pref] = prefix_##pref argument
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-khmer.cc164 hb_indic_would_substitute_feature_t pref; member
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationServiceTest.java497 String[] pref = Collator.getKeywordValuesForLocale("collation", loc, true); in TestGetKeywordValues() local
/external/ipsec-tools/src/libipsec/
Dpfkey_dump.c695 str_prefport(family, pref, port, ulp) in str_prefport() argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationServiceTest.java500 String[] pref = Collator.getKeywordValuesForLocale("collation", loc, true); in TestGetKeywordValues() local

123