OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attributes
(Results
201 - 225
of
21946
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
TweenApplet.form
18
<Group type="103" groupAlignment="0"
attributes
="0">
19
<Group type="102" alignment="0"
attributes
="0">
20
<EmptySpace min="-2" max="-2"
attributes
="0"/>
21
<Group type="103" groupAlignment="0"
attributes
="0">
22
<Component id="jPanel1" alignment="1" max="32767"
attributes
="0"/>
23
<Group type="102" alignment="1"
attributes
="0">
24
<Component id="canvasWrapper" pref="412" max="32767"
attributes
="0"/>
25
<EmptySpace max="-2"
attributes
="0"/>
26
<Component id="jPanel3" min="-2" max="-2"
attributes
="0"/>
29
<EmptySpace min="-2" max="-2"
attributes
="0"/
[
all
...]
/external/clang/test/CodeGen/
mips-interrupt-attr.c
56
// CHECK:
attributes
[[SW0]] = { {{.*}} "interrupt"="sw0" {{.*}} }
57
// CHECK:
attributes
[[SW1]] = { {{.*}} "interrupt"="sw1" {{.*}} }
58
// CHECK:
attributes
[[HW0]] = { {{.*}} "interrupt"="hw0" {{.*}} }
59
// CHECK:
attributes
[[HW1]] = { {{.*}} "interrupt"="hw1" {{.*}} }
60
// CHECK:
attributes
[[HW2]] = { {{.*}} "interrupt"="hw2" {{.*}} }
61
// CHECK:
attributes
[[HW3]] = { {{.*}} "interrupt"="hw3" {{.*}} }
62
// CHECK:
attributes
[[HW4]] = { {{.*}} "interrupt"="hw4" {{.*}} }
63
// CHECK:
attributes
[[HW5]] = { {{.*}} "interrupt"="hw5" {{.*}} }
64
// CHECK:
attributes
[[EIC]] = { {{.*}} "interrupt"="eic" {{.*}} }
/external/clang/test/Index/
attributes.c
11
// CHECK:
attributes
.c:3:32: StructDecl=Test2:3:32 (Definition) Extent=[3:1 - 5:2]
12
// CHECK:
attributes
.c:3:23: attribute(packed)=packed Extent=[3:23 - 3:29]
13
// CHECK:
attributes
.c:4:8: FieldDecl=a:4:8 (Definition) Extent=[4:3 - 4:9] [access=public]
15
// CHECK:
attributes
.c:7:6: FunctionDecl=pure_fn:7:6 Extent=[7:1 - 7:37]
16
// CHECK:
attributes
.c:7:31: attribute(pure)= Extent=[7:31 - 7:35]
17
// CHECK:
attributes
.c:8:6: FunctionDecl=const_fn:8:6 Extent=[8:1 - 8:39]
18
// CHECK:
attributes
.c:8:32: attribute(const)= Extent=[8:32 - 8:37]
19
// CHECK:
attributes
.c:9:6: FunctionDecl=noduplicate_fn:9:6 Extent=[9:1 - 9:51]
20
// CHECK:
attributes
.c:9:38: attribute(noduplicate)= Extent=[9:38 - 9:49]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_al.py
12
#
attributes
. More comprehensive examples can be found in Demo/al
15
# touch all the
attributes
of al without doing anything
17
print 'Touching al module
attributes
...'
/external/llvm/test/Assembler/
2008-09-02-FunctionNotes.ll
1
; Test function
attributes
21
; CHECK:
attributes
#0 = { alwaysinline }
22
; CHECK:
attributes
#1 = { noinline }
/external/python/cpython2/Lib/test/
test_al.py
11
#
attributes
. More comprehensive examples can be found in Demo/al
14
# touch all the
attributes
of al without doing anything
16
print 'Touching al module
attributes
...'
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_al.py
12
#
attributes
. More comprehensive examples can be found in Demo/al
15
# touch all the
attributes
of al without doing anything
17
print 'Touching al module
attributes
...'
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_al.py
12
#
attributes
. More comprehensive examples can be found in Demo/al
15
# touch all the
attributes
of al without doing anything
17
print 'Touching al module
attributes
...'
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_al.py
12
#
attributes
. More comprehensive examples can be found in Demo/al
15
# touch all the
attributes
of al without doing anything
17
print 'Touching al module
attributes
...'
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_al.py
12
#
attributes
. More comprehensive examples can be found in Demo/al
15
# touch all the
attributes
of al without doing anything
17
print 'Touching al module
attributes
...'
/tools/loganalysis/src/com/android/loganalysis/item/
MiscKernelLogItem.java
23
* A generic item containing
attributes
for time, process, and thread and can be extended for
37
private static final Set<String>
ATTRIBUTES
= new HashSet<String>(Arrays.asList(
44
super(
ATTRIBUTES
);
50
* @param
attributes
A list of allowed
attributes
.
52
protected MiscKernelLogItem(Set<String>
attributes
) {
53
super(getAllAttributes(
attributes
));
113
* Combine an array of
attributes
with the internal list of
attributes
.
115
private static Set<String> getAllAttributes(Set<String>
attributes
) {
[
all
...]
/external/clang/test/SemaObjC/
property-10.m
6
@property(readonly, readwrite) int p0; // expected-error {{property
attributes
'readonly' and 'readwrite' are mutually exclusive}}
13
@property(assign, copy) id p3_0; // expected-error {{property
attributes
'assign' and 'copy' are mutually exclusive}}
14
@property(assign, retain) id p3_1; // expected-error {{property
attributes
'assign' and 'retain' are mutually exclusive}}
15
@property(assign, strong) id s3_1; // expected-error {{property
attributes
'assign' and 'strong' are mutually exclusive}}
16
@property(copy, retain) id p3_2; // expected-error {{property
attributes
'copy' and 'retain' are mutually exclusive}}
17
@property(copy, strong) id s3_2; // expected-error {{property
attributes
'copy' and 'strong' are mutually exclusive}}
18
@property(assign, copy, retain) id p3_3; // expected-error {{property
attributes
'assign' and 'copy' are mutually exclusive}}, expected-error {{property
attributes
'assign' and 'retain' are mutually exclusive}}
19
@property(assign, copy, strong) id s3_3; // expected-error {{property
attributes
'assign' and 'copy' are mutually exclusive}}, expected-error {{property
attributes
'assign' and 'strong' are mutually exclusive}}
[
all
...]
/external/llvm/test/Bitcode/
attributes.ll
337
; CHECK:
attributes
#0 = { noreturn }
338
; CHECK:
attributes
#1 = { nounwind }
339
; CHECK:
attributes
#2 = { readnone }
340
; CHECK:
attributes
#3 = { readonly }
341
; CHECK:
attributes
#4 = { noinline }
342
; CHECK:
attributes
#5 = { alwaysinline }
343
; CHECK:
attributes
#6 = { optsize }
344
; CHECK:
attributes
#7 = { ssp }
345
; CHECK:
attributes
#8 = { sspreq }
346
; CHECK:
attributes
#9 = { noredzone
[
all
...]
attributes-3.3.ll
4
;
attributes
-3.3.ll.bc was generated by passing this file to llvm-as-3.3.
5
; The test checks that LLVM does not silently misread
attributes
of
214
; CHECK:
attributes
#0 = { noreturn }
215
; CHECK:
attributes
#1 = { nounwind }
216
; CHECK:
attributes
#2 = { readnone }
217
; CHECK:
attributes
#3 = { readonly }
218
; CHECK:
attributes
#4 = { noinline }
219
; CHECK:
attributes
#5 = { alwaysinline }
220
; CHECK:
attributes
#6 = { optsize }
221
; CHECK:
attributes
#7 = { ssp
[
all
...]
/bionic/tools/versioner/
README.md
2
Use clang to verify the correctness of bionic's availability
attributes
against the NDK platform definitions.
/external/autotest/frontend/afe/
model_attributes.py
5
# common enums for Job
attributes
/external/clang/test/CodeGenCXX/
main-norecurse.cpp
8
// CHECK:
attributes
#0 = { norecurse{{.*}} }
/external/clang/test/Sema/
internal_linkage.c
4
int var2 __attribute__((internal_linkage,common)); // expected-error{{'internal_linkage' and 'common'
attributes
are not compatible}} \
6
int var3 __attribute__((common,internal_linkage)); // expected-error{{'common' and 'internal_linkage'
attributes
are not compatible}} \
9
int var4 __attribute__((common)); // expected-error{{'common' and 'internal_linkage'
attributes
are not compatible}} \
14
int var5 __attribute__((internal_linkage)); // expected-error{{'internal_linkage' and 'common'
attributes
are not compatible}}
/external/libxml2/result/
ent3
6
Test of entities in
attributes
.
/external/libxml2/result/noent/
ent3
6
Test of entities in
attributes
.
/external/libxml2/result/relaxng/
307377_0.err
1
./test/relaxng/307377_0.xml:1: element number: Relax-NG validity error : Element number failed to validate
attributes
list_1.err
1
./test/relaxng/list_1.xml:1: element elem1: Relax-NG validity error : Element elem1 failed to validate
attributes
tutor10_7_3.err
1
./test/relaxng/tutor10_7_3.xml:2: element card: Relax-NG validity error : Element card failed to validate
attributes
tutor10_8_3.err
1
./test/relaxng/tutor10_8_3.xml:2: element card: Relax-NG validity error : Element card failed to validate
attributes
tutor11_3_1.err
1
./test/relaxng/tutor11_3.rng:1: element element: Relax-NG parser error :
Attributes
conflicts in group
Completed in 582 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>