Searched defs:pref (Results 51 - 75 of 83) sorted by relevance

1234

/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_model.cc816 const PrefService::Preference* pref = local
818 *is_managed = pref && pref->IsManaged();
/external/chromium/chrome/browser/ui/views/
H A Dwrench_menu.cc69 gfx::Size pref = ImageButton::GetPreferredSize(); local
73 pref.Enlarge(insets.width(), insets.height());
74 return pref;
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.cc395 float pref,
401 port->set_preference(pref);
393 AddAllocatedPort(Port* port, AllocationSequence * seq, float pref, bool prepare_address) argument
/external/ipsec-tools/src/racoon/
H A Disakmp.c3342 u_int8_t pref;
3586 pref = spidx.prefs;
3588 spidx.prefd = pref;
3341 u_int8_t pref; local
/external/libxml2/
H A DSAX2.c2165 const xmlChar *uri, *pref; local
2253 pref = namespaces[i++];
2255 ns = xmlNewNs(NULL, uri, pref);
2263 if ((URI != NULL) && (prefix == pref))
H A Dcatalog.c1219 xmlCatalogPrefer pref = XML_CATA_PREFER_NONE; local
1233 pref = prefer;
1237 entry = xmlNewCatalogEntry(XML_CATA_GROUP, prop, base, NULL, pref, cgroup);
H A DxmlIO.c3909 xmlCatalogAllow pref; local
3915 pref = xmlCatalogGetDefaults();
3917 if ((pref != XML_CATA_ALLOW_NONE) && (!xmlNoNetExists(URL))) {
3922 ((pref == XML_CATA_ALLOW_ALL) ||
3923 (pref == XML_CATA_ALLOW_DOCUMENT))) {
3932 ((pref == XML_CATA_ALLOW_ALL) ||
3933 (pref == XML_CATA_ALLOW_GLOBAL))) {
3947 ((pref == XML_CATA_ALLOW_ALL) ||
3948 (pref == XML_CATA_ALLOW_DOCUMENT))) {
3952 ((pref
[all...]
H A Dparser.c8718 * @pref: the element prefix
8732 const xmlChar * pref, const xmlChar * elem,
8756 pref, elem, *prefix, name);
8862 xmlParseStartTag2(xmlParserCtxtPtr ctxt, const xmlChar **pref, argument
9238 *pref = prefix;
8731 xmlParseAttribute2(xmlParserCtxtPtr ctxt, const xmlChar * pref, const xmlChar * elem, const xmlChar ** prefix, xmlChar ** value, int *len, int *alloc) argument
H A Dtree.c8324 const xmlChar *pref; local
8329 pref = prefix;
8335 (xmlTreeNSListLookupByPrefix(elem->nsDef, pref) != NULL))
8342 if (xmlSearchNsByPrefixStrict(doc, elem->parent, pref, NULL) == 1)
8345 ret = xmlNewNs(NULL, nsName, pref);
8367 pref = BAD_CAST buf;
H A Dxmlschemas.c5777 const xmlChar *pref; local
5816 pref = xmlDictLookup(ctxt->dict, value, len);
5817 ns = xmlSearchNs(attr->doc, attr->parent, pref);
/external/bluetooth/bluez/lib/
H A Dhci.c601 char *hci_commandstostr(uint8_t *commands, char *pref, int width) argument
612 size += strlen(m->str) + (pref ? strlen(pref) : 0) + 3;
622 if (pref)
623 ptr += sprintf(ptr, "%s", pref);
632 ptr += sprintf(ptr, "\n%s", pref ? pref : "");
764 char *lmp_featurestostr(uint8_t *features, char *pref, int width) argument
776 (pref ? strlen(pref)
[all...]
/external/bluetooth/bluez/tools/
H A Dhcitool.c181 static void hex_dump(char *pref, int width, unsigned char *buf, int len) argument
187 printf("%s", pref);
/external/chromium/chrome/browser/extensions/
H A Dextension_prefs.cc128 // Extension pref does not exist, create it.
524 NOTREACHED() << "Invalid pref for extension " << *extension_id;
553 // Iterate the leftovers to set blacklist in pref
793 // If the pref is set to launch a window (or no pref is set, and
899 // true, which signifies that the registry key was deleted or the pref file
916 // If the extension doesn't have a pref, it's a --load-extension.
923 LOG(ERROR) << "Bad or missing pref 'state' for extension '"
973 LOG(ERROR) << "Bad or missing pref 'version' for extension '"
1047 LOG(WARNING) << "Invalid pref fo
1474 const PrefService::Preference* pref = local
[all...]
H A Dextension_service_unittest.cc262 DictionaryValue* pref; local
266 EXPECT_TRUE(prefs_->GetDictionary(id, &pref))
273 if (pref) {
299 DictionaryValue* pref; local
303 EXPECT_TRUE(prefs_->GetDictionary(id, &pref))
307 if (pref) {
717 DictionaryValue* pref = NULL; local
718 ASSERT_TRUE(dict->GetDictionary(extension_id, &pref)) << msg;
719 EXPECT_TRUE(pref != NULL) << msg;
721 ASSERT_TRUE(pref
758 DictionaryValue* pref = NULL; local
779 DictionaryValue* pref = NULL; local
795 DictionaryValue* pref = NULL; local
833 DictionaryValue* pref = NULL; local
[all...]
/external/chromium/chrome/browser/sessions/
H A Dsession_service.cc492 SessionStartupPref pref = SessionStartupPref::GetStartupPref(profile()); local
493 if (pref.type == SessionStartupPref::LAST) {
/external/chromium/chrome/browser/ui/
H A Dbrowser_init.cc363 SessionStartupPref pref = SessionStartupPref::GetStartupPref(profile); local
365 pref.type = SessionStartupPref::LAST;
367 pref.type == SessionStartupPref::LAST &&
372 pref.type = SessionStartupPref::DEFAULT;
374 return pref;
886 SessionStartupPref pref = GetSessionStartupPref(command_line_, profile_); local
897 if (pref.type == SessionStartupPref::LAST) {
919 } else if (pref.type == SessionStartupPref::URLS && !pref.urls.empty()) {
923 AddUniqueURLs(pref
[all...]
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc1679 gfx::Size pref = instructions_->GetPreferredSize(); local
1683 std::min(static_cast<int>(pref.width()),
1694 gfx::Size pref = child->GetPreferredSize(); local
1695 int next_x = x + pref.width() + kButtonPadding;
1698 child->SetBounds(x, y, pref.width(), height);
/external/dnsmasq/src/
H A Doption.c258 { 'm', ARG_DUP, "host_name,target,pref", gettext_noop("Specify an MX record."), NULL },
1179 int pref = 1; local
1186 if ((prefstr = split(comma)) && !atoi_check16(prefstr, &pref))
1200 new->weight = pref;
2368 int order, pref; local
2380 !atoi_check16(a[2], &pref) ||
2394 new->pref = pref;
H A Ddnsmasq.h229 unsigned int order, pref; member in struct:naptr
/external/icu4c/test/cintltst/
H A Dccaltst.c1447 UEnumeration *all, *pref; local
1457 pref = NULL;
1460 pref = ucal_getKeywordValuesForLocale("calendar", loc, TRUE, &status);
1467 if (U_SUCCESS(status) && uenum_count(pref, &status) == EXPECTED_SIZE[i]) {
1470 if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
1487 uenum_close(pref);
/external/qemu/android/
H A Dhw-qemud.c656 QemudClient** pref; member in struct:QemudClient
694 c->pref[0] = c->next;
696 c->next->pref = c->pref;
699 c->pref = &c->next;
707 c->pref = plist;
710 c->next->pref = &c->next;
/external/webkit/Source/WebKit/win/
H A DWebView.cpp637 COMPtr<IWebPreferences> pref; local
638 if (FAILED((*it)->preferences(&pref)))
641 if (FAILED(pref->cacheModel(&prefCacheModel)))
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc1540 // Bookmark bar visibility is based on the pref (e.g. is it in the toolbar).
1556 // returns false if the bar is hidden in a pref (even if visible
1558 // independent of the pref. Making the code more consistent
3000 const PrefService::Preference* pref = local
3002 if (!pref) { // Not a registered pref.
3003 reply.SendError("pref not registered.");
3005 } else if (pref->IsManaged()) { // Do not attempt to change a managed pref.
3006 reply.SendError("pref i
[all...]
/external/qemu/
H A Di386-dis.c3420 prefix_name (int pref, int sizeflag) argument
3442 switch (pref)
3461 return rexes [pref - 0x40];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1054 milliseconds

1234