HomeSort by relevance Sort by last modified time
    Searched full:slice (Results 1276 - 1300 of 1551) sorted by null

<<51525354555657585960>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 246 may modify the fnames list in-place (e.g. via del or slice assignment),
os.py 231 (e.g., via del or slice assignment), and walk will only recurse into the
sre_parse.py 132 if isinstance(index, slice):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 344 # Test that you can slice an exception directly instead of requiring
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
mosaic_mode.js 278 tiles = tiles.slice();
984 this.columns_ = this.columns_.slice(0, columnIndex);
    [all...]
gallery.js 576 var indexesToRemove = this.selectionModel_.selectedIndexes.slice();
  /external/chromium_org/chrome/test/webdriver/
webdriver_session.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelinePresentationModel.js 343 children = childRecord.children.concat(children.slice(1));
551 return this._frames.slice(firstFrame, lastFrame);
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 502 /// convertInitListSlice - This method is used to implement the list slice
505 /// to take a slice of this, return null.
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.c 204 reordering commands received in the slice header. See details
1053 slice (other than the first) activates new sequence parameter set.
    [all...]
h264bsd_macroblock_layer.c 121 sliceType type of the current slice
949 qpY pointer to slice QP
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 276 # if isinstance(index, slice):
329 # elements to keep, and use slice assignment to update the parent
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 276 # if isinstance(index, slice):
329 # elements to keep, and use slice assignment to update the parent
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js 482 var earlyActivelyCapturedEvents = this.capturedEvents_.slice(0);
    [all...]
  /external/chromium/chrome/browser/resources/options/
options_page.js 176 path = path.slice(1);
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc 500 // 3) It takes longer than the time-slice given to each Find operation (100
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 488 // Sample a vertical slice of pixels at about one-thirds from the
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js     [all...]
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 494 // Draw a pie-slice for the progress.
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
metadata_cache.js 242 var providers = this.providers_.slice();
  /external/chromium_org/chrome/browser/resources/options/
options_page.js 222 path = path.slice(1).replace(/\/(?:#|$)/, ''); // Remove trailing slash.

Completed in 2598 milliseconds

<<51525354555657585960>>