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

<<221222223224225226227228229230>>

  /external/chromium_org/chrome/common/extensions/permissions/
settings_override_permission_unittest.cc 10 #include "chrome/common/extensions/manifest_tests/extension_manifest_test.h"
11 #include "extensions/common/manifest_constants.h"
12 #include "extensions/common/permissions/permission_set.h"
13 #include "extensions/common/permissions/permissions_data.h"
14 #include "extensions/common/permissions/settings_override_permission.h"
  /external/chromium_org/chrome/test/gpu/
webgl_infobar_browsertest.cc 14 #include "chrome/common/chrome_paths.h"
15 #include "chrome/common/chrome_switches.h"
16 #include "chrome/common/url_constants.h"
26 #include "content/public/common/content_paths.h"
27 #include "content/public/common/page_transition_types.h"
  /external/chromium_org/chrome/utility/importer/
external_process_importer_bridge.cc 13 #include "chrome/common/importer/imported_bookmark_entry.h"
14 #include "chrome/common/importer/imported_favicon_usage.h"
15 #include "chrome/common/importer/importer_data_types.h"
16 #include "chrome/common/importer/profile_import_process_messages.h"
17 #include "components/autofill/core/common/password_form.h"
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_backend_impl.h 15 #include "components/autofill/core/common/form_field_data.h"
16 #include "components/webdata/common/web_data_results.h"
17 #include "components/webdata/common/web_data_service_base.h"
18 #include "components/webdata/common/web_data_service_consumer.h"
19 #include "components/webdata/common/web_database.h"
  /external/chromium_org/components/policy/core/browser/
configuration_policy_pref_store_unittest.cc 14 #include "components/policy/core/common/external_data_fetcher.h"
15 #include "components/policy/core/common/policy_details.h"
16 #include "components/policy/core/common/policy_map.h"
17 #include "components/policy/core/common/policy_pref_names.h"
18 #include "components/policy/core/common/policy_service_impl.h"
  /external/chromium_org/components/policy/core/common/
async_policy_provider_unittest.cc 5 #include "components/policy/core/common/async_policy_provider.h"
13 #include "components/policy/core/common/async_policy_loader.h"
14 #include "components/policy/core/common/external_data_fetcher.h"
15 #include "components/policy/core/common/mock_configuration_policy_provider.h"
16 #include "components/policy/core/common/schema_registry.h"
policy_loader_ios.mm 5 #include "components/policy/core/common/policy_loader_ios.h"
16 #include "components/policy/core/common/mac_util.h"
17 #include "components/policy/core/common/policy_bundle.h"
18 #include "components/policy/core/common/policy_map.h"
19 #include "components/policy/core/common/policy_namespace.h"
  /external/chromium_org/content/browser/
utility_process_host_impl.cc 19 #include "content/common/child_process_host_impl.h"
20 #include "content/common/utility_messages.h"
24 #include "content/public/common/content_switches.h"
25 #include "content/public/common/process_type.h"
26 #include "content/public/common/sandboxed_process_launcher_delegate.h"
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.cc 5 #include "content/common/gpu/client/gpu_video_decode_accelerator_host.h"
10 #include "content/common/gpu/client/gpu_channel_host.h"
11 #include "content/common/gpu/gpu_messages.h"
12 #include "content/common/view_messages.h"
17 #include "content/public/common/sandbox_init.h"
  /external/chromium_org/content/shell/common/
webkit_test_helpers.cc 5 #include "content/shell/common/webkit_test_helpers.h"
12 #include "content/public/common/content_switches.h"
13 #include "content/shell/common/shell_switches.h"
14 #include "content/shell/common/test_runner/test_preferences.h"
15 #include "webkit/common/webpreferences.h"
  /external/chromium_org/content/shell/renderer/
shell_content_renderer_client.cc 10 #include "content/common/sandbox_win.h"
11 #include "content/public/common/content_constants.h"
12 #include "content/public/common/content_switches.h"
15 #include "content/shell/common/shell_switches.h"
16 #include "content/shell/common/webkit_test_helpers.h"
  /external/chromium_org/extensions/browser/
info_map.cc 9 #include "extensions/common/constants.h"
10 #include "extensions/common/extension.h"
11 #include "extensions/common/extension_set.h"
12 #include "extensions/common/manifest_handlers/incognito_info.h"
13 #include "extensions/common/permissions/permissions_data.h"
  /external/chromium_org/extensions/common/features/
