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

1 2 3 4 5 6

  /external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
stats.h 21 unsigned int others; member in struct:Stats
  /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/gemmlowp/test/
benchmark_meta_gemm.cc 283 std::vector<Shape> others; local
284 others.push_back(Shape(100, 100, 100));
285 others.push_back(Shape(1000, 1000, 1000));
286 others.push_back(Shape(2000, 1000, 1000));
288 for (auto& shape : others) {
312 for (auto& shape : others) {
  /external/jetty/src/java/org/eclipse/jetty/webapp/
Ordering.java 71 //1. put everything into the list of named others, and take the named ones out of there,
73 Map<String,FragmentDescriptor> others = new HashMap<String,FragmentDescriptor>(_metaData.getNamedFragments()); local
75 //2. for each name, take out of the list of others, add to tail of list
81 FragmentDescriptor f = others.remove(item);
85 orderedList.add(jar); //take from others and put into final list in order, ignoring duplicate names
91 index = orderedList.size(); //remember the index at which we want to add in all the others
181 //jar fragment has no descriptor, but there is a relative ordering in place, so it must be part of the others
192 //1. order the before-others according to any explicit before/after relationships
195 //2. order the after-others according to any explicit before/after relationships
198 //3. order the no-others according to their explicit before/after relationship
    [all...]
  /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/opencv3/modules/imgproc/test/
test_moments.cpp 173 double* others = (double*)(m + 1); local
193 others[0] = cvGetNormalizedCentralMoment( m, 2, 0 );
194 others[1] = cvGetNormalizedCentralMoment( m, 1, 1 );
195 others[2] = cvGetNormalizedCentralMoment( m, 0, 2 );
196 others[3] = cvGetNormalizedCentralMoment( m, 3, 0 );
197 others[4] = cvGetNormalizedCentralMoment( m, 2, 1 );
198 others[5] = cvGetNormalizedCentralMoment( m, 1, 2 );
199 others[6] = cvGetNormalizedCentralMoment( m, 0, 3 );
  /system/bt/bta/ag/
bta_ag_sdp.c 256 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralFormatUnitTest.java 5 * others. All Rights Reserved.
216 Set<ULocale> others = same.get(otherLocale); local
217 if (others == null) same.put(otherLocale, others = new LinkedHashSet());
218 others.add(locale);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralFormatUnitTest.java 4 * others. All Rights Reserved.
212 Set<ULocale> others = same.get(otherLocale); local
213 if (others == null) same.put(otherLocale, others = new LinkedHashSet());
214 others.add(locale);
  /external/pdfium/third_party/libjpeg/
fpdfapi_jchuff.c 713 int others[257]; /* next symbol in current branch of tree */ local
723 others[i] = -1; /* init links to empty */
766 while (others[c1] >= 0) {
767 c1 = others[c1];
771 others[c1] = c2; /* chain c2 onto c1's tree branch */
775 while (others[c2] >= 0) {
776 c2 = others[c2];
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsFragment.java 318 final List<RootItem> others = new ArrayList<>(); local
331 others.add(item);
337 Collections.sort(others, comp);
341 if (!libraries.isEmpty() && !others.isEmpty()) {
344 addAll(others);
  /packages/services/Car/car-support-lib/src/android/support/car/app/
CarProxyActivity.java 203 final Constructor<?>[] others = mCarActivityClass.getConstructors(); local
204 for (int i=0; i<others.length; i++ ) {
206 msg.append(others[i].toString());
  /external/libjpeg-turbo/
jchuff.c 854 int others[257]; /* next symbol in current branch of tree */ local
864 others[i] = -1; /* init links to empty */
907 while (others[c1] >= 0) {
908 c1 = others[c1];
912 others[c1] = c2; /* chain c2 onto c1's tree branch */
916 while (others[c2] >= 0) {
917 c2 = others[c2];
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jchuff.c 1261 int others[257]; \/* next symbol in current branch of tree *\/ local
    [all...]
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 523 Type* others[] = {Type::Undefined(), Type::Null(), Type::Boolean(), local
526 for (size_t i = 0; i < arraysize(others); i++) {
527 Type* t = Type::Union(Type::Number(), others[i], R.main_zone());
    [all...]
  /libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
StreamOpFlagsTest.java 309 List<Integer> others = Arrays.asList(Spliterator.NONNULL, Spliterator.IMMUTABLE, local
311 for (int c : others) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
c-tree.h 372 tree others; member in struct:c_arg_info
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp 3192 short others [257]; \/\/ next symbol in current branch of tree local
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 4 * others. All Rights Reserved. *
1025 UnicodeSet others = new UnicodeSet(); local
    [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 2131 unsigned int psnr_ret = 1, others = 0; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /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 

Completed in 2426 milliseconds

1 2 3 4 5 6