/system/sepolicy/ |
attributes | 2 # Attribute declarations 8 attribute dev_type; 11 attribute domain; 13 # Temporary attribute used for migrating permissions out of domain. 15 # from domain and assign them to the domain_deprecated attribute. 21 attribute domain_deprecated; 26 attribute fs_type; 29 attribute contextmount_type; 35 attribute file_type; 38 attribute exec_type [all...] |
/prebuilts/misc/common/swig/include/2.0.11/octave/ |
attribute.i | 1 %include <typemaps/attribute.swg>
|
/prebuilts/misc/common/swig/include/2.0.11/perl5/ |
attribute.i | 1 %include <typemaps/attribute.swg>
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
attribute.i | 1 %include <typemaps/attribute.swg>
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
attribute.i | 1 %include <typemaps/attribute.swg>
|
/prebuilts/misc/common/swig/include/2.0.11/tcl/ |
attribute.i | 1 %include <typemaps/attribute.swg>
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
attr-conformance-none.s | 1 # No conformance attribute.
|
/external/selinux/libsepol/tests/policies/test-deps/ |
modreq-attr-global.conf | 4 attribute attr_req;
|
/external/selinux/libsepol/tests/policies/test-expander/ |
module.conf | 7 attribute attr_check_base_2, attr_check_base_3; 8 attribute attr_check_base_optional_2; 27 # Type - attribute mapping test 29 attribute attr_check_mod_1; 30 attribute attr_check_mod_2; 31 attribute attr_check_mod_3; 32 attribute attr_check_mod_4; 33 attribute attr_check_mod_5; 34 attribute attr_check_mod_6; 35 attribute attr_check_mod_7 [all...] |
/cts/tests/openglperf2/assets/vertex/ |
basic | 15 attribute vec4 a_Position; 16 attribute vec2 a_TexCoordinate;
|
blur | 15 attribute vec4 a_Position; 16 attribute vec2 a_TexCoordinate;
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
IAttributeVisitor.java | 9 package com.vladium.jcd.cls.attribute; 20 Object visit (GenericAttribute_info attribute, Object ctx); 22 Object visit (CodeAttribute_info attribute, Object ctx); 23 Object visit (ConstantValueAttribute_info attribute, Object ctx); 24 Object visit (ExceptionsAttribute_info attribute, Object ctx); 25 Object visit (LineNumberTableAttribute_info attribute, Object ctx); 26 Object visit (SourceFileAttribute_info attribute, Object ctx); 27 Object visit (SyntheticAttribute_info attribute, Object ctx); 28 Object visit (BridgeAttribute_info attribute, Object ctx); 29 Object visit (InnerClassesAttribute_info attribute, Object ctx) [all...] |
/libcore/ojluni/src/main/java/java/text/ |
FieldPosition.java | 96 private Format.Field attribute; field in class:FieldPosition 116 * <code>new FieldPosition(attribute, -1)</code>. 118 * @param attribute Format.Field constant identifying a field 121 public FieldPosition(Format.Field attribute) { 122 this(attribute, -1); 127 * The field is identified by an attribute constant from one of the 131 * to <code>attribute</code> and ignore <code>fieldID</code> if 132 * <code>attribute</code> is not null. However, older <code>Format</code> 137 * @param attribute Format.Field constant identifying a field 141 public FieldPosition(Format.Field attribute, int fieldID) [all...] |
/device/google/marlin/power/ |
metadata-parser.c | 37 char *attribute, int attribute_size, char *value, int value_size) 49 attribute[0] = value[0] = '\0'; 55 strncpy(attribute, attribute_string, 57 attribute[bytes_to_copy] = '\0'; 59 bytes_to_copy = MIN(strlen(attribute_string) - strlen(attribute) - 1, 72 char attribute[1024], value[1024], *saveptr; local 77 attribute, sizeof(attribute), value, sizeof(value))) == METADATA_PARSING_CONTINUE) { 78 if (strlen(attribute) == strlen("hint_id") && 79 (strncmp(attribute, "hint_id", strlen("hint_id")) == 0)) 104 char attribute[1024], value[1024], *saveptr; local 136 char attribute[1024], value[1024], *saveptr; local [all...] |
/device/huawei/angler/power/ |
metadata-parser.c | 37 char *attribute, int attribute_size, char *value, int value_size) 49 attribute[0] = value[0] = '\0'; 55 strncpy(attribute, attribute_string, 57 attribute[bytes_to_copy] = '\0'; 59 bytes_to_copy = MIN(strlen(attribute_string) - strlen(attribute) - 1, 72 char attribute[1024], value[1024], *saveptr; local 77 attribute, sizeof(attribute), value, sizeof(value))) == METADATA_PARSING_CONTINUE) { 78 if (strlen(attribute) == strlen("hint_id") && 79 (strncmp(attribute, "hint_id", strlen("hint_id")) == 0)) 104 char attribute[1024], value[1024], *saveptr; local [all...] |
/device/lge/bullhead/power/ |
metadata-parser.c | 37 char *attribute, int attribute_size, char *value, int value_size) 49 attribute[0] = value[0] = '\0'; 55 strncpy(attribute, attribute_string, 57 attribute[bytes_to_copy] = '\0'; 59 bytes_to_copy = MIN(strlen(attribute_string) - strlen(attribute) - 1, 72 char attribute[1024], value[1024], *saveptr; local 77 attribute, sizeof(attribute), value, sizeof(value))) == METADATA_PARSING_CONTINUE) { 78 if (strlen(attribute) == strlen("hint_id") && 79 (strncmp(attribute, "hint_id", strlen("hint_id")) == 0)) 104 char attribute[1024], value[1024], *saveptr; local [all...] |
/system/connectivity/shill/net/ |
attribute_list.cc | 43 VLOG(7) << "Trying to re-add attribute " << id << ", not overwriting"; 71 NetlinkAttribute* attribute = GetAttribute(id); local 72 if (!attribute) 74 return attribute->InitFromValue(value); 92 const nlattr* attribute = reinterpret_cast<const nlattr*>(ptr); local 93 if (attribute->nla_len < sizeof(*attribute) || 94 ptr + attribute->nla_len > end) { 95 LOG(ERROR) << "Malformed nla attribute indicates length " 96 << attribute->nla_len << ". 138 NetlinkAttribute* attribute = GetAttribute(id); local 155 NetlinkAttribute* attribute = GetAttribute(id); local 165 NetlinkAttribute* attribute = GetAttribute(id); local 182 NetlinkAttribute* attribute = GetAttribute(id); local 191 NetlinkAttribute* attribute = GetAttribute(id); local 208 NetlinkAttribute* attribute = GetAttribute(id); local 217 NetlinkAttribute* attribute = GetAttribute(id); local 234 NetlinkAttribute* attribute = GetAttribute(id); local 243 NetlinkAttribute* attribute = GetAttribute(id); local 260 NetlinkAttribute* attribute = GetAttribute(id); local 277 NetlinkAttribute* attribute = GetAttribute(id); local 304 NetlinkAttribute* attribute = GetAttribute(id); local 314 NetlinkAttribute* attribute = GetAttribute(id); local 322 NetlinkAttribute* attribute = GetAttribute(id); local 329 NetlinkAttribute* attribute = GetAttribute(id); local 349 NetlinkAttribute* attribute = GetAttribute(id); local 365 NetlinkAttribute* attribute = GetAttribute(id); local 381 NetlinkAttribute* attribute = GetAttribute(id); local [all...] |
/external/proguard/src/proguard/classfile/attribute/visitor/ |
BootstrapMethodInfoVisitor.java | 21 package proguard.classfile.attribute.visitor; 24 import proguard.classfile.attribute.BootstrapMethodInfo;
|
ExceptionInfoVisitor.java | 21 package proguard.classfile.attribute.visitor; 24 import proguard.classfile.attribute.*;
|
InnerClassesInfoVisitor.java | 21 package proguard.classfile.attribute.visitor; 24 import proguard.classfile.attribute.InnerClassesInfo;
|
LineNumberInfoVisitor.java | 21 package proguard.classfile.attribute.visitor; 24 import proguard.classfile.attribute.*;
|
LocalVariableInfoVisitor.java | 21 package proguard.classfile.attribute.visitor; 24 import proguard.classfile.attribute.*;
|
LocalVariableTypeInfoVisitor.java | 21 package proguard.classfile.attribute.visitor; 24 import proguard.classfile.attribute.*;
|
ParameterInfoVisitor.java | 21 package proguard.classfile.attribute.visitor; 24 import proguard.classfile.attribute.ParameterInfo;
|
/external/proguard/src/proguard/classfile/attribute/annotation/target/visitor/ |
LocalVariableTargetElementVisitor.java | 21 package proguard.classfile.attribute.annotation.target.visitor; 24 import proguard.classfile.attribute.CodeAttribute; 25 import proguard.classfile.attribute.annotation.TypeAnnotation; 26 import proguard.classfile.attribute.annotation.target.*;
|