HomeSort by relevance Sort by last modified time
    Searched defs:others (Results 1 - 25 of 39) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidSourceViewerConfig.java 96 IContentAssistProcessor[] others = super.getContentAssistProcessors(sourceViewer, local
98 if (others != null && others.length > 0) {
99 for (IContentAssistProcessor p : others) {
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c 257 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/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 290 List<Map.Entry<String, String>> others = request.getParameters(); local
291 if (others != null && !others.isEmpty()) {
292 others = new ArrayList<Map.Entry<String, String>>(others);
293 for (Iterator<Map.Entry<String, String>> p = others.iterator(); p
301 byte[] form = OAuth.formEncode(others).getBytes(
309 url = OAuth.addParameters(url, others);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
tracer.c 111 unsigned int others; member in struct:__anon13721::__anon13722
130 self->stats.others = 0;
453 STATS( self->stats.others++; )
569 "others", self->stats.others,
  /external/jpeg/
jchuff.c 710 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/
jchuff.c 710 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/yaffs2/yaffs2/direct/
yaffsfs.c 1185 struct list_head others; member in struct:__anon31692
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/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 1090 milliseconds

1 2