HomeSort by relevance Sort by last modified time
    Searched refs:common (Results 1 - 25 of 4917) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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/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/qemu/distrib/sdl-1.2.15/build-scripts/
strip_fPIC.sh 11 -fno-common)
  /external/linux-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-list mainporcelain common
    [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...]
  /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;
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
Call.aidl 17 package com.android.services.telephony.common;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsListViewRule.java 17 package com.android.ide.common.layout;
19 import com.android.ide.common.api.IViewRule;
TabWidgetRule.java 17 package com.android.ide.common.layout;
19 import com.android.ide.common.api.IViewRule;
TimePickerRule.java 17 package com.android.ide.common.layout;
19 import com.android.ide.common.api.IViewRule;
ViewRule.java 17 package com.android.ide.common.layout;
19 import com.android.ide.common.api.IViewRule;
26 * There is no customization here, everything that is common to all views is

Completed in 828 milliseconds

1 2 3 4 5 6 7 8 91011>>