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

<<211212213214215216217218219220>>

  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
MotionEvents.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import static com.google.common.base.Preconditions.checkNotNull;
21 import com.google.android.apps.common.testing.testrunner.UsageTrackerRegistry;
22 import com.google.android.apps.common.testing.ui.espresso.InjectEventSecurityException;
23 import com.google.android.apps.common.testing.ui.espresso.PerformException;
24 import com.google.android.apps.common.testing.ui.espresso.UiController;
25 import com.google.common.annotations.VisibleForTesting;
  /hardware/intel/img/hwcomposer/common/base/
HwcModule.cpp 24 #include <common/utils/HwcTrace.h>
265 hwc.hwc_composer_device_1_t::common.tag = HARDWARE_DEVICE_TAG;
266 hwc.hwc_composer_device_1_t::common.module =
268 hwc.hwc_composer_device_1_t::common.close = hwc_device_close;
282 hwc.hwc_composer_device_1_t::common.version = HWC_DEVICE_API_VERSION_1_4;
289 *device = &hwc.hwc_composer_device_1_t::common;
302 common: {
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 112 CHECK_MEMBER_AT(sensors_poll_device_1_t, common, 0, 0);
121 CHECK_MEMBER_AT(framebuffer_device_t, common, 0, 0);
160 CHECK_MEMBER_AT(hwc_composer_device_1_t, common, 0, 0);
176 CHECK_MEMBER_AT(gralloc_module_t, common, 0, 0);
188 CHECK_MEMBER_AT(alloc_device_t, common, 0, 0);
195 CHECK_MEMBER_AT(consumerir_device_t, common, 0, 0);
209 CHECK_MEMBER_AT(camera_module_t, common, 0, 0);
  /packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java 32 import com.android.contacts.common.model.RawContactDelta;
33 import com.android.contacts.common.model.ValuesDelta;
34 import com.android.contacts.common.model.account.AccountType.EditField;
35 import com.android.contacts.common.model.account.AccountType.EventEditType;
36 import com.android.contacts.common.model.dataitem.DataKind;
37 import com.android.contacts.common.util.CommonDateUtils;
38 import com.android.contacts.common.util.DateUtils;
RawContactReadOnlyEditorView.java 41 import com.android.contacts.common.GeoUtil;
42 import com.android.contacts.common.model.RawContactModifier;
43 import com.android.contacts.common.model.RawContactDelta;
44 import com.android.contacts.common.model.ValuesDelta;
45 import com.android.contacts.common.model.account.AccountType;
46 import com.android.contacts.common.model.account.AccountWithDataSet;
47 import com.android.contacts.common.model.dataitem.DataKind;
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 36 import com.android.contacts.common.list.ContactListAdapter;
37 import com.android.contacts.common.list.ContactListFilter;
38 import com.android.contacts.common.list.ContactListFilterController;
39 import com.android.contacts.common.list.ContactListItemView;
40 import com.android.contacts.common.list.DefaultContactListAdapter;
41 import com.android.contacts.common.list.ProfileAndContactsLoader;
43 import com.android.contacts.common.util.AccountFilterUtil;
  /device/samsung/manta/audio/
audio_hw.c     [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/drive/
DriveStatusCodes.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">Drive specific status codes, for use in <code><a href="/reference/com/google/android/gms/common/api/Status.html#getStatusCode()">getStatusCode()</a></code>.
905 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-com.google.android.gms.common.api.CommonStatusCodes" class="jd-expando-trigger closed"
906 ><img id="inherited-constants-com.google.android.gms.common.api.CommonStatusCodes-trigger"
909 <a href="/reference/com/google/android/gms/common/api/CommonStatusCodes.html">com.google.android.gms.common.api.CommonStatusCodes</a>
910 <div id="inherited-constants-com.google.android.gms.common.api.CommonStatusCodes">
911 <div id="inherited-constants-com.google.android.gms.common.api.CommonStatusCodes-list
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 16 package com.android.ide.common.layout.relative;
18 import static com.android.ide.common.api.DrawingStyle.DEPENDENCY;
19 import static com.android.ide.common.api.DrawingStyle.GUIDELINE;
20 import static com.android.ide.common.api.DrawingStyle.GUIDELINE_DASHED;
21 import static com.android.ide.common.api.SegmentType.BASELINE;
22 import static com.android.ide.common.api.SegmentType.BOTTOM;
23 import static com.android.ide.common.api.SegmentType.CENTER_HORIZONTAL;
24 import static com.android.ide.common.api.SegmentType.CENTER_VERTICAL;
25 import static com.android.ide.common.api.SegmentType.LEFT;
26 import static com.android.ide.common.api.SegmentType.RIGHT
    [all...]
  /external/guava/guava/src/com/google/common/eventbus/
EventBus.java 17 package com.google.common.eventbus;
19 import com.google.common.annotations.Beta;
20 import com.google.common.annotations.VisibleForTesting;
21 import com.google.common.base.Supplier;
22 import com.google.common.base.Throwables;
23 import com.google.common.cache.CacheBuilder;
24 import com.google.common.cache.CacheLoader;
25 import com.google.common.cache.LoadingCache;
26 import com.google.common.collect.Lists;
27 import com.google.common.collect.Multimap
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheTesting.java 15 package com.google.common.cache;
25 import com.google.common.base.Preconditions;
26 import com.google.common.cache.LocalCache.LocalLoadingCache;
27 import com.google.common.cache.LocalCache.ReferenceEntry;
28 import com.google.common.cache.LocalCache.Segment;
29 import com.google.common.cache.LocalCache.ValueReference;
30 import com.google.common.collect.ImmutableList;
31 import com.google.common.collect.ImmutableMap;
32 import com.google.common.collect.ImmutableSet;
33 import com.google.common.collect.Maps
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableMultisetTest.java 17 package com.google.common.collect;
22 import com.google.common.annotations.GwtCompatible;
23 import com.google.common.annotations.GwtIncompatible;
24 import com.google.common.collect.testing.MinimalCollection;
25 import com.google.common.collect.testing.SetTestSuiteBuilder;
26 import com.google.common.collect.testing.TestStringSetGenerator;
27 import com.google.common.collect.testing.features.CollectionFeature;
28 import com.google.common.collect.testing.features.CollectionSize;
29 import com.google.common.collect.testing.google.MultisetTestSuiteBuilder;
30 import com.google.common.collect.testing.google.TestStringMultisetGenerator
    [all...]
  /frameworks/base/docs/html/
gms_navtree_data.js 45 , null ], [ "com.google.android.gms.common", "reference/com/google/android/gms/common/package-summary.html", [ [ "Interfaces", null, [ [ "GooglePlayServicesClient", "reference/com/google/android/gms/common/GooglePlayServicesClient.html", null, null ], [ "GooglePlayServicesClient.ConnectionCallbacks", "reference/com/google/android/gms/common/GooglePlayServicesClient.ConnectionCallbacks.html", null, null ], [ "GooglePlayServicesClient.OnConnectionFailedListener", "reference/com/google/android/gms/common/GooglePlayServicesClient.OnConnectionFailedListener.html", null, null ] ]
46 , null ], [ "Classes", null, [ [ "AccountPicker", "reference/com/google/android/gms/common/AccountPicker.html", null, null ], [ "ConnectionResult", "reference/com/google/android/gms/common/ConnectionResult.html", null, null ], [ "ErrorDialogFragment", "reference/com/google/android/gms/common/ErrorDialogFragment.html", null, null ], [ "GooglePlayServicesUtil", "reference/com/google/android/gms/common/GooglePlayServicesUtil.html", null, null ], [ "Scopes", "reference/com/google/android/gms/common/Scopes.html", null, null ], [ "SignInButton", "reference/com/google/android/gms/common/SignInButto (…)
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/fitness/
RecordingApi.html 859 <a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a>&lt;<a href="/reference/com/google/android/gms/fitness/result/ListSubscriptionsResult.html">ListSubscriptionsResult</a>&gt;</nobr>
862 <span class="sympad"><a href="/reference/com/google/android/gms/fitness/RecordingApi.html#listSubscriptions(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.fitness.data.DataType)">listSubscriptions</a></span>(<a href="/reference/com/google/android/gms/common/api/GoogleApiClient.html">GoogleApiClient</a> client, <a href="/reference/com/google/android/gms/fitness/data/DataType.html">DataType</a> dataType)</nobr>
877 <a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a>&lt;<a href="/reference/com/google/android/gms/fitness/result/ListSubscriptionsResult.html">ListSubscriptionsResult</a>&gt;</nobr>
880 <span class="sympad"><a href="/reference/com/google/android/gms/fitness/RecordingApi.html#listSubscriptions(com.google.android.gms.common.api.GoogleApiClient)">listSubscriptions</a></span>(<a href="/reference/com/google/android/gms/common/api/GoogleApiClient.html">GoogleApiClient</a> client)</nobr>
895 <a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a>&lt;<a href="/reference/com/google/android/gms/common/api/Status.html">Status</a>&gt;</nobr>
898 <span class="sympad"><a href="/reference/com/google/android/gms/fitness/RecordingApi.html#subscribe(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.fitness.data.DataSource)">subscribe</a></span>(<a href="/reference/com/google/android/gms/common/api/GoogleApiClient.html">GoogleApiClient</a> client, <a href="/reference/com/google/android/gms/f (…)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 16 package com.android.ide.common.layout.grid;
18 import static com.android.ide.common.layout.GridLayoutRule.GRID_SIZE;
19 import static com.android.ide.common.layout.GridLayoutRule.MARGIN_SIZE;
20 import static com.android.ide.common.layout.grid.GridModel.UNDEFINED;
23 import com.android.ide.common.api.DrawingStyle;
24 import com.android.ide.common.api.DropFeedback;
25 import com.android.ide.common.api.IDragElement;
26 import com.android.ide.common.api.IFeedbackPainter;
27 import com.android.ide.common.api.IGraphics;
28 import com.android.ide.common.api.INode
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
dispatch.py 39 from mod_pywebsocket import common namespace
58 def __init__(self, name, status=common.HTTP_STATUS_NOT_FOUND):
66 return common.STATUS_NORMAL_CLOSURE, ''
265 raise handshake.HandshakeException(e, common.HTTP_STATUS_FORBIDDEN)
301 request.ws_stream.close_connection(common.STATUS_ABNORMAL_CLOSURE)
306 request.ws_stream.close_connection(common.STATUS_PROTOCOL_ERROR)
309 request.ws_stream.close_connection(common.STATUS_UNSUPPORTED_DATA)
313 common.STATUS_INVALID_FRAME_PAYLOAD_DATA)
347 common.HTTP_STATUS_BAD_REQUEST)
  /external/chromium_org/chrome/app/
chrome_breakpad_client.cc 17 #include "chrome/common/chrome_constants.h"
18 #include "chrome/common/chrome_paths.h"
19 #include "chrome/common/chrome_result_codes.h"
20 #include "chrome/common/chrome_switches.h"
21 #include "chrome/common/crash_keys.h"
22 #include "chrome/common/env_vars.h"
38 #include "chrome/common/chrome_version_info_posix.h"
46 #include "chrome/common/descriptors_android.h"
50 #include "chrome/common/chrome_version_info.h"
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser_delegate_impl.cc 17 #include "chrome/common/chrome_paths.h"
18 #include "chrome/common/chrome_paths_internal.h"
19 #include "chrome/common/chrome_version_info.h"
20 #include "chrome/common/logging_chrome.h"
21 #include "chrome/common/pepper_permission_util.h"
28 #include "extensions/common/constants.h"
29 #include "extensions/common/extension.h"
30 #include "extensions/common/manifest_handlers/shared_module_info.h"
31 #include "extensions/common/url_pattern.h"
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_header_panel.cc 13 #include "chrome/common/extensions/extension_constants.h"
14 #include "chrome/common/extensions/manifest_url_handler.h"
17 #include "extensions/common/constants.h"
18 #include "extensions/common/extension.h"
19 #include "extensions/common/extension_icon_set.h"
20 #include "extensions/common/extension_resource.h"
21 #include "extensions/common/manifest_handlers/icons_handler.h"
22 #include "extensions/common/manifest_handlers/shared_module_info.h"
244 // common.
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_manager_unittest.cc 5 #include "components/policy/core/common/cloud/cloud_policy_manager.h"
12 #include "components/policy/core/common/cloud/cloud_policy_constants.h"
13 #include "components/policy/core/common/cloud/mock_cloud_policy_client.h"
14 #include "components/policy/core/common/cloud/mock_cloud_policy_store.h"
15 #include "components/policy/core/common/cloud/policy_builder.h"
16 #include "components/policy/core/common/configuration_policy_provider_test.h"
17 #include "components/policy/core/common/external_data_fetcher.h"
18 #include "components/policy/core/common/mock_configuration_policy_provider.h"
19 #include "components/policy/core/common/schema_registry.h"
  /external/chromium_org/extensions/common/manifest_handlers/
background_info.cc 5 #include "extensions/common/manifest_handlers/background_info.h"
13 #include "content/public/common/content_switches.h"
14 #include "extensions/common/constants.h"
15 #include "extensions/common/error_utils.h"
16 #include "extensions/common/file_util.h"
17 #include "extensions/common/manifest_constants.h"
18 #include "extensions/common/manifest_handlers/permissions_parser.h"
19 #include "extensions/common/permissions/api_permission_set.h"
20 #include "extensions/common/switches.h"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
dispatch.py 39 from mod_pywebsocket import common namespace
58 def __init__(self, name, status=common.HTTP_STATUS_NOT_FOUND):
66 return common.STATUS_NORMAL_CLOSURE, ''
268 raise handshake.HandshakeException(e, common.HTTP_STATUS_FORBIDDEN)
305 common.STATUS_INTERNAL_ENDPOINT_ERROR)
310 request.ws_stream.close_connection(common.STATUS_PROTOCOL_ERROR)
313 request.ws_stream.close_connection(common.STATUS_UNSUPPORTED_DATA)
317 common.STATUS_INVALID_FRAME_PAYLOAD_DATA)
353 common.HTTP_STATUS_BAD_REQUEST)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_int.h 17 #include "vp8/common/onyx.h"
20 #include "vp8/common/onyxc_int.h"
21 #include "vp8/common/variance.h"
24 #include "vp8/common/entropy.h"
25 #include "vp8/common/threading.h"
30 #include "vp8/common/findnearmv.h"
309 VP8_COMMON common; member in struct:VP8_COMP
713 vpx_internal_error(&cpi->common.error, VPX_CODEC_MEM_ERROR,\
721 vpx_internal_error(&cpi->common.error, VPX_CODEC_MEM_ERROR,\
  /external/clang/lib/AST/
DeclTemplate.cpp 132 if (Common)
133 return Common;
136 // with a common pointer or we run out of previous declarations.
140 if (Prev->Common) {
141 Common = Prev->Common;
148 // If we never found a common pointer, allocate one now.
149 if (!Common) {
151 // need an update record to add the common data.
153 Common = newCommon(getASTContext())
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Collections2.java 17 package com.google.common.collect;
19 import static com.google.common.base.Preconditions.checkArgument;
20 import static com.google.common.base.Preconditions.checkNotNull;
22 import com.google.common.annotations.GwtCompatible;
23 import com.google.common.base.Function;
24 import com.google.common.base.Joiner;
25 import com.google.common.base.Predicate;
26 import com.google.common.base.Predicates;
27 import com.google.common.primitives.Ints;

Completed in 2576 milliseconds

<<211212213214215216217218219220>>