Searched refs:pref (Results 176 - 200 of 274) sorted by relevance

1234567891011

/external/fdlibm/
H A Dconfigure383 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
387 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
466 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
468 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
471 -program-prefix | --program-prefix | --program-prefi | --program-pref \
475 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.h190 int pref; member in struct:cricket::WebRtcVideoEngine::VideoCodecPref
H A Dwebrtcvideoengine.cc1398 const VideoCodecPref& pref(kVideoCodecPrefs[i]);
1400 found = (in_codec.name == pref.name);
1402 VideoCodec codec(pref.payload_type, pref.name,
1408 if (pref.associated_payload_type != -1) {
1410 pref.associated_payload_type);
H A Dwebrtcvoiceengine.cc499 const CodecPref* pref = NULL; local
504 pref = &kCodecPrefs[j];
509 if (pref) {
510 // Use the payload type that we've configured in our pref table;
511 // use the offset in our pref table to determine the sort order.
512 AudioCodec codec(pref->payload_type, voe_codec.plname, voe_codec.plfreq,
514 ARRAY_SIZE(kCodecPrefs) - (pref - kCodecPrefs));
/external/llvm/test/MC/Mips/mips64r2/
H A Dvalid.s192 pref 1, 8($5) # CHECK: pref 1, 8($5) # encoding: [0xcc,0xa1,0x00,0x08]
/external/chromium_org/chrome/browser/devtools/device/
H A Ddevtools_android_bridge.cc923 const PrefService::Preference* pref = local
925 const base::Value* pref_value = pref->GetValue();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_management_unittest.cc544 PrefUpdater pref(pref_service_.get());
545 pref.SetBlacklistedByDefault(false);
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.cc237 const PrefService::Preference* pref = local
240 // If the pref is not its default value, then the migration has already been
242 if (!pref->IsDefaultValue())
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c3642 struct p2p_channel *pref = NULL, *n; local
3657 n = os_realloc_array(pref, num + 1,
3661 pref = n;
3662 pref[num].op_class = op_class;
3663 pref[num].chan = chan;
3673 config->p2p_pref_chan = pref;
3682 os_free(pref);
/external/chromium_org/extensions/browser/
H A Dextension_prefs.cc131 // extension file access by renaming the pref. We should eventually clean up
216 // Extension pref does not exist, create it.
865 NOTREACHED() << "Invalid pref for extension " << it.key();
1196 LOG(ERROR) << "Bad pref 'state' for extension '" << id << "'";
1255 // true, which signifies that the registry key was deleted or the pref file
1504 // Some extension pref values are written conditionally. If they are not
1743 NOTREACHED() << "Invalid pref for extension " << it.key();
1981 const char* pref,
1985 const base::Value* user_pref_value = prefs_->GetUserPrefValue(pref);
2006 const char* pref,
1980 GetUserExtensionPrefIntoContainer( const char* pref, ExtensionIdContainer* id_container_out) argument
2005 SetExtensionPrefFromContainer( const char* pref, const ExtensionIdContainer& strings) argument
[all...]
/external/chromium_org/third_party/libxml/src/
H A DSAX2.c2165 const xmlChar *uri, *pref; local
2232 pref = namespaces[i++];
2234 ns = xmlNewNs(NULL, uri, pref);
2242 if ((URI != NULL) && (prefix == pref))
H A Dcatalog.c1222 xmlCatalogPrefer pref = XML_CATA_PREFER_NONE; local
1236 pref = prefer;
1240 entry = xmlNewCatalogEntry(XML_CATA_GROUP, prop, base, NULL, pref, cgroup);
/external/jpeg/
H A Dconfigure129 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
133 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
260 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
262 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
265 -program-prefix | --program-prefix | --program-prefi | --program-pref \
269 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/external/libxml2/
H A DSAX2.c2203 const xmlChar *uri, *pref; local
2291 pref = namespaces[i++];
2293 ns = xmlNewNs(NULL, uri, pref);
2301 if ((URI != NULL) && (prefix == pref))
H A Dcatalog.c1220 xmlCatalogPrefer pref = XML_CATA_PREFER_NONE; local
1234 pref = prefer;
1238 entry = xmlNewCatalogEntry(XML_CATA_GROUP, prop, base, NULL, pref, cgroup);
/external/qemu/distrib/jpeg-6b/
H A Dconfigure129 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
133 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
260 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
262 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
265 -program-prefix | --program-prefix | --program-prefi | --program-pref \
269 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest.cc78 SessionStartupPref pref(SessionStartupPref::LAST);
79 SessionStartupPref::SetStartupPref(browser()->profile(), pref);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c1571 UEnumeration *all, *pref; local
1581 pref = NULL;
1584 pref = ucal_getKeywordValuesForLocale("calendar", loc, TRUE, &status);
1591 if (U_SUCCESS(status) && uenum_count(pref, &status) == EXPECTED_SIZE[i]) {
1594 if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
1611 uenum_close(pref);
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1575 UEnumeration *all, *pref; local
1585 pref = NULL;
1588 pref = ucal_getKeywordValuesForLocale("calendar", loc, TRUE, &status);
1595 if (U_SUCCESS(status) && uenum_count(pref, &status) == EXPECTED_SIZE[i]) {
1598 if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
1615 uenum_close(pref);
/external/iputils/ninfod/
H A Dconfigure824 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
828 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
916 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
918 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
921 -program-prefix | --program-prefix | --program-prefi | --program-pref \
925 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc141 // Returns a pref value in |pref_service| for the display of |root_window|. The
142 // pref value is stored in |local_path| and |path|, but |pref_service| may have
177 // If the pref for the specified display is not found, scan the whole prefs
839 const PrefService::Preference* pref = local
841 return pref && pref->IsUserModifiable();
1546 // into the pref state. Therefore we tell |persistPinnedState| to ignore any
1559 // Walk the model and |pinned_apps| from the pref lockstep, adding and
1655 // Append unprocessed items from the pref to the end of the model.
/external/chromium_org/components/search_engines/
H A Dtemplate_url_service.cc252 const PrefService::Preference* pref = local
254 *is_managed = pref && pref->IsManaged();
784 // If the default search provider came from a user pref we would have been
1007 // the current default search from the Sync data. If the pref really
/external/elfutils/0.153/
H A Dconfigure890 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
894 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
982 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
984 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
987 -program-prefix | --program-prefix | --program-prefi | --program-pref \
991 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/external/genext2fs/
H A Dconfigure836 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
840 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
928 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
930 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
933 -program-prefix | --program-prefix | --program-prefi | --program-pref \
937 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/external/liblzf/
H A Dconfigure794 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
798 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
886 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
888 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
891 -program-prefix | --program-prefix | --program-prefi | --program-pref \
895 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)

Completed in 1035 milliseconds

1234567891011