Home
last modified time | relevance | path

Searched refs:all_attributes (Results 1 – 25 of 34) sorted by relevance

12

/external/bazelbuild-rules_java/java/common/rules/
Drule_util.bzl36 all_attributes = {}
39 all_attributes.setdefault(key, attr)
41 if all_attributes.get(key) == None:
43 all_attributes[key] = attr
47 if key not in all_attributes:
49 all_attributes.pop(key)
50 return all_attributes
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/operator/
Dalternative.hpp56 >::type all_attributes; typedef
64 traits::build_variant<all_attributes>::type
Dsequential_or.hpp52 >::type all_attributes; typedef
59 traits::build_fusion_vector<all_attributes>::type
Dpermutation.hpp55 >::type all_attributes; typedef
62 traits::build_fusion_vector<all_attributes>::type
Dsequence_base.hpp46 >::type all_attributes; typedef
53 traits::build_fusion_vector<all_attributes>::type
/external/autotest/server/cros/faft/utils/
Dconfig.py95 all_attributes = self._precedence_list[-1].keys()
98 for attribute in all_attributes:
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/operator/
Dalternative.hpp98 >::type all_attributes; typedef
105 typedef typename traits::build_variant<all_attributes>::type type;
Dsequence.hpp115 >::type all_attributes; typedef
122 traits::build_fusion_vector<all_attributes>::type
/external/selinux/python/sepolicy/sepolicy/
D__init__.py124 all_attributes = None variable
163 global all_attributes
172 all_attributes = None
1105 global all_attributes
1106 if not all_attributes:
1107 all_attributes = list(sorted(map(lambda x: x['name'], info(ATTRIBUTE))))
1108 return all_attributes
1255 global all_attributes
1274 all_attributes = None
Dmanpage.py362 self.all_attributes = sepolicy.get_all_attributes()
1023 if "login_userdomain" in self.attributes and "login_userdomain" in self.all_attributes:
1092 if "x_domain" in self.all_attributes:
1106 if "login_userdomain" in self.all_attributes:
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/repository/home/qi/operator/
Dkeywords.hpp108 all_attributes; typedef
115 traits::build_fusion_vector<all_attributes>::type
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/termcolor-1.4.1/src/
Dlib.rs2506 fn all_attributes() -> Vec<ColorSpec> {
2539 for (i, color) in all_attributes().iter().enumerate() {
2552 for color in all_attributes() {
/external/rust/android-crates-io/crates/termcolor/src/
Dlib.rs2506 fn all_attributes() -> Vec<ColorSpec> {
2539 for (i, color) in all_attributes().iter().enumerate() {
2552 for color in all_attributes() {
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/termcolor-1.4.1/src/
Dlib.rs2506 fn all_attributes() -> Vec<ColorSpec> {
2539 for (i, color) in all_attributes().iter().enumerate() {
2552 for color in all_attributes() {
/external/deqp/android/cts/main/src/
Dgles3-main-2020-03-01.txt38274 dEQP-GLES3.functional.vertex_array_objects.all_attributes
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/
Dgles3-main.txt36450 dEQP-GLES3.functional.vertex_array_objects.all_attributes
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles3-main.txt36450 dEQP-GLES3.functional.vertex_array_objects.all_attributes
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles3-main.txt39031 dEQP-GLES3.functional.vertex_array_objects.all_attributes
/external/deqp/android/cts/main/
Dgles3-main-2020-03-01.txt41283 dEQP-GLES3.functional.vertex_array_objects.all_attributes
Dgles3-incremental-deqp-baseline.txt40955 dEQP-GLES3.functional.vertex_array_objects.all_attributes
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.4.x/
Dgles3-main.txt39629 dEQP-GLES3.functional.vertex_array_objects.all_attributes
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.5.x/
Dgles3-main.txt40221 dEQP-GLES3.functional.vertex_array_objects.all_attributes
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/main/
Dgles3-main.txt40221 dEQP-GLES3.functional.vertex_array_objects.all_attributes
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/
Dgles3-main.txt40362 dEQP-GLES3.functional.vertex_array_objects.all_attributes
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles3-main.txt38996 dEQP-GLES3.functional.vertex_array_objects.all_attributes

12