/external/chromium_org/chrome/browser/predictors/ |
logged_in_predictor_table.h | 25 // Manages one table { domain (primary key), added_timestamp }. 30 // Adds the relevant part of the domain of the URL provided to the database 33 // Deletes a record for the domain corresponding to the URL provided. 35 // Deletes a record for the domain provided. 36 void DeleteDomain(const std::string& domain); 37 // Checks whether for the relevant part of the domain of the URL provided, 46 static std::string GetKeyFromDomain(const std::string& domain);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
mathml_store.js | 29 * @param {string} domain Domain annotation of the rule. 32 cvox.MathmlStore.prototype.defineMathmlRule = function(name, domain, rule) { 33 this.defineRule(name, domain, rule, 'self::mathml:' + name); 38 * Adds a new MathML speech rule for the default.default domain.
|
/external/chromium_org/components/domain_reliability/ |
beacon.cc | 22 if (!domain.empty()) 23 beacon_value->SetString("domain", domain);
|
/external/chromium_org/components/policy/core/common/ |
policy_service.cc | 18 policy_service_->RemoveObserver(ns_.domain, this); 24 policy_service_->AddObserver(ns_.domain, this);
|
mock_configuration_policy_provider.h | 26 MOCK_CONST_METHOD1(IsInitializationComplete, bool(PolicyDomain domain));
|
policy_provider_android.h | 37 virtual bool IsInitializationComplete(PolicyDomain domain) const OVERRIDE;
|
schema_registry.h | 65 // Register a list of components for a given domain. 66 virtual void RegisterComponents(PolicyDomain domain, 74 // This indicates that the initial components for |domain| have all been 75 // registered. It must be invoked at least once for each policy domain; 76 // subsequent calls for the same domain are ignored. 77 void SetReady(PolicyDomain domain); 110 virtual void RegisterComponents(PolicyDomain domain, 142 virtual void RegisterComponents(PolicyDomain domain,
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
bitops-bits-in-byte.js | 1 // Copyright (c) 2004 by Arthur Langereis (arthur_ext at domain xfinitegames, tld com)
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
bitops-bits-in-byte.js | 1 // Copyright (c) 2004 by Arthur Langereis (arthur_ext at domain xfinitegames, tld com)
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseClient.cpp | 56 void DatabaseClient::didOpenDatabase(PassRefPtrWillBeRawPtr<Database> database, const String& domain, const String& name, const String& version) 59 m_inspectorAgent->didOpenDatabase(database, domain, name, version);
|
InspectorDatabaseResource.h | 46 static PassRefPtrWillBeRawPtr<InspectorDatabaseResource> create(PassRefPtrWillBeRawPtr<Database>, const String& domain, const String& name, const String& version); 55 InspectorDatabaseResource(PassRefPtrWillBeRawPtr<Database>, const String& domain, const String& name, const String& version);
|
/external/sepolicy/ |
tee.te | 4 type tee, domain;
|
/frameworks/ex/common/tools/ |
make-iana-tld-pattern.py | 9 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt 20 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt 131 f = urlopen('http://data.iana.org/TLD/tlds-alpha-by-domain.txt') 137 for domain in domains: 138 domain = domain.lower() variable 140 if len(domain) > 0: 141 getBucket(buckets, domain[0]).add(domain.strip()) 143 if domain.startswith('xn--') [all...] |
/libcore/luni/src/main/java/java/security/ |
Policy.java | 51 public PermissionCollection getPermissions(ProtectionDomain domain) { return null; } 53 public boolean implies(ProtectionDomain domain, Permission permission) { return true; }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/ |
loop.h | 50 * cloog_loop_generate), the domain is the whole iteration domain of a given 53 * - if the loop comes as a result of a cloog_loop_generate call, the domain 65 CloogDomain * domain ; /**< The iteration domain. */ member in struct:cloogloop 66 CloogDomain *unsimplified; /**< Unsimplified version of domain. */ 98 CloogLoop *cloog_loop_from_domain(CloogState *state, CloogDomain *domain,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
loop.h | 50 * cloog_loop_generate), the domain is the whole iteration domain of a given 53 * - if the loop comes as a result of a cloog_loop_generate call, the domain 65 CloogDomain * domain ; /**< The iteration domain. */ member in struct:cloogloop 66 CloogDomain *unsimplified; /**< Unsimplified version of domain. */ 98 CloogLoop *cloog_loop_from_domain(CloogState *state, CloogDomain *domain,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
gettext.py | 421 def find(domain, localedir=None, languages=None, all=0): 448 mofile = os.path.join(localedir, lang, 'LC_MESSAGES', '%s.mo' % domain) 461 def translation(domain, localedir=None, languages=None, 465 mofiles = find(domain, localedir, languages, all=1) 469 raise IOError(ENOENT, 'No translation file found for domain', domain) 492 def install(domain, localedir=None, unicode=False, codeset=None, names=None): 493 t = translation(domain, localedir, fallback=True, codeset=codeset) 502 # current global domain, `messages' used for compatibility w/ GNU gettext 506 def textdomain(domain=None) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
gettext.py | 421 def find(domain, localedir=None, languages=None, all=0): 448 mofile = os.path.join(localedir, lang, 'LC_MESSAGES', '%s.mo' % domain) 461 def translation(domain, localedir=None, languages=None, 465 mofiles = find(domain, localedir, languages, all=1) 469 raise IOError(ENOENT, 'No translation file found for domain', domain) 492 def install(domain, localedir=None, unicode=False, codeset=None, names=None): 493 t = translation(domain, localedir, fallback=True, codeset=codeset) 502 # current global domain, `messages' used for compatibility w/ GNU gettext 506 def textdomain(domain=None) [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
mock_browsing_data_flash_lso_helper.h | 24 // Adds a domain sample. 25 void AddFlashLSODomain(const std::string& domain); 30 // Returns true if the domain list is empty.
|
/external/chromium_org/components/policy/core/common/cloud/ |
component_cloud_policy_store.h | 47 static bool SupportsDomain(PolicyDomain domain); 49 // Returns true if |domain| can be managed by this store; in that case, the 50 // dm_protocol policy type that corresponds to |domain| is stored in 52 static bool GetPolicyType(PolicyDomain domain, std::string* policy_type); 54 // Returns true if |policy_type| corresponds to a policy domain that can be 55 // managed by this store; in that case, the domain constants is assigned to 56 // |domain|. Otherwise returns false. 58 PolicyDomain* domain); 93 // Deletes the storage of all components of |domain| that pass then given 95 void Purge(PolicyDomain domain, [all...] |
component_cloud_policy_updater.cc | 104 const std::string domain = base::IntToString(ns.domain); local 105 const std::string size = base::IntToString(domain.size()); 106 return size + ":" + domain + ":" + ns.component_id;
|
/external/chromium_org/content/common/ |
cookie_data.cc | 21 domain(c.Domain()),
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_transfer.h | 10 unsigned domain; member in struct:nv50_m2mf_rect
|
/external/dhcpcd/dhcpcd-hooks/ |
20-dns.conf | 36 setprop dhcp.${interface}.domain "${new_domain_name}$separator${new_domain_search}" 45 setprop dhcp.${interface}.domain ""
|
/external/dnsmasq/src/ |
dbus.c | 105 char *domain; local 175 dbus_message_iter_get_basic(&iter, &domain); 179 domain = NULL; 188 if (!(serv->flags & SERV_HAS_DOMAIN) && !domain) 194 domain && 195 hostname_isequal(domain, serv->domain)) 207 if (domain) 208 serv->domain = whine_malloc(strlen(domain)+1) [all...] |