Home
last modified time | relevance | path

Searched defs:struct (Results 1 – 25 of 38) sorted by relevance

12

/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
DSerializationTest.java26 private static void assertThrowsSerializationException(Struct struct) { in assertThrowsSerializationException()
41 Struct2 struct = new Struct2(); in testHandle() local
55 Struct3 struct = new Struct3(); in testStructPointer() local
70 Struct4 struct = new Struct4(); in testStructArray() local
89 Struct5 struct = new Struct5(); in testFixedSizeArray() local
110 Struct6 struct = new Struct6(); in testString() local
125 StructOfNullables struct = new StructOfNullables(); in testNullableFields() local
DBindingsVersioningTest.java35 MultiVersionStruct struct = new MultiVersionStruct(); in newStruct() local
145 MultiVersionStruct struct = newStruct(); in testNewToOld() local
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DJarProcessor.java34 boolean process(EntryStruct struct) throws IOException; in process()
DJarProcessorChain.java35 public boolean process(EntryStruct struct) throws IOException in process()
DJarTransformer.java26 public boolean process(EntryStruct struct) throws IOException { in process()
DStandaloneJarProcessor.java36 EntryStruct struct = new EntryStruct(); in run() local
DAntJarProcessor.java30 private EntryStruct struct = new EntryStruct(); field in AntJarProcessor
/external/jarjar/src/main/com/tonicsystems/jarjar/
DResourceProcessor.java31 public boolean process(EntryStruct struct) throws IOException { in process()
DManifestProcessor.java34 public boolean process(EntryStruct struct) throws IOException { in process()
DExcludeProcessor.java33 public boolean process(EntryStruct struct) throws IOException { in process()
DZapProcessor.java31 public boolean process(EntryStruct struct) throws IOException { in process()
DMainProcessor.java90 public boolean process(EntryStruct struct) throws IOException { in process()
DKeepProcessor.java62 public boolean process(EntryStruct struct) throws IOException { in process()
/external/vulkan-validation-layers/
Dvk_helper.py676 def _get_func_name(self, struct, mid_str): argument
679 def _get_sh_func_name(self, struct): argument
682 def _get_vh_func_name(self, struct): argument
685 def _get_size_helper_func_name(self, struct): argument
1572 def _getSafeStructName(self, struct): argument
1911 def _get_gv_func_name(self, struct): argument
/external/libmojo/mojo/public/js/
Dunion_unittests.js43 function structEncodeDecode(struct) { argument
133 function structValidate(struct) { argument
Dstruct_unittests.js99 function structEncodeDecode(struct) { argument
/external/libmojo/mojo/edk/js/test/
Drun_js_tests.cc53 TEST(JSTest, struct) { in TEST() argument
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Ddata.py198 def StructToData(struct): argument
265 def StructFieldFromData(module, data, struct): argument
Dpack.py117 def __init__(self, struct): argument
Dgenerator.py91 def _AddStructComputedData(self, exported, struct): argument
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
Dtranslate.py120 def StructToDict(struct): argument
/external/e2fsprogs/lib/ext2fs/
Ddosio.c84 #define EXT2_CHECK_MAGIC(struct, code) \ argument
Dinode_io.c31 #define EXT2_CHECK_MAGIC(struct, code) \ argument
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp84 #define struct macro
/external/protobuf/src/google/protobuf/util/internal/testdata/
Ddefault_value.proto99 google.protobuf.Struct struct = 1; field

12