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

  /external/chromium/chrome/browser/ui/cocoa/
table_row_nsimage_cache.h 20 // Interface this cache expects for its table model.
21 class Table {
23 // Returns the number of rows in the table.
30 virtual ~Table() {}
34 explicit TableRowNSImageCache(Table* model);
40 // Call these functions every time the table changes, to update the cache.
47 // The table model we query for row count and icons.
48 Table* model_; // weak
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
pred_lt4_1_opt.s 47 LDR r6, Table
453 Table:
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
LVM_Mixer_TimeConstant.c 70 LVM_UINT32 Table[] = {ALPHA_0, /* Log spaced look-up table */
132 /* Normalize to get the table index and interpolation factor */
151 Diff = (LVM_INT32)(Table[Shift] - Table[Shift+1]);
153 Product = Table[Shift+1] + (LVM_UINT32)Diff;
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXSceneModeTables.h 44 const SceneModesEntry* Table;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Entry.java 37 public @interface Table {
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair.c 30 /* 4x4 DeZigZag table */
49 * [in] nTable Table number (0 to 4) according to the five columns
50 * of Table 9-5 in the H.264 spec
202 int Table = ZerosLeft;
203 if (Table > 6)
205 Table = 7;
207 Run = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCRunBeforeTables[Table-1]);
  /external/webkit/Source/WebCore/bindings/v8/
IntrusiveDOMWrapperMap.h 211 typedef ChunkedTable<v8::Persistent<v8::Object>, numberOfEntries, ChunkedTableTraits> Table;
212 Table m_table;
  /external/clang/lib/Basic/
IdentifierTable.cpp 1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
74 // Populate the identifier table with info about keywords for the current
112 const LangOptions &LangOpts, IdentifierTable &Table) {
133 Table.get(Keyword, AddResult == 3 ? tok::identifier : TokenCode);
142 IdentifierTable &Table) {
143 IdentifierInfo &Info = Table.get(Keyword, TokenCode);
151 IdentifierTable &Table) {
152 Table.get(Name).setObjCKeywordID(ObjCID);
155 /// AddKeywords - Add all keywords to the symbol table.
236 /// PrintStats - Print statistics about how well the identifier table is doin
    [all...]
  /external/v8/src/
stub-cache.h 42 // The design of the table uses the inline cache stubs used for
279 // Clear the lookup table (@ mark compact collection).
287 // Generate code for probing the stub cache table.
298 enum Table {
304 SCTableReference key_reference(StubCache::Table table) {
306 reinterpret_cast<Address>(&first_entry(table)->key));
310 SCTableReference value_reference(StubCache::Table table) {
312 reinterpret_cast<Address>(&first_entry(table)->value))
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
General3A_Settings.h 46 const userToOMX_LUT *Table;
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 303 * Branch offsets and the exception table are also updated.
325 * Branch offsets and the exception table are also updated.
350 * Branch offsets and the exception table are also updated.
376 * Branch offsets and the exception table are also updated.
398 * Branch offsets and the exception table are also updated.
423 * Branch offsets and the exception table are also updated.
470 * Branch offsets and the exception table are also updated.
487 * Branch offsets and the exception table are also updated.
509 * Branch offsets and the exception table are also updated.
526 * Branch offsets and the exception table are also updated
711 ExceptionTable table = codeAttr.getExceptionTable(); local
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 334 SDValue Table = Op.getOperand(1);
337 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 754 // Now the lookup table.
764 Error("Expected visible lookup table block");
803 /// \brief Read the line table in the source manager block.
    [all...]
ASTWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 268 // RTABI chapter 4.1.2, Table 2
279 // RTABI chapter 4.1.2, Table 3
306 // RTABI chapter 4.1.2, Table 4
317 // RTABI chapter 4.1.2, Table 5
344 // RTABI chapter 4.1.2, Table 6
363 // RTABI chapter 4.1.2, Table 7
370 // RTABI chapter 4.1.2, Table 8
389 // RTABI chapter 4.2, Table 9
    [all...]
  /external/sqlite/dist/
sqlite3.c 104 ** limits the size of a row in a table or index.
116 ** * Columns in a table
126 ** not have more than a dozen or so columns in any table. And if
188 ** table and for temporary tables. The SQLITE_DEFAULT_CACHE_SIZE
325 ** construct a histogram of the table content when running ANALYZE
10420 char *table; \/* The table or view to which the trigger applies *\/ member in struct:Trigger
    [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 1100 milliseconds