/external/guava/guava-tests/test/com/google/common/collect/ |
HashBasedTableTest.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.testing.NullPointerTester; 22 import com.google.common.testing.SerializableTester;
|
RangesTest.java | 17 package com.google.common.collect; 19 import static com.google.common.collect.BoundType.CLOSED; 20 import static com.google.common.collect.BoundType.OPEN; 22 import com.google.common.annotations.GwtCompatible; 23 import com.google.common.testing.EqualsTester;
|
TablesTransformValuesTest.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.base.Function;
|
/external/icu/icu4c/source/tools/memcheck/ |
ICUMemCheck.pl | 19 # common/uniset.o U operator delete(void*) 20 # common/unifilt.o U operator delete(void*) 21 # common/cmemory.o U malloc 22 # common/cmemory.o U free 46 $fileNames = `find common i18n layout io -name "*.o" -print`;
|
/external/libpcap/msdos/ |
ndis2.c | 92 static struct _CommonChars common;
variable in typeref:struct:_CommonChars 209 #define MAC_DISPATCH(hnd) ((struct _MacUpperDispatch*)(hnd)->common->upperDispatchTable)
210 #define MAC_STATUS(hnd) ((struct _MacStatusTable*) (hnd)->common->serviceStatus)
211 #define MAC_CHAR(hnd) ((struct _MacChars*) (hnd)->common->serviceChars)
292 result = macCommon->systemRequest ((DWORD)&common, (DWORD)&macCommon,
297 handle->common = macCommon;
304 result = macCommon->systemRequest ((DWORD)&common, 0,
382 handle->common->moduleDS);
502 result = MAC_DISPATCH(handle)->transmitChain (common.moduleId,
505 handle->common->moduleDS); [all...] |
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
crash_netbsd_decompress.ll | 8 @b = common global %struct.DState zeroinitializer, align 4 9 @d = common global i32 0, align 4 10 @c = common global i32 0, align 4 11 @a = common global i32 0, align 4 12 @e = common global i32 0, align 4
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveExtractCallback.h | 6 #include "Common/MyCom.h"
7 #include "Common/Wildcard.h"
11 #include "../../Common/FileStreams.h"
12 #include "../../Common/ProgressUtils.h"
16 #include "../../Archive/Common/OutStreamWithCRC.h"
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
accessing.jd | 24 <a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.html"><code>GoogleApiClient</code></a>, 29 <a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.html"><code>GoogleApiClient</code></a> 31 A minimal <a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.html"><code>GoogleApiClient</code></a> looks like this: 36 for more information about creating a <a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.html"><code>GoogleApiClient</code></a>, 63 <a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.html#connect()">connect()</a>
|
/frameworks/opt/mms/ |
CleanSpec.mk | 41 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/mms-common_intermediates) 42 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/mms-common_intermediates) 43 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/mms-common_intermediates) 44 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/mms-common_intermediates) 45 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/mms-common_intermediates)
|
/hardware/libhardware/modules/consumerir/ |
consumerir.c | 89 dev->common.tag = HARDWARE_DEVICE_TAG; 90 dev->common.version = 0; 91 dev->common.module = (struct hw_module_t*) module; 92 dev->common.close = consumerir_close; 107 .common = {
|
/hardware/qcom/audio/legacy/alsa_sound/ |
acoustics_default.cpp | 60 dev->common.tag = HARDWARE_DEVICE_TAG; 61 dev->common.version = 0; 62 dev->common.module = (hw_module_t *) module; 63 dev->common.close = s_device_close; 72 *device = &dev->common;
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
AllContactsFragment.java | 27 import com.android.contacts.common.list.ContactEntryListAdapter; 28 import com.android.contacts.common.list.ContactEntryListFragment; 29 import com.android.contacts.common.list.ContactListFilter; 30 import com.android.contacts.common.list.DefaultContactListAdapter; 31 import com.android.contacts.common.util.ViewUtil;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
treestruct.def | 35 DEFTREESTRUCT(TS_COMMON, "common") 44 DEFTREESTRUCT(TS_DECL_COMMON, "decl common") 46 DEFTREESTRUCT(TS_DECL_NON_COMMON, "decl non-common") 57 DEFTREESTRUCT(TS_TYPE_COMMON, "type common") 59 DEFTREESTRUCT(TS_TYPE_NON_COMMON, "type non-common")
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
PropertyCallback.java | 17 package com.android.ide.common.layout; 21 import com.android.ide.common.api.IMenuCallback; 22 import com.android.ide.common.api.INode; 23 import com.android.ide.common.api.INodeHandler; 24 import com.android.ide.common.api.RuleAction;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
ZoomControlsRuleTest.java | 17 package com.android.ide.common.layout; 19 import com.android.ide.common.api.DropFeedback; 20 import com.android.ide.common.api.IDragElement; 21 import com.android.ide.common.api.INode; 22 import com.android.ide.common.api.Rect;
|
/system/security/softkeymaster/ |
module.cpp | 56 dev->common.tag = HARDWARE_DEVICE_TAG; 57 dev->common.version = 1; 58 dev->common.module = (struct hw_module_t*)module; 59 dev->common.close = openssl_close; 84 .common = {
|
/external/zxing/core/ |
core.jar | |
/build/tools/releasetools/ |
img_from_target_files | 47 import common namespace 49 OPTIONS = common.OPTIONS 68 args = common.ParseOptions(argv, __doc__, 76 common.Usage(__doc__) 79 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0]) 95 common.ZipWriteStr(output_zip, i, f.read()) 103 OPTIONS.info_dict = common.LoadInfoDict(input_zip) 114 boot_image = common.GetBootableImage( 118 recovery_image = common.GetBootableImage( 150 common.CloseInheritedPipes( [all...] |
img_from_target_files.py | 47 import common namespace 49 OPTIONS = common.OPTIONS 68 args = common.ParseOptions(argv, __doc__, 76 common.Usage(__doc__) 79 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0]) 95 common.ZipWriteStr(output_zip, i, f.read()) 103 OPTIONS.info_dict = common.LoadInfoDict(input_zip) 114 boot_image = common.GetBootableImage( 118 recovery_image = common.GetBootableImage( 150 common.CloseInheritedPipes( [all...] |
/external/chromium_org/third_party/skia/platform_tools/android/bin/ |
gyp_to_android.py | 118 common = vars_dict_lib.intersect(var_dict_list) 120 common.LOCAL_MODULE.add('libskia') 132 ordered_set=common.DEFINES) 138 skia_lib_var_dict=common, 146 skia_lib_var_dict=common, 155 skia_lib_var_dict=common, 163 skia_lib_var_dict=common, 170 common.DEFINES.reset() 178 # Now create a list of VarsDictData holding everything but common. 200 common=common, deviations_from_common=deviations_from_common [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultisetReadsTester.java | 17 package com.google.common.collect.testing.google; 19 import static com.google.common.collect.testing.features.CollectionSize.ONE; 20 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL; 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 23 import com.google.common.annotations.GwtCompatible; 24 import com.google.common.collect.HashMultiset; 25 import com.google.common.collect.Multiset; 26 import com.google.common.collect.Multisets; 27 import com.google.common.collect.testing.WrongType; 28 import com.google.common.collect.testing.features.CollectionSize [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionIteratorTester.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.KNOWN_ORDER; 22 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE; 24 import com.google.common.collect.testing.AbstractCollectionTester; 25 import com.google.common.collect.testing.Helpers; 26 import com.google.common.collect.testing.IteratorFeature; 27 import com.google.common.collect.testing.IteratorTester; 28 import com.google.common.collect.testing.features.CollectionFeature [all...] |
CollectionRemoveAllTester.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.CollectionFeature.SUPPORTS_REMOVE_ALL; 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 24 import com.google.common.collect.testing.AbstractCollectionTester; 25 import com.google.common.collect.testing.MinimalCollection; 26 import com.google.common.collect.testing.WrongType; 27 import com.google.common.collect.testing.features.CollectionFeature; 28 import com.google.common.collect.testing.features.CollectionSize [all...] |
ListAddAllAtIndexTester.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.CollectionSize.ONE; 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 22 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_ALL_WITH_INDEX; 23 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX; 26 import com.google.common.collect.testing.MinimalCollection; 27 import com.google.common.collect.testing.features.CollectionFeature; 28 import com.google.common.collect.testing.features.CollectionSize; 29 import com.google.common.collect.testing.features.ListFeature [all...] |
/external/skia/platform_tools/android/bin/ |
gyp_to_android.py | 118 common = vars_dict_lib.intersect(var_dict_list) 120 common.LOCAL_MODULE.add('libskia') 132 ordered_set=common.DEFINES) 138 skia_lib_var_dict=common, 146 skia_lib_var_dict=common, 155 skia_lib_var_dict=common, 163 skia_lib_var_dict=common, 170 common.DEFINES.reset() 178 # Now create a list of VarsDictData holding everything but common. 200 common=common, deviations_from_common=deviations_from_common [all...] |