/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharEscaperBuilder.java | 23 * Simple helper class to build a "sparse" array of objects based on the indexes that were added to 24 * it. The array will be from 0 to the maximum index given. All non-set indexes will contain null
|
/dalvik/vm/mterp/portable/ |
entry.cpp | 21 u2 vsrc1, vsrc2, vdst; // usually used for register indexes
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
BaseTree.js | 121 // walk rest and decrement their child indexes 133 throw new Error("indexes invalid; no children in list"); 220 throw new Error("child indexes don't match; expected "+i+" found "+this.getChildIndex()); 231 /** BaseTree doesn't track child indexes. */
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_exceptions_table_model.h | 30 // Removes the exceptions at the specified indexes. If an exception is a
|
/external/chromium/chrome/browser/history/ |
in_memory_url_index_cache.proto | 7 // At certain times during browser operation, the indexes from the
|
/external/chromium/chrome/browser/ui/cocoa/ |
view_id_util.h | 14 // ViewIDs are a system that indexes important views in the browser window by a
|
table_model_array_controller_unittest.mm | 163 NSMutableIndexSet* indexes = [NSMutableIndexSet indexSetWithIndex:1]; 164 [indexes addIndex:6]; 165 [controller setSelectionIndexes:indexes];
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
view_id_util.h | 13 // ViewIDs are a system that indexes important views in the browser window by a
|
/external/chromium_org/printing/ |
print_settings_initializer_mac.cc | 30 // Resolution indexes are 1-based.
|
/external/chromium_org/third_party/icu/source/i18n/ |
nfrlist.h | 30 // unsafe class for internal use only. assume memory allocations succeed, indexes are valid.
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt3442.test | 24 # Create a schema with some indexes.
|
/external/chromium_org/tools/grit/grit/testdata/ |
privacy.html | 16 So that you can easily search your computer, the Google Desktop Search application indexes
|
/external/icu4c/common/ |
brkeng.cpp | 307 const int32_t *indexes = (const int32_t *)data; local 308 const int32_t offset = indexes[DictionaryData::IX_STRING_TRIE_OFFSET]; 309 const int32_t trieType = indexes[DictionaryData::IX_TRIE_TYPE] & DictionaryData::TRIE_TYPE_MASK; 312 const int32_t transform = indexes[DictionaryData::IX_TRANSFORM];
|
normalizer2impl.h | 670 * int32_t indexes[indexesLength]; -- indexesLength=indexes[IX_NORM_TRIE_OFFSET]/4; 672 * The first eight indexes are byte offsets in ascending order. 677 * that is, from the beginning of the indexes[]. 681 * minDecompNoCP=indexes[IX_MIN_DECOMP_NO_CP] is the lowest code point 683 * minCompNoMaybeCP=indexes[IX_MIN_COMP_NO_MAYBE_CP] is the lowest code point 686 * The next five indexes are thresholds of 16-bit trie values for ranges of 688 * minYesNo=indexes[IX_MIN_YES_NO]; 689 * minNoNo=indexes[IX_MIN_NO_NO]; 690 * limitNoNo=indexes[IX_LIMIT_NO_NO] [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
armVCM4P2_SetPredDir_s.s | 24 ; * 14496-2. Furthermore, indexes 6 to 9 indicate the
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
armVCM4P2_SetPredDir_s.s | 24 ; * 14496-2. Furthermore, indexes 6 to 9 indicate the
|
/external/chromium_org/v8/src/ |
safepoint-table.h | 190 Safepoint(ZoneList<int>* indexes, ZoneList<int>* registers) : 191 indexes_(indexes), registers_(registers) { } 224 // entry must be enough to hold all the pointer indexes.
|
/external/jmonkeyengine/engine/src/test/jme3test/light/ |
TestTangentGen.java | 128 int[] indexes = new int[]{0,3,1,4,2,5, 5,3, 3,6,4,7,5,8}; local 129 IntBuffer ib = BufferUtils.createIntBuffer(indexes.length); 130 ib.put(indexes);
|
/external/jmonkeyengine/engine/src/test/jme3test/model/shape/ |
TestCustomMesh.java | 77 // Indexes. We define the order in which mesh should be constructed 78 int [] indexes = {2,0,1,1,3,2}; local 83 m.setBuffer(Type.Index, 1, BufferUtils.createIntBuffer(indexes));
|
/external/llvm/include/llvm/CodeGen/ |
SlotIndexes.h | 1 //===- llvm/CodeGen/SlotIndexes.h - Slot indexes representation -*- C++ -*-===// 91 /// SlotIndex - An opaque wrapper around machine indexes. 333 /// This pass assigns indexes to each instruction. 349 /// MBBRanges - Map MBB number to (start, stop) indexes. 385 /// Dump the indexes. 391 /// Repair indexes after adding and removing instructions. 566 /// If Late is set and there are null indexes between mi's neighboring 567 /// instructions, create the new index after the null indexes instead of 616 assert(miEntry->getInstr() == mi && "Instruction indexes broken."); 617 // FIXME: Eventually we want to actually delete these indexes [all...] |
/external/proguard/src/proguard/classfile/editor/ |
VariableRemapper.java | 31 * This AttributeVisitor remaps variable indexes in all attributes that it 49 * Sets the given mapping of old variable indexes to their new indexes.
|
/external/v8/src/ |
elements.h | 140 // Element handlers distinguish between indexes and keys when they manipulate 141 // elements. Indexes refer to elements in terms of their location in the 145 // keys are equivalent to indexes, and GetKeyForIndex returns the same value
|
safepoint-table.h | 190 Safepoint(ZoneList<int>* indexes, ZoneList<int>* registers) : 191 indexes_(indexes), registers_(registers) { } 223 // entry must be enough to hold all the pointer indexes.
|
/external/llvm/lib/CodeGen/ |
MachineBasicBlock.cpp | 264 void MachineBasicBlock::print(raw_ostream &OS, SlotIndexes *Indexes) const { 272 if (Indexes) 273 OS << Indexes->getMBBStartIdx(this) << '\t'; 293 if (Indexes) OS << '\t'; 301 if (Indexes) OS << '\t'; 309 if (Indexes) { 310 if (Indexes->hasIndex(I)) 311 OS << Indexes->getInstructionIndex(I); 322 if (Indexes) OS << '\t'; 706 SlotIndexes *Indexes = P->getAnalysisIfAvailable<SlotIndexes>() [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_DesfireMap.h | 83 /*!< Following two indexes represents the CCLEN in CC*/ 90 /*!< Following two indexes represents the MLe bytes in CC*/ 94 /*!< Following two indexes represents the MLc bytes in CC*/ 104 /*!< Following two indexes represents the NDEF file identifier in CC*/ 108 /*!< Following two indexes represents the NDEF file size in CC */
|