HomeSort by relevance Sort by last modified time
    Searched refs:STRUCT (Results 1 - 25 of 34) sorted by null

1 2

  /libcore/luni/src/main/java/java/sql/
Types.java 156 * The type code that identifies the SQL type {@code STRUCT}.
158 public static final int STRUCT = 2002;
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TypesTest.java 59 assertEquals(STRUCT, 2002);
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.h 77 STRUCT = 293,
171 #define STRUCT 293
235 struct {
245 struct {
glslang_tab.cpp 104 STRUCT = 293,
198 #define STRUCT 293
298 struct {
308 struct {
766 "VARYING", "STRUCT", "VOID_TYPE", "WHILE", "SAMPLER2D", "SAMPLERCUBE",
    [all...]
glslang.l 124 "struct" { context->lexAfterType = true; return(STRUCT); }
255 struct yyguts_t* yyg = (struct yyguts_t*) context->scanner;
504 struct yyguts_t* yyg = (struct yyguts_t*) yyscanner;
520 struct yyguts_t* yyg = (struct yyguts_t*) yyscanner;
528 struct yyguts_t* yyg = (struct yyguts_t*) context->scanner
    [all...]
glslang.y 37 struct {
47 struct {
100 %token <lex> STRUCT VOID_TYPE WHILE
    [all...]
glslang_lex.cpp 179 typedef struct yy_buffer_state *YY_BUFFER_STATE;
224 struct yy_buffer_state
376 /* This struct is not used in this scanner,
378 struct yy_trans_info
788 struct yyguts_t
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser.h 111 STRUCT = 328,
247 struct ast_type_qualifier type_qualifier;
261 struct {
266 struct {
284 typedef struct YYLTYPE
glsl_parser.cpp 213 STRUCT = 328,
349 struct ast_type_qualifier type_qualifier;
363 struct {
368 struct {
384 typedef struct YYLTYPE
858 "USAMPLER2DARRAY", "STRUCT", "VOID_TOK", "WHILE", "IDENTIFIER",
    [all...]
glsl_lexer.cpp 170 typedef struct yy_buffer_state *YY_BUFFER_STATE;
202 struct yy_buffer_state
354 /* This struct is not used in this scanner,
356 struct yy_trans_info
    [all...]
  /external/opencv/cvaux/src/
cvlcm.cpp 50 * Auxiliary struct definitions *
52 typedef struct CvLCM
61 typedef struct CvLCMComplexNodeData
71 typedef struct CvLCMData
94 #define _CV_INITIALIZE_CVLCMDATA(STRUCT,SITE,EDGE,NODE)\
95 { (STRUCT)->psite = SITE ; (STRUCT)->pedge = EDGE; (STRUCT)->pnode = NODE;}
259 // Purpose: Function fills up the struct CvLCMComplexNodeData
  /external/libvpx/nestegg/src/
nestegg.c 137 struct ebml_binary {
142 struct ebml_list_node {
143 struct ebml_list_node * next;
148 struct ebml_list {
149 struct ebml_list_node * head;
150 struct ebml_list_node * tail;
153 struct ebml_type {
159 struct ebml_binary b;
166 struct ebml {
167 struct ebml_type ebml_version
    [all...]
  /external/strace/
stream.c 57 struct strbuf {
73 static const struct xlat msgflags[] = {
81 struct tcb *tcp;
82 struct strbuf *sbp;
99 struct tcb *tcp;
103 struct strbuf buf;
116 struct tcb *tcp;
134 struct tcb *tcp;
180 static const struct xlat pmsgflags[] = {
197 struct tcb *tcp
    [all...]
  /external/openssl/crypto/perlasm/
x86masm.pl 118 XMMWORD STRUCT 16
  /external/libffi/src/sparc/
v8.S 61 nop ! STRUCT returning functions skip 12 instead of 8 bytes
102 1*4 struct return +
  /external/zlib/contrib/masm686/
match.asm 34 ; This STRUCT assumes a 4-byte alignment
36 DEFLATE_STATE STRUCT
79 ; Don't need anymore of the struct for match
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h 48 #define CODE_CONTAINS_STRUCT(CODE, STRUCT) (tree_contains_struct[(CODE)][(STRUCT)])
356 struct tree_base GTY(())
393 struct tree_common GTY(())
395 struct tree_base base;
732 #define CONTAINS_STRUCT_CHECK(T, STRUCT) __extension__ \
734 if (tree_contains_struct[TREE_CODE(__t)][(STRUCT)] != 1) \
735 tree_contains_struct_check_failed (__t, (STRUCT), __FILE__, __LINE__, \
    [all...]
gimple.h 48 #define DEFGSCODE(SYM, STRING, STRUCT) SYM,
124 struct gimple_seq_node_d GTY((chain_next ("%h.next"), chain_prev ("%h.prev")))
127 struct gimple_seq_node_d *prev;
128 struct gimple_seq_node_d *next;
132 struct gimple_seq_d GTY ((chain_next ("%h.next_free")))
244 typedef struct
261 struct gimple_statement_base GTY(())
314 struct basic_block_def *bb;
324 struct gimple_statement_with_ops_base GTY(())
327 struct gimple_statement_base gsbase
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h 48 #define CODE_CONTAINS_STRUCT(CODE, STRUCT) (tree_contains_struct[(CODE)][(STRUCT)])
356 struct tree_base GTY(())
394 struct tree_common GTY(())
396 struct tree_base base;
740 #define CONTAINS_STRUCT_CHECK(T, STRUCT) __extension__ \
742 if (tree_contains_struct[TREE_CODE(__t)][(STRUCT)] != 1) \
743 tree_contains_struct_check_failed (__t, (STRUCT), __FILE__, __LINE__, \
    [all...]
gimple.h 48 #define DEFGSCODE(SYM, STRING, STRUCT) SYM,
124 struct gimple_seq_node_d GTY((chain_next ("%h.next"), chain_prev ("%h.prev")))
127 struct gimple_seq_node_d *prev;
128 struct gimple_seq_node_d *next;
132 struct gimple_seq_d GTY ((chain_next ("%h.next_free")))
244 typedef struct
261 struct gimple_statement_base GTY(())
314 struct basic_block_def *bb;
324 struct gimple_statement_with_ops_base GTY(())
327 struct gimple_statement_base gsbase
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree.h 48 #define CODE_CONTAINS_STRUCT(CODE, STRUCT) (tree_contains_struct[(CODE)][(STRUCT)])
356 struct tree_base GTY(())
394 struct tree_common GTY(())
396 struct tree_base base;
740 #define CONTAINS_STRUCT_CHECK(T, STRUCT) __extension__ \
742 if (tree_contains_struct[TREE_CODE(__t)][(STRUCT)] != 1) \
743 tree_contains_struct_check_failed (__t, (STRUCT), __FILE__, __LINE__, \
    [all...]
gimple.h 48 #define DEFGSCODE(SYM, STRING, STRUCT) SYM,
124 struct gimple_seq_node_d GTY((chain_next ("%h.next"), chain_prev ("%h.prev")))
127 struct gimple_seq_node_d *prev;
128 struct gimple_seq_node_d *next;
132 struct gimple_seq_d GTY ((chain_next ("%h.next_free")))
244 typedef struct
261 struct gimple_statement_base GTY(())
314 struct basic_block_def *bb;
324 struct gimple_statement_with_ops_base GTY(())
327 struct gimple_statement_base gsbase
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 153 struct timeval tv;
158 struct Test{
187 struct TestAdder {
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]

Completed in 1056 milliseconds

1 2