Searched refs:Index (Results 1 - 25 of 25) sorted by relevance

/external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
H A DparsePatch.pl43 Index: Makefile label
49 Index: Makefile_new label
60 Index: Makefile label
73 Index: Makefile_new label
H A DparseDiff.pl46 Index: Makefile label
58 Index: Makefile label
82 Index: Makefile label
97 Index: Makefile label
118 Index: Makefile_new label
127 Index: Makefile_new label
145 Index: Makefile label
151 Index: Makefile_new label
157 Index: Makefile label
168 lastReadLine => "Index
175 Index: Makefile label
189 Index: Makefile label
220 Index: Makefile label
242 Index: Makefile_new label
248 Index: Makefile label
253 Index: Makefile_new label
[all...]
H A DparseDiffHeader.pl52 Index: WebKitTools/Scripts/VCSUtils.pm label
61 Index: WebKitTools/Scripts/VCSUtils.pm label
77 Index: WebKitTools/Scripts/webkitperl/VCSUtils_unittest/parseDiffHeader.pl label
86 Index: WebKitTools/Scripts/webkitperl/VCSUtils_unittest/parseDiffHeader.pl label
102 Index: index_path.py label
111 Index: index_path.py label
127 Index: index_path.py\r label
136 Index: index_path.py\r label
152 Index: index_path.py label
161 Index label
185 Index: WebCore/rendering/style/StyleFlexibleBoxData.h label
211 Index: LayoutTests/http/tests/security/listener/xss-inactive-closure.html label
[all...]
H A Dgitdiff2svndiff.pl62 Index: WebCore/rendering/style/StyleFlexibleBoxData.h label
H A DrunPatchCommand.pl52 # Since $patch has no "Index:" path, passing this to runPatchCommand
72 Index: $fileToPatch label
/external/libvpx/vp8/common/
H A Dboolcoder.h105 typedef vp8bc_index_t Index; typedef in struct:bool_coder_namespace
139 Index max_index, half_index;
141 uint32 mantissa(Index i) const
146 uint exponent(Index i) const
159 uint32 split(Index i, uint32 R) const // 1 <= split <= max( 1, R-1)
204 Index operator()(double prob) const;
207 double operator()(Index i) const;
209 Index complement(Index i) const
214 Index max_inde
[all...]
/external/jdiff/src/jdiff/
H A DHTMLIndexes.java76 title = programElementType + " Removals Index";
79 title = programElementType + " Additions Index";
82 title = programElementType + " Changes Index";
85 title = programElementType + " Differences Index";
141 Index entry = (Index)(iter.next());
174 h_.writeText("<table summary=\"Index for " + indexName + "\" width=\"100%\" class=\"index\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
177 h_.writeText(" Filter the Index:");
245 packageNames = new ArrayList(); // Index[]
259 packageNames.add(new Index(pk
1008 class Index implements Comparable { class in inherits:Comparable
1039 public Index(String name, int changeType) { method in class:Index
1046 public Index(String name, int changeType, String pkgName, boolean isInterface) { method in class:Index
1055 public Index(String name, int changeType, String pkgName, String type) { method in class:Index
1064 public Index(String name, int changeType, String pkgName, method in class:Index
1080 public Index(String name, int changeType, String pkgName, method in class:Index
[all...]
/external/libnfc-nxp/src/
H A DphLibNfc_ndef_raw.c1253 Index = 0; local
1319 for (Index =0 ;Index < (pScrtKey->length); Index++ )
1321 mif_std_key[Index] = *(pScrtKey->buffer++);
1658 uint32_t Index=0; local
1739 for (Index = 0; Index < gpphLibContext->phLib_NdefRecCntx.NumberOfRawRecords; Index++)
1743 gpphLibContext->phLib_NdefRecCntx.RawRecords[Index]);
1867 uint32_t Index=0; local
[all...]
/external/libvpx/vp8/common/x86/
H A Dboolcoder.cxx37 assert( ebits + mbits < sizeof(Index) * 8);
60 cdouble p = ( *this)( (Index) i);
153 return (Index) ( (e << mbits) + (m & mmask));
177 return (Index) i;
180 double bool_coder_spec::operator()( Index i) const {
184 return 1. - ( *this)( (Index) (max_index - i));
/external/chromium/net/disk_cache/
H A Ddisk_format.h103 struct Index { struct in namespace:disk_cache
181 int16 this_file; // Index of this file.
243 int32 last_block; // Index of the last written block.
H A Dbackend_impl.h280 Index* data_; // Pointer to the index data.
H A Dbackend_impl.cc1069 data_ = reinterpret_cast<Index*>(index_->Init(index_name, 0));
1071 LOG(ERROR) << "Unable to map Index file";
1588 if (current_size < sizeof(Index)) {
1589 LOG(ERROR) << "Corrupt Index file";
1619 LOG(ERROR) << "Corrupt Index file";
/external/chromium/base/
H A Dregistry.h169 int Index() const { return index_; } function in class:RegistryValueIterator
201 int Index() const { return index_; } function in class:RegistryKeyIterator
/external/webkit/WebKitTools/Scripts/
H A Dsvn-unapply39 # Paths from Index: lines are used rather than the paths on the patch lines, which
111 if (/^Index: (.+)/) {
124 # Fix paths on diff, ---, and +++ lines to match preceding Index: line.
171 unless ($patch =~ m|^Index: ([^\r\n]+)|) {
173 warn "Failed to find 'Index:' in:\n$separator\n$patch\n$separator\n";
274 # found in the patch's "Index:" line.
H A Dsvn-apply42 # Paths from Index: lines are used rather than the paths on the patch lines, which
140 if (/^Index: (.+)/) {
151 # Fix paths on diff, ---, and +++ lines to match preceding Index: line.
231 # found in the patch's "Index:" line.
333 unless ($patch =~ m|^Index: ([^\r\n]+)|) {
335 warn "Failed to find 'Index:' in:\n$separator\n$patch\n$separator\n";
H A DVCSUtils.pm371 return "Index: $1$POSTMATCH";
397 # "Index:" line.
404 # indexPath: the path in the "Index:" line.
423 if ($line =~ /^Index: ([^\r\n]+)/) {
499 # indexPath: the path in the "Index:" line.
509 my $headerStartRegEx = qr#^Index: #; # SVN-style header for the default
775 # found in the patch's "Index:" line. It is passed
797 # in the patch's "Index:" line is relative to the repository root
H A Dprepare-ChangeLog1272 return qr/^Index: (\S+)[\r\n]*$/ if $isSVN;
/external/chromium/net/tools/dump_cache/
H A Ddump_files.cc51 // Dumps the contents of the Index-file header.
57 printf("Index file:\n");
128 disk_cache::Index* index_;
143 index_ = reinterpret_cast<disk_cache::Index*>(index_file_->Init(
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dgenlingware.pl31 C) Index
/external/libvpx/examples/includes/geshi/geshi/
H A Dmysql.php134 // Table, Column & Index Attributes
/external/sqlite/dist/
H A Dsqlite3.c.orig2529 #define SQLITE_CREATE_INDEX 1 /* Index Name Table Name */
2531 #define SQLITE_CREATE_TEMP_INDEX 3 /* Index Name Table Name */
2538 #define SQLITE_DROP_INDEX 10 /* Index Name Table Name */
2540 #define SQLITE_DROP_TEMP_INDEX 12 /* Index Name Table Name */
2555 #define SQLITE_REINDEX 27 /* Index Name NULL */
3181 ** CAPI3REF: Index Of A Parameter With A Given Name
6790 typedef struct Index Index;
6967 int iTable, /* Index of root page */
8751 Index *pInde
[all...]
H A Dsqlite3.c2529 #define SQLITE_CREATE_INDEX 1 /* Index Name Table Name */
2531 #define SQLITE_CREATE_TEMP_INDEX 3 /* Index Name Table Name */
2538 #define SQLITE_DROP_INDEX 10 /* Index Name Table Name */
2540 #define SQLITE_DROP_TEMP_INDEX 12 /* Index Name Table Name */
2555 #define SQLITE_REINDEX 27 /* Index Name NULL */
3181 ** CAPI3REF: Index Of A Parameter With A Given Name
6795 typedef struct Index Index; typedef in typeref:struct:Index
6972 int iTable, /* Index of root page */
8756 Index *pInde
8952 struct Index { struct
[all...]
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex757 % Index generation facilities
928 % @unnumbered Function Index
/external/grub/docs/
H A Dtexinfo.tex121 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
122 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
3034 % Index generation facilities
3583 % Index files are almost Texinfo source, but we use \ as the escape
/external/dropbear/libtomcrypt/
H A Dcrypt.tex6482 \markboth{Index}{Index}

Completed in 275 milliseconds