Searched refs:common (Results 1 - 25 of 4595) 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/autotest/client/site_tests/security_Minijail0/src/
H A Dtest-gid7 . "$(dirname "$0")"/common.sh
H A Dtest-group7 . "$(dirname "$0")"/common.sh
H A Dtest-init7 . "$(dirname "$0")"/common.sh
H A Dtest-pidns7 . "$(dirname "$0")"/common.sh
H A Dtest-uid7 . "$(dirname "$0")"/common.sh
H A Dtest-user7 . "$(dirname "$0")"/common.sh
H A Dtest-userns-init7 . "$(dirname "$0")"/common.sh
H A Dtest-userns-pidns7 . "$(dirname "$0")"/common.sh
/external/tlsdate/tests/run-idle/
H A Dsetup2 . "$(dirname "$0")"/../common.sh
/external/tlsdate/tests/run-once/
H A Dsubproc.sh2 . "$(dirname $0)"/../common.sh
/external/tlsdate/tests/run-routeup/
H A Dsetup2 . "$(dirname "$0")"/../common.sh
H A Dteardown2 . "$(dirname "$0")"/../common.sh
/external/tlsdate/tests/subproc-retry/
H A Dsetup2 . "$(dirname "$0")"/../common.sh
H A Dteardown2 . "$(dirname "$0")"/../common.sh
/external/tlsdate/tests/wait-idle/
H A Dsetup2 . "$(dirname "$0")"/../common.sh
/external/chromium-trace/catapult/perf_insights/third_party/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/autotest/frontend/client/src/autotest/common/
H A DSiteCommonClassFactory.java1 package autotest.common;
/external/autotest/frontend/client/src/autotest/common/ui/
H A DHasTabVisible.java1 package autotest.common.ui;
/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.java41 * {@link com.google.common.eventbus.Subscribe} annotation.</li>
48 * methods are rarely defined in common interfaces, so in addition to
51 * {@link com.google.common.eventbus.EventBus#register(Object)} method on an
57 * <p>To listen for a common event supertype (such as EventObject or Object)...
70 * com.google.common.eventbus.DeadEvent}. The
90 * {@link com.google.common.eventbus.EventBus#post(Object)} method.</li>
105 * {@link com.google.common.eventbus.Subscribe} annotation.</dd>
142 * <li>Each event usually has its own interface, without a common parent
147 * particularly common in Swing apps, of using tiny anonymous classes to
254 package com.google.common
[all...]

Completed in 334 milliseconds

1234567891011>>