Searched defs:others (Results 1 - 23 of 23) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSet.java83 E... others) {
84 int size = others.length + 6;
87 Collections.addAll(all, others);
82 of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) argument
H A DImmutableList.java121 E e12, E... others) {
123 Object[] array = new Object[paramCount + others.length];
125 arrayCopy(array, paramCount, others);
119 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11, E e12, E... others) argument
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_sdp.c257 tBTA_SERVICE_MASK others = 0; local
270 others |= p->reg_services;
274 others >>= BTA_HSP_SERVICE_ID;
276 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++, services >>= 1, others >>= 1)
279 if (((services & 1) == 1) && ((others & 1) == 0))
/external/guava/guava/src/com/google/common/collect/
H A DImmutableMultiset.java125 E e1, E e2, E e3, E e4, E e5, E e6, E... others) {
126 int size = others.length + 6;
129 Collections.addAll(all, others);
124 of( E e1, E e2, E e3, E e4, E e5, E e6, E... others) argument
H A DImmutableSet.java144 E... others) {
146 Object[] elements = new Object[paramCount + others.length];
154 elements[i] = others[i - paramCount];
143 of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) argument
H A DImmutableList.java189 E... others) {
190 Object[] array = new Object[12 + others.length];
203 System.arraycopy(others, 0, array, 12, others.length);
187 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11, E e12, E... others) argument
/external/jpeg/
H A Djchuff.c710 int others[257]; /* next symbol in current branch of tree */ local
720 others[i] = -1; /* init links to empty */
763 while (others[c1] >= 0) {
764 c1 = others[c1];
768 others[c1] = c2; /* chain c2 onto c1's tree branch */
772 while (others[c2] >= 0) {
773 c2 = others[c2];
/external/qemu/distrib/jpeg-6b/
H A Djchuff.c710 int others[257]; /* next symbol in current branch of tree */ local
720 others[i] = -1; /* init links to empty */
763 while (others[c1] >= 0) {
764 c1 = others[c1];
768 others[c1] = c2; /* chain c2 onto c1's tree branch */
772 while (others[c2] >= 0) {
773 c2 = others[c2];
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderNamedFlowThread.cpp549 static bool isContainedInNodes(Vector<Node*> others, Node* node) argument
551 for (size_t i = 0; i < others.size(); i++) {
552 Node* other = others.at(i);
668 // for elements that start inside the region, set the start position to be before them. If we found one, we will just skip the others until
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dtracer.c111 unsigned int others; member in struct:__anon10505::__anon10506
130 self->stats.others = 0;
453 STATS( self->stats.others++; )
569 "others", self->stats.others,
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c1185 struct list_head others; member in struct:__anon28890
1250 dsc = list_entry(i, yaffsfs_DirectorySearchContext,others);
1279 INIT_LIST_HEAD(&dsc->others);
1284 list_add(&dsc->others,&search_contexts);
1343 list_del(&dsc->others); /* unhook from list */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 524 milliseconds