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

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ast.py 177 # TODO: expr_context, slice, boolop, operator, unaryop, cmpop, comprehension
224 slc = ast.parse("x[::]").body[0].value.slice
571 ('Expression', ('Subscript', (1, 0), ('Name', (1, 0), 'a', ('Load',)), ('Slice', ('Name', (1, 2), 'b', ('Load',)), ('Name', (1, 4), 'c', ('Load',)), None), ('Load',))),
578 ('Expression', ('Call', (1, 0), ('Attribute', (1, 0), ('Attribute', (1, 0), ('Attribute', (1, 0), ('Name', (1, 0), 'a', ('Load',)), 'b', ('Load',)), 'c', ('Load',)), 'd', ('Load',)), [('Subscript', (1, 8), ('Attribute', (1, 8), ('Name', (1, 8), 'a', ('Load',)), 'b', ('Load',)), ('Slice', ('Num', (1, 12), 1), ('Num', (1, 14), 2), None), ('Load',))], [], None, None)),
test_userstring.py 101 # Make sure we have a slice of exactly the right length,
test_array.py 610 self.assertRaises(TypeError, a.__setitem__, slice(0, 0), None)
611 self.assertRaises(TypeError, a.__setitem__, slice(0, 1), None)
615 self.assertRaises(TypeError, a.__setitem__, slice(0, 0), b)
616 self.assertRaises(TypeError, a.__setitem__, slice(0, 1), b)
626 # Make sure we have a slice of exactly the right length,
919 b[slice(2,3)] = ins
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ast.py 177 # TODO: expr_context, slice, boolop, operator, unaryop, cmpop, comprehension
224 slc = ast.parse("x[::]").body[0].value.slice
571 ('Expression', ('Subscript', (1, 0), ('Name', (1, 0), 'a', ('Load',)), ('Slice', ('Name', (1, 2), 'b', ('Load',)), ('Name', (1, 4), 'c', ('Load',)), None), ('Load',))),
578 ('Expression', ('Call', (1, 0), ('Attribute', (1, 0), ('Attribute', (1, 0), ('Attribute', (1, 0), ('Name', (1, 0), 'a', ('Load',)), 'b', ('Load',)), 'c', ('Load',)), 'd', ('Load',)), [('Subscript', (1, 8), ('Attribute', (1, 8), ('Name', (1, 8), 'a', ('Load',)), 'b', ('Load',)), ('Slice', ('Num', (1, 12), 1), ('Num', (1, 14), 2), None), ('Load',))], [], None, None)),
test_userstring.py 101 # Make sure we have a slice of exactly the right length,
test_array.py 610 self.assertRaises(TypeError, a.__setitem__, slice(0, 0), None)
611 self.assertRaises(TypeError, a.__setitem__, slice(0, 1), None)
615 self.assertRaises(TypeError, a.__setitem__, slice(0, 0), b)
616 self.assertRaises(TypeError, a.__setitem__, slice(0, 1), b)
626 # Make sure we have a slice of exactly the right length,
919 b[slice(2,3)] = ins
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
RamDisk.java 151 * Returns a slice of the {@code ByteBuffer} that is used by this
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
trace_event_importer_unittest.py 129 # Slice that doesn't finish.
133 # Slice that does finish to give an 'end time' to make autoclosing work.
151 # Slice that doesn't finish.
190 # Slice that begins before min and ends after max of the other threads.
196 # Slice that does finish to give an 'end time' to establish a basis
232 # Slice that does finish to give an 'end time' to make autoclosing work.
728 ''' The slice hierarchy should look something like this:
    [all...]
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 48 OS << Str.slice(0, Pos);
344 // Find the slice that we need to display the full caret line
358 // If we have a fix-it line, make sure the slice includes all of the
398 // parts of the caret line. While this slice is smaller than the
399 // number of columns we have, try to grow the slice to encompass
479 // [CaretStart, CaretEnd) is the slice we want. Update the various
480 // output lines to show only this slice, with two-space padding
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js 280 stack = stack.slice(0, -1 * len * 2);
281 vstack = vstack.slice(0, -1 * len);
282 lstack = lstack.slice(0, -1 * len);
324 this._input = this._input.slice(1);
380 this._input = this._input.slice(match[0].length);
422 if(yy_.yytext.slice(-1) !== "\\") this.begin("mu");
423 if(yy_.yytext.slice(-1) === "\\") yy_.yytext = yy_.yytext.substr(0,yy_.yyleng-1), this.begin("emu");
501 exports.main(typeof process !== 'undefined' ? process.argv.slice(1) : require("system").args);
540 this.params = params.slice(1);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_conceal.c 79 of the type is based on last successfully decoded slice header of
83 determination of slice type macroblock-by-macroblock cannot
85 slice each corrupted (not successfully decoded) macroblock
113 sliceType type of the slice
139 DEBUG(("Concealing %s slice\n", IS_I_SLICE(sliceType) ?
h264bsd_decoder.c 123 * decode slice header and slice data
207 DEBUG(("DISCARDED NAL (UNSPECIFIED, REGISTERED, SPS ext or AUX slice)\n"));
303 DEBUG(("SLICE HEADER\n"));
425 /* store slice header to storage if successfully decoded */
444 DEBUG(("SLICE DATA, FIRST %d\n",
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
codemirror.js     [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.cc 365 // in slice header is off.
508 // If the slice header indicates we will have to perform reference marking
748 // Cut off if we have more than requested in slice header.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshot.js 47 slice: function(start, end)
933 aggregates[classIndex].idxs = aggregates[classIndex].idxs.slice();
    [all...]
  /external/chromium_org/third_party/ply/
yacc.py 193 self.slice = s
198 if n >= 0: return self.slice[n].value
202 self.slice[n].value = v
205 return [s.value for s in self.slice[i:j]]
208 return len(self.slice)
211 return getattr(self.slice[n],"lineno",0)
214 self.slice[n].lineno = lineno
217 startline = getattr(self.slice[n],"lineno",0)
218 endline = getattr(self.slice[n],"endlineno",startline)
222 return getattr(self.slice[n],"lexpos",0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_state.c 1246 unsigned pitch, slice; local
1440 unsigned level, pitch, slice, format, array_mode; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 1246 unsigned pitch, slice; local
1440 unsigned level, pitch, slice, format, array_mode; local
    [all...]
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.cc 36 // Maximum number of hours for each time slice (4 weeks).
256 // Add group time slice, adjusted from hours to seconds.
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
slice_group_test.js 11 var Slice = tracing.trace_model.Slice;
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
byte_reader.js 441 var slice = new arrayConstructor(
445 return slice;
  /external/chromium_org/chrome/browser/resources/options/
autofill_options_list.js 198 var entries = this.list.dataModel.slice();
487 var numbers = this.dataModel.slice(0, this.dataModel.length - 1);
  /external/chromium_org/chrome/renderer/resources/extensions/
binding.js 60 $Array.slice(arguments));
303 var args = $Array.slice(arguments);
web_view.js 566 $Array.slice(arguments));
572 $Array.slice(arguments));
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperties.in 27 border-image-slice custom_all
198 -webkit-mask-box-image-slice custom_all

Completed in 448 milliseconds

<<31323334353637383940>>