Searched refs:partition (Results 1 - 25 of 154) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dgenerate_supported_css.py45 name = line.partition(" ")[0]
47 longhands = line.partition("longhands=")[2].partition(",")[0]
/external/chromium_org/chrome/browser/extensions/
H A Ddata_deleter.cc34 // |partition|.
36 StoragePartition* partition,
41 DCHECK(partition);
53 partition->ClearDataForOrigin(
62 partition->ClearDataForOrigin(
66 partition->GetURLRequestContext(),
99 StoragePartition* partition = BrowserContext::GetStoragePartitionForSite( local
107 partition,
111 DeleteOrigin(profile, partition, extension->url(), callback);
35 DeleteOrigin(Profile* profile, StoragePartition* partition, const GURL& origin, const base::Closure& callback) argument
/external/chromium_org/content/browser/shared_worker/
H A Dworker_storage_partition.cc77 const WorkerStoragePartition& partition)
78 : url_request_context_(partition.url_request_context()),
79 media_url_request_context_(partition.media_url_request_context()),
80 appcache_service_(partition.appcache_service()),
81 quota_manager_(partition.quota_manager()),
82 filesystem_context_(partition.filesystem_context()),
83 database_tracker_(partition.database_tracker()),
84 indexed_db_context_(partition.indexed_db_context()),
85 service_worker_context_(partition.service_worker_context()) {
76 WorkerStoragePartitionId( const WorkerStoragePartition& partition) argument
H A Dshared_worker_instance.h40 const WorkerStoragePartitionId& partition,
H A Dshared_worker_message_filter.cc24 const WorkerStoragePartition& partition,
30 partition_(partition),
21 SharedWorkerMessageFilter( int render_process_id, ResourceContext* resource_context, const WorkerStoragePartition& partition, MessagePortMessageFilter* message_port_message_filter) argument
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_unittest.cc247 void ClearQuotaData(content::StoragePartition* partition, argument
249 partition->ClearData(kAllQuotaRemoveMask,
256 content::StoragePartition* partition,
261 partition->ClearData(kAllQuotaRemoveMask,
268 content::StoragePartition* partition,
273 partition, remove_origin,
279 content::StoragePartition* partition,
282 partition->ClearData(
289 void ClearCookies(content::StoragePartition* partition, argument
293 partition
255 ClearQuotaDataWithOriginMatcher( content::StoragePartition* partition, const GURL& remove_origin, const StoragePartition::OriginMatcherFunction& origin_matcher, const base::Time delete_begin, base::RunLoop* loop_to_quit) argument
267 ClearQuotaDataForOrigin( content::StoragePartition* partition, const GURL& remove_origin, const base::Time delete_begin, base::RunLoop* loop_to_quit) argument
278 ClearQuotaDataForNonPersistent( content::StoragePartition* partition, const base::Time delete_begin, base::RunLoop* loop_to_quit) argument
300 ClearStuff(uint32 remove_mask, content::StoragePartition* partition, const base::Time delete_begin, const base::Time delete_end, const StoragePartition::OriginMatcherFunction& origin_matcher, base::RunLoop* run_loop) argument
312 ClearData(content::StoragePartition* partition, base::RunLoop* run_loop) argument
472 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
499 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
526 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
551 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
578 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
607 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
638 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
671 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
707 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
746 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
777 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
801 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
821 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
849 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
881 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
910 StoragePartitionImpl* partition = static_cast<StoragePartitionImpl*>( local
[all...]
H A Dstorage_partition_impl_map.cc93 // where renderers with a non-default storage partition keep their persistent
99 // for the "default" extension storage partition and one directory for each
100 // persistent partition used by a webview tag. Example:
103 // Storage/ext/ABCDEF/hash(partition name)
117 // Because partition names are user specified, they can be arbitrarily long
122 // 1 million partition domains.
125 // We assume that all partition names within one partition domain are
140 // An average partition domain is likely to have less than 10 unique
141 // partition name
391 StoragePartitionImpl* partition = local
555 PostCreateInitialization( StoragePartitionImpl* partition, bool in_memory) argument
[all...]
H A Dstorage_partition_impl_map.h50 // partition.
63 // Each StoragePartition is uniquely identified by which partition domain
65 // partition name and the bit indicating whether it should be persisted on
80 const std::string& partition,
83 partition_name(partition),
114 // This must always be called *after* |partition| has been added to the
120 void PostCreateInitialization(StoragePartitionImpl* partition,
79 StoragePartitionConfig(const std::string& domain, const std::string& partition, const bool& in_memory_only) argument
H A Dpush_messaging_router.cc25 StoragePartition* partition = local
29 partition->GetServiceWorkerContext());
/external/kernel-headers/original/uapi/linux/
H A Dfsl_hypervisor.h46 * struct fsl_hv_ioctl_restart - restart a partition
48 * @partition: the ID of the partition to restart, or -1 for the
49 * calling partition
55 __u32 partition; member in struct:fsl_hv_ioctl_restart
59 * struct fsl_hv_ioctl_status - get a partition's status
61 * @partition: the ID of the partition to query, or -1 for the
62 * calling partition
63 * @status: The returned status of the partition
75 __u32 partition; member in struct:fsl_hv_ioctl_status
90 __u32 partition; member in struct:fsl_hv_ioctl_start
105 __u32 partition; member in struct:fsl_hv_ioctl_stop
[all...]
/external/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/
H A Dpartition.pass.cpp16 // partition(Iter first, Iter last, Pred pred);
38 Iter r = std::partition(Iter(ia), Iter(ia + sa), is_odd());
45 r = std::partition(Iter(ia), Iter(ia), is_odd());
50 r = std::partition(Iter(ia), Iter(ia+sa), is_odd());
55 r = std::partition(Iter(ia), Iter(ia+sa), is_odd());
61 r = std::partition(Iter(ia), Iter(ia+sa), is_odd());
71 r = std::partition(Iter(ia), Iter(ia+sa), is_odd());
81 r = std::partition(Iter(ia), Iter(ia+sa), is_odd());
91 r = std::partition(Iter(ia), Iter(ia+sa), is_odd());
H A DAndroid.mk19 test_name := algorithms/alg.modifying.operations/alg.partitions/partition
20 test_src := partition.pass.cpp
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_linux.cc68 const char* partition = udev_device_get_sysattr_value(dev, "partition"); local
69 if (partition && get_int_attr(partition)){
70 // This is a partition of a device, not the device itself
/external/chromium_org/chrome/browser/extensions/signin/
H A Dgaia_auth_extension_loader.cc66 content::StoragePartition* partition = local
69 if (partition) {
70 partition->ClearData(
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_internals_ui.h46 void AddContextFromStoragePartition(StoragePartition* partition);
48 void RemoveObserverFromStoragePartition(StoragePartition* partition);
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_renderer_state.h36 // Looks up the partition info for the embedder <webview> for a given guest
54 WebViewPartitionInfo(int count, std::string partition): argument
56 partition_id(partition) {}
/external/chromium_org/tools/gyp/tools/
H A Dgraphviz.py17 target, _, suffix = target.partition('#')
18 filename, _, target = target.partition(':')
/external/replicaisland/src/com/replica/replicaisland/
H A DQuickSorter.java47 int i = partition(a, left, right, comparator);
52 // partition a[left] to a[right], assumes left < right
53 private int partition(Type[] a, int left, int right, Comparator<Type> comparator) { method in class:QuickSorter
71 Type swap = a[i]; // swap with partition element
/external/openfst/src/include/fst/
H A Dminimize.h40 #include <fst/partition.h>
49 // comparator for creating partition based on sorting on
66 const Partition<typename A::StateId>& partition,
68 : fst_(fst), partition_(partition), flags_(flags) {}
146 const Partition<StateId>& partition() const { function in class:fst::CyclicMinimizer
155 ArcIterCompare(const Partition<StateId>& partition) argument
156 : partition_(partition) {}
162 // (partition class Ids)
213 // in the partition corresponding to final, non-final
223 // prep partition
65 StateComparator(const Fst<A>& fst, const Partition<typename A::StateId>& partition, uint32 flags = kCompareAll) argument
323 const Partition<StateId>& partition() { function in class:fst::AcyclicMinimizer
454 MergeStates( const Partition<typename A::StateId>& partition, MutableFst<A>* fst) argument
[all...]
/external/chromium_org/cc/debug/
H A Dmicro_benchmark_controller_impl.cc55 benchmarks_.partition(std::not1(IsDonePredicate())),
/external/chromium_org/extensions/common/manifest_handlers/
H A Dwebview_info.cc31 // A PartitionItem represents a set of accessible resources given a partition
56 // A pattern string that matches partition IDs.
120 // The partition list must have at least one entry.
127 const base::DictionaryValue* partition = NULL; local
128 if (!partition_list->GetDictionary(i, &partition)) {
135 if (!partition->GetString(keys::kWebviewName, &partition_pattern)) {
142 if (!partition->GetList(keys::kWebviewAccessibleResources,
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dminimize.h33 #include "fst/lib/partition.h"
40 // comparator for creating partition based on sorting on
59 const Partition<typename A::StateId>& partition,
61 : fst_(fst), partition_(partition), flags_(flags) {}
133 const Partition<StateId>& partition() const { function in class:fst::CyclicMinimizer
142 ArcIterCompare(const Partition<StateId>& partition) argument
143 : partition_(partition) {}
149 // (partition class Ids)
200 // in the partition corresponding to final, non-final
210 // prep partition
58 StateComparator(const Fst<A>& fst, const Partition<typename A::StateId>& partition, int32 flags = kCompareAll) argument
310 const Partition<StateId>& partition() { function in class:fst::AcyclicMinimizer
441 MergeStates( const Partition<typename A::StateId>& partition, MutableFst<A>* fst) argument
[all...]
/external/chromium_org/tools/gn/bin/
H A Dhelp_as_html.py31 command, sep, rest = line.partition(':')
54 name, sep, rest = line.partition(':')
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dmath_semantic_tree.js710 var partition = cvox.SemanticTree.partitionNodes_(
712 var firstRel = partition.rel[0];
720 var children = partition.comp.map(
722 if (partition.rel.every(
725 cvox.SemanticAttr.Type.RELSEQ, children, partition.rel,
729 cvox.SemanticAttr.Type.MULTIREL, children, partition.rel);
926 var partition = cvox.SemanticTree.partitionNodes_(
928 var felem = partition.comp.shift();
929 return this.processFences_(partition.rel, partition
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Daggregate_generated_bindings.py184 for partition, file_name in enumerate(output_file_names):
187 if hash(meta_data['name']) % total_partitions == partition]

Completed in 3910 milliseconds

1234567