Searched
refs:common (Results
376 -
400 of
4745) sorted by null
<<11121314151617181920>>
/developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/com/example/android/common/ |
SecurityConstants.java | 1 package com.example.android.common; 22 * or signature types within the Android Platform, only the more common ones.
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/ |
DialogHelper.java | 17 package com.example.android.voicemail.common.ui; 20 * Show common Dialogs. 22 * Contains methods to show common types of Dialog. This is done both for ease of code re-use and to
|
/device/generic/x86/ |
BoardConfig.mk | 17 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
|
/external/chromium_org/native_client_sdk/src/examples/api/audio/ |
example.js | 5 // Called by the common.js module. 13 // Called by the common.js module. 17 common.hideModule(); 25 common.naclModule.postMessage('setFrequency:' + getFrequencyElement().value); 26 common.naclModule.postMessage('playSound'); 30 common.naclModule.postMessage('stopSound'); 34 common.naclModule.postMessage('setFrequency:' + getFrequencyElement().value); 37 // Called by the common.js module.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
check-webkit-style | 42 import webkitpy.common.version_check namespace
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_options.h | 38 #include <google/protobuf/stubs/common.h>
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
plugin.h | 58 #include <google/protobuf/stubs/common.h>
|
/external/chromium_org/tools/gyp/test/custom-generator/ |
mygenerator.py | 7 import gyp.common namespace
|
/external/dnsmasq/contrib/dnsmasq_MacOSX/ |
DNSmasq | 2 . /etc/rc.common
|
/external/guava/guava/src/com/google/common/collect/ |
BstPath.java | 15 package com.google.common.collect; 17 import static com.google.common.base.Preconditions.checkNotNull; 18 import static com.google.common.base.Preconditions.checkState; 20 import com.google.common.annotations.GwtCompatible;
|
RegularImmutableSet.java | 17 package com.google.common.collect; 19 import com.google.common.annotations.GwtCompatible; 20 import com.google.common.annotations.VisibleForTesting; 21 import com.google.common.collect.ImmutableSet.ArrayImmutableSet;
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
EmptyImmutableSortedSet.java | 17 package com.google.common.collect;
|
ImmutableAsList.java | 17 package com.google.common.collect;
|
ImmutableEnumSet.java | 17 package com.google.common.collect;
|
RegularImmutableList.java | 17 package com.google.common.collect;
|
RegularImmutableSortedSet.java | 17 package com.google.common.collect;
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
TestListGenerator.java | 17 package com.google.common.collect.testing;
|
TestQueueGenerator.java | 17 package com.google.common.collect.testing;
|
TestSetGenerator.java | 17 package com.google.common.collect.testing;
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
Feature.java | 17 package com.google.common.collect.testing.features;
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
QueueOfferTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD; 22 import com.google.common.collect.testing.features.CollectionFeature; 27 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
|
/external/guava/guava-tests/test/com/google/common/collect/ |
BstCountBasedBalancePoliciesTest.java | 15 package com.google.common.collect; 17 import static com.google.common.collect.BstTesting.countAggregate; 19 import com.google.common.annotations.GwtCompatible; 20 import com.google.common.collect.BstTesting.SimpleNode;
|
MapsSortedTransformValuesTest.java | 17 package com.google.common.collect; 22 import com.google.common.annotations.GwtCompatible; 23 import com.google.common.base.Function; 24 import com.google.common.base.Functions;
|
/external/libpcap/ChmodBPF/ |
ChmodBPF | 3 . /etc/rc.common
|
/external/libvpx/libvpx/test/ |
set_roi.cc | 55 cpi.common.mb_rows = 240 >> 4; 56 cpi.common.mb_cols = 320 >> 4; 57 const int mbs = (cpi.common.mb_rows * cpi.common.mb_cols); 71 int roi_retval = vp8_set_roimap(&cpi, roi_map, cpi.common.mb_rows, 72 cpi.common.mb_cols, delta_q, delta_lf, 139 roi_retval = vp8_set_roimap(&cpi, roi_map, cpi.common.mb_rows, 140 cpi.common.mb_cols, rand_deltas, 149 roi_retval = vp8_set_roimap(&cpi, roi_map, cpi.common.mb_rows, 150 cpi.common.mb_cols, delta_q [all...] |
Completed in 343 milliseconds
<<11121314151617181920>>