Home
last modified time | relevance | path

Searched full:type (Results 1 – 25 of 9524) sorted by relevance

12345678910>>...381

/external/sepolicy/
Dfile.te2 type labeledfs, fs_type;
3 type pipefs, fs_type;
4 type sockfs, fs_type;
5 type rootfs, fs_type;
6 type proc, fs_type;
7 type qtaguid_proc, fs_type, mlstrustedobject;
8 type proc_bluetooth_writable, fs_type;
9 type selinuxfs, fs_type;
10 type cgroup, fs_type, mlstrustedobject;
11 type sysfs, fs_type, mlstrustedobject;
[all …]
Ddevice.te2 type device, dev_type, fs_type;
3 type akm_device, dev_type;
4 type accelerometer_device, dev_type;
5 type alarm_device, dev_type, mlstrustedobject;
6 type adb_device, dev_type;
7 type ashmem_device, dev_type, mlstrustedobject;
8 type audio_device, dev_type;
9 type binder_device, dev_type, mlstrustedobject;
10 type block_device, dev_type;
11 type camera_device, dev_type;
[all …]
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java35 private final Type STRING_TYPE;
36 private final Type CLASS_TYPE;
37 private final Type THROWABLE_TYPE;
76 frame.push(Type.UNINIT); in execute()
85 frame.push(Type.INTEGER); in execute()
89 frame.push(Type.LONG); in execute()
90 frame.push(Type.TOP); in execute()
95 frame.push(Type.FLOAT); in execute()
99 frame.push(Type.DOUBLE); in execute()
100 frame.push(Type.TOP); in execute()
[all …]
DType.java28 * Represents a JVM type in data-flow analysis. This abstraction is necessary since
29 * a JVM type not only includes all normal Java types, but also a few special types
35 * compare type instances.
38 * to obtain the needed type information.
42 public class Type { class
47 /** Represents the double primitive type */
48 public static final Type DOUBLE = new Type(CtClass.doubleType);
49 /** Represents the boolean primitive type */
50 public static final Type BOOLEAN = new Type(CtClass.booleanType);
51 /** Represents the long primitive type */
[all …]
/external/valgrind/main/none/tests/ppc32/
DtestVMX.stdout.exp3 Function vec_abs [type char] ===> OK
4 Function vec_abs [type short] ===> OK
5 Function vec_abs [type integer] ===> OK
8 Function vec_abss [type char] ===> OK
9 Function vec_abss [type short] ===> OK
10 Function vec_abss [type integer] ===> OK
13 Function vec_add [type char] ===> OK
14 Function vec_add [type unsigned char] ===> OK
15 Function vec_add [type short] ===> OK
16 Function vec_add [type unsigned short] ===> OK
[all …]
/external/expat/amiga/
Dexpat.xml12 <arg name="encodingName" type="const XML_Char *"/>
15 <arg name="encodingName" type="const XML_Char *"/>
16 <arg name="nsSep" type="XML_Char"/>
19 <arg name="encoding" type="const XML_Char *"/>
20 <arg name="memsuite" type="const XML_Memory_Handling_Suite *"/>
21 <arg name="namespaceSeparator" type="const XML_Char *"/>
24 <arg name="parser" type="XML_Parser"/>
25 <arg name="context" type="const XML_Char *"/>
26 <arg name="encoding" type="const XML_Char *"/>
29 <arg name="parser" type="XML_Parser"/>
[all …]
/external/clang/include/clang/AST/
DTypeNodes.def1 //===-- TypeNodes.def - Metadata about Type AST nodes -----------*- C++ -*-===//
10 // This file defines the AST type info database. Each type node is
12 // base class (e.g., "Type" or "TagType"). Depending on where in the
13 // abstract syntax tree the type will show up, the enumeration uses
16 // TYPE(Class, Base) - A type that can show up anywhere in the AST,
21 // the type hierarchy but has no concrete instances.
23 // NON_CANONICAL_TYPE(Class, Base) - A type that can show up
25 // type. Clients that only need to deal with canonical types
26 // (ignoring, e.g., typedefs and other type alises used for
29 // DEPENDENT_TYPE(Class, Base) - A type that will only show up
[all …]
/external/webkit/Source/WebKit/chromium/
DWebKit.grd4 <output filename="grit/webkit_chromium_resources.h" type="rc_header">
7 <output filename="webkit_chromium_resources.rc" type="rc_all" />
8 <output filename="webkit_chromium_resources.pak" type="data_package" />
12 … file="..\..\WebCore\platform\audio\resources\IRC_Composite_C_R0195_T000_P000.wav" type="BINDATA"/>
13 … file="..\..\WebCore\platform\audio\resources\IRC_Composite_C_R0195_T000_P015.wav" type="BINDATA"/>
14 … file="..\..\WebCore\platform\audio\resources\IRC_Composite_C_R0195_T000_P030.wav" type="BINDATA"/>
15 … file="..\..\WebCore\platform\audio\resources\IRC_Composite_C_R0195_T000_P045.wav" type="BINDATA"/>
16 … file="..\..\WebCore\platform\audio\resources\IRC_Composite_C_R0195_T000_P060.wav" type="BINDATA"/>
17 … file="..\..\WebCore\platform\audio\resources\IRC_Composite_C_R0195_T000_P075.wav" type="BINDATA"/>
18 … file="..\..\WebCore\platform\audio\resources\IRC_Composite_C_R0195_T000_P090.wav" type="BINDATA"/>
[all …]
/external/qemu/gdb-xml/
Darm-neon.xml9 <vector id="neon_uint8x8" type="uint8" count="8"/>
10 <vector id="neon_uint16x4" type="uint16" count="4"/>
11 <vector id="neon_uint32x2" type="uint32" count="2"/>
12 <vector id="neon_float32x2" type="ieee_single" count="2"/>
14 <field name="u8" type="neon_uint8x8"/>
15 <field name="u16" type="neon_uint16x4"/>
16 <field name="u32" type="neon_uint32x2"/>
17 <field name="u64" type="uint64"/>
18 <field name="f32" type="neon_float32x2"/>
19 <field name="f64" type="ieee_double"/>
[all …]
Dpower-altivec.xml10 <vector id="v4f" type="ieee_single" count="4"/>
11 <vector id="v4i32" type="int32" count="4"/>
12 <vector id="v8i16" type="int16" count="8"/>
13 <vector id="v16i8" type="int8" count="16"/>
15 <field name="uint128" type="uint128"/>
16 <field name="v4_float" type="v4f"/>
17 <field name="v4_int32" type="v4i32"/>
18 <field name="v8_int16" type="v8i16"/>
19 <field name="v16_int8" type="v16i8"/>
22 <reg name="vr0" bitsize="128" type="vec128"/>
[all …]
/external/libsepol/tests/policies/test-expander/
Dmodule.conf5 type system_t, sysadm_t;
27 # Type - attribute mapping test
28 type module_t;
42 type base_t;
54 type does_not_exist_t;
59 type attr_check_base_2_1_t, attr_check_base_2;
60 type attr_check_base_2_2_t;
62 type attr_check_base_3_3_t, attr_check_base_3;
63 type attr_check_base_3_4_t;
69 type attr_check_base_5_1_t, attr_check_base_5;
[all …]
/external/chromium/webkit/glue/
Dwebkit_resources.grd4 <output filename="grit/webkit_resources.h" type="rc_header">
7 <output filename="webkit_resources.pak" type="data_package" />
8 <output filename="webkit_resources.rc" type="rc_all" />
12 <include name="IDC_ALIAS" file="resources\aliasb.cur" type="CURSOR" />
13 <include name="IDR_BROKENIMAGE" file="resources\broken-image.gif" type="BINDATA" />
14 <include name="IDC_CELL" file="resources\cell.cur" type="CURSOR" />
15 <include name="IDC_COLRESIZE" file="resources\col_resize.cur" type="CURSOR" />
16 <include name="IDC_COPYCUR" file="resources\copy.cur" type="CURSOR" />
17 <include name="IDR_INPUT_SPEECH" file="resources\input_speech.png" type="BINDATA" />
18 …<include name="IDR_INPUT_SPEECH_RECORDING" file="resources\input_speech_recording.png" type="BINDA…
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/
Dkdt_pam.dtfmt16 ! the file describes the values type of the attributes in the vector
17 ! character/string type is splitted to three types:
23 ! history type: the input value is the output decision
28 :ATTR "1" :PROP type = numeric
30 :ATTR "2" :PROP type = numeric
32 :ATTR "3" :PROP type = numeric
34 :ATTR "4" :PROP type = numeric
36 :ATTR "5" :PROP type = numeric
38 :ATTR "6" :PROP type = numeric
40 :ATTR "7" :PROP type = numeric
[all …]
/external/chromium/chrome/common/extensions/api/
Dextension_api.json8 "type": "object", string
12 …"id": {"type": "string", "description": "The extension ID of the extension that opened the connect… string
17 "type": "object", string
20 "addListener": {"type": "function"}, string
21 "removeListener": {"type": "function"}, string
22 "hasListener": {"type": "function"}, string
23 "hasListeners": {"type": "function"} string
25 "additionalProperties": { "type": "any"} string
29 "type": "object", string
32 "name": {"type": "string"}, string
[all …]
/external/webkit/Source/WebCore/inspector/front-end/
Dinspector.html31 <meta http-equiv="content-type" content="text/html; charset=utf-8">
32 <link rel="stylesheet" type="text/css" href="audits.css">
33 <link rel="stylesheet" type="text/css" href="goToLineDialog.css">
34 <link rel="stylesheet" type="text/css" href="heapProfiler.css">
35 <link rel="stylesheet" type="text/css" href="inspector.css">
36 <link rel="stylesheet" type="text/css" href="inspectorSyntaxHighlight.css">
37 <link rel="stylesheet" type="text/css" href="networkPanel.css">
38 <link rel="stylesheet" type="text/css" href="helpScreen.css">
39 <link rel="stylesheet" type="text/css" href="popover.css">
40 <link rel="stylesheet" type="text/css" href="textViewer.css">
[all …]
/external/smack/src/org/jivesoftware/smack/packet/
DIQ.java28 * accounts. Each IQ packet has a specific type that indicates what type of action
33 * type of IQ packet it is. Some example IQ subpacket snippets:<ul>
44 private Type type = Type.GET; field in IQ
52 type = iq.getType(); in IQ()
55 * Returns the type of the IQ packet.
57 * @return the type of the IQ packet.
59 public Type getType() { in getType()
60 return type; in getType()
64 * Sets the type of the IQ packet.
66 * @param type the type of the IQ packet.
[all …]
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstType.java19 import com.android.dx.rop.type.Type;
24 * Constants that represent an arbitrary type (reference or primitive).
28 private static final HashMap<Type, CstType> interns =
29 new HashMap<Type, CstType>(100);
32 public static final CstType OBJECT = intern(Type.OBJECT);
35 public static final CstType BOOLEAN = intern(Type.BOOLEAN_CLASS);
38 public static final CstType BYTE = intern(Type.BYTE_CLASS);
41 public static final CstType CHARACTER = intern(Type.CHARACTER_CLASS);
44 public static final CstType DOUBLE = intern(Type.DOUBLE_CLASS);
47 public static final CstType FLOAT = intern(Type.FLOAT_CLASS);
[all …]
/external/chromium/chrome/browser/
Dbrowser_resources.grd4 <output filename="grit/browser_resources.h" type="rc_header">
7 <output filename="browser_resources.pak" type="data_package" />
8 <output filename="browser_resources.rc" type="rc_all" />
13 …DR_ABOUT_CONFLICTS_HTML" file="resources\about_conflicts.html" flattenhtml="true" type="BINDATA" />
16 …DR_ABOUT_MEMORY_HTML" file="resources\about_memory_linux.html" flattenhtml="true" type="BINDATA" />
19 …"IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac.html" flattenhtml="true" type="BINDATA" />
22 …ame="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="BINDATA" />
24 … name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" flattenhtml="true" type="BINDATA" />
25 …e="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" type="BINDATA" />
26 …<include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\manifest.json" type="BINDA…
[all …]
/external/webkit/Source/WebCore/inspector/
DInspector.json23 { "name": "panel", "type": "string" } string
32 { "name": "testCallId", "type": "integer" }, string
33 { "name": "script", "type": "string" } string
40 { "name": "hints", "type": "object" } string
46 { "name": "id", "type": "integer" }, string
47 { "name": "url", "type": "string" }, string
48 { "name": "isShared", "type": "boolean" } string
54 { "name": "id", "type": "integer" } string
66 { "name": "scriptSource", "type": "string" } string
75 { "name": "ignoreCache", "type": "boolean", "optional": true } string
[all …]
/external/jdiff/src/
Dapi.xsd10 <xsd:element name="api" type="apiType"/>
14 <xsd:element name="package" type="packageType" minOccurs='1' maxOccurs='unbounded'/>
16 <xsd:attribute name="name" type="xsd:string"/>
17 <xsd:attribute name="jdversion" type="xsd:string"/>
23 <xsd:element name="class" type="classType"/>
24 <xsd:element name="interface" type="classType"/>
26 <xsd:element name="doc" type="xsd:string" minOccurs='0' maxOccurs='1'/>
28 <xsd:attribute name="name" type="xsd:string"/>
33 <xsd:element name="implements" type="interfaceTypeName" minOccurs='0' maxOccurs='unbounded'/>
34 <xsd:element name="constructor" type="constructorType" minOccurs='0' maxOccurs='unbounded'/>
[all …]
/external/clang/include/clang/Driver/
DTypes.def1 //===--- Types.def - Driver Type info ---------------------------*- C++ -*-===//
10 // This file defines the driver type information. Users of this file
11 // must define the TYPE macro to make use of this information.
15 #ifndef TYPE
16 #error "Define TYPE prior to including this file!"
19 // TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS)
21 // The first value is the type name as a string; for types which can
24 // The second value is the type id, which will result in a
27 // The third value is that id of the type for preprocessed inputs of
28 // this type, or INVALID if this type is not preprocessed.
[all …]
/external/elfutils/tests/
Drun-show-die-info.sh48 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type
72 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type
96 … Attrs : sibling name low_pc high_pc prototyped decl_file decl_line external frame_base type
103 Attrs : sibling name decl_file decl_line declaration external type
113 Attrs : name decl_file decl_line declaration external type
129 Attrs : location name decl_file decl_line external type
146 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type
159 Attrs : name decl_file decl_line type
170 Attrs : name decl_file decl_line type
175 Attrs : sibling name type
[all …]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFObjectWriter.cpp51 unsigned Type; in GetRelocType() local
63 Type = ELF::R_AARCH64_LD_PREL_LO19; in GetRelocType()
66 Type = ELF::R_AARCH64_ADR_PREL_LO21; in GetRelocType()
69 Type = ELF::R_AARCH64_ADR_PREL_PG_HI21; in GetRelocType()
72 Type = ELF::R_AARCH64_ADR_GOT_PAGE; in GetRelocType()
75 Type = ELF::R_AARCH64_TSTBR14; in GetRelocType()
78 Type = ELF::R_AARCH64_CONDBR19; in GetRelocType()
81 Type = ELF::R_AARCH64_JUMP26; in GetRelocType()
84 Type = ELF::R_AARCH64_CALL26; in GetRelocType()
87 Type = ELF::R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21; in GetRelocType()
[all …]
/external/valgrind/main/coregrind/m_gdbserver/
Dpower-altivec.xml10 <vector id="v4f" type="ieee_single" count="4"/>
11 <vector id="v4i32" type="int32" count="4"/>
12 <vector id="v8i16" type="int16" count="8"/>
13 <vector id="v16i8" type="int8" count="16"/>
15 <field name="uint128" type="uint128"/>
16 <field name="v4_float" type="v4f"/>
17 <field name="v4_int32" type="v4i32"/>
18 <field name="v8_int16" type="v8i16"/>
19 <field name="v16_int8" type="v16i8"/>
22 <reg name="vr0" bitsize="128" type="vec128"/>
[all …]
Dpower-altivec-valgrind-s2.xml10 <vector id="v4f" type="ieee_single" count="4"/>
11 <vector id="v4i32" type="int32" count="4"/>
12 <vector id="v8i16" type="int16" count="8"/>
13 <vector id="v16i8" type="int8" count="16"/>
15 <field name="uint128" type="uint128"/>
16 <field name="v4_float" type="v4f"/>
17 <field name="v4_int32" type="v4i32"/>
18 <field name="v8_int16" type="v8i16"/>
19 <field name="v16_int8" type="v16i8"/>
22 <reg name="vr0s2" bitsize="128" type="vec128"/>
[all …]

12345678910>>...381