/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/ |
D | SerializationTest.java | 31 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
|
D | BindingsVersioningTest.java | 45 MultiVersionStruct struct = new MultiVersionStruct(); in newStruct() local 157 MultiVersionStruct struct = newStruct(); in testNewToOld() local
|
/external/tensorflow/tensorflow/contrib/recurrent/python/ops/ |
D | recurrent.py | 68 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
|
D | functional_rnn.py | 33 def _GetDTypesFromStructure(struct): argument 41 def _SetShapeFromTemplate(struct, struct_template): argument
|
/external/jarjar/src/main/com/tonicsystems/jarjar/util/ |
D | JarProcessor.java | 34 boolean process(EntryStruct struct) throws IOException; in process()
|
D | JarProcessorChain.java | 35 public boolean process(EntryStruct struct) throws IOException in process()
|
D | JarTransformer.java | 26 public boolean process(EntryStruct struct) throws IOException { in process()
|
D | StandaloneJarProcessor.java | 36 EntryStruct struct = new EntryStruct(); in run() local
|
D | AntJarProcessor.java | 30 private EntryStruct struct = new EntryStruct(); field in AntJarProcessor
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
D | ResourceProcessor.java | 31 public boolean process(EntryStruct struct) throws IOException { in process()
|
D | ManifestProcessor.java | 34 public boolean process(EntryStruct struct) throws IOException { in process()
|
D | ExcludeProcessor.java | 33 public boolean process(EntryStruct struct) throws IOException { in process()
|
D | ZapProcessor.java | 31 public boolean process(EntryStruct struct) throws IOException { in process()
|
D | MainProcessor.java | 90 public boolean process(EntryStruct struct) throws IOException { in process()
|
D | KeepProcessor.java | 62 public boolean process(EntryStruct struct) throws IOException { in process()
|
/external/python/cpython2/Tools/framer/ |
D | example.py | 42 struct = """\ variable in cStringIO.InputType 103 struct = """\ variable in cStringIO.OutputType
|
/external/syzkaller/pkg/osutil/ |
D | osutil_unix.go | 70 func HandleInterrupts(shutdown chan struct{}) {
|
D | osutil_akaros.go | 13 func HandleInterrupts(shutdown chan struct{}) {
|
D | osutil_fuchsia.go | 14 func HandleInterrupts(shutdown chan struct{}) {
|
D | osutil_windows.go | 15 func HandleInterrupts(shutdown chan struct{}) {
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_query.h | 37 OSALIGNLINE(struct) swr_query { in OSALIGNLINE() argument
|
/external/syzkaller/prog/ |
D | encoding_test.go | 17 func setToArray(s map[string]struct{}) []string {
|
/external/python/cpython2/Tools/framer/framer/ |
D | member.py | 44 def register(self, name, struct): argument
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
D | pack.py | 118 def __init__(self, struct): argument
|
/external/syzkaller/syz-fuzzer/ |
D | workqueue.go | 64 func newWorkQueue(procs int, needCandidates chan struct{}) *WorkQueue {
|