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

1 2

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
PropertyOptions.java 37 public static final int STRUCT = 0x00000100;
178 return getOption(STRUCT);
188 setOption(STRUCT, value);
307 * @return Returns whether the property is of composite type - an array or a struct.
311 return (getOptions() & (ARRAY | STRUCT)) > 0;
316 * @return Returns whether the property is of composite type - an array or a struct.
320 return (getOptions() & (ARRAY | STRUCT)) == 0;
377 STRUCT |
398 case STRUCT : return "STRUCT";
    [all...]
  /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/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/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;
135 struct tcb *tcp;
182 static const struct xlat pmsgflags[] = {
199 struct tcb *tcp
    [all...]
  /external/openssl/crypto/perlasm/
x86masm.pl 122 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/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 51 #define CODE_CONTAINS_STRUCT(CODE, STRUCT) (tree_contains_struct[(CODE)][(STRUCT)])
196 typedef struct GTY(()) alias_pair
370 struct GTY(()) tree_base {
414 struct GTY(()) tree_common {
415 struct tree_base base;
764 #define CONTAINS_STRUCT_CHECK(T, STRUCT) __extension__ \
766 if (tree_contains_struct[TREE_CODE(__t)][(STRUCT)] != 1) \
767 tree_contains_struct_check_failed (__t, (STRUCT), __FILE__, __LINE__, \
    [all...]
gimple.h 34 struct gimple_seq_node_d;
35 typedef struct gimple_seq_node_d *gimple_seq_node;
36 typedef const struct gimple_seq_node_d *const_gimple_seq_node;
45 #define DEFGSCODE(SYM, STRING, STRUCT) SYM,
133 struct GTY((chain_next ("%h.next"), chain_prev ("%h.prev"))) gimple_seq_node_d {
135 struct gimple_seq_node_d *prev;
136 struct gimple_seq_node_d *next;
140 struct GTY ((chain_next ("%h.next_free"))) gimple_seq_d {
258 typedef struct
275 struct GTY(()) gimple_statement_base
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 51 #define CODE_CONTAINS_STRUCT(CODE, STRUCT) (tree_contains_struct[(CODE)][(STRUCT)])
196 typedef struct GTY(()) alias_pair
370 struct GTY(()) tree_base {
414 struct GTY(()) tree_common {
415 struct tree_base base;
764 #define CONTAINS_STRUCT_CHECK(T, STRUCT) __extension__ \
766 if (tree_contains_struct[TREE_CODE(__t)][(STRUCT)] != 1) \
767 tree_contains_struct_check_failed (__t, (STRUCT), __FILE__, __LINE__, \
    [all...]
gimple.h 34 struct gimple_seq_node_d;
35 typedef struct gimple_seq_node_d *gimple_seq_node;
36 typedef const struct gimple_seq_node_d *const_gimple_seq_node;
45 #define DEFGSCODE(SYM, STRING, STRUCT) SYM,
133 struct GTY((chain_next ("%h.next"), chain_prev ("%h.prev"))) gimple_seq_node_d {
135 struct gimple_seq_node_d *prev;
136 struct gimple_seq_node_d *next;
140 struct GTY ((chain_next ("%h.next_free"))) gimple_seq_d {
258 typedef struct
275 struct GTY(()) gimple_statement_base
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 51 #define CODE_CONTAINS_STRUCT(CODE, STRUCT) (tree_contains_struct[(CODE)][(STRUCT)])
196 typedef struct GTY(()) alias_pair
370 struct GTY(()) tree_base {
414 struct GTY(()) tree_common {
415 struct tree_base base;
764 #define CONTAINS_STRUCT_CHECK(T, STRUCT) __extension__ \
766 if (tree_contains_struct[TREE_CODE(__t)][(STRUCT)] != 1) \
767 tree_contains_struct_check_failed (__t, (STRUCT), __FILE__, __LINE__, \
    [all...]
gimple.h 34 struct gimple_seq_node_d;
35 typedef struct gimple_seq_node_d *gimple_seq_node;
36 typedef const struct gimple_seq_node_d *const_gimple_seq_node;
45 #define DEFGSCODE(SYM, STRING, STRUCT) SYM,
133 struct GTY((chain_next ("%h.next"), chain_prev ("%h.prev"))) gimple_seq_node_d {
135 struct gimple_seq_node_d *prev;
136 struct gimple_seq_node_d *next;
140 struct GTY ((chain_next ("%h.next_free"))) gimple_seq_d {
258 typedef struct
275 struct GTY(()) gimple_statement_base
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 51 #define CODE_CONTAINS_STRUCT(CODE, STRUCT) (tree_contains_struct[(CODE)][(STRUCT)])
196 typedef struct GTY(()) alias_pair
370 struct GTY(()) tree_base {
414 struct GTY(()) tree_common {
415 struct tree_base base;
764 #define CONTAINS_STRUCT_CHECK(T, STRUCT) __extension__ \
766 if (tree_contains_struct[TREE_CODE(__t)][(STRUCT)] != 1) \
767 tree_contains_struct_check_failed (__t, (STRUCT), __FILE__, __LINE__, \
    [all...]
gimple.h 34 struct gimple_seq_node_d;
35 typedef struct gimple_seq_node_d *gimple_seq_node;
36 typedef const struct gimple_seq_node_d *const_gimple_seq_node;
45 #define DEFGSCODE(SYM, STRING, STRUCT) SYM,
133 struct GTY((chain_next ("%h.next"), chain_prev ("%h.prev"))) gimple_seq_node_d {
135 struct gimple_seq_node_d *prev;
136 struct gimple_seq_node_d *next;
140 struct GTY ((chain_next ("%h.next_free"))) gimple_seq_d {
258 typedef struct
275 struct GTY(()) gimple_statement_base
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1217 milliseconds

1 2