Searched defs:common (Results 26 - 50 of 1189) sorted by relevance

1234567891011>>

/external/guava/guava/src/com/google/common/eventbus/
H A DSubscribe.java17 package com.google.common.eventbus;
19 import com.google.common.annotations.Beta;
/external/guava/guava/src/com/google/common/util/concurrent/
H A Dpackage-info.java21 * com.google.common.util.concurrent.ListenableFuture} and {@link
22 * com.google.common.util.concurrent.Service}.
25 * com.google.common.util.concurrent.Futures}, {@link
26 * com.google.common.util.concurrent.MoreExecutors}, and {@link
27 * com.google.common.util.concurrent.ThreadFactoryBuilder}.
33 package com.google.common.util.concurrent;
/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.
/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/guava/guava-gwt/test/com/google/common/net/
H A DTestPlatform.java17 package com.google.common.net;
19 import com.google.common.annotations.GwtCompatible;
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Dclose_wsh.py32 from mod_pywebsocket import common namespace
63 if code == common.STATUS_NO_STATUS_RECEIVED:
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_common.h21 namespace common { namespace in namespace:autofill
64 } // namespace common
/external/chromium_org/content/public/android/java/src/org/chromium/content_public/common/
H A DScreenOrientationConstants.java5 package org.chromium.content_public.common;
14 "org.chromium.content_public.common.orientation";
/external/chromium_org/mojo/common/
H A Dhandle_watcher.h12 #include "mojo/common/mojo_common_export.h"
20 namespace common { namespace in namespace:mojo
61 } // namespace common
H A Dmessage_pump_mojo_handler.h8 #include "mojo/common/mojo_common_export.h"
12 namespace common { namespace in namespace:mojo
26 } // namespace common
H A Dtime_helper.h9 #include "mojo/common/mojo_common_export.h"
16 namespace common { namespace in namespace:mojo
31 } // namespace common
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSToolFile.py7 import gyp.common namespace
/external/deqp/android/scripts/
H A Dlaunch.py8 import common namespace
14 os.chdir(common.ANDROID_DIR)
16 adbCmd = common.shellquote(common.ADB_BIN)
21 common.execute("%s forward tcp:50016 tcp:50016" % adbCmd)
22 common.execute("%s shell setprop log.tag.dEQP DEBUG" % adbCmd)
23 common.execute("%s shell am start -n com.drawelements.deqp/.execserver.ServiceStarter" % adbCmd)
/external/guava/guava/src/com/google/common/annotations/
H A DGwtCompatible.java17 package com.google.common.annotations;
H A DGwtIncompatible.java17 package com.google.common.annotations;
/external/guava/guava/src/com/google/common/base/
H A DFinalizablePhantomReference.java17 package com.google.common.base;
H A DFinalizableReference.java17 package com.google.common.base;
H A DFinalizableSoftReference.java17 package com.google.common.base;
H A DFinalizableWeakReference.java17 package com.google.common.base;
H A DSupplier.java17 package com.google.common.base;
19 import com.google.common.annotations.GwtCompatible;
/external/guava/guava/src/com/google/common/cache/
H A DRemovalListener.java17 package com.google.common.cache;
19 import com.google.common.annotations.Beta;
/external/guava/guava/src/com/google/common/collect/
H A DAsynchronousComputationException.java17 package com.google.common.collect;
24 * @deprecated this class is unused by com.google.common.collect. <b>This class

Completed in 5365 milliseconds

1234567891011>>