HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 1 - 25 of 3215) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/sepolicy/prebuilts/api/26.0/public/
attributes 2 # Attribute declarations
8 attribute dev_type;
11 attribute domain;
16 attribute fs_type;
19 attribute contextmount_type;
25 attribute file_type;
28 attribute exec_type;
31 attribute data_file_type;
33 attribute core_data_file_type;
35 attribute vendor_file_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.27/ld/testsuite/ld-tic6x/
attr-conformance-none.s 1 # No conformance attribute.
  /system/sepolicy/prebuilts/api/27.0/public/
attributes 2 # Attribute declarations
8 attribute dev_type;
11 attribute domain;
16 attribute fs_type;
19 attribute contextmount_type;
25 attribute file_type;
28 attribute exec_type;
31 attribute data_file_type;
34 attribute core_data_file_type;
36 attribute vendor_file_type
    [all...]
  /system/sepolicy/prebuilts/api/28.0/public/
attributes 2 # Attribute declarations
8 attribute dev_type;
11 attribute domain;
16 attribute fs_type;
19 attribute contextmount_type;
25 attribute file_type;
28 attribute exec_type;
31 attribute data_file_type;
34 attribute core_data_file_type;
37 attribute vendor_file_type
    [all...]
  /system/sepolicy/public/
attributes 2 # Attribute declarations
8 attribute dev_type;
11 attribute domain;
16 attribute fs_type;
19 attribute contextmount_type;
25 attribute file_type;
28 attribute exec_type;
31 attribute data_file_type;
34 attribute core_data_file_type;
37 attribute vendor_file_type
    [all...]
  /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;
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
AttributeView.java 26 package java.nio.file.attribute;
31 * or implemented by specific attribute views that define the attributes
32 * supported by the view. A specific attribute view will typically define
40 * Returns the name of the attribute view.
42 * @return the name of the attribute view
FileAttributeView.java 26 package java.nio.file.attribute;
29 * An attribute view that is a read-only or updatable view of non-opaque
31 * implemented by specific file attribute views that define methods to read
FileStoreAttributeView.java 26 package java.nio.file.attribute;
29 * An attribute view that is a read-only or updatable view of the attributes of
GroupPrincipal.java 26 package java.nio.file.attribute;
  /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
117 * <code>new FieldPosition(attribute, -1)</code>.
119 * @param attribute Format.Field constant identifying a field
122 public FieldPosition(Format.Field attribute) {
123 this(attribute, -1);
128 * The field is identified by an attribute constant from one of the
132 * to <code>attribute</code> and ignore <code>fieldID</code> if
133 * <code>attribute</code> is not null. However, older <code>Format</code>
138 * @param attribute Format.Field constant identifying a field
142 public FieldPosition(Format.Field attribute, int fieldID)
    [all...]
  /device/google/marlin/power/
metadata-parser.c 37 char *attribute, unsigned int attribute_size, char *value, unsigned int value_size)
49 attribute[0] = value[0] = '\0';
54 /* copy only attribute len + NUL character, or as much as can be fit */
57 strlcpy(attribute, attribute_string, bytes_to_copy);
67 char attribute[1024], value[1024], *saveptr; local
72 attribute, sizeof(attribute), value, sizeof(value))) == METADATA_PARSING_CONTINUE) {
73 if (strlen(attribute) == strlen("hint_id") &&
74 (strncmp(attribute, "hint_id", strlen("hint_id")) == 0)) {
80 if (strlen(attribute) == strlen("state") &
99 char attribute[1024], value[1024], *saveptr; local
131 char attribute[1024], value[1024], *saveptr; 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.*;

Completed in 693 milliseconds

1 2 3 4 5 6 7 8 91011>>