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

<<11121314151617181920>>

  /frameworks/native/libs/ui/
GraphicBuffer.cpp 212 status_t GraphicBuffer::flatten(void* buffer, size_t size, function in class:android::GraphicBuffer
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 259 status_t err = mBlobCache->flatten(buf + headerSize, cacheSize, NULL,
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbCmasInfo.java 218 * Flatten this object into a Parcel.
  /packages/apps/Gallery2/src/com/android/camera/
CameraManager.java 438 mCameraHandler.obtainMessage(SET_PARAMETERS, params.flatten())
  /external/chromium/chrome/browser/importer/
firefox2_importer.cc 217 // Flatten the items in toolbar.
268 // Flatten the folder in toolbar.
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 124 // First flatten out the entire path to make it easier to use.
125 PathPieces path = D.path.flatten(/*ShouldFlattenMacros=*/false);
  /external/skia/legacy/include/core/
SkMatrix.h 502 // flatten/unflatten will never return a value larger than this
506 uint32_t flatten(void* buffer) const;
  /external/skia/legacy/src/core/
SkBlitter.cpp 667 virtual void flatten(SkFlattenableWriteBuffer& buffer) {
668 this->INHERITED::flatten(buffer);
  /external/skia/src/core/
SkBlitter.cpp 691 virtual void flatten(SkFlattenableWriteBuffer& buffer) const SK_OVERRIDE {
692 this->INHERITED::flatten(buffer);
  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 56 void SkMatrixConvolutionImageFilter::flatten(SkFlattenableWriteBuffer& buffer) const { function in class:SkMatrixConvolutionImageFilter
57 this->INHERITED::flatten(buffer);
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 305 void SkTwoPointConicalGradient::flatten( function in class:SkTwoPointConicalGradient
307 this->INHERITED::flatten(buffer);
SkTwoPointRadialGradient.cpp 348 void SkTwoPointRadialGradient::flatten(
350 this->INHERITED::flatten(buffer);
  /external/v8/src/
heap-inl.h 445 // Always flatten small strings and force flattening of long strings
446 // after we have accumulated a certain amount we failed to flatten.
  /prebuilts/misc/common/commons-cli/
commons-cli-1.2.jar 
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 181 * Given a ArrayList of coordinates, we need to flatten them into an array of ints before we can
  /device/lge/mako/camera/
QualcommCamera.cpp 642 g_str = g_param.flatten( );
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 171 /** 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/
BufferedTreeNodeStream.cs 293 /** As we flatten the tree, we use UP, DOWN nodes to represent
  /external/antlr/antlr-3.4/runtime/CSharp2/
all.antlr3.runtime.net.build 304 <copy todir="${tempBin.dir}" flatten="true">
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 338 /** As we flatten the tree, we use UP, DOWN nodes to represent
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BufferedTreeNodeStream.java 185 /** As we flatten the tree, we use UP, DOWN nodes to represent
  /external/eigen/Eigen/src/Core/util/
Macros.h 119 #define EIGEN_FLATTEN_ATTRIB __attribute__((flatten))
  /external/icu4c/i18n/
ucol_cnt.cpp 17 * and provides means to flatten this structure
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
VarOptimizer.java 212 * to flatten multiple commands.
  /external/llvm/docs/
Vectorizers.rst 141 The Loop Vectorizer is able to "flatten" the IF statement in the code and

Completed in 1267 milliseconds

<<11121314151617181920>>