| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-sec-dispatcher/1.3/ |
| plexus-sec-dispatcher-1.3.jar | |
| /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/ |
| plexus-sec-dispatcher-1.3.jar | |
| /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
| main.c | 181 struct component_list components[NUM_OF_IDS]; variable in typeref:struct:component_list 307 if (components[TIME].order == i) { 335 } else if (components[CALIBRATED_GYROSCOPE].order == i) { 379 } else if (components[CALIBRATED_ACCELEROMETER].order == i) { 390 } else if (components[CALIBRATED_COMPASS].order == i) { 405 } else if (components[RAW_GYROSCOPE].order == i) { 416 } else if (components[RAW_GYROSCOPE_BODY].order == i) { 427 } else if (components[RAW_ACCELEROMETER].order == i) { 438 } else if (components[RAW_COMPASS].order == i) { 449 } else if (components[QUATERNION_9_AXIS].order == i) [all...] |
| /external/chromium_org/chrome/browser/extensions/ |
| extension_creator_filter.cc | 25 // The file path that contains one of following special components should be 37 std::vector<base::FilePath::StringType> components; local 38 file_path.GetComponents(&components); 39 for (size_t i = 0; i < components.size(); i++) { 40 if (names_to_exclude_set.count(components[i]))
|
| /external/chromium_org/gin/modules/ |
| file_module_provider.cc | 23 std::vector<std::string> components; 24 base::SplitString(id, '/', &components); 27 for (size_t i = 0; i < components.size(); ++i) { 28 // TODO(abarth): Technically the path components can be UTF-8. We don't 30 path = path.AppendASCII(components[i]);
|
| /external/qemu/android/base/files/ |
| PathUtils.h | 83 // 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) { 113 return recompose(components, HOST_TYPE) [all...] |
| PathUtils.cpp | 101 String PathUtils::recompose(const StringVector& components, 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) { 136 for (StringVector::const_iterator it = components->begin(); 137 it != components->end(); 160 components->swap(&stack) [all...] |
| /external/chromium_org/chrome/browser/media_galleries/fileapi/ |
| picasa_file_util.cc | 69 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[0] == kPicasaDirFolders) 310 std::vector<std::string> components = GetVirtualPathComponents(url); local [all...] |
| /external/guava/guava/src/com/google/common/base/ |
| Predicates.java | 94 * 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) { 116 return new AndPredicate<T>(defensiveCopy(components)); 330 private final List<? extends Predicate<? super T>> components; field in class:Predicates.AndPredicate 363 private final List<? extends Predicate<? super T>> components; field in class:Predicates.OrPredicate [all...] |
| /external/libpng/contrib/tools/ |
| cvtcolor.c | 108 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/components/ |
| autofill_core_browser.target.darwin-arm.mk | 40 components/autofill/core/browser/address.cc \ 41 components/autofill/core/browser/address_field.cc \ 42 components/autofill/core/browser/address_i18n.cc \ 43 components/autofill/core/browser/autocomplete_history_manager.cc \ 44 components/autofill/core/browser/autofill_country.cc \ 45 components/autofill/core/browser/autofill_data_model.cc \ 46 components/autofill/core/browser/autofill_download.cc \ 47 components/autofill/core/browser/autofill_external_delegate.cc \ 48 components/autofill/core/browser/autofill_field.cc \ 49 components/autofill/core/browser/autofill_manager.cc [all...] |
| autofill_core_browser.target.darwin-arm64.mk | 40 components/autofill/core/browser/address.cc \ 41 components/autofill/core/browser/address_field.cc \ 42 components/autofill/core/browser/address_i18n.cc \ 43 components/autofill/core/browser/autocomplete_history_manager.cc \ 44 components/autofill/core/browser/autofill_country.cc \ 45 components/autofill/core/browser/autofill_data_model.cc \ 46 components/autofill/core/browser/autofill_download.cc \ 47 components/autofill/core/browser/autofill_external_delegate.cc \ 48 components/autofill/core/browser/autofill_field.cc \ 49 components/autofill/core/browser/autofill_manager.cc [all...] |
| autofill_core_browser.target.darwin-mips.mk | 40 components/autofill/core/browser/address.cc \ 41 components/autofill/core/browser/address_field.cc \ 42 components/autofill/core/browser/address_i18n.cc \ 43 components/autofill/core/browser/autocomplete_history_manager.cc \ 44 components/autofill/core/browser/autofill_country.cc \ 45 components/autofill/core/browser/autofill_data_model.cc \ 46 components/autofill/core/browser/autofill_download.cc \ 47 components/autofill/core/browser/autofill_external_delegate.cc \ 48 components/autofill/core/browser/autofill_field.cc \ 49 components/autofill/core/browser/autofill_manager.cc [all...] |
| autofill_core_browser.target.darwin-x86.mk | 40 components/autofill/core/browser/address.cc \ 41 components/autofill/core/browser/address_field.cc \ 42 components/autofill/core/browser/address_i18n.cc \ 43 components/autofill/core/browser/autocomplete_history_manager.cc \ 44 components/autofill/core/browser/autofill_country.cc \ 45 components/autofill/core/browser/autofill_data_model.cc \ 46 components/autofill/core/browser/autofill_download.cc \ 47 components/autofill/core/browser/autofill_external_delegate.cc \ 48 components/autofill/core/browser/autofill_field.cc \ 49 components/autofill/core/browser/autofill_manager.cc [all...] |
| autofill_core_browser.target.darwin-x86_64.mk | 40 components/autofill/core/browser/address.cc \ 41 components/autofill/core/browser/address_field.cc \ 42 components/autofill/core/browser/address_i18n.cc \ 43 components/autofill/core/browser/autocomplete_history_manager.cc \ 44 components/autofill/core/browser/autofill_country.cc \ 45 components/autofill/core/browser/autofill_data_model.cc \ 46 components/autofill/core/browser/autofill_download.cc \ 47 components/autofill/core/browser/autofill_external_delegate.cc \ 48 components/autofill/core/browser/autofill_field.cc \ 49 components/autofill/core/browser/autofill_manager.cc [all...] |
| autofill_core_browser.target.linux-arm.mk | 40 components/autofill/core/browser/address.cc \ 41 components/autofill/core/browser/address_field.cc \ 42 components/autofill/core/browser/address_i18n.cc \ 43 components/autofill/core/browser/autocomplete_history_manager.cc \ 44 components/autofill/core/browser/autofill_country.cc \ 45 components/autofill/core/browser/autofill_data_model.cc \ 46 components/autofill/core/browser/autofill_download.cc \ 47 components/autofill/core/browser/autofill_external_delegate.cc \ 48 components/autofill/core/browser/autofill_field.cc \ 49 components/autofill/core/browser/autofill_manager.cc [all...] |
| autofill_core_browser.target.linux-arm64.mk | 40 components/autofill/core/browser/address.cc \ 41 components/autofill/core/browser/address_field.cc \ 42 components/autofill/core/browser/address_i18n.cc \ 43 components/autofill/core/browser/autocomplete_history_manager.cc \ 44 components/autofill/core/browser/autofill_country.cc \ 45 components/autofill/core/browser/autofill_data_model.cc \ 46 components/autofill/core/browser/autofill_download.cc \ 47 components/autofill/core/browser/autofill_external_delegate.cc \ 48 components/autofill/core/browser/autofill_field.cc \ 49 components/autofill/core/browser/autofill_manager.cc [all...] |
| autofill_core_browser.target.linux-mips.mk | 40 components/autofill/core/browser/address.cc \ 41 components/autofill/core/browser/address_field.cc \ 42 components/autofill/core/browser/address_i18n.cc \ 43 components/autofill/core/browser/autocomplete_history_manager.cc \ 44 components/autofill/core/browser/autofill_country.cc \ 45 components/autofill/core/browser/autofill_data_model.cc \ 46 components/autofill/core/browser/autofill_download.cc \ 47 components/autofill/core/browser/autofill_external_delegate.cc \ 48 components/autofill/core/browser/autofill_field.cc \ 49 components/autofill/core/browser/autofill_manager.cc [all...] |
| autofill_core_browser.target.linux-x86.mk | 40 components/autofill/core/browser/address.cc \ 41 components/autofill/core/browser/address_field.cc \ 42 components/autofill/core/browser/address_i18n.cc \ 43 components/autofill/core/browser/autocomplete_history_manager.cc \ 44 components/autofill/core/browser/autofill_country.cc \ 45 components/autofill/core/browser/autofill_data_model.cc \ 46 components/autofill/core/browser/autofill_download.cc \ 47 components/autofill/core/browser/autofill_external_delegate.cc \ 48 components/autofill/core/browser/autofill_field.cc \ 49 components/autofill/core/browser/autofill_manager.cc [all...] |
| autofill_core_browser.target.linux-x86_64.mk | 40 components/autofill/core/browser/address.cc \ 41 components/autofill/core/browser/address_field.cc \ 42 components/autofill/core/browser/address_i18n.cc \ 43 components/autofill/core/browser/autocomplete_history_manager.cc \ 44 components/autofill/core/browser/autofill_country.cc \ 45 components/autofill/core/browser/autofill_data_model.cc \ 46 components/autofill/core/browser/autofill_download.cc \ 47 components/autofill/core/browser/autofill_external_delegate.cc \ 48 components/autofill/core/browser/autofill_field.cc \ 49 components/autofill/core/browser/autofill_manager.cc [all...] |
| autofill_content_risk_proto.target.darwin-arm64.mk | 19 # "{'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)'}": 20 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_local_path := $(LOCAL_PATH) 21 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX) 22 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir)) 23 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_shared_intermediate_dir := $(abspath $ (…) [all...] |
| autofill_content_risk_proto.target.darwin-mips.mk | 19 # "{'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)'}": 20 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_local_path := $(LOCAL_PATH) 21 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX) 22 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir)) 23 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_shared_intermediate_dir := $(abspath $ (…) [all...] |
| autofill_content_risk_proto.target.darwin-x86.mk | 19 # "{'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)'}": 20 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_local_path := $(LOCAL_PATH) 21 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX) 22 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir)) 23 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_shared_intermediate_dir := $(abspath $ (…) [all...] |
| autofill_content_risk_proto.target.darwin-x86_64.mk | 19 # "{'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)'}": 20 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_local_path := $(LOCAL_PATH) 21 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX) 22 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir)) 23 $(gyp_shared_intermediate_dir)/pyproto/components/autofill/content/browser/risk/proto/fingerprint_pb2.py: gyp_shared_intermediate_dir := $(abspath $ (…) [all...] |
| /external/chromium_org/net/base/ |
| filename_util_icu.cc | 35 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])))
|