HomeSort by relevance Sort by last modified time
    Searched full:common (Results 5426 - 5450 of 31397) sorted by null

<<211212213214215216217218219220>>

  /frameworks/base/docs/html/reference/com/google/android/gms/location/
GeofenceStatusCodes.html 781 extends <a href="/reference/com/google/android/gms/common/api/CommonStatusCodes.html">CommonStatusCodes</a><br/>
809 <td colspan="2" class="jd-inheritance-class-cell"><a href="/reference/com/google/android/gms/common/api/CommonStatusCodes.html">com.google.android.gms.common.api.CommonStatusCodes</a></td>
835 <p itemprop="articleBody">Geofence specific status codes, for use in <code><a href="/reference/com/google/android/gms/common/api/Status.html#getStatusCode()">getStatusCode()</a></code>
899 <code><a href="/reference/com/google/android/gms/location/GeofencingApi.html#addGeofences(com.google.android.gms.common.api.GoogleApiClient, java.util.List<com.google.android.gms.location.Geofence>, android.app.PendingIntent)">addGeofences(GoogleApiClient, List<Geofence>, PendingIntent)</a></code> call.</td>
919 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-com.google.android.gms.common.api.CommonStatusCodes" class="jd-expando-trigger closed"
920 ><img id="inherited-constants-com.google.android.gms.common.api.CommonStatusCodes-trigger"
923 <a href="/reference/com/google/android/gms/common/api/CommonStatusCodes.html">com.google.android.gms.common.api.CommonStatusCodes</a>
924 <div id="inherited-constants-com.google.android.gms.common.api.CommonStatusCodes"
    [all...]
  /build/tools/releasetools/
