HomeSort by relevance Sort by last modified time
    Searched refs:common (Results 176 - 200 of 1018) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/guava/src/com/google/common/base/
Charsets.java 17 package com.google.common.base;
Service.java 17 package com.google.common.base;
40 * com.google.common.util.concurrent.AbstractService} or {@link
41 * com.google.common.util.concurrent.AbstractExecutionThreadService}, which make
  /external/guava/src/com/google/common/collect/
SingletonImmutableList.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.base.Preconditions;
28 import static com.google.common.base.Preconditions.checkNotNull;
ComparatorOrdering.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
20 import static com.google.common.base.Preconditions.checkNotNull;
ForwardingList.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.annotations.GwtIncompatible;
NaturalOrdering.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
20 import static com.google.common.base.Preconditions.checkNotNull;
Platform.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.annotations.GwtIncompatible;
  /external/guava/src/com/google/common/io/
ByteArrayDataInput.java 17 package com.google.common.io;
  /external/guava/src/com/google/common/primitives/
SignedBytes.java 17 package com.google.common.primitives;
19 import com.google.common.annotations.GwtCompatible;
23 import static com.google.common.base.Preconditions.checkArgument;
24 import static com.google.common.base.Preconditions.checkNotNull;
149 * #compare(byte, byte)}), the first pair of values that follow any common
  /external/guava/src/com/google/common/util/concurrent/
CheckedFuture.java 17 package com.google.common.util.concurrent;
FakeTimeLimiter.java 17 package com.google.common.util.concurrent;
TimeLimiter.java 17 package com.google.common.util.concurrent;
UninterruptibleFuture.java 17 package com.google.common.util.concurrent;
AbstractExecutionThreadService.java 17 package com.google.common.util.concurrent;
19 import com.google.common.base.Service;
20 import com.google.common.base.Throwables;
ExecutionList.java 17 package com.google.common.util.concurrent;
19 import com.google.common.base.Preconditions;
20 import com.google.common.collect.Lists;
  /external/icu4c/
configure.mk 10 all: configure common/icucfg.h.in
12 common/icucfg.h.in: configure.in
  /external/protobuf/src/google/protobuf/compiler/java/
java_extension.h 40 #include <google/protobuf/stubs/common.h>
  /external/protobuf/src/google/protobuf/compiler/
zip_writer.h 34 #include <google/protobuf/stubs/common.h>
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.h 49 // As an example, consider the common case in which you are reading bytes
111 #include <google/protobuf/stubs/common.h>
  /hardware/libhardware/include/hardware/
copybit.h 137 struct hw_module_t common; member in struct:copybit_module_t
145 struct hw_device_t common; member in struct:copybit_device_t
213 return device->common.close(&device->common);
sensors.h 335 struct hw_module_t common; member in struct:sensors_module_t
382 struct hw_device_t common; member in struct:sensors_poll_device_t
426 return device->common.close(&device->common);
  /external/libvpx/vp8/encoder/
encodeintra.c 58 vp8_inverse_transform_b(IF_RTCD(&rtcd->common->idct), b, 32);
60 RECON_INVOKE(&rtcd->common->recon, recon)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
75 IDCT_INVOKE(&rtcd->common->idct, idct16)(b->dqcoeff, b->diff, 32);
77 RECON_INVOKE(&rtcd->common->recon, recon)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
118 vp8_inverse_transform_mby(IF_RTCD(&rtcd->common->idct), &x->e_mbd);
120 vp8_recon16x16mby(IF_RTCD(&rtcd->common->recon), &x->e_mbd);
164 vp8_inverse_transform_mby(IF_RTCD(&rtcd->common->idct), &x->e_mbd);
166 vp8_recon16x16mby(IF_RTCD(&rtcd->common->recon), &x->e_mbd);
215 vp8_inverse_transform_mbuv(IF_RTCD(&rtcd->common->idct), &x->e_mbd);
217 vp8_recon_intra_mbuv(IF_RTCD(&rtcd->common->recon), &x->e_mbd)
    [all...]
  /build/tools/releasetools/
ota_from_target_files 65 import common namespace
68 OPTIONS = common.OPTIONS
142 p = common.Run(["fs_config"], stdin=subprocess.PIPE,
282 key_passwords = common.GetKeyPasswords([OPTIONS.package_key])
285 common.SignFile(temp_zip_name, output_zip_name, OPTIONS.package_key, pw,
309 d = common.Difference(recovery_img, boot_img)
311 common.ZipWriteStr(output_zip, "recovery/recovery-from-boot.p", patch)
314 boot_type, boot_device = common.GetTypeAndDevice("/boot", OPTIONS.info_dict)
315 recovery_type, recovery_device = common.GetTypeAndDevice("/recovery", OPTIONS.info_dict)
340 common.ZipWriteStr(output_zip, "recovery/etc/install-recovery.sh", sh
    [all...]
  /frameworks/base/include/ui/egl/
android_natives.h 116 common.magic = ANDROID_NATIVE_WINDOW_MAGIC;
117 common.version = sizeof(ANativeWindow);
118 memset(common.reserved, 0, sizeof(common.reserved));
124 common.incRef(const_cast<android_native_base_t*>(&common));
127 common.decRef(const_cast<android_native_base_t*>(&common));
131 struct android_native_base_t common; member in struct:ANativeWindow
393 NATIVE_TYPE::common.incRef = incRef
    [all...]
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 80 common: {
108 dev->common.module);
161 dev->common.module);
185 dev->common.module);
256 dev->common.module);
262 dev->common.module);
297 dev->device.common.tag = HARDWARE_DEVICE_TAG;
298 dev->device.common.version = 0;
299 dev->device.common.module = const_cast<hw_module_t*>(module);
300 dev->device.common.close = gralloc_close
    [all...]

Completed in 802 milliseconds

1 2 3 4 5 6 78 91011>>