OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common
(Results
1 - 25
of
7107
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Modules/Inputs/private/
common.h
4
typedef int
common
;
typedef
/external/clang/test/Modules/Inputs/private0/
common.h
4
typedef int
common
;
typedef
/external/clang/test/Modules/Inputs/separate_map_tree/src/
common.h
3
const int
common
= 2;
variable
/external/clang/test/SemaCXX/
attr-common.cpp
3
__attribute__((
common
)) int x; // expected-error {{'
common
' attribute is not supported in C++}}
/external/chromium_org/tools/gyp/test/multiple-targets/src/
prog1.c
3
extern void
common
(void);
8
common
();
prog2.c
3
extern void
common
(void);
8
common
();
common.c
3
void
common
(void)
function
5
printf("hello from
common
.c\n");
/external/clang/test/Modules/
separate_map_tree.cpp
4
#include "
common
.h"
8
const int val =
common
+ b + c + c_; // expected-error {{undeclared identifier}}
/external/guava/guava/src/com/google/common/annotations/
package-info.java
18
*
Common
annotation types. This package is a part of the open-source
21
package com.google.
common
.annotations;
/external/guava/guava/src/com/google/common/eventbus/
package-info.java
37
* {@link com.google.
common
.eventbus.Subscribe} annotation.</li>
44
* methods are rarely defined in
common
interfaces, so in addition to
47
* {@link com.google.
common
.eventbus.EventBus#register(Object)} method on an
53
* <p>To listen for a
common
event supertype (such as EventObject or Object)...
66
* com.google.
common
.eventbus.DeadEvent}. The
86
* {@link com.google.
common
.eventbus.EventBus#post(Object)} method.</li>
101
* {@link com.google.
common
.eventbus.Subscribe} annotation.</dd>
152
* <li>Each event usually has its own interface, without a
common
parent
157
* particularly
common
in Swing apps, of using tiny anonymous classes to
264
package com.google.
common
.eventbus
[
all
...]
/external/guava/guava-gwt/src/com/google/common/collect/
ImmutableList_CustomFieldSerializer.java
17
package com.google.
common
.collect;
ImmutableMultiset_CustomFieldSerializer.java
17
package com.google.
common
.collect;
ImmutableSet_CustomFieldSerializer.java
17
package com.google.
common
.collect;
ImmutableSortedSet_CustomFieldSerializer.java
17
package com.google.
common
.collect;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
command-list.txt
3
# command name category [deprecated] [
common
]
5
perf-annotate mainporcelain
common
6
perf-archive mainporcelain
common
7
perf-bench mainporcelain
common
8
perf-buildid-cache mainporcelain
common
9
perf-buildid-list mainporcelain
common
10
perf-diff mainporcelain
common
11
perf-evlist mainporcelain
common
12
perf-inject mainporcelain
common
13
perf-kmem mainporcelain
common
[
all
...]
/external/qemu/distrib/sdl-1.2.15/build-scripts/
strip_fPIC.sh
11
-fno-
common
)
/external/libhevc/
decoder.arm.mk
2
libhevcd_inc_dir_arm += $(LOCAL_PATH)/
common
/arm
12
libhevcd_srcs_c_arm +=
common
/arm/ihevc_intra_ref_substitution_a9q.c
13
libhevcd_srcs_c_arm +=
common
/arm/ihevc_intra_pred_filters_neon_intr.c
14
libhevcd_srcs_c_arm +=
common
/arm/ihevc_weighted_pred_neon_intr.c
16
libhevcd_srcs_asm_arm +=
common
/arm/ihevc_mem_fns.s
17
libhevcd_srcs_asm_arm +=
common
/arm/ihevc_itrans_recon_32x32.s
18
libhevcd_srcs_asm_arm +=
common
/arm/ihevc_weighted_pred_bi_default.s
19
libhevcd_srcs_asm_arm +=
common
/arm/ihevc_weighted_pred_bi.s
20
libhevcd_srcs_asm_arm +=
common
/arm/ihevc_weighted_pred_uni.s
21
libhevcd_srcs_asm_arm +=
common
/arm/ihevc_deblk_luma_horz.
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_common.mk
12
VP8_COMMON_SRCS-yes +=
common
/pragmas.h
13
VP8_COMMON_SRCS-yes +=
common
/ppflags.h
14
VP8_COMMON_SRCS-yes +=
common
/onyx.h
15
VP8_COMMON_SRCS-yes +=
common
/onyxd.h
16
VP8_COMMON_SRCS-yes +=
common
/alloccommon.c
17
VP8_COMMON_SRCS-yes +=
common
/blockd.c
18
VP8_COMMON_SRCS-yes +=
common
/coefupdateprobs.h
19
VP8_COMMON_SRCS-yes +=
common
/debugmodes.c
20
VP8_COMMON_SRCS-yes +=
common
/default_coef_probs.h
21
VP8_COMMON_SRCS-yes +=
common
/dequantize.
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_common.mk
12
VP8_COMMON_SRCS-yes +=
common
/pragmas.h
13
VP8_COMMON_SRCS-yes +=
common
/ppflags.h
14
VP8_COMMON_SRCS-yes +=
common
/onyx.h
15
VP8_COMMON_SRCS-yes +=
common
/onyxd.h
16
VP8_COMMON_SRCS-yes +=
common
/alloccommon.c
17
VP8_COMMON_SRCS-yes +=
common
/blockd.c
18
VP8_COMMON_SRCS-yes +=
common
/coefupdateprobs.h
19
VP8_COMMON_SRCS-yes +=
common
/debugmodes.c
20
VP8_COMMON_SRCS-yes +=
common
/default_coef_probs.h
21
VP8_COMMON_SRCS-yes +=
common
/dequantize.
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_common.mk
12
VP8_COMMON_SRCS-yes +=
common
/pragmas.h
13
VP8_COMMON_SRCS-yes +=
common
/ppflags.h
14
VP8_COMMON_SRCS-yes +=
common
/onyx.h
15
VP8_COMMON_SRCS-yes +=
common
/onyxd.h
16
VP8_COMMON_SRCS-yes +=
common
/alloccommon.c
17
VP8_COMMON_SRCS-yes +=
common
/blockd.c
18
VP8_COMMON_SRCS-yes +=
common
/coefupdateprobs.h
19
VP8_COMMON_SRCS-yes +=
common
/debugmodes.c
20
VP8_COMMON_SRCS-yes +=
common
/default_coef_probs.h
21
VP8_COMMON_SRCS-yes +=
common
/dequantize.
[
all
...]
/external/guava/guava-testlib/src/com/google/common/testing/
TearDown.java
17
package com.google.
common
.testing;
19
import com.google.
common
.annotations.Beta;
20
import com.google.
common
.annotations.GwtCompatible;
33
* {@code com.google.
common
.testing.junit3.TearDownTestCase} and
34
* {@code com.google.
common
.testing.junit4.TearDownTestCase} for example.
TearDownAccepter.java
17
package com.google.
common
.testing;
19
import com.google.
common
.annotations.Beta;
20
import com.google.
common
.annotations.GwtCompatible;
/external/guava/guava/src/com/google/common/base/
Supplier.java
17
package com.google.
common
.base;
19
import com.google.
common
.annotations.GwtCompatible;
/external/guava/guava-gwt/src/com/google/common/base/
GwtSerializationDependencies.java
17
package com.google.
common
.base;
19
import com.google.
common
.annotations.GwtCompatible;
25
* <p>See {@linkplain com.google.
common
.collect.GwtSerializationDependencies the
26
* com.google.
common
.collect version} for more details.
/external/guava/guava-gwt/test/com/google/common/net/
TestPlatform.java
17
package com.google.
common
.net;
19
import com.google.
common
.annotations.GwtCompatible;
Completed in 396 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>