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

1234

/external/zlib/src/contrib/infback9/
H A Dinflate9.h15 TABLE, /* i: waiting for dynamic block table lengths */ enumerator in enum:__anon22135
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
H A Dinfback9.c303 mode = TABLE;
344 case TABLE:
/external/opencv3/3rdparty/zlib/
H A Dinflate.h37 TABLE, /* i: waiting for dynamic block table lengths */ enumerator in enum:__anon15044
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
70 TABLE -> LENLENS -> CODELENS -> LEN_
/external/pdfium/third_party/zlib_v128/
H A Dinflate.h37 TABLE, /* i: waiting for dynamic block table lengths */ enumerator in enum:__anon16196
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
70 TABLE -> LENLENS -> CODELENS -> LEN_
/external/zlib/src/
H A Dinflate.h37 TABLE, /* i: waiting for dynamic block table lengths */ enumerator in enum:__anon22151
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
70 TABLE -> LENLENS -> CODELENS -> LEN_
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DTag.java39 public static final Tag TABLE = new TagImpl ("TABLE"); field in class:Tag
H A DHTMLTable.java34 super (Tag.TABLE, AttributeSet.create ());
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DResourceModule.java82 info = getFromTable(res, INFO, UResourceBundle.TABLE);
83 testData = getFromTable(res, TEST_DATA, UResourceBundle.TABLE);
234 assert_is (res != null && key != null && res.getType() == UResourceBundle.TABLE);
295 assert_is (theRes != null && theRes.getType() == UResourceBundle.TABLE);
314 info = getFromTable(res, INFO, UResourceBundle.TABLE);
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DResourceModule.java81 info = getFromTable(res, INFO, UResourceBundle.TABLE);
82 testData = getFromTable(res, TEST_DATA, UResourceBundle.TABLE);
233 assert_is (res != null && key != null && res.getType() == UResourceBundle.TABLE);
294 assert_is (theRes != null && theRes.getType() == UResourceBundle.TABLE);
313 info = getFromTable(res, INFO, UResourceBundle.TABLE);
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c131 } TABLE; typedef in typeref:struct:_Table
146 TABLE Tab[MAXTABLES];
1005 TABLE* GetTable(cmsIT8* it8)
1244 TABLE* t;
1336 TABLE* t = GetTable((cmsIT8*) hIT8);
1438 TABLE* t = GetTable(it8);
1461 TABLE* t = GetTable(it8);
1472 TABLE* t = GetTable(it8);
1499 TABLE* t = GetTable(it8);
1517 TABLE*
[all...]
/external/autotest/frontend/client/src/autotest/common/table/
H A DTableDecorator.java35 TABLE = 3, field in class:TableDecorator.LayoutRows
42 setRow(LayoutRows.TABLE, dataTable);
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dsymshift.pl189 open TABLE, $file or die "can't open $table table $file";
190 while (<TABLE>) {
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
H A Dopen_element_stack.js52 if (tn === $.TABLE)
210 while (this.currentTagName !== $.TABLE && this.currentTagName !== $.TEMPLATE && this.currentTagName !== $.HTML)
331 if ((tn === $.TABLE || tn === $.TEMPLATE || tn === $.HTML) && ns === NS.HTML)
347 if ((tn === $.TABLE || tn === $.HTML) && ns === NS.HTML)
H A Dparser.js67 INSERTION_MODE_RESET_MAP[$.TABLE] = IN_TABLE_MODE;
784 else if (tn === $.TABLE) {
810 return tn === $.TABLE || tn === $.TBODY || tn === $.TFOOT || tn == $.THEAD || tn === $.TR;
833 else if (tn === $.TABLE) {
1666 else if (tn === $.TABLE)
2075 if (curTn === $.TABLE || curTn === $.TBODY || curTn === $.TFOOT || curTn === $.THEAD || curTn === $.TR) {
2117 var fakeToken = p._processFakeEndTag($.TABLE);
2174 if (tn === $.TABLE)
2230 if (tn === $.TABLE) {
2231 if (p.openElements.hasInTableScope($.TABLE)) {
[all...]
/external/boringssl/src/crypto/sha/asm/
H A Dsha512-x86_64.pl131 $TABLE="K512";
143 $TABLE="K256";
317 lea $TABLE(%rip),$Tbl
383 .type $TABLE,\@object
384 $TABLE:
429 .type $TABLE,\@object
430 $TABLE:
783 #movdqa $TABLE+`$SZ*2*$rounds`+32(%rip),$t4
784 #movdqa $TABLE+`$SZ*2*$rounds`+64(%rip),$t5
788 movdqa $TABLE
[all...]
/external/freetype/src/gzip/
H A Dinfutil.h18 TABLE, /* get table lengths */ enumerator in enum:__anon6012
H A Dinfblock.c175 s->mode = TABLE;
216 case TABLE:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
H A Dindex.php92 <TABLE width="100%" CELLSPACING=0 CELLPADDING=3> <tr> <td width=\"30%\"><b>Build
122 <TABLE width=\"100%\" CELLSPACING=0 CELLPADDING=3>
/external/elfutils/lib/
H A Ddynamicsizehash.c121 #define TABLE(name) _TABLE (name) macro
122 TABLE(NAME);
/external/libnl/lib/fib_lookup/
H A Drequest.c68 diff |= REQ_DIFF(TABLE, a->lr_table != b->lr_table);
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
H A Dhtml.js145 TABLE: 'table',
242 SPECIAL_ELEMENTS[NS.HTML][$.TABLE] = true;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUResourceBundleImpl.java45 case TABLE:
212 return TABLE;
H A DICUResourceBundleReader.java370 return type==UResourceBundle.TABLE || type==ICUResourceBundle.TABLE16 || type==ICUResourceBundle.TABLE32;
768 if(type == UResourceBundle.TABLE) {
796 if(type == UResourceBundle.TABLE) {
817 UResourceBundle.TABLE,
820 UResourceBundle.TABLE, /* URES_TABLE32 */
821 UResourceBundle.TABLE, /* URES_TABLE16 */
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundleImpl.java44 case TABLE:
211 return TABLE;
H A DICUResourceBundleReader.java368 return type==UResourceBundle.TABLE || type==ICUResourceBundle.TABLE16 || type==ICUResourceBundle.TABLE32;
766 if(type == UResourceBundle.TABLE) {
794 if(type == UResourceBundle.TABLE) {
815 UResourceBundle.TABLE,
818 UResourceBundle.TABLE, /* URES_TABLE32 */
819 UResourceBundle.TABLE, /* URES_TABLE16 */

Completed in 1670 milliseconds

1234