HomeSort by relevance Sort by last modified time
    Searched refs:toReturn (Results 1 - 23 of 23) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/
PrivateKeyImpl.java 51 byte[] toReturn = new byte[encoding.length];
52 System.arraycopy(encoding, 0, toReturn, 0, encoding.length);
54 return toReturn;
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/provider/
BytestreamsProvider.java 31 Bytestream toReturn = new Bytestream();
53 toReturn.setUsedHost(parser.getAttributeValue("", "jid"));
56 toReturn.setToActivate(parser.getAttributeValue("", "jid"));
62 toReturn.addStreamHost(JID, host);
65 toReturn.addStreamHost(JID, host, Integer.parseInt(port));
77 toReturn.setMode((Bytestream.Mode.fromName(mode)));
78 toReturn.setSessionID(id);
79 return toReturn;
  /libcore/support/src/test/java/tests/support/
Support_ASimpleOutputStream.java 91 byte[] toReturn = new byte[pos];
92 System.arraycopy(buf, 0, toReturn, 0, pos);
93 return toReturn;
Support_ASimpleWriter.java 72 byte[] toReturn = new byte[pos];
73 System.arraycopy(buf, 0, toReturn, 0, pos);
74 return toReturn;
Support_OutputStream.java 94 byte[] toReturn = new byte[position];
95 System.arraycopy(buffer, 0, toReturn, 0, position);
96 return toReturn;
  /external/mockito/src/org/mockito/stubbing/
DeprecatedOngoingStubbing.java 14 * stub(mock.someMethod()).toReturn(10);
17 * stub(mock.someMethod(<b>anyString()</b>)).toReturn(10);
23 * //Last stubbing (e.g: toReturn("foo")) determines the behavior for further consecutive calls.
26 * .toReturn("foo");
37 * stub(mock.someMethod()).toReturn(10);
46 DeprecatedOngoingStubbing<T> toReturn(T value);
VoidMethodStubbable.java 16 * //Last stubbing (e.g: toReturn()) determines the behavior for further consecutive calls.
19 * .toReturn()
53 * .toReturn()
67 VoidMethodStubbable<T> toReturn();
  /external/mockito/src/org/mockito/internal/stubbing/
VoidMethodStubbableImpl.java 26 public VoidMethodStubbable<T> toReturn() {
BaseStubbing.java 72 public DeprecatedOngoingStubbing<T> toReturn(T value) {
  /external/icu4c/i18n/
coleitr.cpp 453 coliter->toReturn = coliter->extendCEs +
454 (othercoliter->toReturn - othercoliter->extendCEs);
461 coliter->toReturn = coliter->CEs +
462 (othercoliter->toReturn - othercoliter->CEs);
ucol_imp.h 283 uint32_t *toReturn; /* This is the CE from CEs buffer that should be returned */
463 (s)->CEpos = (s)->toReturn = (s)->CEs; \
657 #define getExpansionPrefix(coleiter) ((coleiter)->iteratordata_.toReturn - (coleiter)->iteratordata_.CEs)
659 #define getExpansionSuffix(coleiter) ((coleiter)->iteratordata_.CEpos - (coleiter)->iteratordata_.toReturn)
660 #define setExpansionSuffix(coleiter, offset) ((coleiter)->iteratordata_.toReturn = (coleiter)->iteratordata_.CEpos - leftoverces)
    [all...]
ucol.cpp 133 (s)->CEpos = (s)->toReturn = (s)->CEs;
    [all...]
ucoleitr.cpp 375 ci->CEpos = ci->toReturn = ci->CEs;
739 ci->CEpos = ci->toReturn = ci->CEs;
usearch.cpp 56 ci->CEpos = ci->toReturn = ci->extendCEs ? ci->extendCEs : ci->CEs;
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataTest.java 385 ContentValues[] toReturn = new ContentValues[cv.size()];
387 toReturn[i] = cv.get(i);
389 return toReturn;
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorCPP.pm 837 my $toReturn = $needsCustom{"NodeToReturn"};
841 push(@functionContent, " return $toReturn;\n");
846 push(@functionContent, " return $toReturn;\n");
    [all...]
CodeGeneratorObjC.pm     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/zxing/core/
core.jar 

Completed in 872 milliseconds