Searched defs:Table (Results 101 - 125 of 128) sorted by relevance

123456

/external/pdfium/third_party/lcms/src/
H A Dcmstypes.c357 cmsUInt16Number nChans, Table; local
374 if (!_cmsReadUInt16Number(io, &Table)) goto Error;
416 if (!_cmsWriteUInt16Number(io, 0)) return FALSE; // Table
979 // parser. The provided example (Table 69 on Page 60) makes this clear.
4654 // Get Table element count and bytes per element
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc2612 LogicVRegister Simulator::Table(VectorFormat vform, function in class:vixl::aarch64::Simulator
2643 return Table(vform, dst, ind, true, &tab);
2652 return Table(vform, dst, ind, true, &tab, &tab2);
2662 return Table(vform, dst, ind, true, &tab, &tab2, &tab3);
2673 return Table(vform, dst, ind, true, &tab, &tab2, &tab3, &tab4);
2681 return Table(vform, dst, ind, false, &tab);
2690 return Table(vform, dst, ind, false, &tab, &tab2);
2700 return Table(vform, dst, ind, false, &tab, &tab2, &tab3);
2711 return Table(vform, dst, ind, false, &tab, &tab2, &tab3, &tab4);
/external/guice/extensions/persist/lib/
H A Dejb3-persistence.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/persistence/ javax/persistence/AssociationOverride.class AssociationOverride. ...
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/clang/lib/Serialization/
H A DASTReader.cpp5110 HeaderFileInfoLookupTable *Table local
5112 if (!Table)
5116 HeaderFileInfoLookupTable::iterator Pos = Table->find(FE);
5117 if (Pos == Table->end())
6655 for (DeclID ID : It->second.Table.find(Name)) {
6676 for (DeclID ID : It->second.Table.findAll()) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1614 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); local
1617 Table, Index);
/external/pdfium/xfa/fxfa/
H A Dfxfa_basic.h325 Table, member in class:XFA_AttributeEnum
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp268 // 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
2980 SDValue Table = Op.getOperand(1); local
2985 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp265 // RTABI chapter 4.1.2, Table 2
272 // RTABI chapter 4.1.2, Table 3
283 // RTABI chapter 4.1.2, Table 4
290 // RTABI chapter 4.1.2, Table 5
301 // RTABI chapter 4.1.2, Table 6
312 // RTABI chapter 4.1.2, Table 7
318 // RTABI chapter 4.1.2, Table 8
329 // RTABI chapter 4.2, Table 9
4116 SDValue Table = Op.getOperand(1); local
4121 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp1306 SDValue X86TargetLowering::getPICJumpTableRelocBase(SDValue Table, argument
1312 return Table;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1908 SDValue X86TargetLowering::getPICJumpTableRelocBase(SDValue Table, argument
1915 return Table;
[all...]
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/sqlite/dist/orig/
H A Dsqlite3.c3901 #define SQLITE_CREATE_INDEX 1 /* Index Name Table Name */
3902 #define SQLITE_CREATE_TABLE 2 /* Table Name NULL */
3903 #define SQLITE_CREATE_TEMP_INDEX 3 /* Index Name Table Name */
3904 #define SQLITE_CREATE_TEMP_TABLE 4 /* Table Name NULL */
3905 #define SQLITE_CREATE_TEMP_TRIGGER 5 /* Trigger Name Table Name */
3907 #define SQLITE_CREATE_TRIGGER 7 /* Trigger Name Table Name */
3909 #define SQLITE_DELETE 9 /* Table Name NULL */
3910 #define SQLITE_DROP_INDEX 10 /* Index Name Table Name */
3911 #define SQLITE_DROP_TABLE 11 /* Table Name NULL */
3912 #define SQLITE_DROP_TEMP_INDEX 12 /* Index Name Table Nam
13261 typedef struct Table Table; typedef in typeref:struct:Table
15764 struct Table { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c3901 #define SQLITE_CREATE_INDEX 1 /* Index Name Table Name */
3902 #define SQLITE_CREATE_TABLE 2 /* Table Name NULL */
3903 #define SQLITE_CREATE_TEMP_INDEX 3 /* Index Name Table Name */
3904 #define SQLITE_CREATE_TEMP_TABLE 4 /* Table Name NULL */
3905 #define SQLITE_CREATE_TEMP_TRIGGER 5 /* Trigger Name Table Name */
3907 #define SQLITE_CREATE_TRIGGER 7 /* Trigger Name Table Name */
3909 #define SQLITE_DELETE 9 /* Table Name NULL */
3910 #define SQLITE_DROP_INDEX 10 /* Index Name Table Name */
3911 #define SQLITE_DROP_TABLE 11 /* Table Name NULL */
3912 #define SQLITE_DROP_TEMP_INDEX 12 /* Index Name Table Nam
13261 typedef struct Table Table; typedef in typeref:struct:Table
15764 struct Table { struct
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 7265 milliseconds

123456