HomeSort by relevance Sort by last modified time
    Searched full:checksize (Results 1 - 20 of 20) sorted by null

  /external/clang/test/CodeGen/
long-double-x86.c 4 int checksize[sizeof(x) == 16 ? 1 : -1]; variable
  /cts/tests/tests/hardware/src/android/hardware/cts/
Camera_SizeTest.java 53 checkSize(parameters, WIDTH1, HEIGHT1);
54 checkSize(parameters, WIDTH2, HEIGHT2);
55 checkSize(parameters, WIDTH3, HEIGHT3);
60 private void checkSize(Parameters parameters, int width, int height) {
  /cts/tests/tests/graphics/src/android/graphics/cts/
PictureTest.java 102 checkSize(picture);
112 checkSize(picture);
119 checkSize(pic);
123 private void checkSize(Picture picture) {
  /external/chromium/chrome/browser/chromeos/
native_dialog_window.cc 85 void CheckSize();
143 CheckSize();
250 CheckSize();
259 void NativeDialogHost::CheckSize() {
  /build/tools/releasetools/
img_from_target_files 89 common.CheckSize(img.name, "userdata.img", OPTIONS.info_dict)
145 common.CheckSize(data, "system.img", OPTIONS.info_dict)
common.py 380 def CheckSize(data, target, info_dict):
ota_from_target_files 419 common.CheckSize(boot_img.data, "boot.img", OPTIONS.info_dict)
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchHandlerList.java 144 int checkSize = Math.min(thisSize, otherSize);
146 for (int i = 0; i < checkSize; i++) {
CatchTable.java 72 int checkSize = Math.min(thisSize, otherSize);
74 for (int i = 0; i < checkSize; i++) {
  /dalvik/dx/src/com/android/dx/dex/code/
CatchHandlerList.java 144 int checkSize = Math.min(thisSize, otherSize);
146 for (int i = 0; i < checkSize; i++) {
CatchTable.java 72 int checkSize = Math.min(thisSize, otherSize);
74 for (int i = 0; i < checkSize; i++) {
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprof.java 121 public String checkSize(int actual) {
BinaryHprofWriter.java 135 String error = hprofTag.checkSize(recordLength);
BinaryHprofReader.java 180 String error = hprofTag.checkSize(recordLength);
  /external/llvm/lib/Object/
COFFObjectFile.cpp 30 bool checkSize(const MemoryBuffer *m, error_code &ec, uint64_t size) {
307 if (!checkSize(Data, ec, sizeof(coff_file_header))) return;
317 if (!checkSize(Data, ec, 0x3c + 8)) return;
  /external/fsck_msdos/
dir.c 106 static int checksize(struct bootblock *, struct fatEntry *, u_char *,
390 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, function
951 mod |= k = checksize(boot, fat, p, &dirent);
  /external/chromium/chrome/common/
metrics_helpers.cc 395 snapshot.CheckSize(histogram);
  /external/webkit/Source/JavaScriptCore/assembler/
SH4Assembler.h     [all...]
  /external/chromium/base/metrics/
histogram.cc 678 void Histogram::SampleSet::CheckSize(const Histogram& histogram) const {
    [all...]
histogram.h 332 void CheckSize(const Histogram& histogram) const;

Completed in 1533 milliseconds