HomeSort by relevance Sort by last modified time
    Searched refs:STRUCT (Results 1 - 25 of 42) 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/chromium_org/third_party/angle_dx11/src/compiler/
glslang_tab.h 92 STRUCT = 293,
158 struct {
167 struct {
195 typedef struct YYLTYPE
glslang.l 127 "struct" { return STRUCT; }
270 struct yyguts_t* yyg = (struct yyguts_t*) yyscanner;
284 struct yyguts_t* yyg = (struct yyguts_t*) yyscanner;
glslang.y 57 struct {
66 struct {
126 %token <lex> STRUCT VOID_TYPE WHILE
    [all...]
glslang_lex.cpp 192 typedef struct yy_buffer_state *YY_BUFFER_STATE;
237 struct yy_buffer_state
389 /* This struct is not used in this scanner,
391 struct yy_trans_info
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 118 STRUCT = 336,
319 #define STRUCT 336
454 struct ast_type_qualifier type_qualifier;
473 struct {
478 struct {
496 typedef struct YYLTYPE
glsl_parser.cc 227 STRUCT = 336,
428 #define STRUCT 336
563 struct ast_type_qualifier type_qualifier;
582 struct {
587 struct {
603 typedef struct YYLTYPE
    [all...]
glsl_lexer.cc 179 typedef struct yy_buffer_state *YY_BUFFER_STATE;
211 struct yy_buffer_state
363 /* This struct is not used in this scanner,
365 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/libvpx/nestegg/src/
nestegg.c 138 struct ebml_binary {
143 struct ebml_list_node {
144 struct ebml_list_node * next;
149 struct ebml_list {
150 struct ebml_list_node * head;
151 struct ebml_list_node * tail;
154 struct ebml_type {
160 struct ebml_binary b;
167 struct ebml {
168 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/chromium_org/dbus/
message.h 79 STRUCT = DBUS_TYPE_STRUCT,
301 // Do the same for Struct and dict entry. They don't need the signature.
305 // Close the container for a array/variant/struct/dict entry.
values_util.cc 189 case Message::STRUCT: {
message.cc 198 case STRUCT: {
202 output += indent + "struct {\n";
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86masm.pl 122 XMMWORD STRUCT 16
  /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...]
  /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...]
  /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...]
  /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...]

Completed in 1990 milliseconds

1 2