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

<<11121314151617181920>>

  /external/v8/src/
handles.cc 804 // length of the string. It doesn't flatten the string and has log(n) recursion
806 // flatten the string and retry. Failures are caused by surrogate pairs in deep
    [all...]
accessors.cc 91 // The helper function will 'flatten' Number objects.
  /frameworks/native/libs/ui/
Region.cpp 722 status_t Region::flatten(void* buffer) const { function in class:android::Region
724 validate(*this, "Region::flatten");
  /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/skia/legacy/src/core/
SkPaint.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 113 Element layout, boolean flatten, MultiTextEdit rootEdit, CanvasViewInfo rootView) {
116 mFlatten = flatten;
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 82 err = root->flatten(target,
1983 sp<AaptFile> ResourceTable::flatten(Bundle* bundle) function in class:ResourceTable
2587 status_t ResourceTable::flatten(Bundle* bundle, const sp<AaptFile>& dest) function in class:ResourceTable
3306 ssize_t ResourceTable::Entry::flatten(Bundle* bundle, const sp<AaptFile>& data, bool isPublic) function in class:ResourceTable::Entry
    [all...]
XMLNode.cpp 535 status_t err = root->flatten(rsc, !keepComments, false);
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 209 // XXX How to deal? In order to flatten the given binder,
824 err = val.flatten(buf, len, fds, fd_count);
    [all...]
  /development/scripts/app_engine_server/
redirects.yaml 234 comment: Flatten side nav to make Notifications and Toasts separate
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 486 String8 params(mParameters.flatten());
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreenodestream.c 747 /// As we flatten the tree, we use UP, DOWN nodes to represent
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 531 token_names = [ token_names ].flatten!
  /external/chromium/chrome/browser/importer/
ie_importer.cc 578 // Flatten the bookmarks in Link folder onto bookmark toolbar. Otherwise,
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
groovy.php     [all...]
  /external/llvm/docs/CommandGuide/
llvm-ar.rst 34 ``ar`` implementation or useful for linking. Using the ``f`` modifier to flatten
  /external/proguard/src/proguard/gui/
GUIResources.properties 104 flattenPackageHierarchy = Flatten package hierarchy
  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 395 * used from top level element decoding and hierarchy deconstruction to flatten device element list
  /external/skia/src/pipe/
SkGPipeRead.cpp 396 // TODO: flatten/unflatten xfermodes
  /external/v8/src/ia32/
codegen-ia32.cc 670 // the case we would rather go to the runtime system now to flatten
  /external/v8/src/x64/
codegen-x64.cc 505 // the case we would rather go to the runtime system now to flatten
  /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);

Completed in 948 milliseconds

<<11121314151617181920>>