HomeSort by relevance Sort by last modified time
    Searched refs:compact (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDListElement.idl 21 [Reflect] attribute boolean compact;
HTMLDirectoryElement.idl 21 [Reflect] attribute boolean compact;
HTMLMenuElement.idl 21 [Reflect] attribute boolean compact;
HTMLUListElement.idl 21 [Reflect] attribute boolean compact;
HTMLOListElement.idl 21 [Reflect] attribute boolean compact;
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
version.rb 24 STRING = [MAJOR, MINOR, PATCH, REL].compact.join '.'
  /external/junit/src/junit/framework/
ComparisonFailure.java 35 return new ComparisonCompactor(MAX_CONTEXT_LENGTH, fExpected, fActual).compact(super.getMessage());
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 705 CompactionState* compact = new CompactionState(c); local
706 status = DoCompactionWork(compact);
710 CleanupCompaction(compact);
740 void DBImpl::CleanupCompaction(CompactionState* compact) {
742 if (compact->builder != NULL) {
744 compact->builder->Abandon();
745 delete compact->builder;
747 assert(compact->outfile == NULL);
749 delete compact->outfile;
750 for (size_t i = 0; i < compact->outputs.size(); i++)
    [all...]
db_impl.h 47 // Compact any files in the named level that overlap [*begin,*end]
88 // Compact the in-memory write buffer to disk. Switches to a new
101 Status MakeRoomForWrite(bool force /* compact even if there is room? */)
111 void CleanupCompaction(CompactionState* compact)
113 Status DoCompactionWork(CompactionState* compact)
116 Status OpenCompactionOutputFile(CompactionState* compact);
117 Status FinishCompactionOutputFile(CompactionState* compact, Iterator* input);
118 Status InstallCompactionResults(CompactionState* compact)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind.h 70 int compact __attribute__ ((unused)))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
unwind.h 70 int compact __attribute__ ((unused)))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind.h 70 int compact __attribute__ ((unused)))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
unwind.h 70 int compact __attribute__ ((unused)))
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
breadcrumbList.css 54 .crumbs .crumb.compact .extra {
  /external/chromium_org/base/android/java/src/org/chromium/base/
ObserverList.java 150 * Compact the underlying list be removing null elements.
154 private void compact() { method in class:ObserverList
170 if (mIterationDepth == 0) compact(); method
  /external/junit/src/org/junit/
ComparisonFailure.java 41 return new ComparisonCompactor(MAX_CONTEXT_LENGTH, fExpected, fActual).compact(super.getMessage());
86 private String compact(String message) { method in class:ComparisonFailure.ComparisonCompactor
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/llvm/test/Bindings/Ocaml/
passmgr_builder.ml 53 Gc.compact ();
  /external/llvm/test/MC/ARM/
eh-directive-text-section.s 65 @ 0xB0B0B080, which means compact model 0 is used (0x80) and the rest of the
76 @ Besides, since this function is using compact model 0, thus we have to
  /libcore/luni/src/main/java/java/nio/
ByteBufferAsCharBuffer.java 61 public CharBuffer compact() { method in class:ByteBufferAsCharBuffer
67 byteBuffer.compact();
ByteBufferAsDoubleBuffer.java 61 public DoubleBuffer compact() { method in class:ByteBufferAsDoubleBuffer
67 byteBuffer.compact();
ByteBufferAsFloatBuffer.java 60 public FloatBuffer compact() { method in class:ByteBufferAsFloatBuffer
66 byteBuffer.compact();
ByteBufferAsIntBuffer.java 61 public IntBuffer compact() { method in class:ByteBufferAsIntBuffer
67 byteBuffer.compact();
ByteBufferAsLongBuffer.java 61 public LongBuffer compact() { method in class:ByteBufferAsLongBuffer
67 byteBuffer.compact();
ByteBufferAsShortBuffer.java 60 public ShortBuffer compact() { method in class:ByteBufferAsShortBuffer
66 byteBuffer.compact();

Completed in 1891 milliseconds

1 2 3 4 5 6 7 8 9