base_feature_provider_unittest.cc 5 #include "extensions/common/features/base_feature_provider.h"
7 #include "chrome/common/extensions/features/chrome_channel_feature_filter.h"
8 #include "chrome/common/extensions/features/feature_channel.h"
9 #include "extensions/common/features/permission_feature.h"
10 #include "extensions/common/value_builder.h"
  /external/chromium_org/extensions/renderer/
runtime_custom_bindings.cc 12 #include "extensions/common/extension.h"
13 #include "extensions/common/extension_messages.h"
14 #include "extensions/common/features/feature.h"
15 #include "extensions/common/features/feature_provider.h"
16 #include "extensions/common/manifest.h"
  /external/chromium_org/gpu/command_buffer/service/
common_decoder.h 13 #include "gpu/command_buffer/common/buffer.h"
21 // This class is a helper base class for implementing the common parts of the
38 // implement this second solution. Using the common commands, SetBucketSize,
138 // Executes a common command.
151 // Gets an name for a common command.
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
test.js 172 common.tester.addAsyncTest('filesystem_ready', function(test) {
183 common.tester.addAsyncTest('save_and_load', function(test) {
199 common.tester.addAsyncTest('delete_file', function(test) {
218 common.tester.addAsyncTest('list_directory', function(test) {
233 common.tester.addAsyncTest('make_directory', function(test) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
_base.py 31 """Common functions and exceptions used by WebSocket opening handshake
36 from mod_pywebsocket import common namespace
82 return common.DEFAULT_WEB_SOCKET_SECURE_PORT
84 return common.DEFAULT_WEB_SOCKET_PORT
109 fields = request.headers_in[common.HOST_HEADER].split(':', 1)
  /external/chromium_org/third_party/icu/source/common/unicode/
uconfig.h 65 /* common library */
78 /* common library switches -------------------------------------------------- */
82 * This switch turns off all file access in the common library
86 * as in building a combined library with both the common library's code and
148 /* common library */
  /external/chromium_org/third_party/icu/source/stubdata/
Makefile.in 47 CPPFLAGS += -I$(top_builddir)/common
49 CPPFLAGS += -I$(top_srcdir)/common $(LIBCPPFLAGS)
122 ../common/unicode/platform.h: $(srcdir)/../common/unicode/platform.h.in $(top_builddir)/config.status
124 && CONFIG_FILES=common/unicode/platform.h CONFIG_HEADERS= $(SHELL) ./config.status
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
threading.c 19 #include "vp8/common/threading.h"
21 #include "vp8/common/loopfilter.h"
22 #include "vp8/common/extend.h"
25 #include "vp8/common/reconintra4x4.h"
26 #include "vp8/common/reconinter.h"
27 #include "vp8/common/setupintrarecon.h"
43 VP8_COMMON *const pc = & pbi->common;
196 if (i < 4 && pbi->common.filter_level)
201 if (i%4==0 && pbi->common.filter_level)
212 if ((i==4 || i==8 || i==12) && pbi->common.filter_level
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ArrayListMultimap.java 17 package com.google.common.collect;
19 import static com.google.common.base.Preconditions.checkArgument;
21 import com.google.common.annotations.GwtCompatible;
22 import com.google.common.annotations.GwtIncompatible;
23 import com.google.common.annotations.VisibleForTesting;
BstRangeOps.java 15 package com.google.common.collect;
17 import static com.google.common.base.Preconditions.checkNotNull;
18 import static com.google.common.collect.BstSide.LEFT;
19 import static com.google.common.collect.BstSide.RIGHT;
21 import com.google.common.annotations.GwtCompatible;
ComparisonChain.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.primitives.Booleans;
21 import com.google.common.primitives.Ints;
22 import com.google.common.primitives.Longs;
HashBasedTable.java 17 package com.google.common.collect;
19 import static com.google.common.base.Preconditions.checkArgument;
21 import com.google.common.annotations.Beta;
22 import com.google.common.annotations.GwtCompatible;
23 import com.google.common.base.Supplier;
HashMultimap.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.annotations.GwtIncompatible;
21 import com.google.common.annotations.VisibleForTesting;
22 import com.google.common.base.Preconditions;

Completed in 1258 milliseconds

<<221222223224225226227228229230>>