/external/libvpx/libvpx/vp8/encoder/ |
onyx_if.c | 14 #include "vp8/common/onyxc_int.h" 15 #include "vp8/common/blockd.h" 17 #include "vp8/common/systemdependent.h" 19 #include "vp8/common/alloccommon.h" 24 #include "vp8/common/extend.h" 26 #include "vp8/common/quant_common.h" 29 #include "vp8/common/postproc.h" 32 #include "vp8/common/swapyv12buffer.h" 33 #include "vp8/common/threading.h" 245 lc->filter_level = cpi->common.filter_level [all...] |
bitstream.c | 12 #include "vp8/common/header.h" 14 #include "vp8/common/entropymode.h" 15 #include "vp8/common/findnearmv.h" 17 #include "vp8/common/systemdependent.h" 21 #include "vp8/common/pragmas.h" 27 #include "vp8/common/common.h" 111 VP8_COMMON *const x = & cpi->common; 396 for (mb_row = i; mb_row < cpi->common.mb_rows; mb_row += num_part) 415 for (mb_row = 0; mb_row < cpi->common.mb_rows; mb_row++ [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
onyx_if.c | 14 #include "vp8/common/onyxc_int.h" 15 #include "vp8/common/blockd.h" 17 #include "vp8/common/systemdependent.h" 19 #include "vp8/common/alloccommon.h" 24 #include "vp8/common/extend.h" 26 #include "vp8/common/quant_common.h" 29 #include "vp8/common/postproc.h" 32 #include "vp8/common/swapyv12buffer.h" 33 #include "vp8/common/threading.h" 245 lc->filter_level = cpi->common.filter_level [all...] |
bitstream.c | 12 #include "vp8/common/header.h" 14 #include "vp8/common/entropymode.h" 15 #include "vp8/common/findnearmv.h" 17 #include "vp8/common/systemdependent.h" 21 #include "vp8/common/pragmas.h" 27 #include "vp8/common/common.h" 111 VP8_COMMON *const x = & cpi->common; 396 for (mb_row = i; mb_row < cpi->common.mb_rows; mb_row += num_part) 415 for (mb_row = 0; mb_row < cpi->common.mb_rows; mb_row++ [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
SetsTest.java | 17 package com.google.common.collect; 19 import static com.google.common.collect.Iterables.unmodifiableIterable; 20 import static com.google.common.collect.Sets.newEnumSet; 21 import static com.google.common.collect.Sets.newHashSet; 22 import static com.google.common.collect.Sets.powerSet; 23 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE; 24 import static com.google.common.collect.testing.testers.CollectionIteratorTester.getIteratorKnownOrderRemoveSupportedMethod; 31 import com.google.common.annotations.GwtCompatible; 32 import com.google.common.annotations.GwtIncompatible; 33 import com.google.common.base.Predicate [all...] |
ConcurrentHashMultisetTest.java | 17 package com.google.common.collect; 19 import static com.google.common.collect.MapMakerInternalMap.Strength.SOFT; 20 import static com.google.common.collect.MapMakerInternalMap.Strength.STRONG; 21 import static com.google.common.collect.MapMakerInternalMap.Strength.WEAK; 22 import static com.google.common.collect.testing.IteratorFeature.SUPPORTS_REMOVE; 23 import static com.google.common.testing.SerializableTester.reserializeAndAssert; 29 import com.google.common.base.Equivalences; 30 import com.google.common.collect.MapMaker.RemovalListener; 31 import com.google.common.collect.MapMaker.RemovalNotification; 32 import com.google.common.collect.Multiset.Entry [all...] |
LinkedListMultimapTest.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; 23 import static com.google.common.collect.testing.IteratorFeature.SUPPORTS_REMOVE; 24 import static com.google.common.collect.testing.IteratorFeature.SUPPORTS_SET; 28 import com.google.common.annotations.GwtCompatible; 29 import com.google.common.annotations.GwtIncompatible; 30 import com.google.common.collect.testing.IteratorTester [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/common/ |
package-summary.html | 95 <title>com.google.android.gms.common | Android Developers</title> 425 <li class="current">com.google.android.gms.common</li> 719 <h1>com.google.android.gms.common</h1> 742 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/common/GooglePlayServicesClient.html">GooglePlayServicesClient</a></td> 745 replaced with <code><a href="/reference/com/google/android/gms/common/api/GoogleApiClient.html">GoogleApiClient</a></code> 749 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/common/GooglePlayServicesClient.ConnectionCallbacks.html">GooglePlayServicesClient.ConnectionCallbacks</a></td> 753 <code><a href="/reference/com/google/android/gms/common/api/GoogleApiClient.ConnectionCallbacks.html">GoogleApiClient.ConnectionCallbacks</a></code> 757 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/common/GooglePlayServicesClient.OnConnectionFailedListener.html">GooglePlayServicesClient.OnConnectionFailedListener</a></td> 761 <code><a href="/reference/com/google/android/gms/common/api/GoogleApiClient.OnConnectionFailedListener.html">GoogleApiClient.OnConnectionFailedListener</a></code> 775 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/common/AccountPicker.html">AccountPicker</a></td [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
GuidelineHandler.java | 16 package com.android.ide.common.layout.relative; 18 import static com.android.ide.common.api.MarginType.NO_MARGIN; 19 import static com.android.ide.common.api.MarginType.WITHOUT_MARGIN; 20 import static com.android.ide.common.api.MarginType.WITH_MARGIN; 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...] |
/frameworks/base/docs/html/reference/com/google/android/gms/drive/ |
DriveContents.html | 770 <code><a href="/reference/com/google/android/gms/drive/DriveFile.html#open(com.google.android.gms.common.api.GoogleApiClient, int, com.google.android.gms.drive.DriveFile.DownloadProgressListener)">open(GoogleApiClient, int, DriveFile.DownloadProgressListener)</a></code>. 772 obtained through <code><a href="/reference/com/google/android/gms/drive/DriveApi.html#newDriveContents(com.google.android.gms.common.api.GoogleApiClient)">newDriveContents(GoogleApiClient)</a></code>. 777 or <code><a href="/reference/java/io/OutputStream.html">OutputStream</a></code> will not be visible until either <code><a href="/reference/com/google/android/gms/drive/DriveContents.html#commit(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.drive.MetadataChangeSet)">commit(GoogleApiClient, MetadataChangeSet)</a></code> is executed (for 779 contents (through <code><a href="/reference/com/google/android/gms/drive/DriveFolder.html#createFile(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.drive.MetadataChangeSet, com.google.android.gms.drive.Contents)">createFile(GoogleApiClient, MetadataChangeSet, Contents)</a></code> or <code><a href="/reference/com/google/android/gms/drive/CreateFileActivityBuilder.html">CreateFileActivityBuilder</a></code>, for new 783 In both cases, the <code><a href="/reference/com/google/android/gms/drive/DriveContents.html#discard(com.google.android.gms.common.api.GoogleApiClient)">discard(GoogleApiClient)</a></code> method can be used to discard any changes to any kind of 857 <a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a><<a href="/reference/com/google/android/gms/common/api/Status.html">Status</a>></nobr> 860 <span class="sympad"><a href="/reference/com/google/android/gms/drive/DriveContents.html#commit(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.drive.MetadataChangeSet, com.google.android.gms.drive.ExecutionOptions)">commit</a></span>(<a href="/reference/com/google/android/gms/common/api/GoogleApiClient.html">GoogleApiClient</a> apiClient, <a href="/reference/com/google/android/gms/drive/MetadataChangeSet.html">MetadataChangeSet</a> changeSet, <a href="/reference/com/google/android/gms/drive/ExecutionOptions.html">ExecutionOptions</a> executionOptions)</nobr> 878 <a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a><<a href="/reference/com/google/android/gms/common/api (…) [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
onyx_if.c | 14 #include "vp8/common/onyxc_int.h" 15 #include "vp8/common/blockd.h" 17 #include "vp8/common/systemdependent.h" 19 #include "vp8/common/alloccommon.h" 24 #include "vp8/common/extend.h" 26 #include "vp8/common/quant_common.h" 29 #include "vp8/common/postproc.h" 32 #include "vp8/common/swapyv12buffer.h" 33 #include "vp8/common/threading.h" 245 lc->filter_level = cpi->common.filter_level [all...] |
bitstream.c | 12 #include "vp8/common/header.h" 14 #include "vp8/common/entropymode.h" 15 #include "vp8/common/findnearmv.h" 17 #include "vp8/common/systemdependent.h" 21 #include "vp8/common/pragmas.h" 27 #include "vp8/common/common.h" 111 VP8_COMMON *const x = & cpi->common; 396 for (mb_row = i; mb_row < cpi->common.mb_rows; mb_row += num_part) 415 for (mb_row = 0; mb_row < cpi->common.mb_rows; mb_row++ [all...] |
temporal_filter.c | 12 #include "vp8/common/onyxc_int.h" 14 #include "vp8/common/systemdependent.h" 16 #include "vp8/common/alloccommon.h" 20 #include "vp8/common/extend.h" 22 #include "vp8/common/quant_common.h" 25 #include "vp8/common/swapyv12buffer.h" 26 #include "vp8/common/threading.h" 235 int mb_cols = cpi->common.mb_cols; 236 int mb_rows = cpi->common.mb_rows; 266 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16 [all...] |
/external/chromium_org/third_party/angle/projects/src/ |
libGLESv2.vcxproj.filters | 34 <Filter Include="src\common">
[all...] |
/external/guava/guava/src/com/google/common/collect/ |
MapMaker.java | 15 package com.google.common.collect; 17 import static com.google.common.base.Objects.firstNonNull; 18 import static com.google.common.base.Preconditions.checkArgument; 19 import static com.google.common.base.Preconditions.checkNotNull; 20 import static com.google.common.base.Preconditions.checkState; 22 import com.google.common.annotations.GwtCompatible; 23 import com.google.common.annotations.GwtIncompatible; 24 import com.google.common.base.Ascii; 25 import com.google.common.base.Equivalence; 26 import com.google.common.base.Equivalences [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/games/multiplayer/ |
Invitations.html | 858 <span class="sympad"><a href="/reference/com/google/android/gms/games/multiplayer/Invitations.html#getInvitationInboxIntent(com.google.android.gms.common.api.GoogleApiClient)">getInvitationInboxIntent</a></span>(<a href="/reference/com/google/android/gms/common/api/GoogleApiClient.html">GoogleApiClient</a> apiClient)</nobr> 873 <a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a><<a href="/reference/com/google/android/gms/games/multiplayer/Invitations.LoadInvitationsResult.html">Invitations.LoadInvitationsResult</a>></nobr> 876 <span class="sympad"><a href="/reference/com/google/android/gms/games/multiplayer/Invitations.html#loadInvitations(com.google.android.gms.common.api.GoogleApiClient, int)">loadInvitations</a></span>(<a href="/reference/com/google/android/gms/common/api/GoogleApiClient.html">GoogleApiClient</a> apiClient, int sortOrder)</nobr> 891 <a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a><<a href="/reference/com/google/android/gms/games/multiplayer/Invitations.LoadInvitationsResult.html">Invitations.LoadInvitationsResult</a>></nobr> 894 <span class="sympad"><a href="/reference/com/google/android/gms/games/multiplayer/Invitations.html#loadInvitations(com.google.android.gms.common.api.GoogleApiClient)">loadInvitations</a></span>(<a href="/reference/com/google/android/gms/common/api/GoogleApiClient.html">GoogleApiClient</a> apiClient)</nobr> 912 <span class="sympad"><a href="/reference/com/google/android/gms/games/multiplayer/Invitations.html#registerInvitationListener(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.games.multiplayer.OnInvitationReceivedListener)">registerInvitationListener</a></span>(<a href="/reference/com/google/android/gms/common/api/GoogleApiClient.html">GoogleApiClient</a> apiClient, <a href="/reference/com/google/android/gm (…) [all...] |
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
htmlparser-1.3-with-transitions.jar | |
htmlparser-1.3.jar | |
/external/chromium_org/chrome/utility/ |
chrome_content_utility_client.cc | 15 #include "chrome/common/chrome_utility_messages.h" 16 #include "chrome/common/extensions/chrome_extensions_client.h" 17 #include "chrome/common/extensions/update_manifest.h" 18 #include "chrome/common/safe_browsing/zip_analyzer.h" 25 #include "content/public/common/content_paths.h" 26 #include "content/public/common/content_switches.h" 30 #include "extensions/common/extension.h" 31 #include "extensions/common/extension_l10n_util.h" 32 #include "extensions/common/manifest.h" 43 #include "chrome/common/extensions/api/networking_private/networking_private_crypto.h [all...] |
/external/chromium_org/components/policy/core/common/cloud/ |
component_cloud_policy_service_unittest.cc | 5 #include "components/policy/core/common/cloud/component_cloud_policy_service.h" 17 #include "components/policy/core/common/cloud/cloud_policy_constants.h" 18 #include "components/policy/core/common/cloud/mock_cloud_policy_client.h" 19 #include "components/policy/core/common/cloud/mock_cloud_policy_store.h" 20 #include "components/policy/core/common/cloud/policy_builder.h" 21 #include "components/policy/core/common/cloud/resource_cache.h" 22 #include "components/policy/core/common/external_data_fetcher.h" 23 #include "components/policy/core/common/policy_map.h" 24 #include "components/policy/core/common/policy_types.h" 25 #include "components/policy/core/common/schema.h [all...] |
/external/chromium_org/content/common/gpu/media/ |
gpu_video_decode_accelerator.cc | 5 #include "content/common/gpu/media/gpu_video_decode_accelerator.h" 15 #include "content/common/gpu/gpu_channel.h" 16 #include "content/common/gpu/gpu_messages.h" 17 #include "content/public/common/content_switches.h" 18 #include "gpu/command_buffer/common/command_buffer.h" 28 #include "content/common/gpu/media/dxva_video_decode_accelerator.h" 30 #include "content/common/gpu/media/vt_video_decode_accelerator.h" 32 #include "content/common/gpu/media/v4l2_video_decode_accelerator.h" 33 #include "content/common/gpu/media/v4l2_video_device.h" 35 #include "content/common/gpu/media/vaapi_video_decode_accelerator.h [all...] |
/external/chromium_org/extensions/common/ |
file_util.cc | 5 #include "extensions/common/file_util.h" 23 #include "extensions/common/constants.h" 24 #include "extensions/common/extension.h" 25 #include "extensions/common/extension_icon_set.h" 26 #include "extensions/common/extension_l10n_util.h" 27 #include "extensions/common/install_warning.h" 28 #include "extensions/common/manifest.h" 29 #include "extensions/common/manifest_constants.h" 30 #include "extensions/common/manifest_handler.h" 31 #include "extensions/common/manifest_handlers/icons_handler.h [all...] |
/external/chromium_org/gpu/ |
gpu.gyp | 208 'command_buffer/common/bitfield_helpers_test.cc', 209 'command_buffer/common/command_buffer_mock.cc', 210 'command_buffer/common/command_buffer_mock.h', 211 'command_buffer/common/command_buffer_shared_test.cc', 212 'command_buffer/common/debug_marker_manager_unittest.cc', 213 'command_buffer/common/gles2_cmd_format_test.cc', 214 'command_buffer/common/gles2_cmd_format_test_autogen.h', 215 'command_buffer/common/gles2_cmd_utils_unittest.cc', 216 'command_buffer/common/id_allocator_test.cc', 217 'command_buffer/common/trace_event.h' [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_android.c | 85 dri2_surf->buffer->common.incRef(&dri2_surf->buffer->common); 96 dri2_surf->buffer->common.decRef(&dri2_surf->buffer->common); 164 if (!window || window->common.magic != ANDROID_NATIVE_WINDOW_MAGIC) { 192 window->common.incRef(&window->common); 244 dri2_surf->window->common.decRef(&dri2_surf->window->common); 290 if (!buf || buf->common.magic != ANDROID_NATIVE_BUFFER_MAGIC | [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
JoinerTest.java | 17 package com.google.common.base; 19 import com.google.common.annotations.GwtCompatible; 20 import com.google.common.annotations.GwtIncompatible; 21 import com.google.common.base.Joiner.MapJoiner; 22 import com.google.common.collect.ImmutableMap; 23 import com.google.common.collect.ImmutableMultimap; 24 import com.google.common.collect.ImmutableSet; 25 import com.google.common.collect.Iterators; 26 import com.google.common.collect.Lists; 27 import com.google.common.collect.Maps [all...] |