OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:used
(Results
1 - 25
of
64207
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Sema/
attr-used.c
3
extern int l0 __attribute__((
used
)); // expected-warning {{
used
attribute ignored}}
4
__private_extern__ int l1 __attribute__((
used
)); // expected-warning {{
used
attribute ignored}}
6
struct __attribute__((
used
)) s { // expected-warning {{'
used
' attribute only applies to variables and functions}}
10
int a __attribute__((
used
));
12
static void __attribute__((
used
)) f0(void) {
16
static int a __attribute__((
used
));
17
int b __attribute__((
used
)); // expected-warning {{used attribute ignored}
[
all
...]
/device/lge/hammerhead/sepolicy/
device.te
1
# GPU (
used
by most UI apps)
/frameworks/support/v7/mediarouter/dummy/
Dummy.java
1
// Dummy java file
used
to build the resource library.
/external/clang/test/CodeGen/
attr-used.c
2
// RUN: grep '@llvm.
used
= .*@g0' %t
3
// RUN: grep '@llvm.
used
= .*@f0' %t
4
// RUN: grep '@llvm.
used
= .*@f1.l0' %t
7
int g0 __attribute__((
used
));
9
static void __attribute__((
used
)) f0(void) {
13
static int l0 __attribute__((
used
)) = 5225;
2005-12-04-AttributeUsed.c
3
// CHECK: @llvm.
used
= appending global [2 x i8*] [i8* bitcast (void ()* @foo to i8*), i8* bitcast (i32* @X to i8*)], section "llvm.metadata"
4
int X __attribute__((
used
));
7
__attribute__((
used
)) void foo() {}
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion50.txt
2
<animation-list /> : Drawable
used
to render several animated frames.
3
<bitmap /> : Drawable
used
to draw bitmaps.
5
<color /> : Drawable
used
to draw a single color.
7
<layer-list ></layer-list> : Drawable
used
to render several drawables stacked on top of each other.
8
<nine-patch /> : Drawable
used
to draw 9-patches.
9
<rotate /> : Drawable
used
to rotate another drawable.
11
<selector ></selector> : Drawable
used
to render several states.
12
<shape ></shape> : Drawable
used
to render a geometric shape, with a gradient or a solid color.
drawable2-expected-completion52.txt
3
<gradient /> :
Used
to describe the gradient
used
to fill the shape of a GradientDrawable.
4
<padding /> :
Used
to specify the optional padding of a GradientDrawable.
5
<size /> :
Used
to specify the size of the shape for GradientDrawable.
6
<solid /> :
Used
to fill the shape of GradientDrawable with a solid color.
7
<stroke /> :
Used
to describe the optional stroke of a GradientDrawable.
drawable1-expected-completion47.txt
2
<animation-list /> : Drawable
used
to render several animated frames.
3
<bitmap /> : Drawable
used
to draw bitmaps.
5
<color /> : Drawable
used
to draw a single color.
7
<layer-list ></layer-list> : Drawable
used
to render several drawables stacked on top of each other.
8
<nine-patch /> : Drawable
used
to draw 9-patches.
9
<rotate /> : Drawable
used
to rotate another drawable.
11
<selector ></selector> : Drawable
used
to render several states.
12
<shape ></shape> : Drawable
used
to render a geometric shape, with a gradient or a solid color.
/external/chromium_org/build/android/
empty_proguard.flags
0
#
Used
for apk targets that do not need proguard. See build/java_apk.gypi.
/external/libsepol/src/
av_permissions.h
0
/*
Used
by security_compute_av. */
/external/llvm/test/TableGen/
Include.inc
1
// This is
used
by the Include.td test
/external/sepolicy/
attributes
5
# All types
used
for devices.
8
# All types
used
for processes.
11
# All types
used
for filesystems.
14
# All types
used
for files that can exist on a labeled fs.
18
# All types
used
for domain entry points.
21
# All types
used
for /data files.
27
# Attribute
used
for all sdcards
30
# All types
used
for nodes/hosts.
33
# All types
used
for network interfaces.
36
# All types
used
for network ports
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/x86-64/
calling_convention.txt
3
about the number of SSE registers
used
; 1st return register
5
rbx* callee-saved register; optionally
used
as base pointer
7
rcx
used
to pass 4th integer argument to functions
9
rdx
used
to pass 3rd argument to functions 2nd return register
13
rbp* callee-saved register; optionally
used
as frame pointer
15
rsi
used
to pass 2nd argument to functions
17
rdi
used
to pass 1st argument to functions
19
r8
used
to pass 5th argument to functions
21
r9
used
to pass 6th argument to functions
23
r10 temporary register,
used
for passing a function's static chain pointe
[
all
...]
/external/mesa3d/src/mesa/x86-64/
calling_convention.txt
3
about the number of SSE registers
used
; 1st return register
5
rbx* callee-saved register; optionally
used
as base pointer
7
rcx
used
to pass 4th integer argument to functions
9
rdx
used
to pass 3rd argument to functions 2nd return register
13
rbp* callee-saved register; optionally
used
as frame pointer
15
rsi
used
to pass 2nd argument to functions
17
rdi
used
to pass 1st argument to functions
19
r8
used
to pass 5th argument to functions
21
r9
used
to pass 6th argument to functions
23
r10 temporary register,
used
for passing a function's static chain pointe
[
all
...]
/build/tools/droiddoc/templates-ds/
header_tabs.cs
2
<!-- CURRENTLY NOT
USED
... ALL TABS ARE IN masthead.cs -->
/build/tools/droiddoc/templates-sac/
header_tabs.cs
2
<!-- CURRENTLY NOT
USED
... ALL TABS ARE IN masthead.cs -->
/build/tools/droiddoc/templates-sdk/
header_tabs.cs
2
<!-- CURRENTLY NOT
USED
... ALL TABS ARE IN masthead.cs -->
/external/apache-harmony/luni/src/test/resources/net.resources/FTP/jcltest/
nettest.txt
1
This text file is
used
for testing the java.net package of the Harmony class libraries
/external/chromium_org/ui/views/widget/desktop_aura/
README.chromium
1
This directory contains the views::NativeWidget implementation
used
for the
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tty.h
5
* 'tty.h' defines some structures
used
by tty_io.c and some defines.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tty.h
5
* 'tty.h' defines some structures
used
by tty_io.c and some defines.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tty.h
5
* 'tty.h' defines some structures
used
by tty_io.c and some defines.
/device/lge/mako/sepolicy/
device.te
1
# GPU (
used
by most UI apps)
13
# Kickstart device
used
by QC qcks
16
# SMD device,
used
by hci_qcomm_init
/external/clang/test/CodeGenCXX/
attr-used.cpp
3
// <rdar://problem/8684363>: clang++ not respecting __attribute__((
used
)) on destructors
6
__attribute__((
used
)) X0() {}
8
__attribute__((
used
)) ~X0() {}
/external/chromium_org/third_party/npapi/bindings/
npapi_extensions_private.h
14
//
Used
by the Device2D and Audio devices to return a pointer to the
15
// structure
used
to implement the shared memory buffer for the device.
17
//
Used
by the Audio device to return a pointer to the
18
// structure
used
to implement the shared memory buffer for the device.
20
//
Used
by the Audio device to return a pointer to the
21
// structure
used
to implement the synchronization channel for the device.
23
//
Used
by the Device2D to return the CRC32 checksum of the content
Completed in 2021 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>