HomeSort by relevance Sort by last modified time
    Searched refs:TABLE (Results 126 - 150 of 159) sorted by null

1 2 3 4 56 7

  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 388 TABLE, INLINE_TABLE, TABLE_ROW_GROUP,
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/
MockProviderTests.java 114 assertEquals(MockProvider.TABLE, MockProvider.sURIMatcher.match(MockProvider.uri(uri)));
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
MockProviderTests.java 114 assertEquals(MockProvider.TABLE, MockProvider.sURIMatcher.match(MockProvider.uri(uri)));
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/
elfos.h 114 with a period is not put into the linker symbol table by the assembler. */
130 perly re-aligned prior to the actual beginning of the jump table. */
136 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) \
267 are used to set the corresponding fields of the linker symbol table
360 /* A table of bytes codes used by the ASM_OUTPUT_ASCII and
361 ASM_OUTPUT_LIMITED_STRING macros. Each byte in the table
363 given byte value, if the value in the corresponding table
365 If the table value is 1, the byte must be output as a \ooo
368 in the table. Note that we can use standard UN*X escape
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
elfos.h 114 with a period is not put into the linker symbol table by the assembler. */
130 perly re-aligned prior to the actual beginning of the jump table. */
136 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) \
267 are used to set the corresponding fields of the linker symbol table
360 /* A table of bytes codes used by the ASM_OUTPUT_ASCII and
361 ASM_OUTPUT_LIMITED_STRING macros. Each byte in the table
363 given byte value, if the value in the corresponding table
365 If the table value is 1, the byte must be output as a \ooo
368 in the table. Note that we can use standard UN*X escape
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/
elfos.h 114 with a period is not put into the linker symbol table by the assembler. */
130 perly re-aligned prior to the actual beginning of the jump table. */
136 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) \
267 are used to set the corresponding fields of the linker symbol table
360 /* A table of bytes codes used by the ASM_OUTPUT_ASCII and
361 ASM_OUTPUT_LIMITED_STRING macros. Each byte in the table
363 given byte value, if the value in the corresponding table
365 If the table value is 1, the byte must be output as a \ooo
368 in the table. Note that we can use standard UN*X escape
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
elfos.h 114 with a period is not put into the linker symbol table by the assembler. */
130 perly re-aligned prior to the actual beginning of the jump table. */
136 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) \
267 are used to set the corresponding fields of the linker symbol table
360 /* A table of bytes codes used by the ASM_OUTPUT_ASCII and
361 ASM_OUTPUT_LIMITED_STRING macros. Each byte in the table
363 given byte value, if the value in the corresponding table
365 If the table value is 1, the byte must be output as a \ooo
368 in the table. Note that we can use standard UN*X escape
  /system/core/libcutils/arch-x86/
sse2-memset16-atom.S 96 /* Load an entry in a jump table into EBX and branch to it. TABLE is a
97 jump table with relative offsets. */
98 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \
101 /* Get the address of the jump table. */ \
102 add $(TABLE - .), %ebx; \
106 /* We loaded the jump table and adjuested EDX. Go. */ \
124 /* Branch to an entry in a jump table. TABLE is a jump table wit
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 569 // Efficient Lookup Table Support
588 static bool TableIsSorted(const TableEntry *Table, unsigned NumEntries) {
590 if (!(Table[i] < Table[i+1])) return false;
595 static int Lookup(const TableEntry *Table, unsigned N, unsigned Opcode) {
596 const TableEntry *I = std::lower_bound(Table, Table+N, Opcode);
597 if (I != Table+N && I->from == Opcode)
603 #define ASSERT_SORTED(TABLE)
605 #define ASSERT_SORTED(TABLE) \
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
infback.c 86 /* literal/length table */
97 /* distance table */
256 code this; /* current decoding table entry */
257 code last; /* parent table entry */
308 state->mode = TABLE;
349 case TABLE:
350 /* get dynamic table entries descriptor */
365 Tracev((stderr, "inflate: table sizes ok\n"));
inflate.c 218 /* literal/length table */
229 /* distance table */
275 puts(" /* inffixed.h -- table for decoding fixed codes");
567 code this; /* current decoding table entry */
568 code last; /* parent table entry */
799 state->mode = TABLE;
837 case TABLE:
852 Tracev((stderr, "inflate: table sizes ok\n"));
    [all...]
  /external/zlib/src/
