HomeSort by relevance Sort by last modified time
    Searched full:direct (Results 326 - 350 of 34375) sorted by null

<<11121314151617181920>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_wide/d/
T_return_wide_3.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
31 invoke-direct {v2}, java/lang/Object/<init>()V
43 invoke-direct {v0}, dot/junit/opcodes/return_wide/d/T_return_wide_3/test()D
  /development/samples/WiFiDirectDemo/
_index.html 2 the Wi-Fi Direct APIs. The application allows you to transfer jpeg images from the gallery after a succesful connection.</p>
5 with Wi-Fi Direct APIs: Discovering peers, connecting using Wi-Fi Direct APIs, and finding group details post connection, so that a
11 &mdash; the main <code>Activity</code> that contains two fragments to handle app's UI and peer lifecycle. It also registers a broadcast receiver for Wi-Fi Direct related events.</li> <li><a
14 that listens for Wi-Fi Direct related events and passes them to
22 <p>If you are developing an application that uses the Wi-Fi Direct APIs, remember that the
25 be installed on devices that are capable of supporting Wi-Fi Direct mode, remember to add the
34 from devices that do not support Wi-Fi Direct mode, remember to add the following to the
36 android:name="android.hardware.wifi.direct" /&gt;</code>, which tells Google
37 Play that your application uses the Wi-Fi Direct API. The declaration should includ
    [all...]
  /development/samples/WiFiDirectServiceDiscovery/
_index.html 2 the Wi-Fi Direct Service Discovery APIs. Service discovery on Wi-Fi direct allows applications to discover and enagage with peers that support a certain service.
6 with Wi-Fi Direct Service Discovery APIs: Advertise services, discover services and connect to peers advertising such services</p>
11 &mdash; the main <code>Activity</code> that contains two fragments to handle app's UI. It advertises and discovers services and also registers a broadcast receiver for Wi-Fi Direct related events.</li> <li><a
14 that listens for Wi-Fi Direct related events and passes them to
26 <p>If you are developing an application that uses the Wi-Fi Direct Service Discovery APIs, remember that the
29 be installed on devices that are capable of supporting Wi-Fi Direct Service Discovery, remember to add the
38 from devices that do not support Wi-Fi Direct mode, remember to add the following to the
40 android:name="android.hardware.wifi.direct" /&gt;</code>, which tells Google
41 Play that your application uses the Wi-Fi Direct API. The declaration should includ
    [all...]
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-fork-direct.cc 2 // RUN: rm -rf %T/coverage-fork-direct
3 // RUN: mkdir -p %T/coverage-fork-direct && cd %T/coverage-fork-direct
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
MethodFilterTransformer.java 23 private ClassVisitor direct; field in class:MethodFilterTransformer
36 return (filter.accept(access, name, desc, signature, exceptions) ? pass : direct).visitMethod(access, name, desc, signature, exceptions);
41 direct = target;
  /frameworks/base/opengl/java/android/opengl/
ETC1.java 57 * @param in a native order direct buffer of size DECODED_BLOCK_SIZE that represent a
64 * @param out a native order direct buffer of size ENCODED_BLOCK_SIZE that receives the
73 * @param in a native order direct buffer of size ENCODED_BLOCK_SIZE that contains the
76 * @param out a native order direct buffer of size DECODED_BLOCK_SIZE that will receive
90 * @param in a native order direct buffer of the image data. Formatted such that
92 * @param out a native order direct buffer of the encoded data.
102 * @param in native order direct buffer of the encoded data.
103 * @param out native order direct buffer of the image data. Will be written such that
114 * @param header native order direct buffer of the header.
122 * @param header native order direct buffer of the header
    [all...]
  /external/clang/test/Analysis/objc/
