Searched refs:common (Results 1 - 25 of 3817) sorted by relevance

1234567891011>>

/external/clang/test/Modules/Inputs/private/
H A Dcommon.h4 typedef int common; typedef
/external/clang/test/Modules/Inputs/private0/
H A Dcommon.h4 typedef int common; typedef
/external/clang/test/Modules/Inputs/separate_map_tree/src/
H A Dcommon.h3 const int common = 2; variable
/external/clang/test/SemaCXX/
H A Dattr-common.cpp3 __attribute__((common)) int x; // expected-error {{'common' attribute is not supported in C++}}
/external/chromium_org/tools/gyp/test/multiple-targets/src/
H A Dprog1.c3 extern void common(void);
8 common();
H A Dprog2.c3 extern void common(void);
8 common();
H A Dcommon.c3 void common(void) function
5 printf("hello from common.c\n");
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A D__init__.py23 from .common import CSFileStat
24 from .common import GCSFileStat
25 from .common import validate_bucket_name
26 from .common import validate_bucket_path
27 from .common import validate_file_path
/external/clang/test/Modules/
H A Dseparate_map_tree.cpp4 #include "common.h"
8 const int val = common + b + c + c_; // expected-error {{undeclared identifier}}
/external/guava/guava/src/com/google/common/annotations/
H A Dpackage-info.java21 package com.google.common.annotations;
/external/guava/guava/src/com/google/common/eventbus/
H A Dpackage-info.java37 * {@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
[all...]
/external/guava/guava-gwt/src/com/google/common/collect/
H A DImmutableList_CustomFieldSerializer.java17 package com.google.common.collect;
H A DImmutableMultiset_CustomFieldSerializer.java17 package com.google.common.collect;
H A DImmutableSet_CustomFieldSerializer.java17 package com.google.common.collect;
H A DImmutableSortedSet_CustomFieldSerializer.java17 package com.google.common.collect;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dcommand-list.txt3 # 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/
H A Dstrip_fPIC.sh11 -fno-common)
/external/libhevc/
H A Ddecoder.arm.mk2 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/ar
[all...]
/external/libvpx/libvpx/vp8/
H A Dvp8_common.mk12 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/dequantiz
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_common.mk12 VP8_COMMON_SRCS-yes += common/ppflags.h
13 VP8_COMMON_SRCS-yes += common/onyx.h
14 VP8_COMMON_SRCS-yes += common/onyxd.h
15 VP8_COMMON_SRCS-yes += common/alloccommon.c
16 VP8_COMMON_SRCS-yes += common/blockd.c
17 VP8_COMMON_SRCS-yes += common/coefupdateprobs.h
18 VP8_COMMON_SRCS-yes += common/debugmodes.c
19 VP8_COMMON_SRCS-yes += common/default_coef_probs.h
20 VP8_COMMON_SRCS-yes += common/dequantize.c
21 VP8_COMMON_SRCS-yes += common/entrop
[all...]
/external/guava/guava-testlib/src/com/google/common/testing/
H A DTearDown.java17 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.
H A DTearDownAccepter.java17 package com.google.common.testing;
19 import com.google.common.annotations.Beta;
20 import com.google.common.annotations.GwtCompatible;
/external/chromium_org/native_client_sdk/src/examples/api/input_event/
H A Dexample.js5 // Called by the common.js module.
7 common.naclModule.style.backgroundColor = 'gray';
10 // Called by the common.js module.
12 common.logMessage(message.data);
/external/guava/guava/src/com/google/common/base/
H A DSupplier.java17 package com.google.common.base;
19 import com.google.common.annotations.GwtCompatible;
/external/guava/guava-gwt/src/com/google/common/base/
H A DGwtSerializationDependencies.java17 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.

Completed in 954 milliseconds

1234567891011>>