HomeSort by relevance Sort by last modified time
    Searched full:flatten (Results 201 - 225 of 535) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramResults.java 80 * Flatten this object into a Parcel.
  /frameworks/base/tools/aapt/
XMLNode.h 137 status_t flatten(const sp<AaptFile>& dest, bool stripComments,
ResourceTable.h 185 sp<AaptFile> flatten(Bundle*);
226 status_t flatten(Bundle*, const sp<AaptFile>& dest);
346 ssize_t flatten(Bundle*, const sp<AaptFile>& data, bool isPublic);
  /frameworks/native/include/gui/
Sensor.h 74 status_t flatten(void* buffer) const;
  /frameworks/native/include/ui/
GraphicBuffer.h 142 status_t flatten(void* buffer, size_t size,
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
AddressList.java 69 public MailboxList flatten() { method in class:AddressList
  /external/skia/src/core/
SkData.cpp 125 void SkData::flatten(SkFlattenableWriteBuffer& buffer) const { function in class:SkData
245 void SkDataSet::flatten(SkFlattenableWriteBuffer& buffer) const { function in class:SkDataSet
SkBitmapProcShader.cpp 60 void SkBitmapProcShader::flatten(SkFlattenableWriteBuffer& buffer) const { function in class:SkBitmapProcShader
61 this->INHERITED::flatten(buffer);
  /frameworks/base/core/java/com/android/internal/util/
XmlUtils.java 164 * Flatten a Map into an output stream as XML. The map can later be
186 * Flatten a List into an output stream as XML. The list can later be
209 * Flatten a Map into an XmlSerializer. The map can later be read back
248 * Flatten a List into an XmlSerializer. The list can later be read back
306 * Flatten a byte[] into an XmlSerializer. The list can later be read back
350 * Flatten an int[] into an XmlSerializer. The list can later be read back
390 * Flatten an object's value into an XmlSerializer. The value can later
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
AbstractHeightMap.java 390 * Flattens out the valleys. The flatten algorithm makes the valleys more
398 public void flatten(byte flattening) { method in class:AbstractHeightMap
414 // Flatten as many times as desired;
  /external/skia/src/effects/
SkTableColorFilter.cpp 61 virtual void flatten(SkFlattenableWriteBuffer&) const SK_OVERRIDE;
160 void SkTable_ColorFilter::flatten(SkFlattenableWriteBuffer& buffer) const { function in class:SkTable_ColorFilter
161 this->INHERITED::flatten(buffer);
SkBlendImageFilter.cpp 70 void SkBlendImageFilter::flatten(SkFlattenableWriteBuffer& buffer) const { function in class:SkBlendImageFilter
71 this->INHERITED::flatten(buffer);
SkLayerDrawLooper.cpp 188 void SkLayerDrawLooper::flatten(SkFlattenableWriteBuffer& buffer) const { function in class:SkLayerDrawLooper
189 this->INHERITED::flatten(buffer);
SkMagnifierImageFilter.cpp 281 void SkMagnifierImageFilter::flatten(SkFlattenableWriteBuffer& buffer) const { function in class:SkMagnifierImageFilter
282 this->INHERITED::flatten(buffer);
  /external/v8/tools/
gc-nvp-trace-processor.py 43 def flatten(l): function
121 return flatten([item.fieldrefs() for item in self.items])
153 for field in flatten([item.fieldrefs() for item in plot]):
  /development/tools/apkcheck/src/com/android/apkcheck/
ClassInfo.java 262 * Flatten our superclass and interfaces.
278 /* flatten it */
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 170 /// getFlattenedOperandNumber - Flatten a operand/suboperand pair into a
269 /// FlattenAsmStringVariants - Flatten the specified AsmString to only
  /external/skia/legacy/src/effects/
SkColorMatrixFilter.cpp 313 void SkColorMatrixFilter::flatten(SkFlattenableWriteBuffer& buffer) { function in class:SkColorMatrixFilter
314 this->INHERITED::flatten(buffer);
  /frameworks/native/include/utils/
BlobCache.h 90 // flatten serializes the current contents of the cache into the memory
98 virtual status_t flatten(void* buffer, size_t size, int fds[],
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 303 status_t IGraphicBufferProducer::QueueBufferInput::flatten(void* buffer, size_t size, function in class:android::IGraphicBufferProducer::QueueBufferInput
312 err = fence->flatten(p, size - (p - (char*)buffer), fds, count);
  /frameworks/base/core/java/android/os/
Parcel.java 579 * Flatten a Map into the parcel at the current dataPosition(),
596 * Flatten a Bundle into the parcel at the current dataPosition(),
609 * Flatten a List into the parcel at the current dataPosition(), growing
628 * Flatten an Object array into the parcel at the current dataPosition(),
647 * Flatten a generic SparseArray into the parcel at the current
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeNodeStream.as 70 /** As we flatten the tree, we use UP, DOWN nodes to represent
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeNodeStream.cs 93 * As we flatten the tree, we use UP, DOWN nodes to represent
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeNodeStream.cs 99 * As we flatten the tree, we use UP, DOWN nodes to represent
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeNodeStream`1.cs 98 * As we flatten the tree, we use UP, DOWN nodes to represent

Completed in 402 milliseconds

1 2 3 4 5 6 7 891011>>