/development/tools/idegen/src/com/android/idegen/ |
ModuleCache.java | 38 ModuleIndexes indexes; field in class:ModuleCache 50 indexes = new ModuleIndexes(indexFile); 51 indexes.build(); 55 Preconditions.checkState(indexes != null, "You must call init() first."); 59 String makeFile = indexes.getMakeFile(moduleName); 72 if (indexes.isPartOfAggregatedModule(moduleName)) { 73 Set<String> moduleNames = indexes.getAggregatedModules(moduleName); 81 String aggregatedName = indexes.getAggregateName(moduleName); 93 return indexes.getMakeFile(moduleName); 102 if (indexes.isPartOfAggregatedModule(moduleName)) [all...] |
/development/scripts/app_engine_server/ |
index.yaml | 0 indexes: 8 # saying "# AUTOGENERATED"). If you want to manage some indexes
|
/external/chromium/chrome/common/extensions/docs/server/ |
index.yaml | 0 indexes:
8 # saying "# AUTOGENERATED"). If you want to manage some indexes
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DirectoryContentView.js | 37 const indexes = WebInspector.DirectoryContentView.columnIndexes; 39 {id: indexes.Name, title: WebInspector.UIString("Name"), sortable: true, sort: WebInspector.DataGrid.Order.Ascending, width: "20%"}, 40 {id: indexes.URL, title: WebInspector.UIString("URL"), sortable: true, width: "20%"}, 41 {id: indexes.Type, title: WebInspector.UIString("Type"), sortable: true, width: "15%"}, 42 {id: indexes.Size, title: WebInspector.UIString("Size"), sortable: true, width: "10%"}, 43 {id: indexes.ModificationTime, title: WebInspector.UIString("Modification Time"), sortable: true, width: "25%"} 64 const indexes = WebInspector.DirectoryContentView.columnIndexes; 86 const indexes = WebInspector.DirectoryContentView.columnIndexes; 88 data[indexes.Name] = entry.name; 89 data[indexes.URL] = entry.url [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/ |
RealmChoiceCallbackTest.java | 46 private static final int indexes[] = { Integer.MIN_VALUE, -1, 0, 100, field in class:RealmChoiceCallbackTest 124 assertNull("Incorrect selected indexes", ind); 136 for (int j = 0; j < indexes.length; j++) { 137 rCCB.setSelectedIndex(indexes[j]); 140 assertEquals("Incorrect index", ind[0], indexes[j]); 164 assertNull("Incorrect selected indexes", ind); 165 rCCB.setSelectedIndexes(indexes); 167 assertEquals("Incorrect index length", ind.length, indexes.length); 168 for (int j = 0; j < indexes.length; j++) { 170 ind[j], indexes[j]) [all...] |
/external/chromium_org/components/policy/core/common/ |
schema_internal.h | 24 // SchemaData::properties_nodes that indexes the PropertiesNode describing 28 // SchemaData::schema_nodes that indexes the SchemaNode describing the items 40 // An offset into SchemaData::schema_nodes that indexes the SchemaNode 47 // An offset into SchemaData::property_nodes that indexes the PropertyNode 51 // An offset into SchemaData::property_nodes that indexes the PropertyNode 63 // into SchemaData::schema_nodes that indexes the SchemaNode describing the
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/ |
index.yaml | 6 indexes: 13 # saying "# AUTOGENERATED"). If you want to manage some indexes
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/ |
index.yaml | 5 indexes: 12 # saying "# AUTOGENERATED"). If you want to manage some indexes
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebIDBMetadata.cpp | 54 webObjectStore.indexes = WebVector<Index>(static_cast<size_t>(objectStore.indexes.size())); 58 for (IDBObjectStoreMetadata::IndexMap::const_iterator indexIterator = objectStore.indexes.begin(); indexIterator != objectStore.indexes.end(); ++indexIterator) { 66 webObjectStore.indexes[j++] = webIndex; 79 for (size_t j = 0; j < webObjectStore.indexes.size(); ++j) { 80 const Index webIndex = webObjectStore.indexes[j]; 82 objectStore.indexes.set(index.id, index);
|
/art/test/020-string/ |
expected.txt | 7 Indexes are: 0:-1:0:43:33:-1:18:13:13:-1:18:18:-1:13:-1:-1:-1
|
/dalvik/tests/020-string/ |
expected.txt | 7 Indexes are: 0:-1:0:43:33:-1:18:13:13:-1:18:18:-1:13:-1:-1:-1
|
/external/chromium/chrome/browser/ui/cocoa/ |
table_model_array_controller.mm | 77 NSIndexSet* indexes = [NSIndexSet indexSetWithIndexesInRange: 79 [self removeObjectsAtArrangedObjectIndexes:indexes]; 142 NSMutableIndexSet* indexes = [NSMutableIndexSet indexSet]; 147 [indexes addIndex:i + offset]; 149 return indexes; 158 NSIndexSet* indexes = [self controllerRowsForModelRowsInRange:range]; 159 [self insertObjects:rows atArrangedObjectIndexes:indexes]; 165 NSMutableIndexSet* indexes = 176 [indexes shiftIndexesStartingAtIndex:0 by:offset]; 182 [indexes shiftIndexesStartingAtIndex:row by:1] [all...] |
/external/icu4c/tools/toolutil/ |
swapimpl.cpp | 108 // formatVersion 2 initially has indexes[8], 32 bytes. 131 // Swap the indexes[] and the valueMaps[]. 195 /* the properties file must contain at least the indexes array */ 203 /* read the indexes */ 211 * indexes[] constants are in uprops.h 238 /* swap the indexes[16] */ 318 int32_t indexes[16]; local 363 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */ 365 indexes[i]=udata_readInt32(ds, inIndexes[i]); 369 size=indexes[UCASE_IX_LENGTH] 420 int32_t indexes[16]; local 528 int32_t indexes[32]; local [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
swapimpl.cpp | 109 /* the properties file must contain at least the indexes array */ 117 /* read the indexes */ 125 * indexes[] constants are in uprops.h 152 /* swap the indexes[16] */ 232 int32_t indexes[16]; local 277 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */ 279 indexes[i]=udata_readInt32(ds, inIndexes[i]); 283 size=indexes[UCASE_IX_LENGTH]; 300 /* swap the int32_t indexes[] */ 301 count=indexes[UCASE_IX_INDEX_TOP]*4 334 int32_t indexes[16]; local 442 int32_t indexes[32]; local [all...] |
/external/icu4c/common/ |
dictionarydata.cpp | 155 int32_t indexes[DictionaryData::IX_COUNT]; local 178 if (length < (int32_t)(sizeof(indexes))) { 186 indexes[i] = udata_readInt32(ds, inIndexes[i]); 189 size = indexes[DictionaryData::IX_TOTAL_SIZE]; 203 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode); 204 offset = (int32_t)sizeof(indexes); 205 int32_t trieType = indexes[DictionaryData::IX_TRIE_TYPE] & DictionaryData::TRIE_TYPE_MASK; 206 int32_t nextOffset = indexes[DictionaryData::IX_RESERVED1_OFFSET]; 221 nextOffset = indexes[DictionaryData::IX_RESERVED2_OFFSET]; 223 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE] [all...] |
ubidi_props.c | 32 const int32_t *indexes; member in struct:UBiDiProps 77 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH]; 84 start=bdp->indexes[UBIDI_IX_JG_START]; 85 limit=bdp->indexes[UBIDI_IX_JG_LIMIT]; 116 max=bdp->indexes[UBIDI_MAX_VALUES_INDEX]; 155 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH]; 196 start=bdp->indexes[UBIDI_IX_JG_START]; 197 limit=bdp->indexes[UBIDI_IX_JG_LIMIT];
|
unormimp.h | 88 /* canonStartSets[0..31] contains indexes for what is in the array */ 107 /* 14 bit indexes to canonical USerializedSets */ 114 /* indexes[] value names */ 186 * int32_t indexes[_NORM_INDEX_TOP]; -- _NORM_INDEX_TOP=32, see enum in this file 188 * UTrie normTrie; -- size in bytes=indexes[_NORM_INDEX_TRIE_SIZE] 190 * uint16_t extraData[extraDataTop]; -- extraDataTop=indexes[_NORM_INDEX_UCHAR_COUNT] 194 * uint16_t combiningTable[combiningTableTop]; -- combiningTableTop=indexes[_NORM_INDEX_COMBINE_DATA_COUNT] 198 * UTrie fcdTrie; -- size in bytes=indexes[_NORM_INDEX_FCD_TRIE_SIZE] 200 * UTrie auxTrie; -- size in bytes=indexes[_NORM_INDEX_AUX_TRIE_SIZE] 202 * uint16_t canonStartSets[canonStartSetsTop] -- canonStartSetsTop=indexes[_NORM_INDEX_CANON_SET_COUNT [all...] |
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
list_single_selection_model.js | 37 * @type {!Array} The selected indexes. 43 set selectedIndexes(indexes) { 44 this.selectedIndex = indexes.length ? indexes[0] : -1; 49 * Setter also changes lead and anchor indexes if value is nonegative. 68 * Selects a range of indexes, starting with {@code start} and ends with 79 * Selects all indexes. 163 var indexes = [this.selectedIndexBefore_, this.selectedIndex_]; 164 e.changes = indexes.filter(function(index) {
|
/external/chromium_org/third_party/icu/source/tools/gensprep/ |
store.c | 59 * int32_t indexes[_SPREP_INDEX_TOP]; -- _SPREP_INDEX_TOP=16, see enum in sprpimpl.h file 61 * UTrie stringPrepTrie; -- size in bytes=indexes[_SPREP_INDEX_TRIE_SIZE] 64 * size in bytes = indexes[_SPREP_INDEX_MAPPING_DATA_SIZE] 66 * The indexes array contains the following values: 67 * indexes[_SPREP_INDEX_TRIE_SIZE] -- The size of the StringPrep trie in bytes 68 * indexes[_SPREP_INDEX_MAPPING_DATA_SIZE] -- The size of the mappingTable in bytes 69 * indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION] -- The index of Unicode version of last entry in NormalizationCorrections.txt 70 * indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping index in the mapping table 71 * indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping index in the mapping table 72 * indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] -- The starting index of 3 UChars mapping index in the ma (…) 150 static int32_t indexes[_SPREP_INDEX_TOP]={ 0 }; variable [all...] |
/external/icu4c/tools/gensprep/ |
store.c | 60 * int32_t indexes[_SPREP_INDEX_TOP]; -- _SPREP_INDEX_TOP=16, see enum in sprpimpl.h file 62 * UTrie stringPrepTrie; -- size in bytes=indexes[_SPREP_INDEX_TRIE_SIZE] 65 * size in bytes = indexes[_SPREP_INDEX_MAPPING_DATA_SIZE] 67 * The indexes array contains the following values: 68 * indexes[_SPREP_INDEX_TRIE_SIZE] -- The size of the StringPrep trie in bytes 69 * indexes[_SPREP_INDEX_MAPPING_DATA_SIZE] -- The size of the mappingTable in bytes 70 * indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION] -- The index of Unicode version of last entry in NormalizationCorrections.txt 71 * indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping index in the mapping table 72 * indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping index in the mapping table 73 * indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] -- The starting index of 3 UChars mapping index in the ma (…) 151 static int32_t indexes[_SPREP_INDEX_TOP]={ 0 }; variable [all...] |
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
n2builder.cpp | 167 memset(indexes, 0, sizeof(indexes)); 854 norm16=indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]+offset; 861 norm16=indexes[Normalizer2Impl::IX_MIN_YES_NO]+offset; 865 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO]+offset; 877 if(isDecompNo && start<indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]) { 878 indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]=start; 880 if(isCompNoMaybe && start<indexes[Normalizer2Impl::IX_MIN_COMP_NO_MAYBE_CP]) { 881 indexes[Normalizer2Impl::IX_MIN_COMP_NO_MAYBE_CP]=start; [all...] |
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/ |
index.yaml | 0 indexes: 8 # saying "# AUTOGENERATED"). If you want to manage some indexes
|
/external/chromium_org/third_party/icu/source/common/ |
ubidi_props.c | 33 const int32_t *indexes; member in struct:UBiDiProps 77 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH]; 84 start=bdp->indexes[UBIDI_IX_JG_START]; 85 limit=bdp->indexes[UBIDI_IX_JG_LIMIT]; 116 max=bdp->indexes[UBIDI_MAX_VALUES_INDEX]; 155 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH]; 196 start=bdp->indexes[UBIDI_IX_JG_START]; 197 limit=bdp->indexes[UBIDI_IX_JG_LIMIT];
|
unormimp.h | 88 /* canonStartSets[0..31] contains indexes for what is in the array */ 107 /* 14 bit indexes to canonical USerializedSets */ 114 /* indexes[] value names */ 195 * int32_t indexes[_NORM_INDEX_TOP]; -- _NORM_INDEX_TOP=32, see enum in this file 197 * UTrie normTrie; -- size in bytes=indexes[_NORM_INDEX_TRIE_SIZE] 199 * uint16_t extraData[extraDataTop]; -- extraDataTop=indexes[_NORM_INDEX_UCHAR_COUNT] 203 * uint16_t combiningTable[combiningTableTop]; -- combiningTableTop=indexes[_NORM_INDEX_COMBINE_DATA_COUNT] 207 * UTrie fcdTrie; -- size in bytes=indexes[_NORM_INDEX_FCD_TRIE_SIZE] 209 * UTrie auxTrie; -- size in bytes=indexes[_NORM_INDEX_AUX_TRIE_SIZE] 211 * uint16_t canonStartSets[canonStartSetsTop] -- canonStartSetsTop=indexes[_NORM_INDEX_CANON_SET_COUNT [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
BitmapCharacterSet.java | 74 short[] indexes = new short[size];
local 78 indexes[i] = (short) chr.getKey();
83 oc.write(indexes, "indexes"+style, null);
105 short[] indexes = ic.readShortArray("indexes"+style, null);
local 108 for (int i = 0; i < indexes.length; i++){
109 int index = indexes[i] & 0xFFFF;
|