HomeSort by relevance Sort by last modified time
    Searched defs:Index (Results 1 - 18 of 18) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
parsePatch.pl 43 Index: Makefile
49 Index: Makefile_new
60 Index: Makefile
73 Index: Makefile_new
gitdiff2svndiff.pl 55 index f5d5e74..3b6aa92 100644
62 Index: WebCore/rendering/style/StyleFlexibleBoxData.h
100 { 'a' => '1', 'b' => '2' }, # git diff --no-index a b (compares two non-git things (1) and (2))
runPatchCommand.pl 52 # Since $patch has no "Index:" path, passing this to runPatchCommand
72 Index: $fileToPatch
parseDiff.pl 46 Index: Makefile
58 Index: Makefile
82 Index: Makefile
97 Index: Makefile
118 Index: Makefile_new
127 Index: Makefile_new
145 Index: Makefile
151 Index: Makefile_new
157 Index: Makefile
168 lastReadLine => "Index: Makefile_new\n"
    [all...]
parseDiffHeader.pl 52 Index: WebKitTools/Scripts/VCSUtils.pm
61 Index: WebKitTools/Scripts/VCSUtils.pm
77 Index: WebKitTools/Scripts/webkitperl/VCSUtils_unittest/parseDiffHeader.pl
86 Index: WebKitTools/Scripts/webkitperl/VCSUtils_unittest/parseDiffHeader.pl
102 Index: index_path.py
111 Index: index_path.py
127 Index: index_path.py\r
136 Index: index_path.py\r
152 Index: index_path.py
161 Index: index_path.p
    [all...]
  /external/chromium/base/
registry.h 52 bool ReadName(int index, tstr* name); // Determine the Nth value's name
169 int Index() const { return index_; }
175 int index_; // current index of the iteration
201 int Index() const { return index_; }
207 int index_; // current index of the iteration
  /frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 378 LVM_INT32 Index=0;
408 Index=i;
414 if(RoomSize==LVREV_GainPolyTable[Index][0])
419 Coefs[i-1]=LVREV_GainPolyTable[Index][i];
431 Tot_Dist=LVREV_GainPolyTable[Index][0]-LVREV_GainPolyTable[Index-1][0];
432 Dist=RoomSize-LVREV_GainPolyTable[Index-1][0];
438 Coefs[i-1]=LVREV_GainPolyTable[Index-1][i];
447 Coefs[i-1]=LVREV_GainPolyTable[Index][i];
472 Index=((32767*100)/(100+pPrivate->NewParams.Level))
    [all...]
  /external/libnfc-nxp/src/
phLibNfc_ndef_raw.c     [all...]
  /external/chromium/net/disk_cache/
disk_format.h 5 // The cache is stored on disk as a collection of block-files, plus an index
13 // The index file is just a simple hash table that maps a particular entry to
41 // The files that store internal information for the cache (blocks and index)
80 // Header for the master index file.
102 // The structure of the whole index file.
103 struct Index {
181 int16 this_file; // Index of this file.
230 // one of the data streams of the child entry (at index 1), while the control
231 // information is stored in another stream (at index 2), both by parents and
235 // It is stored at offset 0 of the data stream with index 2
    [all...]
  /external/libvpx/vp8/common/
boolcoder.h 26 typedef unsigned char vp8bc_index_t; // probability index
105 typedef vp8bc_index_t Index;
139 Index max_index, half_index;
141 uint32 mantissa(Index i) const
146 uint exponent(Index i) const
155 Assumes that index is at most 8 bits wide. */
159 uint32 split(Index i, uint32 R) const // 1 <= split <= max( 1, R-1)
203 // return probability index best approximating prob.
204 Index operator()(double prob) const;
206 // probability corresponding to index
    [all...]
  /external/jdiff/src/jdiff/
HTMLIndexes.java 23 /** Emit all the bottom left frame index files. */
35 // are any removals etc for the allDiffs index.
59 * the given program element type in an alphabetical index.
61 * @param indexBaseName The base name of the index file.
76 title = programElementType + " Removals Index";
79 title = programElementType + " Additions Index";
82 title = programElementType + " Changes Index";
85 title = programElementType + " Differences Index";
125 * with a link to the top of the index.
141 Index entry = (Index)(iter.next())
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 71 * <a href="{@docRoot}/../technotes/guides/collections/index.html">
85 * list in which the index levels are represented in separate
90 * for the heavily-traversed index lists than can be used for the
92 * possible list with 2 levels of index:
94 * Head nodes Index nodes
211 * Index levels are maintained as lists with volatile next fields,
212 * using CAS to link and unlink. Races are allowed in index-list
213 * operations that can (rarely) fail to link in a new index node
215 * However, even when this happens, the index lists remain sorted,
223 * The fact that retries (for both base and index lists) ar
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 56 #define CU_CMD_FIND_NAME_ARRAY(index, arr, val) \
57 for ( index = 0; index < SIZE_ARR(arr); index++ ) \
58 if ( arr[ index ].value == (val) ) \
3975 int index = 0; local
3997 S32 index = 0; local
5027 TI_UINT32 index =0; local
5112 TI_UINT16 index; local
5134 TI_UINT16 index; local
5172 TI_UINT16 index; local
5195 TI_UINT32 index; local
5242 TI_UINT16 index; local
5265 TI_INT16 index; local
5321 TI_UINT8 index; local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c 3196 tiUINT32 number_items, index; local
3314 UINT32 index; local
3395 int index; member in struct:report_bit_desc_t
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c 56 #define CU_CMD_FIND_NAME_ARRAY(index, arr, val) \
57 for ( index = 0; index < SIZE_ARR(arr); index++ ) \
58 if ( arr[ index ].value == (val) ) \
3881 int index = 0; local
3903 S32 index = 0; local
4941 U16 index; local
4972 U32 index; local
5007 U32 index; local
5041 U32 index ; local
5167 U32 index; local
5270 S8 index; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 100 ** limits the size of a row in a table or index.
113 ** * Columns in an index
    [all...]
  /prebuilt/common/jython/
jython.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 604 milliseconds