HomeSort by relevance Sort by last modified time
    Searched defs:filler (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
flat.h 47 unsigned long filler[5]; /* Reservered, set to zero */ member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
flat.h 39 unsigned long filler[5]; member in struct:flat_hdr
  /cts/tests/tests/media/src/android/media/cts/
RoutingTest.java 374 AudioTrackFiller filler = new AudioTrackFiller(audioTrack, bufferSize); local
375 filler.start();
379 Thread fillerThread = new Thread(filler);
388 filler.stop();
  /external/ImageMagick/coders/
sgi.c 100 filler[404];
355 count=ReadBlob(image,sizeof(iris_info.filler),iris_info.filler);
98 filler[404]; member in struct:_SGIInfo
    [all...]
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
models.py 129 filler: The pipeline that filled this slot.
132 fill_time: When the slot was filled by the filler.
139 filler = db.ReferenceProperty(_PipelineRecord, variable in class:_SlotRecord
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
RandomAccessFile.java 157 StringBuilder filler = new StringBuilder(); local
158 while (data.length() + filler.length() < newDataPos) {
159 filler.append('\0');
161 // System.out.println("padding " + (filler.length()) + " zeros in consolidate ");
163 data += filler.toString();
  /external/v8/test/cctest/heap/
test-spaces.cc 523 HeapObject* filler = NULL; local
524 CHECK(allocation.To(&filler));
525 space->heap()->CreateFillerObjectAt(filler->address(), size,
527 return filler;
533 HeapObject* filler = NULL; local
534 CHECK(allocation.To(&filler));
535 space->heap()->CreateFillerObjectAt(filler->address(), size,
537 return filler;
543 HeapObject* filler = NULL; local
544 CHECK(allocation.To(&filler));
    [all...]
  /external/v8/test/cctest/compiler/
test-run-bytecode-graph-builder.cc 2609 script_os << " " << filler; local
2611 script_os << " " << filler; local
2612 script_os << " if (i == 0) { " << filler << "i = 10; continue; }\\n"; local
2613 script_os << " else if (i == a) { " << filler << "i = 12; break; }\\n"; local
2614 script_os << " else { " << filler << " }\\n"; local
    [all...]

Completed in 1308 milliseconds

12 3 4 5