Searched refs:components (Results 51 - 75 of 837) sorted by relevance

1234567891011>>

/external/qemu/android/base/files/
H A DPathUtils.h83 // Decompose |path| into individual components. If |path| has a root
90 // name). Directory separators do not appear in components, except
94 // Decompose |path| into individual components for the host platform.
100 // Recompose a path from individual components into a file path string.
101 // |components| is a vector of strings, and |hostType| the target
106 static String recompose(const StringVector& components,
109 // Recompose a path from individual components into a file path string
110 // for the current host. |components| is a vector os strings.
112 static inline String recompose(const StringVector& components) { argument
113 return recompose(components, HOST_TYP
[all...]
H A DPathUtils.cpp101 String PathUtils::recompose(const StringVector& components, argument
108 for (size_t n = 0; n < components.size(); ++n) {
111 capacity += components[n].size();
117 for (size_t n = 0; n < components.size(); ++n) {
118 const String& component = components[n];
128 result += components[n];
134 void PathUtils::simplifyComponents(StringVector* components) { argument
136 for (StringVector::const_iterator it = components->begin();
137 it != components->end();
160 components
[all...]
/external/skia/src/animator/
H A DSkAnimate.h22 virtual int components();
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dpicasa_file_util.cc69 std::vector<std::string> components = GetVirtualPathComponents(url); local
70 if (components.size() >= 2 && components[0] == kPicasaDirAlbums)
137 std::vector<std::string> components = GetVirtualPathComponents(url); local
139 switch (components.size()) {
145 if (components[0] == kPicasaDirAlbums ||
146 components[0] == kPicasaDirFolders) {
153 if (components[0] == kPicasaDirAlbums) {
156 FindAlbumInfo(components[1], album_map.get(), NULL);
164 if (components[
310 std::vector<std::string> components = GetVirtualPathComponents(url); local
[all...]
/external/guava/guava/src/com/google/common/base/
H A DPredicates.java94 * components evaluates to {@code true}. The components are evaluated in
98 * components} is empty, the returned predicate will always evaluate to {@code
102 Iterable<? extends Predicate<? super T>> components) {
103 return new AndPredicate<T>(defensiveCopy(components));
108 * components evaluates to {@code true}. The components are evaluated in
112 * components} is empty, the returned predicate will always evaluate to {@code
115 public static <T> Predicate<T> and(Predicate<? super T>... components) { argument
116 return new AndPredicate<T>(defensiveCopy(components));
101 and( Iterable<? extends Predicate<? super T>> components) argument
140 or( Iterable<? extends Predicate<? super T>> components) argument
154 or(Predicate<? super T>.... components) argument
330 private final List<? extends Predicate<? super T>> components; field in class:Predicates.AndPredicate
332 AndPredicate(List<? extends Predicate<? super T>> components) argument
363 private final List<? extends Predicate<? super T>> components; field in class:Predicates.OrPredicate
365 OrPredicate(List<? extends Predicate<? super T>> components) argument
[all...]
/external/libpng/contrib/tools/
H A Dcvtcolor.c108 int components = channels; local
110 if ((components & 1) == 0)
111 --components;
113 for (i=0; i<components; ++i) c[i] = linear_from_sRGB(c[i] / 255);
114 if (components < channels)
115 c[components] = c[components] / 255;
/external/chromium_org/chrome/browser/extensions/
H A Dpath_util.cc60 // Break down the incoming path into components, and grab the display name
65 std::vector<base::FilePath::StringType> components; local
66 source_path.GetComponents(&components);
67 display_path = base::FilePath(components[0]);
70 components.begin() + 1; i != components.end(); ++i) {
/external/chromium_org/components/
H A Dautofill_core_browser.target.darwin-arm.mk39 components/autofill/core/browser/address.cc \
40 components/autofill/core/browser/address_field.cc \
41 components/autofill/core/browser/address_i18n.cc \
42 components/autofill/core/browser/autocomplete_history_manager.cc \
43 components/autofill/core/browser/autofill_country.cc \
44 components/autofill/core/browser/autofill_data_model.cc \
45 components/autofill/core/browser/autofill_download_manager.cc \
46 components/autofill/core/browser/autofill_external_delegate.cc \
47 components/autofill/core/browser/autofill_field.cc \
48 components/autofil
[all...]
H A Dautofill_core_browser.target.darwin-arm64.mk39 components/autofill/core/browser/address.cc \
40 components/autofill/core/browser/address_field.cc \
41 components/autofill/core/browser/address_i18n.cc \
42 components/autofill/core/browser/autocomplete_history_manager.cc \
43 components/autofill/core/browser/autofill_country.cc \
44 components/autofill/core/browser/autofill_data_model.cc \
45 components/autofill/core/browser/autofill_download_manager.cc \
46 components/autofill/core/browser/autofill_external_delegate.cc \
47 components/autofill/core/browser/autofill_field.cc \
48 components/autofil
[all...]
H A Dautofill_core_browser.target.darwin-mips.mk39 components/autofill/core/browser/address.cc \
40 components/autofill/core/browser/address_field.cc \
41 components/autofill/core/browser/address_i18n.cc \
42 components/autofill/core/browser/autocomplete_history_manager.cc \
43 components/autofill/core/browser/autofill_country.cc \
44 components/autofill/core/browser/autofill_data_model.cc \
45 components/autofill/core/browser/autofill_download_manager.cc \
46 components/autofill/core/browser/autofill_external_delegate.cc \
47 components/autofill/core/browser/autofill_field.cc \
48 components/autofil
[all...]
H A Dautofill_core_browser.target.darwin-mips64.mk39 components/autofill/core/browser/address.cc \
40 components/autofill/core/browser/address_field.cc \
41 components/autofill/core/browser/address_i18n.cc \
42 components/autofill/core/browser/autocomplete_history_manager.cc \
43 components/autofill/core/browser/autofill_country.cc \
44 components/autofill/core/browser/autofill_data_model.cc \
45 components/autofill/core/browser/autofill_download_manager.cc \
46 components/autofill/core/browser/autofill_external_delegate.cc \
47 components/autofill/core/browser/autofill_field.cc \
48 components/autofil
[all...]
H A Dautofill_core_browser.target.darwin-x86.mk39 components/autofill/core/browser/address.cc \
40 components/autofill/core/browser/address_field.cc \
41 components/autofill/core/browser/address_i18n.cc \
42 components/autofill/core/browser/autocomplete_history_manager.cc \
43 components/autofill/core/browser/autofill_country.cc \
44 components/autofill/core/browser/autofill_data_model.cc \
45 components/autofill/core/browser/autofill_download_manager.cc \
46 components/autofill/core/browser/autofill_external_delegate.cc \
47 components/autofill/core/browser/autofill_field.cc \
48 components/autofil
[all...]
H A Dautofill_core_browser.target.darwin-x86_64.mk39 components/autofill/core/browser/address.cc \
40 components/autofill/core/browser/address_field.cc \
41 components/autofill/core/browser/address_i18n.cc \
42 components/autofill/core/browser/autocomplete_history_manager.cc \
43 components/autofill/core/browser/autofill_country.cc \
44 components/autofill/core/browser/autofill_data_model.cc \
45 components/autofill/core/browser/autofill_download_manager.cc \
46 components/autofill/core/browser/autofill_external_delegate.cc \
47 components/autofill/core/browser/autofill_field.cc \
48 components/autofil
[all...]
H A Dautofill_core_browser.target.linux-arm.mk39 components/autofill/core/browser/address.cc \
40 components/autofill/core/browser/address_field.cc \
41 components/autofill/core/browser/address_i18n.cc \
42 components/autofill/core/browser/autocomplete_history_manager.cc \
43 components/autofill/core/browser/autofill_country.cc \
44 components/autofill/core/browser/autofill_data_model.cc \
45 components/autofill/core/browser/autofill_download_manager.cc \
46 components/autofill/core/browser/autofill_external_delegate.cc \
47 components/autofill/core/browser/autofill_field.cc \
48 components/autofil
[all...]
H A Dautofill_core_browser.target.linux-arm64.mk39 components/autofill/core/browser/address.cc \
40 components/autofill/core/browser/address_field.cc \
41 components/autofill/core/browser/address_i18n.cc \
42 components/autofill/core/browser/autocomplete_history_manager.cc \
43 components/autofill/core/browser/autofill_country.cc \
44 components/autofill/core/browser/autofill_data_model.cc \
45 components/autofill/core/browser/autofill_download_manager.cc \
46 components/autofill/core/browser/autofill_external_delegate.cc \
47 components/autofill/core/browser/autofill_field.cc \
48 components/autofil
[all...]
H A Dautofill_core_browser.target.linux-mips.mk39 components/autofill/core/browser/address.cc \
40 components/autofill/core/browser/address_field.cc \
41 components/autofill/core/browser/address_i18n.cc \
42 components/autofill/core/browser/autocomplete_history_manager.cc \
43 components/autofill/core/browser/autofill_country.cc \
44 components/autofill/core/browser/autofill_data_model.cc \
45 components/autofill/core/browser/autofill_download_manager.cc \
46 components/autofill/core/browser/autofill_external_delegate.cc \
47 components/autofill/core/browser/autofill_field.cc \
48 components/autofil
[all...]
H A Dautofill_core_browser.target.linux-mips64.mk39 components/autofill/core/browser/address.cc \
40 components/autofill/core/browser/address_field.cc \
41 components/autofill/core/browser/address_i18n.cc \
42 components/autofill/core/browser/autocomplete_history_manager.cc \
43 components/autofill/core/browser/autofill_country.cc \
44 components/autofill/core/browser/autofill_data_model.cc \
45 components/autofill/core/browser/autofill_download_manager.cc \
46 components/autofill/core/browser/autofill_external_delegate.cc \
47 components/autofill/core/browser/autofill_field.cc \
48 components/autofil
[all...]
H A Dautofill_core_browser.target.linux-x86.mk39 components/autofill/core/browser/address.cc \
40 components/autofill/core/browser/address_field.cc \
41 components/autofill/core/browser/address_i18n.cc \
42 components/autofill/core/browser/autocomplete_history_manager.cc \
43 components/autofill/core/browser/autofill_country.cc \
44 components/autofill/core/browser/autofill_data_model.cc \
45 components/autofill/core/browser/autofill_download_manager.cc \
46 components/autofill/core/browser/autofill_external_delegate.cc \
47 components/autofill/core/browser/autofill_field.cc \
48 components/autofil
[all...]
H A Dautofill_core_browser.target.linux-x86_64.mk39 components/autofill/core/browser/address.cc \
40 components/autofill/core/browser/address_field.cc \
41 components/autofill/core/browser/address_i18n.cc \
42 components/autofill/core/browser/autocomplete_history_manager.cc \
43 components/autofill/core/browser/autofill_country.cc \
44 components/autofill/core/browser/autofill_data_model.cc \
45 components/autofill/core/browser/autofill_download_manager.cc \
46 components/autofill/core/browser/autofill_external_delegate.cc \
47 components/autofill/core/browser/autofill_field.cc \
48 components/autofil
[all...]
H A Dautofill_content_risk_proto.target.darwin-arm.mk18 # "{'inputs': ['../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['autofill/content/browser/risk/proto/fingerprint.proto'], 'action': ['python', '../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'autofill/content/browser/risk/proto', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX)
21 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/pyproto/components/autofil
[all...]
H A Dautofill_content_risk_proto.target.darwin-arm64.mk18 # "{'inputs': ['../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['autofill/content/browser/risk/proto/fingerprint.proto'], 'action': ['python', '../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'autofill/content/browser/risk/proto', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX)
21 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/pyproto/components/autofil
[all...]
H A Dautofill_content_risk_proto.target.darwin-mips.mk18 # "{'inputs': ['../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['autofill/content/browser/risk/proto/fingerprint.proto'], 'action': ['python', '../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'autofill/content/browser/risk/proto', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX)
21 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/pyproto/components/autofil
[all...]
H A Dautofill_content_risk_proto.target.darwin-mips64.mk18 # "{'inputs': ['../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['autofill/content/browser/risk/proto/fingerprint.proto'], 'action': ['python', '../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'autofill/content/browser/risk/proto', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX)
21 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/pyproto/components/autofil
[all...]
H A Dautofill_content_risk_proto.target.darwin-x86.mk18 # "{'inputs': ['../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['autofill/content/browser/risk/proto/fingerprint.proto'], 'action': ['python', '../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'autofill/content/browser/risk/proto', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/components/autofill/content/browser/risk/proto', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX)
21 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/pyproto/components/autofil
[all...]
/external/chromium_org/net/base/
H A Dfilename_util_icu.cc35 std::vector<base::FilePath::StringType> components;
36 path.GetComponents(&components);
37 if (components.empty())
39 for (size_t i = 0; i < components.size() - 1; ++i) {
40 if (!IsSafePortablePathComponent(base::FilePath(components[i])))

Completed in 537 milliseconds

1234567891011>>