Home
last modified time | relevance | path

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

12

/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DSerializationTest.java31 private static void assertThrowsSerializationException(Struct struct) { in assertThrowsSerializationException()
47 Struct2 struct = new Struct2(); in testHandle() local
62 Struct3 struct = new Struct3(); in testStructPointer() local
78 Struct4 struct = new Struct4(); in testStructArray() local
98 Struct5 struct = new Struct5(); in testFixedSizeArray() local
120 Struct6 struct = new Struct6(); in testString() local
136 StructOfNullables struct = new StructOfNullables(); in testNullableFields() local
168 StructOfNullables struct = new StructOfNullables(); in testByteBufferSerializationWithHandles() local
DBindingsVersioningTest.java45 MultiVersionStruct struct = new MultiVersionStruct(); in newStruct() local
157 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()
DKeepProcessor.java62 public boolean process(EntryStruct struct) throws IOException { in process()
DMainProcessor.java103 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/tensorflow/tensorflow/python/ops/structured/
Dstructured_tensor_slice_test.py156 def _TestGetItem(self, struct, slice_spec, expected): argument
/external/python/cpython2/Tools/framer/framer/
Dmember.py44 def register(self, name, struct): argument
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dpack.py118 def __init__(self, struct): argument
Dtranslate.py300 def _StructField(module, parsed_field, struct): argument
/external/python/cffi/doc/source/
Doverview.rst185 .. _struct: http://docs.python.org/library/struct.html target
/external/libchrome/mojo/public/tools/bindings/generators/
Dmojom_cpp_generator.py164 def ShouldInlineStruct(struct): argument
761 def _ContainsMoveOnlyMembers(self, struct): argument
767 def _GetStructConstructors(self, struct): argument
/external/protobuf/src/google/protobuf/util/internal/testdata/
Danys.proto78 google.protobuf.Struct struct = 2; field
Dstruct.proto80 google.protobuf.Struct struct = 1; field
/external/e2fsprogs/lib/ext2fs/
Ddosio.c84 #define EXT2_CHECK_MAGIC(struct, code) \ argument
/external/tensorflow/tensorflow/python/keras/engine/
Dcompile_utils.py465 def map_to_output_names(y_pred, output_names, struct): argument

12