/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/ |
D | AwtMouseInput.java | 217 public void mouseClicked(MouseEvent arg0) { in mouseClicked() argument 222 public void mousePressed(MouseEvent arg0) { in mousePressed() argument 223 …ouseButtonEvent evt = new MouseButtonEvent(getJMEButtonIndex(arg0), true, arg0.getX(), arg0.getY()… in mousePressed() 224 evt.setTime(arg0.getWhen()); in mousePressed() 230 public void mouseReleased(MouseEvent arg0) { in mouseReleased() argument 231 …ouseButtonEvent evt = new MouseButtonEvent(getJMEButtonIndex(arg0), false, arg0.getX(), arg0.getY(… in mouseReleased() 232 evt.setTime(arg0.getWhen()); in mouseReleased() 238 public void mouseEntered(MouseEvent arg0) { in mouseEntered() argument 240 recenterMouse(arg0.getComponent()); in mouseEntered() 243 public void mouseExited(MouseEvent arg0) { in mouseExited() argument [all …]
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_DummyPKCS12Keystore.java | 43 public Key engineGetKey(String arg0, char[] arg1) in engineGetKey() argument 49 public Certificate[] engineGetCertificateChain(String arg0) { in engineGetCertificateChain() argument 54 public Certificate engineGetCertificate(String arg0) { in engineGetCertificate() argument 59 public Date engineGetCreationDate(String arg0) { in engineGetCreationDate() argument 64 public void engineSetKeyEntry(String arg0, Key arg1, char[] arg2, in engineSetKeyEntry() argument 69 public void engineSetKeyEntry(String arg0, byte[] arg1, Certificate[] arg2) in engineSetKeyEntry() argument 74 public void engineSetCertificateEntry(String arg0, Certificate arg1) in engineSetCertificateEntry() argument 79 public void engineDeleteEntry(String arg0) throws KeyStoreException { in engineDeleteEntry() argument 88 public boolean engineContainsAlias(String arg0) { in engineContainsAlias() argument 98 public boolean engineIsKeyEntry(String arg0) { in engineIsKeyEntry() argument [all …]
|
/external/clang/test/CodeGenObjC/ |
D | messages-2.m | 19 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… 23 +(void) printThisSize: (MySize) arg0; 26 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… 30 -(void) printThisSize: (MySize) arg0; 37 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… 39 arg0, arg1, arg2, arg3.x, arg3.y); 51 +(void) printThisSize: (MySize) arg0 { 53 arg0.width, arg0.height); 60 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… 62 arg0, arg1, arg2, arg3.x, arg3.y); [all …]
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
D | MockDatagramChannel.java | 29 public MockDatagramChannel(SelectorProvider arg0) { in MockDatagramChannel() argument 30 super(arg0); in MockDatagramChannel() 41 public DatagramChannel connect(SocketAddress arg0) throws IOException { in connect() argument 49 public SocketAddress receive(ByteBuffer arg0) throws IOException { in receive() argument 53 public int send(ByteBuffer arg0, SocketAddress arg1) throws IOException { in send() argument 57 public int read(ByteBuffer arg0) throws IOException { in read() argument 61 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { in read() argument 65 public int write(ByteBuffer arg0) throws IOException { in write() argument 69 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { in write() argument 77 protected void implConfigureBlocking(boolean arg0) throws IOException { in implConfigureBlocking() argument
|
D | MockSocketChannel.java | 29 protected MockSocketChannel(SelectorProvider arg0) { in MockSocketChannel() argument 30 super(arg0); in MockSocketChannel() 45 public boolean connect(SocketAddress arg0) throws IOException { in connect() argument 53 public int read(ByteBuffer arg0) throws IOException { in read() argument 57 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { in read() argument 61 public int write(ByteBuffer arg0) throws IOException { in write() argument 65 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { in write() argument 72 protected void implConfigureBlocking(boolean arg0) throws IOException { in implConfigureBlocking() argument
|
D | MockServerSocketChannel.java | 28 protected MockServerSocketChannel(SelectorProvider arg0) { in MockServerSocketChannel() argument 29 super(arg0); in MockServerSocketChannel() 43 protected void implConfigureBlocking(boolean arg0) throws IOException { in implConfigureBlocking() argument
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
D | vms-code.c | 103 static char *fix_arg0( arg0 ) in fix_arg0() argument 104 const char *arg0; in fix_arg0() 108 if (arg0) { 110 if ((p = strrchr(arg0, ':')) != 0) /* device punctuation */ 111 arg0 = p + 1; 112 if ((p = strrchr(arg0, ']')) != 0) /* directory punctuation */ 113 arg0 = p + 1; 114 if ((p = strrchr(arg0, '>')) != 0) /* alternate dir punct */ 115 arg0 = p + 1; 117 if (!arg0 || !*arg0) [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToTextSAXHandler.java | 60 public void endElement(String arg0, String arg1, String arg2) in endElement() argument 199 String arg0, in attributeDecl() argument 211 public void elementDecl(String arg0, String arg1) throws SAXException in elementDecl() argument 218 public void externalEntityDecl(String arg0, String arg1, String arg2) in externalEntityDecl() argument 226 public void internalEntityDecl(String arg0, String arg1) in internalEntityDecl() argument 234 public void endPrefixMapping(String arg0) throws SAXException in endPrefixMapping() argument 241 public void ignorableWhitespace(char[] arg0, int arg1, int arg2) in ignorableWhitespace() argument 250 public void processingInstruction(String arg0, String arg1) in processingInstruction() argument 254 super.fireEscapingEvent(arg0, arg1); in processingInstruction() 260 public void setDocumentLocator(Locator arg0) in setDocumentLocator() argument [all …]
|
D | ToXMLSAXHandler.java | 141 String arg0, in attributeDecl() argument 153 public void elementDecl(String arg0, String arg1) throws SAXException in elementDecl() argument 160 public void externalEntityDecl(String arg0, String arg1, String arg2) in externalEntityDecl() argument 168 public void internalEntityDecl(String arg0, String arg1) in internalEntityDecl() argument 290 public void ignorableWhitespace(char[] arg0, int arg1, int arg2) in ignorableWhitespace() argument 293 m_saxHandler.ignorableWhitespace(arg0,arg1,arg2); in ignorableWhitespace() 299 public void setDocumentLocator(Locator arg0) in setDocumentLocator() argument 301 m_saxHandler.setDocumentLocator(arg0); in setDocumentLocator() 307 public void skippedEntity(String arg0) throws SAXException in skippedEntity() argument 309 m_saxHandler.skippedEntity(arg0); in skippedEntity() [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/ |
D | UnsupportedCollisionException.java | 44 public UnsupportedCollisionException(Throwable arg0) { in UnsupportedCollisionException() argument 45 super(arg0); in UnsupportedCollisionException() 48 public UnsupportedCollisionException(String arg0, Throwable arg1) { in UnsupportedCollisionException() argument 49 super(arg0, arg1); in UnsupportedCollisionException() 52 public UnsupportedCollisionException(String arg0) { in UnsupportedCollisionException() argument 53 super(arg0); in UnsupportedCollisionException()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/ |
D | I18nException.java | 10 public I18nException(String arg0, Throwable arg1) { in I18nException() argument 11 super(arg0, arg1); in I18nException() 14 public I18nException(String arg0) { in I18nException() argument 15 super(arg0); in I18nException() 18 public I18nException(Throwable arg0) { in I18nException() argument 19 super(arg0); in I18nException()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore3Test.java | 206 public boolean engineContainsAlias(String arg0) { in engineContainsAlias() argument 210 public void engineDeleteEntry(String arg0) throws KeyStoreException { in engineDeleteEntry() argument 213 public Certificate engineGetCertificate(String arg0) { in engineGetCertificate() argument 217 public String engineGetCertificateAlias(Certificate arg0) { in engineGetCertificateAlias() argument 221 public Certificate[] engineGetCertificateChain(String arg0) { in engineGetCertificateChain() argument 225 public Date engineGetCreationDate(String arg0) { in engineGetCreationDate() argument 229 public Key engineGetKey(String arg0, char[] arg1) in engineGetKey() argument 234 public boolean engineIsCertificateEntry(String arg0) { in engineIsCertificateEntry() argument 238 public boolean engineIsKeyEntry(String arg0) { in engineIsKeyEntry() argument 242 public void engineLoad(InputStream arg0, char[] arg1) in engineLoad() argument [all …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | RefSortedMap.java | 306 public boolean containsKey(Object arg0) { 307 return bsearch(arg0) >= 0; 310 public boolean containsValue(Object arg0) { 312 if (arg0.equals(v)) { 320 public V get(Object arg0) { 321 int idx = bsearch(arg0); 329 public V put(K arg0, V arg1) { 331 int idx = bsearch(arg0); 335 entries.add(-idx -1, new MapEntry<K, V>(arg0, arg1)); 339 public void putAll(Map<? extends K, ? extends V> arg0) { [all …]
|
/external/qemu/tcg/sparc/ |
D | tcg-target.c | 751 int addr_reg, data_reg, arg0, arg1, arg2, mem_index, s_bits; in tcg_out_qemu_ld() local 761 arg0 = TCG_REG_O0; in tcg_out_qemu_ld() 770 tcg_out_arithi(s, arg0, addr_reg, TARGET_PAGE_MASK | ((1 << s_bits) - 1), in tcg_out_qemu_ld() 788 tcg_out_arith(s, TCG_REG_G0, arg0, arg2, ARITH_SUBCC); in tcg_out_qemu_ld() 798 tcg_out_mov(s, TCG_TYPE_PTR, arg0, addr_reg); in tcg_out_qemu_ld() 822 tcg_out_arithi(s, data_reg, arg0, (int)sizeof(tcg_target_long) * 8 - 8, in tcg_out_qemu_ld() 830 tcg_out_arithi(s, data_reg, arg0, in tcg_out_qemu_ld() 838 tcg_out_arithi(s, data_reg, arg0, 32, HOST_SLL_OP); in tcg_out_qemu_ld() 848 tcg_out_mov(s, TCG_TYPE_REG, data_reg, arg0); in tcg_out_qemu_ld() 880 tcg_out_arith(s, arg0, addr_reg, TCG_REG_I5, ARITH_AND); in tcg_out_qemu_ld() [all …]
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ContentProviderTest.java | 24 public int delete(Uri arg0, String arg1, String[] arg2) { in delete() argument 29 public String getType(Uri arg0) { in getType() argument 34 public Uri insert(Uri arg0, ContentValues arg1) { in insert() argument 44 public Cursor query(Uri arg0, String[] arg1, String arg2, in query() argument 50 public int update(Uri arg0, ContentValues arg1, String arg2, in update() argument
|
/external/clang/test/SemaObjC/ |
D | qualified-protocol-method-conflicts.m | 5 -(void) setX: (int) arg0; // expected-note {{previous declaration is here}} 10 -(void) setX: (float) arg0; // expected-note 2 {{previous declaration is here}} 18 -(void) setX: (int) arg0 { } // expected-warning {{conflicting parameter types in declaration of 's… 26 -(void) setX: (float) arg0 { } // expected-warning {{conflicting parameter types in declaration of … 37 -(void) setX: (int) arg0 { } // expected-warning {{conflicting parameter types in declaration of 's…
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/spi/ |
D | MockAbstractSelector.java | 32 public MockAbstractSelector(SelectorProvider arg0) { in MockAbstractSelector() argument 33 super(arg0); in MockAbstractSelector() 48 protected SelectionKey register(AbstractSelectableChannel arg0, int arg1, in register() argument 77 public int select(long arg0) throws IOException { in select() argument
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | MockEnum.java | 46 public boolean equals(Object arg0) { in equals() argument 47 if (!(arg0 instanceof MockEnum)) { in equals() 50 MockEnum test = (MockEnum) arg0; in equals()
|
D | MockEnum2.java | 49 public boolean equals(Object arg0) { in equals() argument 50 if (!(arg0 instanceof MockEnum2)) { in equals() 53 MockEnum2 test = (MockEnum2) arg0; in equals()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | substitute.cc | 55 const SubstituteArg& arg0, const SubstituteArg& arg1, in Substitute() argument 61 SubstituteAndAppend(&result, format, arg0, arg1, arg2, arg3, arg4, in Substitute() 68 const SubstituteArg& arg0, const SubstituteArg& arg1, in SubstituteAndAppend() argument 74 &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9, NULL in SubstituteAndAppend()
|
/external/clang/test/SemaObjCXX/ |
D | arc-objc-lifetime.mm | 50 - (void) MMM : (NSObject*) arg0 : (NSObject<P>*&)arg : (id) arg1 : (id<P>&) arg2 {} // expected-war… 52 - (void) MM : (NSObject*) arg0 : (__strong NSObject**)arg : (id) arg1 : (__strong id*) arg2 {} 53 - (void) M : (NSObject**)arg0 : (id*)arg {} // expected-warning {{method parameter of type 'NSObjec… 55 - (void) N : (__strong NSObject***) arg0 : (__strong NSObject<P>***)arg : (float**) arg1 : (double)… 56 - (void) BLOCK : (T&) arg0 : (T)arg : (__strong T*) arg1 {} // expected-warning {{method parameter…
|
/external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/ |
D | CharsetEncoderTest.java | 91 public MockCharsetEncoderForHarmony491(Charset arg0, float arg1, in MockCharsetEncoderForHarmony491() argument 93 super(arg0, arg1, arg2); in MockCharsetEncoderForHarmony491() 96 protected CoderResult encodeLoop(CharBuffer arg0, ByteBuffer arg1) { in encodeLoop() argument 100 public boolean isLegalReplacement(byte[] arg0) { in isLegalReplacement() argument
|
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/ |
D | UTF16CharsetTest.java | 27 public UTF16CharsetTest(String arg0) { in UTF16CharsetTest() argument 28 super(arg0, "UTF-16", new String[] { "UTF_16" }, true, true); in UTF16CharsetTest()
|
/external/robolectric/src/main/java/android/os/ |
D | TestVibrator.java | 17 public void vibrate(long arg0) { in vibrate() argument 22 public void vibrate(long[] arg0, int arg1) { in vibrate() argument
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 708 public void glBindBuffer(int arg0, int arg1) { in glBindBuffer() argument 709 ((GL11)mGL).glBindBuffer(arg0, arg1); in glBindBuffer() 713 public void glBufferData(int arg0, int arg1, Buffer arg2, int arg3) { in glBufferData() argument 714 ((GL11)mGL).glBufferData(arg0, arg1, arg2, arg3); in glBufferData() 718 public void glBufferSubData(int arg0, int arg1, int arg2, Buffer arg3) { in glBufferSubData() argument 719 ((GL11)mGL).glBufferSubData(arg0, arg1, arg2, arg3); in glBufferSubData() 723 public void glClipPlanef(int arg0, FloatBuffer arg1) { in glClipPlanef() argument 724 ((GL11)mGL).glClipPlanef(arg0, arg1); in glClipPlanef() 728 public void glClipPlanef(int arg0, float[] arg1, int arg2) { in glClipPlanef() argument 729 ((GL11)mGL).glClipPlanef(arg0, arg1, arg2); in glClipPlanef() [all …]
|