HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 726 - 750 of 16679) sorted by null

<<21222324252627282930>>

  /external/guice/core/test/com/googlecode/guice/
PackageVisibilityTestModule.java 10 bind(PackagePrivateInterface.class).to(PackagePrivateImpl.class);
  /external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
PrivateTestModule.java 10 * Unless required by applicable law or agreed to in writing, software
22 * Module to test private modules and exposed bindings.
31 bind(Exposed.class).to(Hidden.class);
  /external/guice/extensions/jmx/test/com/google/inject/tools/jmx/
JmxTest.java 10 * Unless required by applicable law or agreed to in writing, software
53 bind(Foo.class).to(FooImpl.class);
57 .to(FooImpl.class);
58 bindConstant().annotatedWith(Names.named("port")).to(8080);
59 bind(Key.get(Object.class)).to(Key.get(Bar.class));
  /external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
Bind.java 10 * Unless required by applicable law or agreed to in writing, software
26 * Annotation used by {@link BoundFieldModule} to indicate that a field should be bound to its
36 * If specified, {@link BoundFieldModule} will bind the annotated field's value to this type,
37 * rather than to the field's actual type.
39 Class<?> to() default Bind.class;
  /external/icu/icu4c/source/data/mappings/
ucmlocal.mk 4 # A list of additional .ucm files to build for Google.
5 # Note: noop-*.ucm are for Android only to prevent 2022 security attack.
  /external/icu/icu4c/source/extra/uconv/
resfiles.mk 3 # to include in uconv.
5 # The variable FILESEPCHAR is defined by the caller to be
  /external/iptables/include/linux/netfilter/
xt_connbytes.h 20 __aligned_u64 from; /* count to be matched */
21 __aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon14183
  /external/jarjar/src/main/com/tonicsystems/jarjar/
AbstractDepHandler.java 10 * Unless required by applicable law or agreed to in writing, software
32 public void handle(PathClass from, PathClass to) throws IOException {
35 pair = createPair(from.getClassPath(), to.getClassPath());
37 pair = createPair(from.getClassName(), to.getClassName());
45 abstract protected void handle(String from, String to) throws IOException;
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_connbytes.h 20 __aligned_u64 from; /* count to be matched */
21 __aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon14816
  /external/libchrome/dbus/
dbus_export.h 9 // library can be exported to consumers.
14 #error dbus support is not currently expected to work on windows
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
btVehicleRaycaster.h 4 * Permission to use, copy, modify, distribute and sell this software
30 virtual void* castRay(const btVector3& from,const btVector3& to, btVehicleRaycasterResult& result) = 0;
  /external/libpng/contrib/tools/
intgamma.sh 8 # To the extent possible under law, the author has waived all copyright and
9 # related or neighboring rights to this work. This work is published from:
12 # Shell script to generate png.c 8-bit and 16-bit log tables (see the code in
15 # This script uses the "bc" arbitrary precision calculator to calculate 32-bit
16 # fixed point values of logarithms appropriate to finding the log of an 8-bit
22 # function to print out a list of numbers as integers; the function truncates
52 * This is a table of -log(value/255)/log(2) for 'value' in the range 128 to
76 * requires perhaps spurious accuracy in the decoding of the logarithm to
80 * To deal with this the following exp() function works out the exponent of the
102 /* Adjustment table; provided to explain the numbers in the code below. *
    [all...]
  /external/libvorbis/doc/
10-tables.tex 9 lookup table consiting of the following values (read left to right
10 then top to bottom):
  /external/llvm/
llvm-gen-attributes.mk 12 $(call transform-host-td-to-out,attrs)
14 $(call transform-device-td-to-out,attrs)
  /external/llvm/test/MC/ELF/
cfi-window-save.s 3 # Should use SPARC as the target to test this. However, SPARC does not
  /external/llvm/test/MC/Mips/
mips-register-names-invalid.s 4 # $32 used to trigger an assertion instead of the usual error message due to
  /external/mesa3d/
Android.common.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
8 # to deal in the Software without restriction, including without limitation
9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 # and/or sell copies of the Software, and to permit persons to whom the
11 # Software is furnished to do so, subject to the following conditions:
17 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
60 # uncomment to keep the debug symbols
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
JoinParser.java 13 // join-param = to-tag / from-tag / generic-param
14 // to-tag = "to-tag" EQUAL token
23 * @param callID message to parse
31 * @param lexer Lexer to set
62 String to[] = local
64 "Join: 12345th5z8z;to-tag=tozght6-45;from-tag=fromzght789-337-2\n",
67 for (int i = 0; i < to.length; i++) {
68 JoinParser tp = new JoinParser(to[i]);
70 System.out.println("Parsing => " + to[i])
    [all...]
ReplacesParser.java 13 // replaces-param = to-tag / from-tag / early-flag / generic-param
14 // to-tag = "to-tag" EQUAL token
25 * @param callID message to parse
33 * @param lexer Lexer to set
64 String to[] = local
66 "Replaces: 12345th5z8z;to-tag=tozght6-45;from-tag=fromzght789-337-2\n",
69 for (int i = 0; i < to.length; i++) {
70 ReplacesParser tp = new ReplacesParser(to[i]);
72 System.out.println("Parsing => " + to[i])
    [all...]
  /external/opencv3/samples/android/hello-android/
run.cmd 1 :: this batch file copies compiled executable to the device,
2 :: runs it and gets resulting image back to the host
14 SETLOCAL ENABLEEXTENSIONS || (ECHO Unable to enable command extensions. & EXIT \B)
20 :: try to load config file
25 IF NOT DEFINED ANDROID_SDK (ECHO. & ECHO You should set an environment variable ANDROID_SDK to the full path to your copy of Android SDK & GOTO end)
29 :: copy file to device (usually takes 10 seconds or more)
43 :: cleanup (comment out GOTO above to enable cleanup)
  /external/proguard/bin/
proguard.bat 6 REM Note: when passing file names containing spaces to this script,
7 REM you'll have to add escaped quotes around them, e.g.
  /external/scrypt/
Android.mk 3 # Enable to be able to use ALOG* with #include "cutils/log.h"
  /external/selinux/policycoreutils/restorecond/
stringslist.h 16 * along with this program; if not, write to the Free Software
35 int strings_list_diff(struct stringsList *from, struct stringsList *to);
  /external/testng/src/test/java/test/guice/
GuiceExampleModule.java 11 binder.bind(ISingleton.class).to(ExampleSingleton.class).in(Singleton.class);
  /external/tlsdate/dbus/
org.torproject.tlsdate.conf 11 <!-- Allow anyone in the given group to invoke methods -->
24 <!-- Disallow anyone to invoke methods on tlsdated interface -->

Completed in 750 milliseconds

<<21222324252627282930>>