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

<<21222324252627282930>>

  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 6 common.hideModule();
13 // Called by the common.js module.
17 common.updateStatus(
19 common.attachDefaultListeners();
20 common.createNaClModule(name, tc, config, width, height);
25 // Called by the common.js module.
116 common.logMessage('File ' + filename + ' opened successfully.');
125 common.logMessage('File ' + filename + ' closed successfully.');
134 common.logMessage('Read "' + data + '" from file ' + filename + '.');
143 common.logMessage('Wrote ' + bytesWritten + ' bytes to file ' + filename
    [all...]
  /system/extras/tests/bionic/libc/
Android.mk 61 # First, the tests in 'common'
64 common/test_clock.c \
65 common/test_cpu_set.c \
66 common/test_executable_destructor.c \
67 common/test_getaddrinfo.c \
68 common/test_gethostbyname.c \
69 common/test_gethostname.c \
70 common/test_pthread_cleanup_push.c \
71 common/test_pthread_join.c \
72 common/test_pthread_mutex.c
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_if.c 12 #include "vp8/common/onyxc_int.h"
14 #include "vp8/common/postproc.h"
16 #include "vp8/common/onyxd.h"
19 #include "vp8/common/alloccommon.h"
20 #include "vp8/common/loopfilter.h"
21 #include "vp8/common/swapyv12buffer.h"
22 #include "vp8/common/threading.h"
27 #include "vp8/common/quant_common.h"
30 #include "vp8/common/systemdependent.h"
50 vp8_remove_common(&pbi->common);
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 12 #include "vp8/common/onyxc_int.h"
14 #include "vp8/common/postproc.h"
16 #include "vp8/common/onyxd.h"
19 #include "vp8/common/alloccommon.h"
20 #include "vp8/common/loopfilter.h"
21 #include "vp8/common/swapyv12buffer.h"
22 #include "vp8/common/threading.h"
27 #include "vp8/common/quant_common.h"
30 #include "vp8/common/systemdependent.h"
50 vp8_remove_common(&pbi->common);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 12 #include "vp8/common/onyxc_int.h"
14 #include "vp8/common/postproc.h"
16 #include "vp8/common/onyxd.h"
19 #include "vp8/common/alloccommon.h"
20 #include "vp8/common/loopfilter.h"
21 #include "vp8/common/swapyv12buffer.h"
22 #include "vp8/common/threading.h"
27 #include "vp8/common/quant_common.h"
30 #include "vp8/common/systemdependent.h"
50 vp8_remove_common(&pbi->common);
    [all...]
  /external/chromium_org/chrome/app/theme/
chrome_unscaled_resources.grd 52 <include name="IDR_PROFILE_AVATAR_2X_0" file="default_200_percent/common/profile_avatar_generic.png" type="BINDATA" />
53 <include name="IDR_PROFILE_AVATAR_2X_1" file="default_200_percent/common/profile_avatar_generic_aqua.png" type="BINDATA" />
54 <include name="IDR_PROFILE_AVATAR_2X_2" file="default_200_percent/common/profile_avatar_generic_blue.png" type="BINDATA" />
55 <include name="IDR_PROFILE_AVATAR_2X_3" file="default_200_percent/common/profile_avatar_generic_green.png" type="BINDATA" />
56 <include name="IDR_PROFILE_AVATAR_2X_4" file="default_200_percent/common/profile_avatar_generic_orange.png" type="BINDATA" />
57 <include name="IDR_PROFILE_AVATAR_2X_5" file="default_200_percent/common/profile_avatar_generic_purple.png" type="BINDATA" />
58 <include name="IDR_PROFILE_AVATAR_2X_6" file="default_200_percent/common/profile_avatar_generic_red.png" type="BINDATA" />
59 <include name="IDR_PROFILE_AVATAR_2X_7" file="default_200_percent/common/profile_avatar_generic_yellow.png" type="BINDATA" />
60 <include name="IDR_PROFILE_AVATAR_2X_8" file="default_200_percent/common/profile_avatar_secret_agent.png" type="BINDATA" />
61 <include name="IDR_PROFILE_AVATAR_2X_9" file="default_200_percent/common/profile_avatar_superhero.png" type="BINDATA" /
    [all...]
  /external/chromium_org/chrome/common/
BUILD.gn 26 # GYP version: chrome/chrome_common.gyp:common
27 static_library("common") {
43 "//chrome/common:constants",
44 "//chrome/common/metrics/proto",
45 "//chrome/common/net",
46 "//chrome/common/safe_browsing:proto",
47 #"//components/cloud_devices:common", TODO(GYP)
53 "//content/public/common",
70 #'<(DEPTH)/apps/common/api/api.gyp:apps_api', TODO(GYP)
71 "//chrome/common/extensions/api"
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
example.js 5 // Called by the common.js module.
16 common.createNaClModule(name, tc, config, width, height);
23 common.logMessage('loadstart');
42 common.logMessage('progress: ' + event.url + ' ' + loadPercentString +
46 common.logMessage('progress: Computing...');
55 common.logMessage('error: ' + common.naclModule.lastError);
60 common.logMessage('abort');
65 common.logMessage('load');
66 common.updateStatus('LOADED')
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListListIteratorTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.IteratorFeature.MODIFIABLE;
20 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE;
21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
22 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX;
23 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET;
24 import static com.google.common.collect.testing.testers.Platform.listListIteratorTesterNumIterations;
27 import com.google.common.collect.testing.Helpers;
28 import com.google.common.collect.testing.IteratorFeature;
29 import com.google.common.collect.testing.ListIteratorTester
    [all...]
CollectionContainsTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES;
20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
23 import com.google.common.collect.testing.AbstractCollectionTester;
24 import com.google.common.collect.testing.WrongType;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
31 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
ListRetainAllTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_RETAIN_ALL;
20 import static com.google.common.collect.testing.features.CollectionSize.ONE;
21 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
24 import com.google.common.collect.testing.MinimalCollection;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
31 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
MapContainsKeyTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_QUERIES;
23 import com.google.common.collect.testing.AbstractMapTester;
24 import com.google.common.collect.testing.WrongType;
25 import com.google.common.collect.testing.features.CollectionSize;
26 import com.google.common.collect.testing.features.MapFeature;
31 * {@link com.google.common.collect.testing.MapTestSuiteBuilder}.
QueuePollTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
21 import static com.google.common.collect.testing.features.CollectionSize.ONE;
22 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
23 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
31 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
QueueRemoveTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
21 import static com.google.common.collect.testing.features.CollectionSize.ONE;
22 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
23 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
33 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
EditorActionIntegrationTest.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import static com.google.android.apps.common.testing.ui.espresso.Espresso.onView;
20 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.pressImeActionButton;
21 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.scrollTo;
22 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
23 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.hasImeAction;
24 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDisplayed;
25 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withId;
26 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withText;
30 import com.google.android.apps.common.testing.ui.espresso.PerformException
    [all...]
ScrollToActionIntegrationTest.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import static com.google.android.apps.common.testing.ui.espresso.Espresso.onView;
20 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.scrollTo;
21 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
22 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDisplayed;
23 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withId;
27 import com.google.android.apps.common.testing.ui.testapp.R;
28 import com.google.android.apps.common.testing.ui.testapp.ScrollActivity;
42 super("com.google.android.apps.common.testing.ui.testapp", ScrollActivity.class);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
InvisibleContactUtil.java 4 import com.google.common.collect.Iterables;
7 import com.android.contacts.common.GroupMetaData;
8 import com.android.contacts.common.model.AccountTypeManager;
9 import com.android.contacts.common.model.Contact;
10 import com.android.contacts.common.model.RawContact;
11 import com.android.contacts.common.model.RawContactDelta;
12 import com.android.contacts.common.model.RawContactDeltaList;
13 import com.android.contacts.common.model.RawContactModifier;
14 import com.android.contacts.common.model.ValuesDelta;
15 import com.android.contacts.common.model.account.AccountType
    [all...]
  /external/chromium_org/third_party/libvpx/
libvpx_srcs_x86_64_intrinsics.gypi 16 '<(libvpx_source)/vp8/common/x86/idct_blk_mmx.c',
17 '<(libvpx_source)/vp8/common/x86/variance_mmx.c',
41 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c',
42 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c',
43 '<(libvpx_source)/vp8/common/x86/variance_sse2.c',
47 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c',
48 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c',
73 '<(libvpx_source)/vp8/common/x86/variance_ssse3.c',
75 '<(libvpx_source)/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c',
libvpx_srcs_x86_intrinsics.gypi 16 '<(libvpx_source)/vp8/common/x86/idct_blk_mmx.c',
17 '<(libvpx_source)/vp8/common/x86/variance_mmx.c',
41 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c',
42 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c',
43 '<(libvpx_source)/vp8/common/x86/variance_sse2.c',
47 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c',
48 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c',
73 '<(libvpx_source)/vp8/common/x86/variance_ssse3.c',
75 '<(libvpx_source)/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c',
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockAccountTypeManager.java 16 package com.android.contacts.common.test.mocks;
18 import com.android.contacts.common.model.AccountTypeManager;
19 import com.android.contacts.common.model.account.AccountType;
20 import com.android.contacts.common.model.account.AccountTypeWithDataSet;
21 import com.android.contacts.common.model.account.AccountWithDataSet;
22 import com.android.contacts.common.model.account.BaseAccountType;
23 import com.google.common.base.Objects;
24 import com.google.common.collect.Lists;
25 import com.google.common.collect.Maps;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AdapterViewRule.java 16 package com.android.ide.common.layout;
20 import com.android.ide.common.api.DrawingStyle;
21 import com.android.ide.common.api.DropFeedback;
22 import com.android.ide.common.api.IDragElement;
23 import com.android.ide.common.api.IFeedbackPainter;
24 import com.android.ide.common.api.IGraphics;
25 import com.android.ide.common.api.INode;
26 import com.android.ide.common.api.Point;
27 import com.android.ide.common.api.Rect;
  /cts/common/util/
Android.mk 16 # Build the common utility library for use device-side
27 LOCAL_MODULE := compatibility-common-util-devicesidelib_v2
34 # Build the common utility library for use host-side
43 LOCAL_MODULE := compatibility-common-util-hostsidelib_v2
57 LOCAL_MODULE := compatibility-common-util-tests_v2
  /external/chromium_org/chrome/common/extensions/api/bluetooth/
bluetooth_manifest_handler.cc 5 #include "chrome/common/extensions/api/bluetooth/bluetooth_manifest_handler.h"
7 #include "chrome/common/extensions/api/bluetooth/bluetooth_manifest_data.h"
8 #include "chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.h"
9 #include "extensions/common/extension.h"
10 #include "extensions/common/manifest_constants.h"
  /external/chromium_org/chrome/common/extensions/
extension_file_util_unittest.cc 5 #include "chrome/common/extensions/extension_file_util.h"
10 #include "chrome/common/chrome_paths.h"
11 #include "extensions/common/extension.h"
12 #include "extensions/common/file_util.h"
13 #include "extensions/common/manifest.h"
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
minimum_chrome_version_checker.cc 5 #include "chrome/common/extensions/manifest_handlers/minimum_chrome_version_checker.h"
9 #include "chrome/common/chrome_version_info.h"
10 #include "extensions/common/error_utils.h"
11 #include "extensions/common/extension.h"
12 #include "extensions/common/manifest_constants.h"

Completed in 1661 milliseconds

<<21222324252627282930>>