/external/libvpx/libvpx/vp8/common/ |
entropymode.c | 86 /* Array indices are identical to previously-existing INTRAMODECONTEXTNODES. */ 101 /* Again, these trees use the same probability indices as their
|
/external/llvm/include/llvm/CodeGen/ |
LiveStackAnalysis.h | 34 /// S2IMap - Stack slot indices to live interval mapping. 39 /// S2RCMap - Stack slot indices to register class mapping.
|
/external/llvm/test/CodeGen/Generic/ |
constindices.ll | 3 ; Test that a sequence of constant indices are folded correctly 26 ;; Test that a sequence of GEPs with constant indices are folded right
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vbuf.h | 101 * Draw indexed primitives. Note that indices are ushort. The driver 105 const ushort *indices,
|
/external/mesa3d/src/mesa/program/ |
sampler.cpp | 77 /* GLSL 1.10 and 1.20 allowed variable sampler array indices, 78 * while GLSL 1.30 requires that the array indices be
|
/external/qemu/hw/ |
goldfish_trace.h | 21 /* The indices below all corresponds to slots that can only be accessed 22 * by the guest kernel. See below for indices reachable from the guest
|
/external/regex-re2/re2/ |
filtered_re2.h | 18 // indices of strings that were found in the text to get the actual 64 // Returns the indices of all matching regexps, after first clearing
|
/external/srtp/crypto/include/ |
rdbx.h | 4 * replay database with extended packet indices, using a rollover counter 44 * xtd_seq_num_t and a bitmask of recently received indices.
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
dtx.h | 105 Word16 * indice /* output: quantization indices */ 110 Word16 * indice, /* input: quantization indices */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
qpisf_2s.c | 43 Word16 * index, /* output: indices of survivors */ 60 Word16 * indice, /* (o) : quantization indices */ 65 Word16 surv1[N_SURV_MAX]; /* indices of survivors from 1st stage */ 150 Word16 * indice, /* (o) : quantization indices */ 155 Word16 surv1[N_SURV_MAX]; /* indices of survivors from 1st stage */ 226 Word16 * indice, /* input: quantization indices */ 319 Word16 * indice, /* input: quantization indices */ 494 Word16 * index, /* output: indices of survivors */
|
/frameworks/base/core/java/android/database/ |
CrossProcessCursor.java | 48 * The filled window uses the same row indices as the original cursor. 51 * for row 5 because there is a direct correspondence between the row indices
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
namednodemapchildnoderange.java | 31 * The range of valid child node indices is 0 to Length -1. 35 * list from index 0 thru length -1. All indices should
|
/dalvik/vm/mterp/c/ |
OP_EXECUTE_INLINE.cpp | 26 vdst = FETCH(2); /* 0-4 register indices */
|
/external/bison/src/ |
closure.h | 44 significant). CLOSURE places there the indices of all items which
|
/external/chromium/chrome/browser/automation/ |
automation_util.h | 32 // |BrowserList|. If any of these indices are invalid, NULL will be returned.
|
/external/chromium_org/content/common/ |
one_writer_seqlock.h | 28 // garbage, or indices could be out of range. Probably the only suitable thing
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ElementRareData.cpp | 40 short indices[2]; member in struct:WebCore::SameSizeAsElementRareData
|
/external/chromium_org/third_party/skia/include/core/ |
SkColorTable.h | 20 8-bit bitmaps, where the bitmap bytes are interpreted as indices into the colortable.
|
/external/chromium_org/third_party/skia/src/utils/ |
SkBitSet.h | 44 /** Export indices of set bits to T array.
|
/external/chromium_org/third_party/sqlite/src/test/ |
index2.test | 57 # Create indices with many columns
|
/external/chromium_org/tools/perf/utils/results_viewer/src/ |
main.js | 100 * Generates an array that contains the indices of the selected 103 * @return {int[]} An array with the indices of the selected columns. 196 * @param {int[]} selectedColumnIndices Indices for all the selected 239 * Array that contains the selected indices from the table view.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2058.js | 32 // the flag that determines whether we are using indices or substrings
|
/external/chromium_org/v8/test/webkit/ |
array-indexing-expected.txt | 24 This test checks that array accessing doesn't do the wrong thing for negative indices
|
array-indexing.js | 25 "This test checks that array accessing doesn't do the wrong thing for negative indices"
|
/external/clang/utils/ |
FindSpecRefs | 690 indices = secs 697 indices = map(int, secs) 698 return SpecIndex(indices, paragraph) 700 def __init__(self, indices, paragraph=None): 701 assert len(indices)>0 702 self.indices = tuple(indices) 706 s = '.'.join(map(str,self.indices)) 712 return 'SpecIndex(%s, %s)'%(self.indices, self.paragraph) 715 return cmp((self.indices,self.paragraph) [all...] |