HomeSort by relevance Sort by last modified time
    Searched full:flatten (Results 101 - 125 of 301) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
Parcelable.java 84 * Flatten this object in to a Parcel.
Parcel.java 481 * Flatten a Map into the parcel at the current dataPosition(),
498 * Flatten a Bundle into the parcel at the current dataPosition(),
511 * Flatten a List into the parcel at the current dataPosition(), growing
530 * Flatten an Object array into the parcel at the current dataPosition(),
549 * Flatten a generic SparseArray into the parcel at the current
894 * Flatten a List containing a particular object type into the parcel, at
928 * Flatten a List containing String objects into the parcel, at
953 * Flatten a List containing IBinder objects into the parcel, at
    [all...]
  /frameworks/base/include/ui/
GraphicBuffer.h 141 status_t flatten(void* buffer, size_t size,
  /frameworks/base/tools/aapt/
XMLNode.h 137 status_t flatten(const sp<AaptFile>& dest, bool stripComments,
ResourceTable.h 154 sp<AaptFile> flatten(Bundle*);
193 status_t flatten(Bundle*, const sp<AaptFile>& dest);
310 ssize_t flatten(Bundle*, const sp<AaptFile>& data, bool isPublic);
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/
AddressList.java 69 public MailboxList flatten() { method in class:AddressList
  /external/skia/samplecode/
SampleRegion.cpp 145 size_t size = tmp.flatten(NULL);
147 size_t size2 = tmp.flatten(buffer);
SampleText.cpp 133 virtual void flatten(SkFlattenableWriteBuffer& b) { function in class:SkPowerMode
134 // this->INHERITED::flatten(b); How can we know if this is legal????
SampleAll.cpp 155 virtual void flatten(SkFlattenableWriteBuffer& buffer) { function in class:Dot2DPathEffect
156 this->INHERITED::flatten(buffer);
219 virtual void flatten(SkFlattenableWriteBuffer& buffer) { function in class:Line2DPathEffect
220 this->INHERITED::flatten(buffer);
SampleSlides.cpp 571 virtual void flatten(SkFlattenableWriteBuffer& buffer) function in class:Dot2DPathEffect
573 this->INHERITED::flatten(buffer);
643 virtual void flatten(SkFlattenableWriteBuffer& buffer) function in class:Line2DPathEffect
645 this->INHERITED::flatten(buffer);
  /external/skia/src/effects/
SkAvoidXfermode.cpp 40 void SkAvoidXfermode::flatten(SkFlattenableWriteBuffer& buffer) function in class:SkAvoidXfermode
42 this->INHERITED::flatten(buffer);
SkGradientShader.cpp 158 virtual void flatten(SkFlattenableWriteBuffer& );
360 void Gradient_Shader::flatten(SkFlattenableWriteBuffer& buffer) { function in class:Gradient_Shader
361 this->INHERITED::flatten(buffer);
668 * colors and positions. Note: we don't try to flatten the fMapper, so if one
783 virtual void flatten(SkFlattenableWriteBuffer& buffer) {
784 this->INHERITED::flatten(buffer);
    [all...]
SkColorMatrixFilter.cpp 310 void SkColorMatrixFilter::flatten(SkFlattenableWriteBuffer& buffer) { function in class:SkColorMatrixFilter
311 this->INHERITED::flatten(buffer);
SkDashPathEffect.cpp 151 void SkDashPathEffect::flatten(SkFlattenableWriteBuffer& buffer) { function in class:SkDashPathEffect
  /frameworks/base/core/jni/android/graphics/
Region.cpp 192 size_t size = region->flatten(NULL);
194 region->flatten(p->writeInplace(size));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 106 mFlatten.setText("Flatten hierarchy");
113 // in case you are trying to flatten the hierarchy for a hierarchy that has a
  /development/tools/apkcheck/src/com/android/apkcheck/
ClassInfo.java 262 * Flatten our superclass and interfaces.
278 /* flatten it */
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 171 /// getFlattenedOperandNumber - Flatten a operand/suboperand pair into a
256 /// FlattenAsmStringVariants - Flatten the specified AsmString to only
  /external/antlr/src/org/antlr/runtime/tree/
TreeNodeStream.java 71 /** As we flatten the tree, we use UP, DOWN nodes to represent
  /external/llvm/lib/Support/
Twine.cpp 21 // Otherwise, flatten and copy the contents first.
  /external/skia/include/core/
SkColorFilter.h 129 virtual void flatten(SkFlattenableWriteBuffer& );
SkPixelRef.h 124 virtual void flatten(SkFlattenableWriteBuffer&) const;
  /external/skia/src/core/
SkWriter32.cpp 108 void SkWriter32::flatten(void* dst) const { function in class:SkWriter32
  /external/v8/src/
messages.cc 164 // likely to be a complicated ConsString of some sort. We flatten it
  /external/webkit/Source/WebCore/platform/network/
FormData.h 114 void flatten(Vector<char>&) const; // omits files

Completed in 4301 milliseconds

1 2 3 45 6 7 8 91011>>