/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;
|
/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/icu4c/i18n/ |
coleitr.cpp | 451 coliter->toReturn = coliter->extendCEs + 452 (othercoliter->toReturn - othercoliter->extendCEs); 459 coliter->toReturn = coliter->CEs + 460 (othercoliter->toReturn - othercoliter->CEs);
|
ucol_imp.h | 285 uint32_t *toReturn; /* This is the CE from CEs buffer that should be returned */ 465 (s)->CEpos = (s)->toReturn = (s)->CEs; \ 641 #define getExpansionPrefix(coleiter) ((coleiter)->iteratordata_.toReturn - (coleiter)->iteratordata_.CEs) 643 #define getExpansionSuffix(coleiter) ((coleiter)->iteratordata_.CEpos - (coleiter)->iteratordata_.toReturn) 644 #define setExpansionSuffix(coleiter, offset) ((coleiter)->iteratordata_.toReturn = (coleiter)->iteratordata_.CEpos - leftoverces) [all...] |
ucol.cpp | 116 (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...] |
/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...] |