HomeSort by relevance Sort by last modified time
    Searched full:indices (Results 401 - 425 of 3095) sorted by null

<<11121314151617181920>>

  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.h 135 * \param id_l indices of left features that matched
136 * \param id_r indices of right features that matched
225 * \param id_l indices of left features that matched
226 * \param id_r indices of right features that matched
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
listobject.h 7 added or removed. Out-of-range indices or non-list objects are ignored.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Enumerations.py 123 # Indices of types declared in this module
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Table_Suite.py 84 # Indices of types declared in this module
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
__init__.py 65 # Indices of types declared in this module
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 6 # Indices for stat struct members in the tuple returned by os.stat()
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
listobject.h 7 added or removed. Out-of-range indices or non-list objects are ignored.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 6 # Indices for stat struct members in the tuple returned by os.stat()
  /dalvik/libdex/
DexClass.cpp 61 * only; it does not verify that access flags or indices
82 * only; it does not verify that access flags, indices, or offsets
102 * only; it does not verify that access flags, indices, or offsets
DexClass.h 74 * only; it does not verify that access flags or indices
88 * only; it does not verify that access flags, indices, or offsets
101 * only; it does not verify that access flags, indices, or offsets
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 177 final byte indices[] = {
198 mIndexBuffer = ByteBuffer.allocateDirect(indices.length);
199 mIndexBuffer.put(indices);
  /external/blktrace/
strverscmp.c 26 @var{s2}, considering them as holding indices/version numbers. Return
67 because filenames frequently hold indices/version numbers.
84 /* Compare S1 and S2 as strings holding indices/version numbers,
  /external/chromium/chrome/browser/ui/cocoa/
tab_view_picker_table.mm 10 // If a heading is shown, the indices between the tab items and the table rows
11 // are shifted by one. These functions convert between tab indices and table
12 // indices.
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.h 432 // Returns a vector of indices of the tabs that will close when executing the
433 // command |id| for the tab at |index|. The returned indices are sorted in
457 // Convenience for converting a vector of indices into a vector of
460 const std::vector<int>& indices) const;
462 // Gets the set of tab indices whose domain matches the tab at |index|.
463 void GetIndicesWithSameDomain(int index, std::vector<int>* indices);
465 // Gets the set of tab indices that have the same opener as the tab at
467 void GetIndicesWithSameOpener(int index, std::vector<int>* indices);
469 // If |index| is selected all the selected indices are returned, otherwise a
471 // determine which indices the command applies to
    [all...]
  /external/chromium_org/third_party/angle/samples/gles2_book/Simple_TextureCubemap/
Simple_TextureCubemap.c 37 GLushort *indices; member in struct:__anon11042
143 NULL, &userData->indices );
188 GL_UNSIGNED_SHORT, userData->indices );
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
distro.rst 156 Indices
159 Indices provides tools for translating or generating element indices for
  /external/chromium_org/third_party/opus/src/silk/
encode_pulses.c 36 /* Encode quantization indices of excitation */
59 /* Encode quantization indices of excitation */
64 opus_int8 pulses[], /* I quantization indices */
  /external/chromium_org/third_party/opus/src/silk/fixed/
find_pred_coefs_FIX.c 79 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
95 silk_quant_LTP_gains( psEncCtrl->LTPCoef_Q14, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.PERIndex,
  /external/chromium_org/third_party/opus/src/silk/float/
find_pred_coefs_FLP.c 58 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
69 silk_quant_LTP_gains_FLP( psEncCtrl->LTPCoef, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.PERIndex,
  /external/chromium_org/third_party/re2/re2/
prefilter_tree.h 49 // Given the indices of the atoms that matched, returns the indexes
71 // When this node is ready to trigger the parent, what are the indices
115 // indices of regexps that always pass through the filter (since we
  /external/chromium_org/third_party/skia/src/core/
SkTileGrid.h 96 * \param tileIndices per-tile data indices, indices are incremented for tiles that contain
123 // Increment indices past the next datum
  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.h 43 * @param indexPool pool where indices for queued draws will be saved when
147 void** indices) SK_OVERRIDE;
233 // caller may conservatively over reserve vertices / indices.
  /external/chromium_org/third_party/sqlite/src/test/
collate4.test 53 # collate4-6.* INTEGER PRIMARY KEY indices.
57 # These tests - collate4-1.* - check that indices are correctly
61 # Because these tests also exercise all the different ways indices
62 # can be created, they also serve to verify that indices are correctly
66 # Tests named collate4-1.1.* use indices with a single column. Tests
67 # collate4-1.2.* use indices with two columns.
315 # These tests - collate4-2.* - check that indices are correctly
319 # Indices may optimise WHERE clauses using <, >, <=, >=, = or IN
459 # These tests - collate4-3.* verify that indices that implement
563 # use indices constructed with built-in collation type numeric
    [all...]
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.h 47 // IMPORTANT: Note about indices.
54 // Windows System Menu. In this instance, the model indices start
64 // Add items. See note above about indices.
  /external/chromium_org/v8/test/mjsunit/
string-indexof-1.js 117 var indices = [0x5, 0x65, 0x85, 0x105, 0x205, 0x285, 0x2005, 0x2085, 0xfff0]; variable
120 for (var i = 0; i < indices.length; i++) {
121 var index = indices[i];

Completed in 397 milliseconds

<<11121314151617181920>>