/external/guava/guava-tests/test/com/google/common/collect/ |
MapsTransformValuesTest.java | 17 package com.google.common.collect; 26 import com.google.common.annotations.GwtCompatible; 27 import com.google.common.base.Function; 28 import com.google.common.base.Functions; 29 import com.google.common.collect.testing.MapInterfaceTest;
|
TreeBasedTableTest.java | 17 package com.google.common.collect; 21 import com.google.common.annotations.GwtCompatible; 22 import com.google.common.annotations.GwtIncompatible; 23 import com.google.common.collect.testing.MapTestSuiteBuilder; 24 import com.google.common.collect.testing.SortedMapInterfaceTest; 25 import com.google.common.collect.testing.TestStringMapGenerator; 26 import com.google.common.collect.testing.features.CollectionSize; 27 import com.google.common.collect.testing.features.MapFeature; 28 import com.google.common.testing.SerializableTester;
|
/external/openssl/crypto/sha/asm/ |
sha1-thumb.pl | 42 sub common { subroutine 67 $code.=$inline?&common():"\tbl .Lcommon\n"; 78 $code.=$inline?&common():"\tbl .Lcommon\n"; 88 $code.=$inline?&common():"\tbl .Lcommon\n"; 246 $code.=".Lcommon:\n".&common()."\tmov pc,lr\n" if (!$inline);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
GoogleAccountType.java | 17 package com.android.contacts.common.model.account; 27 import com.android.contacts.common.R; 28 import com.android.contacts.common.model.dataitem.DataKind; 29 import com.android.contacts.common.util.CommonDateUtils; 30 import com.google.common.collect.Lists;
|
/packages/services/Telephony/common/src/com/android/services/telephony/common/ |
Call.java | 17 package com.android.services.telephony.common; 24 import com.google.common.base.Objects; 25 import com.google.common.collect.ImmutableMap; 26 import com.google.common.collect.ImmutableSortedSet; 27 import com.google.common.primitives.Ints;
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
output.h | 276 /* An interface to assemble_integer for the common case in which a value is 443 #define SECTION_COMMON 0x800000 /* contains common data */ 506 struct section_common common; variable in typeref:struct:section_common 522 struct section_common common; variable in typeref:struct:section_common 548 struct section_common common; variable in typeref:struct:section_common 556 struct section_common GTY ((skip)) common; 563 #define SECTION_STYLE(SECT) ((SECT)->common.flags & SECTION_STYLE_MASK)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
output.h | 276 /* An interface to assemble_integer for the common case in which a value is 443 #define SECTION_COMMON 0x800000 /* contains common data */ 506 struct section_common common; variable in typeref:struct:section_common 522 struct section_common common; variable in typeref:struct:section_common 548 struct section_common common; variable in typeref:struct:section_common 556 struct section_common GTY ((skip)) common; 563 #define SECTION_STYLE(SECT) ((SECT)->common.flags & SECTION_STYLE_MASK)
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
output.h | 276 /* An interface to assemble_integer for the common case in which a value is 443 #define SECTION_COMMON 0x800000 /* contains common data */ 506 struct section_common common; variable in typeref:struct:section_common 522 struct section_common common; variable in typeref:struct:section_common 548 struct section_common common; variable in typeref:struct:section_common 556 struct section_common GTY ((skip)) common; 563 #define SECTION_STYLE(SECT) ((SECT)->common.flags & SECTION_STYLE_MASK)
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
output.h | 276 /* An interface to assemble_integer for the common case in which a value is 443 #define SECTION_COMMON 0x800000 /* contains common data */ 506 struct section_common common; variable in typeref:struct:section_common 522 struct section_common common; variable in typeref:struct:section_common 548 struct section_common common; variable in typeref:struct:section_common 556 struct section_common GTY ((skip)) common; 563 #define SECTION_STYLE(SECT) ((SECT)->common.flags & SECTION_STYLE_MASK)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
filecmp.py | 8 cmpfiles(a, b, common) -> ([], [], []) 92 and dir2, and reports on common immediate subdirectories. 99 common: a list of names in both dir1 and dir2. 123 def phase0(self): # Compare everything except common subdirectories 131 def phase1(self): # Compute common names 134 self.common = map(a.__getitem__, ifilter(b.__contains__, a)) 143 for x in self.common: 173 def phase3(self): # Find out differences between common files 177 def phase4(self): # Find out differences between common subdirectories 178 # A new dircmp object is created for each common subdirectory [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
filecmp.py | 8 cmpfiles(a, b, common) -> ([], [], []) 92 and dir2, and reports on common immediate subdirectories. 99 common: a list of names in both dir1 and dir2. 123 def phase0(self): # Compare everything except common subdirectories 131 def phase1(self): # Compute common names 134 self.common = map(a.__getitem__, ifilter(b.__contains__, a)) 143 for x in self.common: 173 def phase3(self): # Find out differences between common files 177 def phase4(self): # Find out differences between common subdirectories 178 # A new dircmp object is created for each common subdirectory [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AndroidTargetData.java | 21 import com.android.ide.common.rendering.LayoutLibrary; 22 import com.android.ide.common.rendering.api.LayoutLog; 23 import com.android.ide.common.resources.ResourceRepository; 24 import com.android.ide.common.resources.platform.AttributeInfo; 25 import com.android.ide.common.sdk.LoadStatus;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 20 #include "vp9/common/vp9_common.h" 21 #include "vp9/common/vp9_entropy.h" 22 #include "vp9/common/vp9_entropymode.h" 23 #include "vp9/common/vp9_extend.h" 24 #include "vp9/common/vp9_findnearmv.h" 25 #include "vp9/common/vp9_idct.h" 26 #include "vp9/common/vp9_mvref_common.h" 27 #include "vp9/common/vp9_pred_common.h" 28 #include "vp9/common/vp9_quant_common.h" 29 #include "vp9/common/vp9_reconintra.h [all...] |
vp9_bitstream.c | 18 #include "vp9/common/vp9_entropymode.h" 19 #include "vp9/common/vp9_entropymv.h" 20 #include "vp9/common/vp9_findnearmv.h" 21 #include "vp9/common/vp9_tile_common.h" 22 #include "vp9/common/vp9_seg_common.h" 23 #include "vp9/common/vp9_pred_common.h" 24 #include "vp9/common/vp9_entropy.h" 25 #include "vp9/common/vp9_mvref_common.h" 26 #include "vp9/common/vp9_treecoder.h" 27 #include "vp9/common/vp9_systemdependent.h [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
encodeframe.c | 16 #include "vp8/common/common.h" 18 #include "vp8/common/extend.h" 19 #include "vp8/common/entropymode.h" 20 #include "vp8/common/quant_common.h" 22 #include "vp8/common/setupintrarecon.h" 24 #include "vp8/common/reconinter.h" 27 #include "vp8/common/findnearmv.h" 30 #include "vp8/common/invtrans.h" 154 cpi->common.MBs)) [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/ |
input.py | 14 import gyp.common namespace 26 from gyp.common import GypError 224 gyp.common.ExceptionAppend(e, 'while reading ' + build_file_path) 244 gyp.common.ExceptionAppend(e, 347 d = gyp.common.RelativePath(depth, os.path.dirname(build_file_path)) 378 gyp.common.RelativePath(included_file, 432 gyp.common.ResolveTarget(build_file_path, dependency, None)[0]) 440 gyp.common.ExceptionAppend( 820 rel_build_file_dir = gyp.common.RelativePath(build_file_dir, toplevel) 825 gyp.common.EnsureDirExists(path [all...] |
/external/guava/guava/src/com/google/common/collect/ |
TreeMultiset.java | 17 package com.google.common.collect; 19 import static com.google.common.base.Preconditions.checkArgument; 20 import static com.google.common.base.Preconditions.checkNotNull; 21 import static com.google.common.base.Preconditions.checkState; 22 import static com.google.common.collect.BstSide.LEFT; 23 import static com.google.common.collect.BstSide.RIGHT; 35 import com.google.common.annotations.GwtCompatible; 36 import com.google.common.annotations.GwtIncompatible; 37 import com.google.common.primitives.Ints;
|
/external/guava/guava-tests/test/com/google/common/math/ |
BigIntegerMathTest.java | 17 package com.google.common.math; 19 import static com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES; 20 import static com.google.common.math.MathTesting.ALL_ROUNDING_MODES; 21 import static com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES; 22 import static com.google.common.math.MathTesting.NEGATIVE_BIGINTEGER_CANDIDATES; 23 import static com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES; 24 import static com.google.common.math.MathTesting.NONZERO_BIGINTEGER_CANDIDATES; 25 import static com.google.common.math.MathTesting.POSITIVE_BIGINTEGER_CANDIDATES; 39 import com.google.common.testing.NullPointerTester;
|
DoubleMathTest.java | 17 package com.google.common.math; 19 import static com.google.common.math.MathTesting.ALL_DOUBLE_CANDIDATES; 20 import static com.google.common.math.MathTesting.ALL_ROUNDING_MODES; 21 import static com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES; 22 import static com.google.common.math.MathTesting.FRACTIONAL_DOUBLE_CANDIDATES; 23 import static com.google.common.math.MathTesting.INTEGRAL_DOUBLE_CANDIDATES; 24 import static com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES; 25 import static com.google.common.math.MathTesting.POSITIVE_FINITE_DOUBLE_CANDIDATES; 36 import com.google.common.testing.NullPointerTester;
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
ContactLoaderTest.java | 17 package com.android.contacts.common.model; 31 import com.android.contacts.common.model.AccountTypeManager; 32 import com.android.contacts.common.test.mocks.ContactsMockContext; 33 import com.android.contacts.common.test.mocks.MockContentProvider; 34 import com.android.contacts.common.model.account.AccountType; 35 import com.android.contacts.common.model.account.AccountWithDataSet; 36 import com.android.contacts.common.model.account.BaseAccountType; 37 import com.android.contacts.common.test.InjectedServices; 38 import com.android.contacts.common.test.mocks.MockAccountTypeManager;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
TestNode.java | 16 package com.android.ide.common.layout; 28 import com.android.ide.common.api.IAttributeInfo; 29 import com.android.ide.common.api.INode; 30 import com.android.ide.common.api.INodeHandler; 31 import com.android.ide.common.api.Margins; 32 import com.android.ide.common.api.Rect; 33 import com.android.ide.common.xml.XmlFormatStyle; 34 import com.android.ide.common.xml.XmlPrettyPrinter; 38 import com.google.common.base.Splitter;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/ |
AttributeInfoTest.java | 16 package com.android.ide.common.resources.platform; 23 import com.android.ide.common.api.IAttributeInfo.Format; 24 import com.android.ide.common.resources.ResourceItem; 25 import com.android.ide.common.resources.ResourceRepository; 32 import com.google.common.base.Charsets; 33 import com.google.common.collect.ArrayListMultimap; 34 import com.google.common.collect.Multimap; 35 import com.google.common.collect.Sets; 36 import com.google.common.io.Files;
|
/external/chromium_org/webkit/common/gpu/ |
webkit_gpu.target.darwin-arm.mk | 29 webkit/common/gpu/context_provider_in_process.cc \ 30 webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc \ 31 webkit/common/gpu/test_context_provider_factory.cc \ 32 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc \ 33 webkit/common/gpu/webgraphicscontext3d_provider_impl.cc 121 $(PWD)/external/icu4c/common \ 226 $(PWD)/external/icu4c/common \
|
webkit_gpu.target.darwin-mips.mk | 29 webkit/common/gpu/context_provider_in_process.cc \ 30 webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc \ 31 webkit/common/gpu/test_context_provider_factory.cc \ 32 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc \ 33 webkit/common/gpu/webgraphicscontext3d_provider_impl.cc 121 $(PWD)/external/icu4c/common \ 226 $(PWD)/external/icu4c/common \
|
webkit_gpu.target.darwin-x86.mk | 29 webkit/common/gpu/context_provider_in_process.cc \ 30 webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc \ 31 webkit/common/gpu/test_context_provider_factory.cc \ 32 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc \ 33 webkit/common/gpu/webgraphicscontext3d_provider_impl.cc 123 $(PWD)/external/icu4c/common \ 231 $(PWD)/external/icu4c/common \
|