Searched
full:slice (Results
1051 -
1075 of
1551) sorted by null
<<41424344454647484950>>
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 267 var pathPageName = fullPageName.slice(firstSlashPos, htmlPos + 5); // +5 advances past ".html" 277 link = $("#devdoc-nav a[href$='"+ pathPageName.slice(0, backstepDirectory +
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
DirectClassFile.java | 41 * Class file with info taken from a {@code byte[]} or slice thereof. 598 bytes = bytes.slice(offset, offset + size * 2);
|
/dalvik/vm/compiler/codegen/mips/ |
MipsLIR.h | 572 int end; /* end for kFmtBitBlt, 1-bit slice end for FP regs */ 573 int start; /* start for kFmtBitBlt, 4-bit slice end for FP regs */
|
/external/chromium/chrome/browser/resources/ |
downloads.html | 543 // Draw a pie-slice for the progress. 753 resultsTimeout = setTimeout(downloadUpdated, 5, results.slice(i + 1));
|
/external/chromium/chrome/browser/resources/ntp/ |
most_visited.js | 598 var data = this.data.slice(0, MAX_MINIVIEW_ITEMS); 619 var data = this.data.slice(0, MAX_MINIVIEW_ITEMS);
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
user_images_grid.js | 75 if (url.slice(0, CHROME_THEME_PATH.length) == CHROME_THEME_PATH) 204 if (url.slice(0, CHROME_THEME_PATH.length) == CHROME_THEME_PATH)
|
/external/chromium_org/chrome/browser/resources/history/ |
other_devices.js | 318 content.slice(endOfPreviousMatch, newMatch))); 330 content.slice(endOfPreviousMatch)));
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
options_browsertest.js | 288 var expectedSorted = expected.slice(); 289 var resultSorted = result.slice();
|
/external/chromium_org/content/common/gpu/media/ |
h264_parser.cc | 705 DVLOG(1) << "Slice groups not supported"; [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TextEditorModel.js | 565 slice: function(from, to) 568 textModel._lines = this._lines.slice(from, to);
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
card_slider.js | 372 this.cards_.slice(0, index), card, this.cards_.slice(index));
|
/external/chromium_org/v8/src/mips/ |
codegen-mips.cc | 441 // Dispatch on the indirect string shape: slice or cons. 489 // Assert that we do not have a cons or slice (indirect strings) here.
|
/external/chromium_org/v8/src/x64/ |
codegen-x64.cc | 538 // Dispatch on the indirect string shape: slice or cons. 577 // Assert that we do not have a cons or slice (indirect strings) here.
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.js | 195 pathPageName = fullPageName.slice(firstSlashPos, htmlPos + 5); // +5 advances past ".html" 203 link = $("#devdoc-nav a[href$='"+ pathPageName.slice(0, backstepDirectory + 1)+"index.html']");
|
/external/eigen/Eigen/src/Core/ |
Assign.h | 59 /* slice vectorization can be slow, so we only want it if the slices are big, which is 433 *** Slice vectorization ***
|
DenseCoeffsBase.h | 580 /** \returns the pointer increment between two consecutive elements within a slice in the inner direction. 651 /** \returns the pointer increment between two consecutive elements within a slice in the inner direction.
|
/external/llvm/tools/llvm-readobj/ |
ELFDumper.cpp | 430 W.printBinary("Magic", makeArrayRef(Header->e_ident).slice(ELF::EI_MAG0, 440 W.printBinary("Unused", makeArrayRef(Header->e_ident).slice(ELF::EI_PAD));
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
DefaultMp4Builder.java | 562 ByteBuffer nu = ByteBuffer.wrap(buffer.array(), oldBuffer.arrayOffset(), oldBuffer.limit() + buffer.limit()).slice(); 563 // We need to slice here since wrap([], offset, length) just sets position and not the arrayOffset.
|
/external/protobuf/ |
CHANGES.txt | 215 * Added slicing support for repeated scalar fields. Added slice retrieval and 271 * New overload of mergeFrom() which parses a slice of a byte array instead
|
/external/v8/src/ia32/ |
codegen-ia32.cc | 654 // Dispatch on the indirect string shape: slice or cons. 694 // Assert that we do not have a cons or slice (indirect strings) here.
|
/external/v8/src/ |
string.js | 540 ["String.prototype.slice"]); 992 "slice", StringSlice,
|
/external/v8/src/x64/ |
codegen-x64.cc | 490 // Dispatch on the indirect string shape: slice or cons. 529 // Assert that we do not have a cons or slice (indirect strings) here.
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
header.cpp | 451 /* if sp_for_switch_flag is 0, P macroblocks in SP slice is decoded using 453 /* else, P macroblocks in SP slice is decoded using SP and SI decoding [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
mp4enc_api.h | 352 /* slice-based coding */ 354 * @brief This function sets the input YUV frame and timestamp to be encoded by the slice-based encoding function PVEncodeSlice().
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
vop.cpp | 90 /* initialize state variable for slice-based APIs */ 185 /* Purpose : Encode one slice. */
|
Completed in 403 milliseconds
<<41424344454647484950>>