Home
last modified time | relevance | path

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

123

/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/tensorflow/tensorflow/contrib/recurrent/python/ops/
Drecurrent.py68 def _Index(struct, index): argument
116 def _SeqLenDim(struct): argument
133 def _Flatten(struct): argument
181 def _EmptyLike(struct): argument
214 def _Dtypes(struct): argument
Dfunctional_rnn.py33 def _GetDTypesFromStructure(struct): argument
41 def _SetShapeFromTemplate(struct, struct_template): argument
/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/syzkaller/pkg/osutil/
Dosutil_unix.go70 func HandleInterrupts(shutdown chan struct{}) {
Dosutil_akaros.go13 func HandleInterrupts(shutdown chan struct{}) {
Dosutil_fuchsia.go14 func HandleInterrupts(shutdown chan struct{}) {
Dosutil_windows.go15 func HandleInterrupts(shutdown chan struct{}) {
/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.h37 OSALIGNLINE(struct) swr_query { in OSALIGNLINE() argument
/external/syzkaller/prog/
Dencoding_test.go17 func setToArray(s map[string]struct{}) []string {
/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
/external/syzkaller/syz-fuzzer/
Dworkqueue.go64 func newWorkQueue(procs int, needCandidates chan struct{}) *WorkQueue {

123