check_target_files_signatures 60 import common namespace
64 # (which is common with zipaligned APKs). This overrides the
72 OPTIONS = common.OPTIONS
96 p = common.Run(["openssl", "x509", "-inform", "DER", "-text"],
119 name = "unknown cert %s (%s)" % (common.sha1(cert).hexdigest()[:12],
138 cert = common.ParseCertificate(f.read())
152 p = common.Run(["openssl", "pkcs7",
163 cert = common.ParseCertificate(out)
202 p = common.Run(["aapt", "dump", "xmltree", full_filename,
237 d, z = common.UnzipTemp(filename, '*.apk'
    [all...]
  /external/guava/guava/src/com/google/common/math/
IntMath.java 17 package com.google.common.math;
19 import static com.google.common.base.Preconditions.checkArgument;
20 import static com.google.common.base.Preconditions.checkNotNull;
21 import static com.google.common.math.MathPreconditions.checkNoOverflow;
22 import static com.google.common.math.MathPreconditions.checkNonNegative;
23 import static com.google.common.math.MathPreconditions.checkPositive;
24 import static com.google.common.math.MathPreconditions.checkRoundingUnnecessary;
29 import com.google.common.annotations.Beta;
30 import com.google.common.annotations.GwtCompatible;
31 import com.google.common.annotations.GwtIncompatible
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
PopulatedCachesTest.java 15 package com.google.common.cache;
17 import static com.google.common.cache.CacheTesting.checkEmpty;
18 import static com.google.common.cache.CacheTesting.checkValidState;
19 import static com.google.common.cache.TestingCacheLoaders.identityLoader;
26 import com.google.common.base.Function;
27 import com.google.common.cache.CacheBuilderFactory.DurationSpec;
28 import com.google.common.cache.LocalCache.Strength;
29 import com.google.common.collect.ImmutableMap;
30 import com.google.common.collect.ImmutableSet;
31 import com.google.common.collect.Iterables
    [all...]
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
UiControllerImpl.java 17 package com.google.android.apps.common.testing.ui.espresso.base;
19 import static com.google.common.base.Preconditions.checkArgument;
20 import static com.google.common.base.Preconditions.checkNotNull;
21 import static com.google.common.base.Preconditions.checkState;
22 import static com.google.common.base.Throwables.propagate;
24 import com.google.android.apps.common.testing.ui.espresso.IdlingPolicies;
25 import com.google.android.apps.common.testing.ui.espresso.IdlingPolicy;
26 import com.google.android.apps.common.testing.ui.espresso.InjectEventSecurityException;
27 import com.google.android.apps.common.testing.ui.espresso.UiController;
28 import com.google.android.apps.common.testing.ui.espresso.base.IdlingResourceRegistry.IdleNotificationCallback
    [all...]
  /external/chromium_org/chrome/browser/extensions/error_console/
error_console.cc 17 #include "chrome/common/chrome_version_info.h"
18 #include "chrome/common/extensions/features/feature_channel.h"
19 #include "chrome/common/pref_names.h"
26 #include "extensions/common/constants.h"
27 #include "extensions/common/extension.h"
28 #include "extensions/common/extension_set.h"
29 #include "extensions/common/feature_switch.h"
  /external/chromium_org/chrome/browser/extensions/
unpacked_installer.cc 20 #include "chrome/common/chrome_switches.h"
21 #include "chrome/common/extensions/api/plugins/plugins_handler.h"
26 #include "extensions/common/extension.h"
27 #include "extensions/common/extension_l10n_util.h"
28 #include "extensions/common/file_util.h"
29 #include "extensions/common/id_util.h"
30 #include "extensions/common/manifest.h"
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
app_launch_info.cc 5 #include "chrome/common/extensions/manifest_handlers/app_launch_info.h"
12 #include "chrome/common/chrome_switches.h"
13 #include "chrome/common/extensions/extension_constants.h"
14 #include "chrome/common/url_constants.h"
15 #include "components/cloud_devices/common/cloud_devices_urls.h"
16 #include "extensions/common/error_utils.h"
17 #include "extensions/common/manifest_constants.h"
  /external/chromium_org/chrome/common/
service_process_util.cc 5 #include "chrome/common/service_process_util.h"
19 #include "chrome/common/chrome_constants.h"
20 #include "chrome/common/chrome_paths.h"
21 #include "chrome/common/chrome_switches.h"
22 #include "chrome/common/chrome_version_info.h"
23 #include "components/cloud_devices/common/cloud_devices_switches.h"
24 #include "content/public/common/content_paths.h"
  /external/chromium_org/content/common/gpu/
image_transport_surface.cc 5 #include "content/common/gpu/image_transport_surface.h"
11 #include "content/common/gpu/gpu_channel.h"
12 #include "content/common/gpu/gpu_channel_manager.h"
13 #include "content/common/gpu/gpu_command_buffer_stub.h"
14 #include "content/common/gpu/gpu_messages.h"
15 #include "content/common/gpu/sync_point_manager.h"
16 #include "content/common/gpu/texture_image_transport_surface.h"
  /external/chromium_org/extensions/common/
extension_messages.cc 5 #include "extensions/common/extension_messages.h"
7 #include "content/public/common/common_param_traits.h"
8 #include "extensions/common/extension.h"
9 #include "extensions/common/manifest.h"
10 #include "extensions/common/manifest_handler.h"
11 #include "extensions/common/permissions/permissions_data.h"
12 #include "extensions/common/permissions/permissions_info.h"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
host.py 34 from webkitpy.common.checkout.scm.detection import SCMDetector
35 from webkitpy.common.memoized import memoized
36 from webkitpy.common.net import buildbot, web
37 from webkitpy.common.net.buildbot.chromiumbuildbot import ChromiumBuildBot
38 from webkitpy.common.system.systemhost import SystemHost
98 from webkitpy.common.checkout.scm.svn import SVN
118 from webkitpy.common.checkout.scm.git import Git
  /external/chromium_org/third_party/icu/source/common/unicode/
uvernum.h 18 * source/common/unicode/uvernum.h - this file: update major, minor,
26 * source/common/common.vcproj - update 'Output file name' on the link tab so
28 * source/i18n/i18n.vcproj - same as for the common.vcproj
29 * source/layout/layout.vcproj - same as for the common.vcproj
31 * source/stubdata/stubdata.vcproj - same as for the common.vcproj
32 * source/io/io.vcproj - same as for the common.vcproj
  /external/guava/guava/src/com/google/common/cache/
Cache.java 17 package com.google.common.cache;
19 import com.google.common.annotations.Beta;
20 import com.google.common.annotations.GwtCompatible;
21 import com.google.common.base.Function;
22 import com.google.common.collect.ImmutableMap;
23 import com.google.common.util.concurrent.ExecutionError;
24 import com.google.common.util.concurrent.UncheckedExecutionException;
LoadingCache.java 17 package com.google.common.cache;
19 import com.google.common.annotations.Beta;
20 import com.google.common.annotations.GwtCompatible;
21 import com.google.common.base.Function;
22 import com.google.common.collect.ImmutableMap;
23 import com.google.common.util.concurrent.ExecutionError;
24 import com.google.common.util.concurrent.UncheckedExecutionException;
  /external/guava/guava/src/com/google/common/collect/
GeneralRange.java 15 package com.google.common.collect;
17 import static com.google.common.base.Preconditions.checkArgument;
18 import static com.google.common.base.Preconditions.checkNotNull;
19 import static com.google.common.collect.BoundType.CLOSED;
20 import static com.google.common.collect.BoundType.OPEN;
27 import com.google.common.annotations.GwtCompatible;
28 import com.google.common.base.Objects;
  /external/guava/guava/src/com/google/common/hash/
BloomFilter.java 15 package com.google.common.hash;
17 import static com.google.common.base.Preconditions.checkArgument;
18 import static com.google.common.base.Preconditions.checkNotNull;
20 import com.google.common.annotations.Beta;
21 import com.google.common.annotations.VisibleForTesting;
22 import com.google.common.base.Preconditions;
23 import com.google.common.hash.BloomFilterStrategies.BitArray;
  /external/guava/guava-tests/test/com/google/common/collect/
FauxveridesTest.java 17 package com.google.common.collect;
19 import static com.google.common.collect.Lists.transform;
20 import static com.google.common.collect.Sets.newHashSet;
21 import static com.google.common.collect.Sets.newTreeSet;
25 import com.google.common.base.Function;
26 import com.google.common.base.Joiner;
27 import com.google.common.base.Objects;
ForwardingMultisetTest.java 17 package com.google.common.collect;
19 import com.google.common.collect.testing.SetTestSuiteBuilder;
20 import com.google.common.collect.testing.TestStringSetGenerator;
21 import com.google.common.collect.testing.features.CollectionFeature;
22 import com.google.common.collect.testing.features.CollectionSize;
23 import com.google.common.collect.testing.google.MultisetTestSuiteBuilder;
24 import com.google.common.collect.testing.google.TestStringMultisetGenerator;
GeneralRangeTest.java 15 package com.google.common.collect;
17 import static com.google.common.collect.BoundType.CLOSED;
18 import static com.google.common.collect.BoundType.OPEN;
26 import com.google.common.annotations.GwtCompatible;
27 import com.google.common.annotations.GwtIncompatible;
28 import com.google.common.base.Objects;
29 import com.google.common.testing.NullPointerTester;
PeekingIteratorTest.java 17 package com.google.common.collect;
19 import static com.google.common.collect.Iterators.peekingIterator;
20 import static com.google.common.collect.testing.IteratorFeature.MODIFIABLE;
21 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE;
24 import com.google.common.annotations.GwtCompatible;
25 import com.google.common.annotations.GwtIncompatible;
26 import com.google.common.collect.testing.IteratorTester;
  /external/llvm/test/Transforms/LoopStrengthReduce/
pr18165.ll 12 @b = common global i32 0, align 4
13 @a = common global %struct.anon zeroinitializer, align 4
14 @e = common global %struct.anon zeroinitializer, align 4
15 @d = common global i32 0, align 4
16 @f = common global i32 0, align 4
17 @g = common global i32 0, align 4
18 @h = common global i32 0, align 4
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 7 #include "Common/ComTry.h"
8 #include "Common/IntToString.h"
12 #include "../Common/CreateCoder.h"
13 #include "../Common/ProgressUtils.h"
14 #include "../Common/RegisterArc.h"
15 #include "../Common/StreamUtils.h"
19 #include "Common/DummyOutStream.h"
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassPath.java 34 import com.google.common.cache.CacheBuilder;
35 import com.google.common.cache.CacheLoader;
36 import com.google.common.cache.LoadingCache;
37 import com.google.common.collect.ImmutableSet;
38 import com.google.common.collect.Iterables;
39 import com.google.common.collect.Lists;
40 import com.google.common.collect.Maps;
  /frameworks/base/libs/common_time/
common_time_server.h 49 // Common Clock API methods
78 // changes in the number of active common clock clients.
188 // common clock, local clock abstraction, and clock recovery loop
232 // Flag updated by the common clock service to indicate that it does or does
234 // cleared on the common time service, the service will participate in
236 // to. When the auto disable flag is set on the common time service, it
238 // interface AND currently active common clock clients.

Completed in 1084 milliseconds

<<211212213214215216217218219220>>