HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 101 - 125 of 14121) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/tools/signature-tools/src/signature/compare/model/impl/
SigClassReferenceDelta.java 10 * Unless required by applicable law or agreed to in writing, software
25 public SigClassReferenceDelta(IClassReference from, IClassReference to) {
26 super(from, to);
SigConstructorDelta.java 10 * Unless required by applicable law or agreed to in writing, software
25 public SigConstructorDelta(IConstructor from, IConstructor to) {
26 super(from, to);
SigFieldDelta.java 10 * Unless required by applicable law or agreed to in writing, software
25 public SigFieldDelta(IField from, IField to) {
26 super(from, to);
SigGenericDeclarationDelta.java 10 * Unless required by applicable law or agreed to in writing, software
26 IGenericDeclaration to) {
27 super(from, to);
SigModifierDelta.java 10 * Unless required by applicable law or agreed to in writing, software
25 public SigModifierDelta(Modifier from, Modifier to) {
26 super(from, to);
SigPrimitiveTypeDelta.java 10 * Unless required by applicable law or agreed to in writing, software
25 public SigPrimitiveTypeDelta(IPrimitiveType from, IPrimitiveType to) {
26 super(from, to);
SigTypeDefinitionDelta.java 10 * Unless required by applicable law or agreed to in writing, software
25 public SigTypeDefinitionDelta(T from, T to) {
26 super(from, to);
SigTypeDelta.java 10 * Unless required by applicable law or agreed to in writing, software
25 public SigTypeDelta(T from, T to) {
26 super(from, to);
  /dalvik/dx/tests/077-dex-code-alignment/
run 11 # Unless required by applicable law or agreed to in writing, software
19 # The awk script below attempts to filter out everything but the
24 dx --debug --dex --positions=none --no-locals --dump-to=- *.class | awk '
  /external/chromium_org/components/enhanced_bookmarks/
image_store.cc 15 void ImageStore::ChangeImageURL(const GURL& from, const GURL& to) {
23 Insert(to, image_info.second, image_info.first);
  /external/chromium_org/third_party/WebKit/ManualTests/
timeout-test.php 3 ?>This content took 10m10s to deliver. Congratulations, you didn't time out!
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_null.c 25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
40 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
45 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
66 * It is designed to allow some RSA functions to work while stopping those
73 unsigned char *to, RSA *rsa,int padding);
75 unsigned char *to, RSA *rsa,int padding);
77 unsigned char *to, RSA *rsa,int padding);
79 unsigned char *to, RSA *rsa,int padding);
108 unsigned char *to, RSA *rsa, int padding
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
messages.properties 14 standardError = Standard error on this test is {0} (should be less than {1} to become reliable!)
  /external/jarjar/src/main/com/tonicsystems/jarjar/
TextDepHandler.java 10 * Unless required by applicable law or agreed to in writing, software
31 protected void handle(String from, String to) throws IOException {
32 w.println(from + " -> " + to);
  /external/linux-tools-perf/perf-3.12.0/arch/frv/lib/
memcpy.S 18 # void *memcpy(void *to, const char *from, size_t count)
21 # to caller's fixup routine, aborting the remainder of the copy
32 # optimise based on best common alignment for to, from & count
102 # copy to/from userspace
116 # abuse memcpy to do the dirty work
  /external/llvm/test/MC/AsmParser/
dot-symbol.s 1 # Historically 'as' treats '.' as a reference to the current location in
  /external/mockito/src/org/mockito/internal/util/reflection/
FieldCopier.java 11 public <T> void copyValue(T from, T to, Field field) throws IllegalAccessException {
13 field.set(to, value);
  /external/openssl/crypto/rsa/
rsa_null.c 25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
40 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
45 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
66 * It is designed to allow some RSA functions to work while stopping those
73 unsigned char *to, RSA *rsa,int padding);
75 unsigned char *to, RSA *rsa,int padding);
77 unsigned char *to, RSA *rsa,int padding);
79 unsigned char *to, RSA *rsa,int padding);
108 unsigned char *to, RSA *rsa, int padding
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcmain_pic.stderrB.exp 2 vgdb-error value changed from 0 to 999999
nlcontrolc.stderr.exp 7 Brussels ready to sleep and/or burn
8 London ready to sleep and/or burn
9 Petaouchnok ready to sleep and/or burn
10 main ready to sleep and/or burn
nlpasssigalrm.stderrB.exp 2 vgdb-error value changed from 0 to 999999
nlsigvgdb.stderr.exp 6 Reset valgrind output to log (orderly_finish)
  /frameworks/base/core/tests/overlaytests/
Android.mk 1 # Dummy makefile to halt recursive directory traversal.
  /packages/apps/Calendar/src/com/android/calendar/alerts/
NotificationMgr.java 10 * Unless required by applicable law or agreed to in writing, software
27 * might post notifications and we don't want to affect those.
36 public void cancelAllBetween(int from, int to) {
37 for (int i = from; i <= to; i++) {
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
FloatAnimation.java 10 * Unless required by applicable law or agreed to in writing, software
25 public FloatAnimation(float from, float to, int duration) {
27 mTo = to;

Completed in 776 milliseconds

1 2 3 45 6 7 8 91011>>