infback.c 95 /* literal/length table */
106 /* distance table */
265 code here; /* current decoding table entry */
266 code last; /* parent table entry */
317 state->mode = TABLE;
358 case TABLE:
359 /* get dynamic table entries descriptor */
374 Tracev((stderr, "inflate: table sizes ok\n"));
inflate.c 273 /* literal/length table */
284 /* distance table */
330 puts(" /* inffixed.h -- table for decoding fixed codes");
617 code here; /* current decoding table entry */
618 code last; /* parent table entry */
855 state->mode = TABLE;
896 case TABLE:
911 Tracev((stderr, "inflate: table sizes ok\n"));
    [all...]
  /bionic/libc/arch-x86/string/
sse2-memset5-atom.S 103 /* Load an entry in a jump table into EBX and branch to it. TABLE is a
104 jump table with relative offsets. */
105 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \
108 /* Get the address of the jump table. */ \
109 add $(TABLE - .), %ebx; \
114 /* We loaded the jump table and adjuested EDX. Go. */ \
132 /* Branch to an entry in a jump table. TABLE is a jump table wit
    [all...]
ssse3-memcpy5.S 105 /* Load an entry in a jump table into EBX and branch to it. TABLE is a
106 jump table with relative offsets. INDEX is a register contains the
107 index into the jump table. SCALE is the scale of INDEX. */
109 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
112 /* Get the address of the jump table. */ \
113 addl $(TABLE - .), %ebx; \
117 /* We loaded the jump table. Go. */ \
127 /* Branch to an entry in a jump table. TABLE is a jump table wit
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest3.java 637 objToSave = TABLE;
642 assertTrue(MSG_TEST_FAILED + objToSave, TABLE.equals(objLoaded));
665 Object col = Collections.synchronizedMap(TABLE);
694 Object col = Collections.unmodifiableMap(TABLE);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 156 * For {@link ContactsContract.DataUsageFeedback}. The table structure itself
268 * Join string intended to be used with the GROUPS table/view. The main table must be named
    [all...]
ContactsProvider2.java 418 public static final String TABLE = "data "
443 String TABLE = Tables.RAW_CONTACTS_JOIN_ACCOUNTS;
    [all...]
  /external/webkit/Source/WebCore/editing/
htmlediting.cpp 223 // this code works even if the closest table cell was outside of the root editable node.
328 // FIXME: Pass a position to this function. The enclosing block of [table, x] for example, should be the
329 // block that contains the table and not the table, and this function should be the only one responsible for
420 if (renderer->style()->display() == TABLE || renderer->style()->display() == INLINE_TABLE)
793 return (renderer && (renderer->style()->display() == TABLE || renderer->style()->display() == INLINE_TABLE));
808 // .) a table cell with no children,
809 // .) a table cell with a single BR child, and which has no other child renderers, including :before and :after renderers
810 // .) the BR child of such a table cell
818 // Make sure the rendered node is a table cell or <br>
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLFormElement.cpp 123 bool formIsTablePart = display == TABLE || display == INLINE_TABLE || display == TABLE_ROW_GROUP
  /external/webkit/Source/WebCore/rendering/
RenderTheme.cpp 74 // Force inline and table display styles to be inline-block (except for table- which is block)
81 else if (style->display() == COMPACT || style->display() == RUN_IN || style->display() == LIST_ITEM || style->display() == TABLE)
    [all...]
RenderObject.cpp 148 case TABLE:
307 RenderTable* table; local
310 table = toRenderTable(afterChild);
312 table = new (renderArena()) RenderTable(document() /* is anonymous */);
315 newStyle->setDisplay(TABLE);
316 table->setStyle(newStyle.release());
317 addChild(table, beforeChild);
319 table->addChild(newChild);
617 return cell->table();
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /external/sqlite/dist/orig/
shell.c 426 char *zDestTable; /* Name of destination table when MODE_Insert */
449 #define MODE_Html 4 /* Generate an XHTML table */
856 ** Set the destination table field of the callback_data structure to
857 ** the name of the table given. Escape any quote characters in the
858 ** table name.
    [all...]
  /external/sqlite/dist/
shell.c 431 char *zDestTable; /* Name of destination table when MODE_Insert */
454 #define MODE_Html 4 /* Generate an XHTML table */
861 ** Set the destination table field of the callback_data structure to
862 ** the name of the table given. Escape any quote characters in the
863 ** table name.
    [all...]

Completed in 904 milliseconds

1 2 3 4 56 7