Home
last modified time | relevance | path

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

12

/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
DSerializationTest.java28 private static void assertThrowsSerializationException(Struct struct) { in assertThrowsSerializationException()
43 Struct2 struct = new Struct2(); in testHandle() local
57 Struct3 struct = new Struct3(); in testStructPointer() local
72 Struct4 struct = new Struct4(); in testStructArray() local
91 Struct5 struct = new Struct5(); in testFixedSizeArray() local
112 Struct6 struct = new Struct6(); in testString() local
127 StructOfNullables struct = new StructOfNullables(); in testNullableFields() local
157 StructOfNullables struct = new StructOfNullables(); in testByteBufferSerializationWithHandles() 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/python/cpython2/Tools/framer/
Dexample.py42 struct = """\ variable in cStringIO.InputType
103 struct = """\ variable in cStringIO.OutputType
/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.h37 OSALIGNLINE(struct) swr_query { in OSALIGNLINE() argument
/external/libmojo/mojo/public/tools/bindings/generators/
Dmojom_cpp_generator.py488 def ShouldInlineStruct(struct): argument
497 def ContainsMoveOnlyMembers(struct): argument
531 def GetStructConstructors(struct): argument
/external/python/cpython2/Tools/framer/framer/
Dmember.py44 def register(self, name, struct): argument
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dpack.py117 def __init__(self, struct): argument
Dgenerator.py95 def _AddStructComputedData(self, exported, struct): argument
Dtranslate.py319 def _StructField(module, parsed_field, 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/python/cpython2/Demo/rpc/
Dxdr.py7 struct = None variable
/external/protobuf/src/google/protobuf/util/internal/testdata/
Ddefault_value.proto99 google.protobuf.Struct struct = 1; field

12