OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:common
(Results
5476 - 5500
of
31397
) sorted by null
<<
211
212
213
214
215
216
217
218
219
220
>>
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java
17
package com.google.
common
.cache;
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;
23
import com.google.
common
.base.Function;
24
import com.google.
common
.cache.CacheLoader.InvalidCacheLoadException;
25
import com.google.
common
.collect.ImmutableMap;
26
import com.google.
common
.util.concurrent.ExecutionError;
27
import com.google.
common
.util.concurrent.UncheckedExecutionException;
/external/guava/guava-tests/test/com/google/common/cache/
CacheEvictionTest.java
15
package com.google.
common
.cache;
17
import static com.google.
common
.cache.TestingCacheLoaders.identityLoader;
18
import static com.google.
common
.cache.TestingRemovalListeners.countingRemovalListener;
19
import static com.google.
common
.cache.TestingWeighers.constantWeigher;
20
import static com.google.
common
.cache.TestingWeighers.intKeyWeigher;
24
import com.google.
common
.cache.CacheTesting.Receiver;
25
import com.google.
common
.cache.LocalCache.ReferenceEntry;
26
import com.google.
common
.cache.TestingCacheLoaders.IdentityLoader;
27
import com.google.
common
.cache.TestingRemovalListeners.CountingRemovalListener;
/external/guava/guava-tests/test/com/google/common/collect/
LinkedHashMultimapTest.java
17
package com.google.
common
.collect;
19
import static com.google.
common
.collect.Lists.newArrayList;
20
import static com.google.
common
.collect.Sets.newHashSet;
21
import static com.google.
common
.collect.Sets.newLinkedHashSet;
22
import static com.google.
common
.collect.testing.IteratorFeature.MODIFIABLE;
26
import com.google.
common
.annotations.GwtCompatible;
27
import com.google.
common
.annotations.GwtIncompatible;
28
import com.google.
common
.collect.testing.IteratorTester;
29
import com.google.
common
.testing.SerializableTester;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java
19
import static com.android.ide.
common
.rendering.api.Result.Status.ERROR_LOCK_INTERRUPTED;
20
import static com.android.ide.
common
.rendering.api.Result.Status.ERROR_TIMEOUT;
21
import static com.android.ide.
common
.rendering.api.Result.Status.SUCCESS;
23
import com.android.ide.
common
.rendering.api.HardwareConfig;
24
import com.android.ide.
common
.rendering.api.LayoutLog;
25
import com.android.ide.
common
.rendering.api.RenderParams;
26
import com.android.ide.
common
.rendering.api.RenderResources;
27
import com.android.ide.
common
.rendering.api.RenderResources.FrameworkResourceIdProvider;
28
import com.android.ide.
common
.rendering.api.Result;
/developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/db/
UpdateService.java
19
import com.google.android.gms.
common
.ConnectionResult;
20
import com.google.android.gms.
common
.api.GoogleApiClient;
21
import com.google.android.gms.
common
.api.ResultCallback;
36
import com.example.android.wearable.speedtracker.
common
.Constants;
37
import com.example.android.wearable.speedtracker.
common
.LocationEntry;
/device/asus/grouper/nfc/
nfc_hw.c
117
dev->
common
.tag = HARDWARE_DEVICE_TAG;
118
dev->
common
.version = 0;
119
dev->
common
.module = (struct hw_module_t*) module;
120
dev->
common
.close = pn544_close;
140
.
common
= {
/external/chromium_org/apps/shell/browser/
shell_content_browser_client.cc
14
#include "content/public/
common
/content_switches.h"
15
#include "content/public/
common
/url_constants.h"
22
#include "extensions/
common
/constants.h"
23
#include "extensions/
common
/extension.h"
24
#include "extensions/
common
/switches.h"
/external/chromium_org/chrome/browser/extensions/api/
README.txt
18
Create "chrome/
common
/extensions/api/experimental_foo.json". For inspiration
24
"chrome/
common
/extensions/api/api.gyp".
35
Create "chrome/
common
/extensions/api/experimental_foo.idl". For inspiration look
41
"chrome/
common
/extensions/api/api.gyp".
49
STEPS
COMMON
TO BOTH APPROACHES
execute_code_function.cc
9
#include "chrome/
common
/extensions/api/i18n/default_locale_handler.h"
13
#include "extensions/
common
/error_utils.h"
14
#include "extensions/
common
/extension_messages.h"
15
#include "extensions/
common
/file_util.h"
16
#include "extensions/
common
/message_bundle.h"
/external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_api.cc
25
#include "extensions/
common
/features/feature.h"
26
#include "extensions/
common
/features/feature_provider.h"
27
#include "extensions/
common
/features/simple_feature.h"
28
#include "extensions/
common
/permissions/permissions_data.h"
29
#include "extensions/
common
/switches.h"
/external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_permissions.cc
10
#include "chrome/
common
/extensions/extension_constants.h"
11
#include "chrome/
common
/url_constants.h"
14
#include "extensions/
common
/constants.h"
15
#include "extensions/
common
/extension.h"
16
#include "extensions/
common
/permissions/permissions_data.h"
/external/chromium_org/chrome/browser/extensions/
default_apps.cc
14
#include "chrome/
common
/chrome_switches.h"
15
#include "chrome/
common
/chrome_version_info.h"
16
#include "chrome/
common
/extensions/extension_constants.h"
17
#include "chrome/
common
/pref_names.h"
19
#include "extensions/
common
/extension.h"
extension_context_menu_model.cc
18
#include "chrome/
common
/extensions/extension_constants.h"
19
#include "chrome/
common
/extensions/manifest_url_handler.h"
20
#include "chrome/
common
/pref_names.h"
21
#include "chrome/
common
/url_constants.h"
26
#include "extensions/
common
/extension.h"
extension_uninstall_dialog.cc
19
#include "extensions/
common
/constants.h"
20
#include "extensions/
common
/extension.h"
21
#include "extensions/
common
/extension_icon_set.h"
22
#include "extensions/
common
/extension_resource.h"
23
#include "extensions/
common
/manifest_handlers/icons_handler.h"
permissions_updater_unittest.cc
15
#include "chrome/
common
/chrome_paths.h"
16
#include "chrome/
common
/extensions/extension_test_util.h"
22
#include "extensions/
common
/extension.h"
23
#include "extensions/
common
/permissions/permission_set.h"
24
#include "extensions/
common
/permissions/permissions_data.h"
/external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_manager_browsertest.cc
14
#include "components/policy/core/
common
/cloud/cloud_policy_client.h"
15
#include "components/policy/core/
common
/cloud/mock_cloud_policy_client.h"
16
#include "components/policy/core/
common
/policy_switches.h"
17
#include "components/policy/core/
common
/policy_test_utils.h"
31
#include "components/policy/core/
common
/cloud/user_cloud_policy_manager.h"
/external/chromium_org/chrome/browser/prefs/
chrome_pref_service_unittest.cc
17
#include "chrome/
common
/chrome_paths.h"
18
#include "chrome/
common
/chrome_switches.h"
19
#include "chrome/
common
/pref_names.h"
24
#include "components/policy/core/
common
/mock_configuration_policy_provider.h"
28
#include "webkit/
common
/webpreferences.h"
/external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_isolated_file_system_message_filter.cc
11
#include "chrome/
common
/chrome_switches.h"
12
#include "chrome/
common
/pepper_permission_util.h"
18
#include "extensions/
common
/constants.h"
19
#include "extensions/
common
/extension.h"
20
#include "extensions/
common
/extension_set.h"
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_action_context_menu_controller.mm
22
#include "chrome/
common
/extensions/extension_constants.h"
23
#include "chrome/
common
/extensions/manifest_url_handler.h"
24
#include "chrome/
common
/pref_names.h"
25
#include "chrome/
common
/url_constants.h"
29
#include "extensions/
common
/extension.h"
/external/chromium_org/chrome/browser/ui/search/
instant_controller.cc
22
#include "chrome/
common
/chrome_switches.h"
23
#include "chrome/
common
/content_settings_types.h"
24
#include "chrome/
common
/pref_names.h"
25
#include "chrome/
common
/search_urls.h"
26
#include "chrome/
common
/url_constants.h"
/external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc
12
#include "chrome/browser/
common
/cancelable_request.h"
20
#include "chrome/
common
/extensions/extension_constants.h"
21
#include "chrome/
common
/extensions/sync_helper.h"
24
#include "extensions/
common
/extension.h"
25
#include "extensions/
common
/extension_set.h"
/external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_browsertest.cc
11
#include "chrome/
common
/url_constants.h"
13
#include "components/policy/core/
common
/external_data_fetcher.h"
14
#include "components/policy/core/
common
/mock_configuration_policy_provider.h"
15
#include "components/policy/core/
common
/policy_map.h"
16
#include "components/policy/core/
common
/policy_types.h"
/external/chromium_org/chrome/common/extensions/docs/server2/
content_providers_test.py
21
'dir': 'chrome/
common
/extensions/apples'
28
'dir': 'chrome/
common
/extensions'
34
'dir': 'chrome/
common
/extensions',
42
'dir': 'chrome/
common
/extensions/tomatoes/are/a',
50
'dir': 'chrome/
common
/extensions/tomatoes/are/a'
/external/chromium_org/chrome/common/extensions/manifest_handlers/
settings_overrides_handler_unittest.cc
5
#include "chrome/
common
/extensions/manifest_handlers/settings_overrides_handler.h"
9
#include "chrome/
common
/extensions/manifest_url_handler.h"
10
#include "extensions/
common
/error_utils.h"
11
#include "extensions/
common
/extension.h"
12
#include "extensions/
common
/manifest_constants.h"
/external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_initvalue_unittest.cc
8
#include "chrome/
common
/chrome_paths.h"
9
#include "chrome/
common
/extensions/manifest_tests/extension_manifest_test.h"
10
#include "chrome/
common
/extensions/manifest_url_handler.h"
11
#include "extensions/
common
/extension.h"
12
#include "extensions/
common
/manifest_constants.h"
Completed in 1635 milliseconds
<<
211
212
213
214
215
216
217
218
219
220
>>