HomeSort by relevance Sort by last modified time
    Searched full:direct (Results 1 - 25 of 22471) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/data/proxy_resolver_v8_unittest/
direct.js 2 return "DIRECT";
missing_close_brace.js 5 return "DIRECT";
  /external/chromium/net/proxy/
proxy_list_unittest.cc 24 { " DIRECT", // leading space.
25 "DIRECT",
27 { "PROXY foopy1 ; proxy foopy2;\t DIRECT",
28 "PROXY foopy1:80;PROXY foopy2:80;DIRECT",
33 // Try putting DIRECT first.
34 { "DIRECT ; proxy foopy1 ; DIRECT ; SOCKS5 foopy2;DIRECT ",
35 "DIRECT;PROXY foopy1:80;DIRECT;SOCKS5 foopy2:1080;DIRECT"
    [all...]
  /dalvik/tests/089-jumbo-opcodes/
expected.txt 3 Invoked direct
  /external/llvm/test/Scripts/
README.txt 2 tests, which allows them to be simpler and more direct.
  /development/data/etc/
vold.conf 4 ## This is the direct uevent device path to the SD slot on the device
  /external/kernel-headers/original/asm-arm/
fcntl.h 6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
  /frameworks/base/libs/rs/
rs.spec 3 direct
7 direct
15 direct
22 direct
26 direct
30 direct
41 direct
49 direct
58 direct
130 direct
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
elf.h 47 #define R_X86_64_64 1 /* Direct 64 bit */
57 #define R_X86_64_32 10 /* Direct 32 bit zero extended */
58 #define R_X86_64_32S 11 /* Direct 32 bit sign extended */
59 #define R_X86_64_16 12 /* Direct 16 bit zero extended */
61 #define R_X86_64_8 14 /* Direct 8 bit sign extended */
  /dalvik/dx/tests/058-dex-call-direct/
expected.txt 5 0002: invoke-direct {v1}, Blort.zorch1:()V
8 0007: invoke-direct {v1, v2}, Blort.zorch2:(I)I
info.txt 2 a couple cases of direct instance method invocation work properly.
  /external/icu4c/test/testdata/
test1.ucm 26 # toUnicode result is fallback direct
29 # toUnicode result is direct non-BMP code point
  /external/clang/test/SemaObjC/
undef-protocol-methods-1.m 25 @interface INTF <PROTO> // expected-note 3 {{required for direct or indirect protocol 'PROTO'}} \
26 // expected-note 2 {{required for direct or indirect protocol 'P1'}} \
27 // expected-note 2 {{required for direct or indirect protocol 'P3'}} \
28 // expected-note 2 {{required for direct or indirect protocol 'P2'}}
method-undef-category-warn-1.m 11 @interface MyClass1(CAT) <P> // expected-note {{required for direct or indirect protocol 'P'}}
20 @interface MyClass1(DOG) <P> // expected-note {{required for direct or indirect protocol 'P'}}
  /external/yaffs2/yaffs2/direct/
yaffscfg.h 3 * a direct interface.
  /prebuilt/common/groovy/
PREBUILT 8 See also http://dist.groovy.codehaus.org/distributions/ for direct downloads.
  /libcore/luni/src/main/java/java/net/
Proxy.java 23 * <li>DIRECT</li>
30 * Represents the proxy type setting {@code Proxy.Type.DIRECT}. It tells
44 * the proxy type {@code Proxy.Type.DIRECT}, use {@code Proxy.NO_PROXY}
53 * Proxy.Type.DIRECT} or the value for {@code SocketAddress} is
58 * Don't use DIRECT type to construct a proxy instance directly.
61 if (type == Type.DIRECT || sa == null) {
69 * Constructs a Proxy instance, which is Proxy.DIRECT type with null
73 type = Type.DIRECT;
90 * {@code DIRECT}.
110 if (type != Proxy.Type.DIRECT && address != null)
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct/d/
T_invoke_direct_6.d 22 invoke-direct {v1}, java/lang/Object/<init>()V
23 invoke-direct {v1}, dot/junit/opcodes/invoke_direct/TSuper/toIntPvt()V
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct_range/d/
T_invoke_direct_range_6.d 22 invoke-direct {v1}, java/lang/Object/<init>()V
23 invoke-direct/range {v1}, dot/junit/opcodes/invoke_direct_range/TSuper/toIntPvt()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/
T_invoke_direct_6.d 22 invoke-direct {v1}, java/lang/Object/<init>()V
23 invoke-direct {v1}, dot/junit/opcodes/invoke_direct/TSuper/toIntPvt()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
T_invoke_direct_range_6.d 22 invoke-direct {v1}, java/lang/Object/<init>()V
23 invoke-direct/range {v1}, dot/junit/opcodes/invoke_direct_range/TSuper/toIntPvt()V
  /external/clang/test/SemaCXX/
inherit.cpp 31 class H : G_copy, A, G_copy_2, // expected-error{{base class 'G_copy' (aka 'G') specified more than once as a direct base class}}
32 public G_copy_3 { }; // expected-error{{base class 'G_copy' (aka 'G') specified more than once as a direct base class}}
  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 24 TmplB<int>() { } // expected-error {{type 'TmplB<int>' is not a direct or virtual base of 'TmplC'}}
30 Tmpl<int>(), // expected-error {{type 'Tmpl<int>' is not a direct or virtual base of 'TmplD'}}
  /frameworks/base/data/etc/
android.hardware.wifi.direct.xml 17 <!-- This is the standard feature indicating that the device includes WiFi Direct. -->
19 <feature name="android.hardware.wifi.direct" />
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_eq/d/
T_if_eq_1.d 9 invoke-direct {v0}, java/lang/Object/<init>()V

Completed in 825 milliseconds

1 2 3 4 5 6 7 8 91011>>