/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
|
/external/smali/smali-integration-tests/src/test/smali/jumbo-field-tests/ |
Format52c_autofix.smali | 22 #OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 36 invoke-direct {p0}, Ljava/lang/Object;-><init>()V 46 invoke-direct/range {v2}, LzzzInstanceFields;-><init>()V 63 invoke-direct/range {v2}, LzzzInstanceFields;-><init>()V 66 invoke-direct {v0}, Ljava/lang/Object;-><init>()V 82 invoke-direct/range {v4}, LzzzInstanceFields;-><init>()V 100 invoke-direct/range {v2}, LzzzInstanceFields;-><init>()V 118 invoke-direct/range {v2}, LzzzInstanceFields;-><init>()V 136 invoke-direct/range {v2}, LzzzInstanceFields;-><init>()V 154 invoke-direct/range {v2}, LzzzInstanceFields;-><init>() [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 <uses-feature android:name="android.hardware.wifi.direct" />
|
/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
|
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_DIRECT.S | 5 * Handle a direct method call. 12 * for: invoke-direct, invoke-direct/range
|
/external/chromium/chrome/browser/policy/ |
configuration_policy_store_interface_unittest.cc | 21 observer.Apply(kPolicyProxyMode, Value::CreateStringValue("direct")); 40 filter_pass.Apply(kPolicyProxyMode, Value::CreateStringValue("direct")); 53 filter_block.Apply(kPolicyProxyMode, Value::CreateStringValue("direct"));
|
/external/chromium_org/chrome/browser/prefs/ |
proxy_prefs.h | 17 // Direct connection to the network, other proxy preferences are ignored. 21 // direct connection. 24 // Try to retrieve a PAC script from kProxyPacURL or fall back to direct
|
/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.
|
/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
|
T_if_eq_2.d | 9 invoke-direct {v0}, java/lang/Object/<init>()V
|
T_if_eq_9.d | 9 invoke-direct {v0}, java/lang/Object/<init>()V
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_ge/d/ |
T_if_ge_7.d | 9 invoke-direct {v0}, java/lang/Object/<init>()V
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gt/d/ |
T_if_gt_7.d | 9 invoke-direct {v0}, java/lang/Object/<init>()V
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_le/d/ |
T_if_le_7.d | 9 invoke-direct {v0}, java/lang/Object/<init>()V
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_lt/d/ |
T_if_lt_7.d | 9 invoke-direct {v0}, java/lang/Object/<init>()V
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_ne/d/ |
T_if_ne_2.d | 9 invoke-direct {v0}, java/lang/Object/<init>()V
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/d/ |
T_move_exception_3.d | 9 invoke-direct {v0}, java/lang/Object/<init>()V
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_int/d/ |
T_neg_int_2.d | 9 invoke-direct {v0}, java/lang/Object/<init>()V
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
package.html | 2 <p>Implementation of <code>cf.iface.*</code> based on a direct representation
|
/external/chromium/net/proxy/ |
proxy_resolver_perftest.cc | 51 {"http://www.google.com", "DIRECT"}, 53 {"http://www.imdb.com/x", "DIRECT"}, 54 {"http://www.staples.com/", "DIRECT"}, 56 {"http://www.staples.com/pixel/x", "DIRECT"}, 57 {"http://www.foobar.com", "DIRECT"}, 58 {"http://www.foobarbaz.com/x/y/z", "DIRECT"}, 59 {"http://www.testurl1.com/index.html", "DIRECT"}, 60 {"http://www.testurl2.com", "DIRECT"}, 61 {"https://www.sample/pirate/arrrrrr", "DIRECT"},
|
/external/chromium_org/chromeos/test/data/network/ |
openvpn_clientcert_with_cert_pems.onc | 5 "Type": "Direct"
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
ProxyServer.cpp | 17 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 36 case ProxyServer::Direct: 37 builder.append("DIRECT"); 61 return "DIRECT";
|
/external/chromium_org/tools/gn/secondary/third_party/expat/ |
BUILD.gn | 14 # TODO(brettw) Android needs direct dependent includes of
|
/external/clang/test/CXX/special/class.inhctor/ |
elsewhere.cpp | 27 // shall name a direct base class of the class being defined. 30 using B1::B1; // expected-error {{'B1' is not a direct base of 'D1', can not inherit constructors}} 50 using A<bool>::A; // expected-error {{'A<bool>' is not a direct base of 'E<bool>', can not inherit}} 55 using A<T>::A; // expected-error {{'A<bool>' is not a direct base of 'F<bool>'}}
|
/external/clang/test/SemaObjC/ |
forward-protocol-incomplete-impl-warn.m | 15 @interface IBImageCatalogDocument : NSObject <DVTInvalidation> // expected-note {{required for direct or indirect protocol 'DVTInvalidation'}}
|