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

1 2 3 4 5 6 7

  /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) {
  /frameworks/base/services/core/java/com/android/server/pm/
OtaDexoptService.java 124 final List<PackageParser.Package> others; local
129 // Others: we should optimize this with the (first-)boot compiler-reason.
130 others = new ArrayList<>(mPackageManagerService.mPackages.values());
131 others.removeAll(important);
140 for (PackageParser.Package p : others) {
153 + PackageManagerServiceUtils.packagesToString(others));
154 for (PackageParser.Package pkg : others) {
160 prepareMetricsLogging(important.size(), others.size(), spaceAvailable, spaceAvailableNow);
414 private void prepareMetricsLogging(int important, int others, long spaceBegin, long spaceBulk) {
420 otherPackageCount = others;
    [all...]
  /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/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);
  /system/bt/bta/ag/
bta_ag_sdp.cc 243 tBTA_SERVICE_MASK others = 0; local
253 others |= p->reg_services;
257 others >>= BTA_HSP_SERVICE_ID;
260 i++, services >>= 1, others >>= 1) {
263 if (((services & 1) == 1) && ((others & 1) == 0)) {
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorIndexList.h 149 EIGEN_DEVICE_FUNC constexpr IndexTuple() : head(), others() { }
150 EIGEN_DEVICE_FUNC constexpr IndexTuple(const T& v, const O... o) : head(v), others(o...) { }
154 IndexTuple<O...> others; member in struct:Eigen::internal::IndexTuple
179 return IndexTupleExtractor<N-1, O...>::get_val(val.others);
183 return IndexTupleExtractor<N-1, O...>::get_val(val.others);
187 IndexTupleExtractor<N-1, O...>::set_val(val.others, new_val);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralFormatUnitTest.java 2 // © 2016 and later: Unicode, Inc. and others.
7 * others. All Rights Reserved.
215 Set<ULocale> others = same.get(otherLocale); local
216 if (others == null) same.put(otherLocale, others = new LinkedHashSet());
217 others.add(locale);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralFormatUnitTest.java 1 // © 2016 and later: Unicode, Inc. and others.
6 * others. All Rights Reserved.
214 Set<ULocale> others = same.get(otherLocale); local
215 if (others == null) same.put(otherLocale, others = new LinkedHashSet());
216 others.add(locale);
  /external/pdfium/third_party/libjpeg/
fpdfapi_jchuff.c 709 int others[257]; /* next symbol in current branch of tree */ local
719 others[i] = -1; /* init links to empty */
762 while (others[c1] >= 0) {
763 c1 = others[c1];
767 others[c1] = c2; /* chain c2 onto c1's tree branch */
771 while (others[c2] >= 0) {
772 c2 = others[c2];
  /external/libjpeg-turbo/
jchuff.c 892 int others[257]; /* next symbol in current branch of tree */ local
902 others[i] = -1; /* init links to empty */
945 while (others[c1] >= 0) {
946 c1 = others[c1];
950 others[c1] = c2; /* chain c2 onto c1's tree branch */
954 while (others[c2] >= 0) {
955 c2 = others[c2];
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
RootsFragment.java 247 final List<RootItem> others = new ArrayList<>(); local
258 others.add(item);
264 Collections.sort(others, comp);
269 if (!libraries.isEmpty() && !others.isEmpty()) {
274 result.addAll(others);
  /packages/services/Car/car-support-lib/src/android/support/car/app/
CarProxyActivity.java 192 final Constructor<?>[] others = mCarActivityClass.getConstructors(); local
193 for (int i=0; i<others.length; i++ ) {
195 msg.append(others[i].toString());
  /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 1 // © 2016 and later: Unicode, Inc. and others.
6 * others. All Rights Reserved.
1035 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 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.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 
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.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 473 milliseconds

1 2 3 4 5 6 7