HomeSort by relevance Sort by last modified time
    Searched full:structs (Results 1 - 25 of 1133) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/tests/F_float3_v13/
stderr.txt.expect 1 float3_v13.rs:9:10: error: structs containing vectors of dimension 3 cannot be exported at this API level: 'myStruct'
  /external/clang/test/Parser/
struct-recursion.c 5 // mutually recursive structs
  /external/chromium_org/ppapi/c/dev/
pp_optional_structs_dev.h 17 * This file defines optional structs for primitive types.
22 * @addtogroup Structs
pp_video_capture_dev.h 16 * Structs for dealing with video capture.
21 * @addtogroup Structs
  /external/clang/test/SemaObjC/
attr-ns-bridged.m 5 void test0func(void) __attribute__((ns_bridged)); // expected-error {{'ns_bridged' attribute only applies to structs}}
7 union __attribute__((ns_bridged)) test0u; // expected-error {{'ns_bridged' attribute only applies to structs}}
  /external/chromium_org/ppapi/api/dev/
pp_optional_structs_dev.idl 7 * This file defines optional structs for primitive types.
pp_video_capture_dev.idl 7 * Structs for dealing with video capture.
  /external/clang/test/SemaCXX/
anonymous-struct.cpp 7 struct { // expected-error {{anonymous structs and classes must be class members}}
  /external/llvm/test/Verifier/
2006-07-11-StoreStruct.ll 5 ; This previously was for PR826, but structs are now first-class so
  /external/clang/test/CodeGen/
le32-arguments.c 12 // Structs should be passed byval and not split up
19 // Structs should be returned sret and not simplified by the frontend
50 // Unions should be passed as byval structs
59 // Bitfields should be passed as byval structs
sanitize-init-order.cpp 21 // Check that ASan init-order checking ignores structs with trivial default
arm-pnaclcall.c 22 // Unions should be passed as byval structs
31 // Bitfields should be passed as byval structs
  /external/clang/test/Sema/
anonymous-struct-union-c11.c 9 struct { // expected-warning{{anonymous structs are a C11 extension}}
offsetof-64.c 4 // Don't crash when taking computing the offset of structs with large arrays.
  /external/chromium_org/ppapi/generators/test_cgen/
structs.h 7 /* From test_cgen/structs.idl modified Wed Nov 21 11:02:50 2012. */
45 * @addtogroup Structs
76 * @addtogroup Structs
interface.h 28 * @addtogroup Structs
74 * @addtogroup Structs
  /external/clang/test/Analysis/
cxx-crashes.cpp 69 struct { int x; } structs[n]; local
70 structs[0].x = 1;
71 clang_analyzer_eval(structs[0].x == 1); // expected-warning{{TRUE}}
misc-ps-arm.m 4 // <rdar://problem/11405978> - Handle casts of vectors to structs, and loading
  /external/chromium_org/mojo/public/bindings/generators/
mojom_test.py 95 len(module1.structs) != len(module2.structs) or \
98 for i in range(len(module1.structs)):
99 if not KindsAreEqual(module1.structs[i], module2.structs[i]):
129 errors += EXPECT_EQ(1, len(module.structs))
130 errors += EXPECT_EQ('teststruct', module.structs[0].name)
131 errors += EXPECT_EQ(2, len(module.structs[0].fields))
132 errors += EXPECT_EQ('testfield1', module.structs[0].fields[0].name)
133 errors += EXPECT_EQ(mojom.INT32, module.structs[0].fields[0].kind
    [all...]
  /external/chromium_org/mojo/public/tests/
sample_factory.mojom 8 // to methods as well as fields on structs.
  /external/chromium_org/ppapi/c/
pp_directory_entry.h 24 * @addtogroup Structs
  /external/chromium_org/ppapi/tests/
test_struct_sizes.c 7 * stable. Only structs that have architecture-dependent size are checked by
8 * this test. These structs use at least one type which differs in size between
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_core.h 26 * This file holds structs decelerations and function prototypes for one of
30 * The structs what is returned from the demarshal functions. The functions
35 * Structs and functions ending with _reply are replies to requests.
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_core.h 26 * This file holds structs decelerations and function prototypes for one of
30 * The structs what is returned from the demarshal functions. The functions
35 * Structs and functions ending with _reply are replies to requests.
  /external/chromium_org/gin/public/
wrapper_info.h 14 // Gin embedder that use their own WrapperInfo-like structs must ensure that

Completed in 2314 milliseconds

1 2 3 4 5 6 7 8 91011>>