Searched refs:slice (Results 51 - 75 of 200) sorted by relevance

12345678

/macosx-10.10.1/swig-12/Lib/ruby/
H A Drubyautodoc.swg27 AUTODOC(slice, "Return a slice (portion of) the $class");
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/Array/
H A Dslice.js23 Filename: slice.js
33 var TITLE = 'String:slice';
35 writeHeaderToLog('Executing script: slice.js');
62 // This function tests the slice command on an Array
63 // passed in. The arguments passed into slice range in
66 // result of the slice(...) method is calculated and
67 // compared to the actual result from the slice(...) method.
80 var b = a.slice(x,y);
87 " test: " + "a.slice(" + x + "," + y + ")\n" +
105 testcases[count++] = exhaustiveSliceTest("exhaustive slice tes
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/String/
H A Dslice.js23 Filename: slice.js
24 Description: 'This tests the String object method: slice'
33 var TITLE = 'String.slice';
35 writeHeaderToLog('Executing script: slice.js');
62 // This function tests the slice command on a String
63 // passed in. The arguments passed into slice range in
66 // result of the slice(...) method is calculated and
67 // compared to the actual result from the slice(...) method.
80 var b = a.slice(x,y);
87 " test: " + "a.slice("
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DBranch.js33 this._revisions = revisions instanceof Array ? revisions.slice() : [];
H A DProbeSetDataTable.js53 return this._frames.slice();
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DProbeDetailsSidebarPanel.js52 return this._inspectedProbeSets.slice();
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32term.c1995 int y = s->ybase - image_ascent (s->img, s->face, &s->slice);
2001 && s->slice.x == 0)
2006 if (s->slice.x == 0)
2008 if (s->slice.y == 0)
2031 BitBlt (s->hdc, x, y, s->slice.width, s->slice.height,
2032 compat_hdc, s->slice.x, s->slice.y, SRCINVERT);
2033 BitBlt (s->hdc, x, y, s->slice.width, s->slice
[all...]
H A Ddispextern.h382 struct glyph_slice slice;
425 ((X)->slice.x == (Y)->slice.x \
426 && (X)->slice.y == (Y)->slice.y \
427 && (X)->slice.width == (Y)->slice.width \
428 && (X)->slice.height == (Y)->slice.height)
1223 struct glyph_slice slice;
379 struct glyph_slice slice; member in struct:glyph
1216 struct glyph_slice slice; member in struct:glyph_string
1943 struct it_slice slice; member in struct:it::iterator_stack_entry::__anon8463::__anon8464
2056 struct it_slice slice; member in struct:it
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Tool/
H A Dcodesign.c290 uint32_t slice, slices = ntohl(fat.nfat_arch); local
293 for (slice = 0; slice < slices; slice++) {
294 uint32_t slice_offset = ntohl(archs[slice].offset);
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dimage.el419 (defun insert-image (image &optional string area slice)
428 SLICE specifies slice of IMAGE to insert. SLICE nil or omitted
452 `(display ,(if slice
453 (list (cons 'slice slice) image)
489 `(display ,(list (list 'slice x y dx dy) image)
/macosx-10.10.1/swig-12/Lib/python/
H A Dpycontainer.swg637 /* typemap for slice object support */
666 Sequence* __getitem__(PySliceObject *slice) throw (std::out_of_range) {
668 if( !PySlice_Check(slice) ) {
672 PySlice_GetIndices(slice, self->size(), &i, &j, &step);
676 void __setitem__(PySliceObject *slice, const Sequence& v)
679 if( !PySlice_Check(slice) ) {
683 PySlice_GetIndices(slice, self->size(), &i, &j, &step);
687 void __delitem__(PySliceObject *slice)
690 if( !PySlice_Check(slice) ) {
694 PySlice_GetIndices(slice, sel
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DStringRefTest.cpp112 EXPECT_EQ("l", Str.slice(2, 3));
113 EXPECT_EQ("ell", Str.slice(1, 4));
114 EXPECT_EQ("llo", Str.slice(2, 100));
115 EXPECT_EQ("", Str.slice(2, 1));
116 EXPECT_EQ("", Str.slice(10, 20));
338 hash_value(StringRef("hello world").slice(1, -1)));
/macosx-10.10.1/gpt-12/
H A Dmigrate.c55 static int slice; variable
79 warnx("%s: warning: FreeBSD slice without disklabel",
260 if (slice) {
349 slice = 1;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_ivar.py139 self.assertEquals(getter(obj, 'pyValue'), slice(1, 10, 4))
140 self.assertInstanceOf(getter(obj, 'pyValue'), slice)
185 self.assertEquals(getter(obj, 'pyValue'), slice(1, 10, 4))
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_ivar.py140 self.assertEquals(getter(obj, 'pyValue'), slice(1, 10, 4))
141 self.assertIsInstance(getter(obj, 'pyValue'), slice)
186 self.assertEquals(getter(obj, 'pyValue'), slice(1, 10, 4))
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtt-bench.pl309 slice = items.$take;
310 slice.join(', '); -%]
314 slice = items.$take;
315 slice.join(', '); %]
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DWSTests.c183 int slice = 1; local
188 count = ((slice * h * bytesPerPixel) + 31) / 32;
195 for( j=0; j < w; j += slice) {
197 kr = IOFBSetupFIFOBurst( blitterRef, j, 200, slice, h, 0,
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DSourceMapManager.js92 if (content.slice(0, 3) === ")]}") {
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOTrie.hpp254 uint64_t slice = *p & 0x7f; local
256 if (bit >= 64 || slice << bit >> bit != slice)
263 result |= (slice << bit);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DLiveRangeEdit.h130 return makeArrayRef(NewRegs).slice(FirstNew);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/MCParser/
H A DMCAsmLexer.h80 return Str.slice(1, Str.size() - 1);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DMachOObject.h119 return getStringTableData().slice(Index, End);
/macosx-10.10.1/ruby-106/ruby/lib/drb/
H A Dacl.rb219 permission, domain = list.slice(i,2)
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dcomment.rb112 @text.slice! all_start...all_stop
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dboxlabel.tcl42 proc new {this slice args} {

Completed in 200 milliseconds

12345678