/external/clearsilver/cs/ |
test_splice.cs | 5 <?cs var:string.slice(Foo, b, e) ?> 9 Check end of string slice: 10 <?cs var:string.slice(Foo, -5, -1) ?> 11 <?cs var:string.slice(Foo, -5, 0) ?>
|
test_splice.cs.gold | 270 Check end of string slice:
|
test_cgi_escape.cs | 21 implicit_slice: <?cs var:string.slice(Title, 7, 100) ?> 22 slice_explicit_escape: <?cs var:string.slice(html_escape(Title), 7, 100) ?> 23 explicit_escape_slice: <?cs var:html_escape(string.slice(Title, 7, 100)) ?>
|
/external/v8/test/mjsunit/ |
array-slice.js | 32 var sliced = array.slice(); 44 assertEquals(array, array.slice()); 45 assertEquals(array, array.slice(0)); 46 assertEquals(array, array.slice(undefined)); 47 assertEquals(array, array.slice("foobar")); 48 assertEquals(array, array.slice(undefined, undefined)); 58 assertEquals(7, array.slice(-100).length); 59 assertEquals(3, array.slice(-3).length); 60 assertEquals(3, array.slice(4).length); 61 assertEquals(1, array.slice(6).length) [all...] |
regexp-string-methods.js | 28 // Regexp shouldn't use String.prototype.slice() 30 assertEquals("f", s.slice(0,1)); 31 String.prototype.slice = function() { return "x"; } 32 assertEquals("x", s.slice(0,1));
|
debug-sourceslice.js | 63 var slice = script.sourceSlice(n, n + slice_size); 64 assertEquals(n, slice.from_line); 65 assertEquals(n + slice_size, slice.to_line); 67 var text = slice.sourceText();
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/String/ |
slice.js | 23 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(" + x + "," + y + ")\n" [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/ |
slice.js | 23 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 test 1", a) [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
allocators.sgml | 14 <link linkend="glib-Memory-Slices">slice allocator</link> and deprecated. 44 @Deprecated: 2.10: Use the <link linkend="glib-Memory-Slices">slice allocator</link> 54 @Deprecated: 2.10: Use the <link linkend="glib-Memory-Slices">slice allocator</link>
|
memory_slices.sgml | 16 To achieve these goals, the slice allocator uses a sophisticated, 31 caching layer of the slice allocator adapts itself to high lock contention 36 The slice allocator can allocate blocks as small as two pointers, and 46 <title>Using the slice allocator</title> 69 <title>Using the slice allocator with data structures</title> 97 Allocates a block of memory from the slice allocator. 103 Note that the underlying slice allocation mechanism can 117 Note that the underlying slice allocation mechanism can 129 Allocates a block of memory from the slice allocator and copies 174 A convenience macro to allocate a block of memory from the slice allocator [all...] |
memory_chunks.sgml | 14 <link linkend="glib-Memory-Slices">slice allocator</link>, 173 @Deprecated: 2.10: Use the <link linkend="glib-Memory-Slices">slice allocator</link> 215 @Deprecated: 2.10: Use the <link linkend="glib-Memory-Slices">slice 236 @Deprecated: 2.10: Use the <link linkend="glib-Memory-Slices">slice 286 @Deprecated: 2.10: Use the <link linkend="glib-Memory-Slices">slice 296 @Deprecated: 2.10: Use the <link linkend="glib-Memory-Slices">slice 305 @Deprecated: 2.10: Use the <link linkend="glib-Memory-Slices">slice 316 @Deprecated: 2.10: Use the <link linkend="glib-Memory-Slices">slice 328 @Deprecated: 2.10: Use the <link linkend="glib-Memory-Slices">slice
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
package.html | 10 buffers, to compact, slice or duplicate them, or to wrap an existing
|
ReadOnlyHeapByteBuffer.java | 154 public ByteBuffer slice() { method in class:ReadOnlyHeapByteBuffer 155 ReadOnlyHeapByteBuffer slice = new ReadOnlyHeapByteBuffer(backingArray, local 157 slice.order = order; 158 return slice;
|
/external/opencore/codecs_v2/video/avc_h264/dec/build/make/ |
local.mk | 25 slice.cpp \
|
/frameworks/base/media/libstagefright/codecs/avc/dec/ |
Android.mk | 13 src/slice.cpp \
|
/external/bluetooth/glib/tests/ |
Makefile.am | 129 slice-test \ 130 slice-color \ 131 slice-concurrent \ 132 slice-threadinit \ 193 slice_test_SOURCES = slice-test.c memchunks.c 195 slice_color_SOURCES = slice-color.c memchunks.c 197 slice_concurrent_SOURCES = slice-concurrent.c 199 slice_threadinit_SOURCES = slice-threadinit.c
|
slice-threadinit.c | 0 /* slice-threadinit.c - test GSlice across g_thread_init 121 break; /* reallocated previously freed slice */ 125 if (k >= MAX_PROBE_TRIALS) /* failed to reallocate slice */ 126 g_error ("failed to reallocate slice from magazine (before g_thread_init): size=%d", magazine_probes[j]); 147 break; /* reallocated previously freed slice */ 151 if (k >= MAX_PROBE_TRIALS) /* failed to reallocate slice */ 152 g_error ("failed to reallocate slice from magazine (after g_thread_init): size=%d", magazine_probes[j]);
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
OMX_VideoEnc_DSP.h | 47 #define MAXNUMSLCGPS 8 /*< max. number of slice groups*/ 95 IH264VENC_SLICEEXCEEDSMAXBYTES, /* Slice exceeds the maximum allowed bytes*/ 101 /* H.264 Encoder Slice and Picture level Loop Filter Control*/ 106 DISABLE_FILTER_SLICE_EDGES /* Disable filtering of slice edges */ 111 /* H.264 Encoder Slice level Control for Intra4x4 Modes */ 239 OMX_U32 maxMBsPerSlice ; /* Maximum number of macro block in a slice <minimum value is 8>*/ 240 OMX_U32 maxBytesPerSlice ; /* Maximum number of bytes in a slice */ 241 OMX_U32 sliceRefreshRowStartNumber; /* Row number from which slice needs to be intra coded*/ 242 OMX_U32 sliceRefreshRowNumber ; /* Number of rows to be coded as intra slice*/ 260 /*Following Parameter are related to Arbitrary Slice Ordering (ASO)* [all...] |
/external/opencore/codecs_v2/video/avc_h264/common/include/ |
avclib_common.h | 229 This function fills up an array that maps Map unit to the slice group 230 following the interleaved slice group map type. 231 \param "mapUnitToSliceGroupMap" "Array of slice group mapping." 233 \param "num_slice_groups_minus_1" "Number of slice group minus 1." 240 This function fills up an array that maps Map unit to the slice group 241 following the dispersed slice group map type. 242 \param "mapUnitToSliceGroupMap" "Array of slice group mapping." 244 \param "num_slice_groups_minus_1" "Number of slice group minus 1." 251 This function fills up an array that maps Map unit to the slice group 252 following the foreground with left-over slice group map type [all...] |
/frameworks/base/media/libstagefright/codecs/avc/common/include/ |
avclib_common.h | 227 This function fills up an array that maps Map unit to the slice group 228 following the interleaved slice group map type. 229 \param "mapUnitToSliceGroupMap" "Array of slice group mapping." 231 \param "num_slice_groups_minus_1" "Number of slice group minus 1." 238 This function fills up an array that maps Map unit to the slice group 239 following the dispersed slice group map type. 240 \param "mapUnitToSliceGroupMap" "Array of slice group mapping." 242 \param "num_slice_groups_minus_1" "Number of slice group minus 1." 249 This function fills up an array that maps Map unit to the slice group 250 following the foreground with left-over slice group map type [all...] |
/external/opencore/codecs_v2/video/avc_h264/dec/ |
Android.mk | 14 src/slice.cpp \
|
/external/opencore/codecs_v2/video/avc_h264/common/src/ |
fmo.cpp | 21 /* see subclause 8.2.2 Decoding process for macroblock to slice group map */ 66 /* see subclause 8.2.2.1 interleaved slice group map type*/ 84 /* see subclause 8.2.2.2 dispersed slice group map type*/ 95 /* see subclause 8.2.2.3 foreground with left-over slice group map type */ 125 /* see subclause 8.2.2.4 box-out slice group map type */ 197 /* see subclause 8.2.2.5 raster scan slice group map types */ 212 /* see subclause 8.2.2.6, wipe slice group map type. */ 238 /* see subclause 8.2.2.7, explicit slice group map */
|
/frameworks/base/media/libstagefright/codecs/avc/common/src/ |
fmo.cpp | 22 /* see subclause 8.2.2 Decoding process for macroblock to slice group map */ 67 /* see subclause 8.2.2.1 interleaved slice group map type*/ 85 /* see subclause 8.2.2.2 dispersed slice group map type*/ 96 /* see subclause 8.2.2.3 foreground with left-over slice group map type */ 126 /* see subclause 8.2.2.4 box-out slice group map type */ 198 /* see subclause 8.2.2.5 raster scan slice group map types */ 213 /* see subclause 8.2.2.6, wipe slice group map type. */ 239 /* see subclause 8.2.2.7, explicit slice group map */
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
ChunkHandler.java | 161 * Return the slice of the JDWP packet buffer that holds just the 165 ByteBuffer slice; local 170 slice = jdwpBuf.slice(); 171 slice.order(CHUNK_ORDER); 174 return slice;
|
/dalvik/dx/src/com/android/dx/util/ |
ByteArray.java | 25 * can "reveal" a partial slice of the underlying array. 33 /** {@code >= 0}; start index of the slice (inclusive) */ 44 * @param start {@code >= 0;} start index of the slice (inclusive) 46 * the slice (exclusive) 89 * Returns a slice (that is, a sub-array) of this instance. 91 * @param start {@code >= 0;} start index of the slice (inclusive) 93 * the slice (exclusive) 94 * @return {@code non-null;} the slice 96 public ByteArray slice(int start, int end) { method in class:ByteArray
|