Searched defs:common (Results 1 - 25 of 2568) sorted by relevance

1234567891011>>

/external/autotest/frontend/
H A Dsettings_readonly.py3 import common namespace
/external/autotest/tko/
H A Dparse3 import common namespace
H A Dsite_parse3 import common namespace
/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/autotest/cli/
H A Datest4 import common namespace
/external/autotest/client/cros/cellular/mbim_compliance/tests/
H A Ddummy.py5 import common namespace
/external/autotest/contrib/
H A Dreverify_hosts10 import common namespace
/external/autotest/frontend/client/src/autotest/common/
H A DSiteCommonClassFactory.java1 package autotest.common;
/external/autotest/frontend/client/src/autotest/common/ui/
H A DDateTimeBox.java1 package autotest.common.ui;
/external/autotest/frontend/migrations/
H A D045_test_planner_framework.py1 import common namespace
H A D059_drone_sets_permissions.py1 import common namespace
H A D062_drone_sets_unique.py1 import common namespace
H A D092_host_attributes_permissions.py1 import common namespace
/external/autotest/site_utils/deployment/
H A Ddeploy.py23 import common namespace
H A Drepair.py21 import common namespace
/external/autotest/site_utils/suite_scheduler/
H A Dsanity.py9 import common namespace
27 suite_path = os.path.join(common.autotest_dir,
/external/autotest/utils/
H A Dsite_test_importer_attributes.py10 import common, re namespace
/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/base/
H A Dpackage-info.java28 * <li>{@link com.google.common.base.Ascii}
29 * <li>{@link com.google.common.base.CaseFormat}
30 * <li>{@link com.google.common.base.CharMatcher}
31 * <li>{@link com.google.common.base.Charsets}
32 * <li>{@link com.google.common.base.Joiner}
33 * <li>{@link com.google.common.base.Splitter}
34 * <li>{@link com.google.common.base.Strings}
40 * <li>{@link com.google.common.base.Function},
41 * {@link com.google.common.base.Functions}
42 * <li>{@link com.google.common
[all...]
/external/guava/guava/src/com/google/common/cache/
H A Dpackage-info.java20 * <p>The core interface used to represent caches is {@link com.google.common.cache.Cache}.
22 * {@link com.google.common.cache.CacheBuilder}, with cache entries being loaded by
23 * {@link com.google.common.cache.CacheLoader}. Statistics about cache performance are exposed using
24 * {@link com.google.common.cache.CacheStats}.
35 package com.google.common.cache;
/external/guava/guava/src/com/google/common/collect/
H A Dpackage-info.java25 * <dt>{@link com.google.common.collect.BiMap}
29 * an {@linkplain com.google.common.collect.BiMap#inverse inverse view} --
32 * <dt>{@link com.google.common.collect.Multiset}
38 * <dt>{@link com.google.common.collect.Multimap}
41 * {@link com.google.common.collect.Multimap} are left unspecified and are
44 * <dt>{@link com.google.common.collect.ListMultimap}
45 * <dd>An extension of {@link com.google.common.collect.Multimap} which permits
48 * {@link com.google.common.collect.ListMultimap#equals(Object)}. {@code
50 * com.google.common.collect.ListMultimap#get collection of values}
53 * <dt>{@link com.google.common
[all...]
/external/guava/guava/src/com/google/common/escape/
H A Dpackage-info.java19 * {@link com.google.common.escape.Escaper}.
22 * com.google.common.html.HtmlEscapers} in {@code com.google.common.html}, {@link
23 * com.google.common.xml.XmlEscapers} in {@code com.google.common.xml}, and {@link
24 * com.google.common.net.UrlEscapers} in {@code com.google.common.net}.
30 package com.google.common.escape;
/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 522 milliseconds

1234567891011>>