OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attribute
(Results
926 - 950
of
2398
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
sysdev.h
30
struct
attribute
attr;
53
struct
attribute
attr;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
PropertyCallback.java
45
* @param uri the
attribute
URI to apply
46
* @param
attribute
the
attribute
name to apply
49
String uri, String
attribute
) {
54
mAttribute =
attribute
;
/external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java
21
package proguard.classfile.
attribute
;
24
import proguard.classfile.
attribute
.visitor.*;
29
* This
Attribute
represents a code
attribute
.
33
public class CodeAttribute extends
Attribute
42
public
Attribute
[] attributes;
64
Attribute
[] attributes)
80
* Returns the (first)
attribute
with the given name.
82
public
Attribute
getAttribute(Clazz clazz, String name)
86
Attribute
attribute = attributes[index]
local
[
all
...]
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AllElementValueVisitor.java
21
package proguard.classfile.
attribute
.annotation.visitor;
24
import proguard.classfile.
attribute
.
Attribute
;
25
import proguard.classfile.
attribute
.annotation.*;
26
import proguard.classfile.
attribute
.visitor.AttributeVisitor;
76
public void visitAnyAttribute(Clazz clazz,
Attribute
attribute
) {}
/external/proguard/src/proguard/classfile/visitor/
ReferencedClassVisitor.java
24
import proguard.classfile.
attribute
.*;
25
import proguard.classfile.
attribute
.annotation.*;
26
import proguard.classfile.
attribute
.annotation.visitor.*;
27
import proguard.classfile.
attribute
.visitor.*;
142
public void visitAnyAttribute(Clazz clazz,
Attribute
attribute
) {}
154
// Visit the attributes of the code
attribute
.
/external/proguard/src/proguard/shrink/
AnnotationUsageMarker.java
24
import proguard.classfile.
attribute
.
Attribute
;
25
import proguard.classfile.
attribute
.annotation.*;
26
import proguard.classfile.
attribute
.annotation.visitor.*;
27
import proguard.classfile.
attribute
.visitor.AttributeVisitor;
72
public void visitAnyAttribute(Clazz clazz,
Attribute
attribute
) {}
84
// Mark this
attribute
as being used as well.
101
// Mark this
attribute
as being used as well.
/external/deqp/modules/gles2/performance/
es2pDrawCallBatchingTests.cpp
204
vertexShader << "
attribute
mediump vec4 a_static" << attributeNdx << ";\n";
210
vertexShader << "
attribute
mediump vec4 a_dyn" << attributeNdx << ";\n";
268
for (int
attribute
= 0;
attribute
< m_spec.staticAttributeCount;
attribute
++)
272
if (m_spec.dynamicAttributeCount == 0 &&
attribute
== 0)
308
for (int
attribute
= 0;
attribute
< m_spec.dynamicAttributeCount;
attribute
++)
312
if (
attribute
== 0
[
all
...]
Completed in 2350 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>