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

<<51525354555657585960>>

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 316 Class = In.slice(In.find('[') + 1, In.find(' '));
321 Class = In.slice(In.find('[') + 1, In.find('('));
322 Category = In.slice(In.find('[') + 1, In.find(' '));
327 return In.slice(In.find(' ') + 1, In.find(']'));
    [all...]
  /external/llvm/lib/IR/
Function.cpp 600 Infos = Infos.slice(1);
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 193 return makeArrayRef(RegUnits).slice(0, NumNativeRegUnits);
  /external/mesa3d/docs/
relnotes-7.10.3.html 123 <li>st/mesa: fix incorrect texture level/face/slice accesses</li>
  /external/mesa3d/src/mesa/main/
framebuffer.c 920 " %2d: Texture %u, level %u, face %u, slice %u, complete %d\n",
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 352 action = NALActions.STORE; // Will only work in single slice per frame mode!
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 64 * Create a new CodedInputStream wrapping the given byte array slice.
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 56 * Create a new CodedInputStream wrapping the given byte array slice.
  /external/skia/src/animator/
SkCondensedDebug.cpp 1031 "slice\0"
SkCondensedRelease.cpp 1013 "slice\0"
  /external/srec/srec/crec/
srec.c 506 it only prunes in theh new time slice - we could also look at pruning the previous slice if needed*/
586 it only prunes in theh new time slice - we could also look at pruning the previous slice if needed*/
    [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 556 // XXX: query camera for the stride and slice height
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
combined_decode.cpp 150 /* assign slice number for each macroblocks */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_neighbour.c 354 to the same slice as the current macroblock.
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 558 // This slice starts a new frame.
  /frameworks/base/docs/html/about/versions/
android-2.3-highlights.jd 250 slice. </p>
  /frameworks/base/docs/html/training/articles/
perf-tips.jd 83 <p>A somewhat more radical idea is to slice up multidimensional arrays into
  /frameworks/base/graphics/java/android/graphics/
Paint.java     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 102 #define MAXNUMSLCGPS 8 /*< max. number of slice groups*/
  /libcore/luni/src/main/java/java/nio/
CharBuffer.java 601 public abstract CharBuffer slice(); method in class:CharBuffer
  /libcore/luni/src/main/java/java/util/
BitSet.java 708 byteBuffer = byteBuffer.slice().order(ByteOrder.LITTLE_ENDIAN);
  /prebuilts/python/darwin-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/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 344 # Test that you can slice an exception directly instead of requiring

Completed in 1413 milliseconds

<<51525354555657585960>>