direct-ivar-assignment-in-annotated-functions.m 47 (__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
48 _X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
49 _Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
50 _Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
51 _nonSynth = 0; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
  /external/clang/test/Analysis/
objc-properties.m 66 (__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
67 _X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
68 _Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
69 _Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
70 _nonSynth = 0; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
  /external/clang/test/Modules/
modules-with-same-name.m 4 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fmodules-ignore-macro=EXPECTED_PATH -fmodules-ignore-macro=DIRECT -fsyntax-only %s -verify -I %S/Inputs/modules-with-same-name/path1/A -DDIRECT -DEXPECTED_PATH=1
7 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fmodules-ignore-macro=EXPECTED_PATH -fmodules-ignore-macro=DIRECT -fsyntax-only %s -verify -I %S/Inputs/modules-with-same-name/path2/A -DDIRECT -DEXPECTED_PATH=2
13 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fmodules-ignore-macro=EXPECTED_PATH -fmodules-ignore-macro=DIRECT -fsyntax-only %s -verify -I %S/Inputs/modules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path1/A -DEXPECTED_PATH=1
19 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fmodules-ignore-macro=EXPECTED_PATH -fmodules-ignore-macro=DIRECT -fsyntax-only %s -verify -I %S/Inputs/modules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path2/A -DEXPECTED_PATH=2
24 #ifdef DIRECT
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format35c/
Format35c.smali 7 invoke-direct {p0}, LMethodsSuper;-><init>()V
30 invoke-direct {v0}, LMethods;-><init>()V
53 .method public test_invoke-direct()V
58 invoke-direct {p0}, LFormat35c;->directMethodTest()I
85 invoke-direct {v0}, LMethods;-><init>()V
  /libcore/ojluni/src/main/java/java/net/
Proxy.java 47 * Represents a direct connection, or the absence of a proxy.
49 DIRECT,
64 * A proxy setting that represents a <code>DIRECT</code> connection,
74 // Creates the proxy that represents a <code>DIRECT</code> connection.
76 type = type.DIRECT;
86 * for representing a direct connection.
94 if ((type == Type.DIRECT) || !(sa instanceof InetSocketAddress))
111 * <code>null</code> if its a direct connection.
124 * if its type is not <code>DIRECT</code>.
129 if (type() == Type.DIRECT)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
package.html 3 <p>Provides classes to create peer-to-peer (P2P) connections with Wi-Fi Direct.</p>
6 device supports Wi-Fi Direct, then communicate over a speedy connection across distances much longer
50 to the Internet, communicating to Wi-Fi Direct peers with standard java sockets requires Internet
55 Direct Demo</a> sample application.</p>
58 Direct. If your application uses Wi-Fi Direct, declare so with a <a
63 &lt;uses-feature android:name="android.hardware.wifi.direct" />
  /toolchain/binutils/binutils-2.25/include/elf/
s390.h 44 RELOC_NUMBER (R_390_8, 1) /* Direct 8 bit. */
45 RELOC_NUMBER (R_390_12, 2) /* Direct 12 bit. */
46 RELOC_NUMBER (R_390_16, 3) /* Direct 16 bit. */
47 RELOC_NUMBER (R_390_32, 4) /* Direct 32 bit. */
69 RELOC_NUMBER (R_390_64, 22) /* Direct 64 bit. */
89 RELOC_NUMBER (R_390_TLS_GD32, 40) /* Direct 32 bit for general dynamic
91 RELOC_NUMBER (R_390_TLS_GD64, 41) /* Direct 64 bit for general dynamic
99 RELOC_NUMBER (R_390_TLS_LDM32, 45) /* Direct 32 bit for local dynamic
101 RELOC_NUMBER (R_390_TLS_LDM64, 46) /* Direct 64 bit for local dynamic
121 RELOC_NUMBER (R_390_20, 57) /* Direct 20 bit. *
    [all...]
vax.h 29 RELOC_NUMBER (R_VAX_32, 1) /* Direct 32 bit */
30 RELOC_NUMBER (R_VAX_16, 2) /* Direct 16 bit */
31 RELOC_NUMBER (R_VAX_8, 3) /* Direct 8 bit */
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/d/
TestStubs.d 25 invoke-direct {v0}, java/lang/Object/<init>()V
35 invoke-direct {v0}, dot/junit/opcodes/return_object/d/TSuper/<init>()V
46 invoke-direct {v0}, java/lang/Object/<init>()V
  /libnativehelper/include/nativehelper/
ScopedBytes.h 24 * ByteBuffers. This in turn helps paper over the differences between non-direct ByteBuffers backed
25 * by byte[]s, direct ByteBuffers backed by bytes[]s, and direct ByteBuffers not backed by byte[]s.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
compressed-plt-1.s 15 .equ DC, 1 # Direct call from "compressed" code
17 .equ DU, 4 # Direct call from "uncompressed" code
19 .equ LO, 16 # Direct address reference (%lo)
  /art/runtime/interpreter/mterp/arm64/
op_iput_wide_quick.S 10 add x1, x2, x3 // create a direct pointer
  /art/runtime/interpreter/mterp/mips64/
op_iget_wide_quick.S 7 daddu a4, a3, a4 # create direct pointer
op_iput_wide_quick.S 9 daddu a1, a2, a3 # create a direct pointer
  /art/test/800-smali/smali/
b_21614284.smali 8 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
b_22777307.smali 13 invoke-direct {v0}, Ljava/lang/Cloneable;-><init>()V
move_exc.smali 7 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  /art/test/Instrumentation/
Instrumentation.java 18 // Direct method
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eq/d/
T_if_eq_11.d 9 invoke-direct {v0}, java/lang/Object/<init>()V

Completed in 446 milliseconds

<<11121314151617181920>>