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

1 2 3 4 5 6 78 91011>>

  /external/skia/include/core/
SkBitmap.h 519 void flatten(SkFlattenableWriteBuffer&) const;
688 void flatten(SkFlattenableWriteBuffer&) const;
SkPaint.h 64 void flatten(SkFlattenableWriteBuffer&) const;
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java 547 // flatten any custom columns to JSON. We need to keep any custom columns so that
552 Log.e(TAG, "Could not flatten extras to JSON from " + suggestion, e);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 556 flatten: function(){
561 array = array.concat((type == 'array' || type == 'collection' || type == 'arguments') ? Array.flatten(this[i]) : this[i]);
1204 this.$chain.extend(Array.flatten(arguments));
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 663 // If the coerce-to type is a first class aggregate, flatten it. Either
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 114 Element layout, boolean flatten, MultiTextEdit rootEdit, CanvasViewInfo rootView) {
117 mFlatten = flatten;
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 81 err = root->flatten(target,
1938 sp<AaptFile> ResourceTable::flatten(Bundle* bundle) function in class:ResourceTable
2532 status_t ResourceTable::flatten(Bundle* bundle, const sp<AaptFile>& dest) function in class:ResourceTable
3170 ssize_t ResourceTable::Entry::flatten(Bundle* bundle, const sp<AaptFile>& data, bool isPublic) function in class:ResourceTable::Entry
    [all...]
XMLNode.cpp 527 status_t err = root->flatten(rsc, !keepComments, false);
963 status_t XMLNode::flatten(const sp<AaptFile>& dest,
    [all...]
  /frameworks/base/libs/binder/
Parcel.cpp 209 // XXX How to deal? In order to flatten the given binder,
800 err = val.flatten(buf, len, fds, fd_count);
    [all...]
  /development/tools/emulator/system/camera/
EmulatedCamera.cpp 419 String8 params(mParameters.flatten());
  /external/chromium/chrome/browser/importer/
ie_importer.cc 578 // Flatten the bookmarks in Link folder onto bookmark toolbar. Otherwise,
  /external/libvpx/examples/includes/geshi/geshi/
groovy.php     [all...]
  /external/llvm/docs/CommandGuide/
llvm-ar.pod 32 C<ar> implementation or useful for linking. Using the C<f> modifier to flatten
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 351 /// FlattenAsmStringVariants - Flatten the specified AsmString to only
  /external/mesa3d/docs/
relnotes-7.9.1.html 84 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=31690">Bug 31690</a> - i915 shader compiler fails to flatten if in Aquarium webgl demo.</li>
  /external/proguard/src/proguard/gui/
GUIResources.properties 104 flattenPackageHierarchy = Flatten package hierarchy
  /external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
SDL_sysjoystick.c 395 * used from top level element decoding and hierarchy deconstruction to flatten device element list
  /external/v8/src/
accessors.cc 89 // The helper function will 'flatten' Number objects.
  /external/webkit/Source/WebCore/page/
SpatialNavigation.cpp 732 // Area elements tend to overlap more than other focusable elements. We flatten the rect of the area elements
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 476 job->firstRequest().httpBody()->flatten(d->m_postBytes);
  /external/webkit/Source/WebCore/platform/network/soup/
ResourceHandleSoup.cpp 508 httpBody->flatten(body);
  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 498 // When drawing into a bitmap context, we normally flatten compositing layers (and distort 3D transforms).
  /frameworks/base/media/libstagefright/
CameraSource.cpp 345 String8 s = params->flatten();
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareInterface.h 387 params.flatten().string());
  /frameworks/base/tools/localize/
XLIFFFile.cpp 368 // flatten out the tag into ph tags -- but only if there is no namespace

Completed in 902 milliseconds

1 2 3 4 5 6 78 91011>>