HomeSort by relevance Sort by last modified time
    Searched full:direct (Results 401 - 425 of 35985) sorted by null

<<11121314151617181920>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/
T_new_instance_5.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
31 ; invoke-direct {v1}, dot/junit/opcodes/new_instance/TTestClass/<init>()V
T_new_instance_6.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
32 invoke-direct {v1, v3}, java/lang/String/<init>(Ljava/lang/String;)V
T_new_instance_8.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
31 ; invoke-direct {v1}, dot/junit/opcodes/new_instance/d/TestInterface/<init>()V
T_new_instance_9.d 22 invoke-direct {v0}, java/lang/Object/<init>()V
31 ; invoke-direct {v1}, dot/junit/opcodes/new_instance/d/TestAbstractClass/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_1.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
31 invoke-direct {v1}, java/lang/RuntimeException/<init>()V
T_opc_throw_10.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
30 invoke-direct {v1}, java/lang/String/<init>()V
T_opc_throw_2.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
31 invoke-direct {v1}, java/lang/Throwable/<init>()V
T_opc_throw_6.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
31 invoke-direct {v1}, java/lang/RuntimeException/<init>()V
T_opc_throw_8.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
31 invoke-direct {v1}, java/lang/Error/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/d/
T_return_object_15.d 24 invoke-direct {v0}, java/lang/Object/<init>()V
32 invoke-direct {v1}, dot/junit/opcodes/return_object/d/TSuper2/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/d/
T_sget_object_21.d 24 invoke-direct {v0}, java/lang/Object/<init>()V
34 invoke-direct {v0}, java/lang/Object/<init>()V
  /dalvik/dx/src/com/android/dx/io/
IndexType.java 47 /** direct vtable offset (for static linked method invocations) */
50 /** direct field offset (for static linked field accesses) */
  /external/chromium/net/proxy/
proxy_server.h 48 // Returns true if this ProxyServer is actually just a DIRECT connection.
80 // "direct://" {scheme=DIRECT}
99 // "DIRECT" {scheme=DIRECT}
107 // Returns a ProxyServer representing DIRECT connections.
108 static ProxyServer Direct() {
134 // |scheme| can be one of http, https, socks, socks4, socks5, direct.
  /external/chromium_org/net/proxy/
proxy_server.h 48 // Returns true if this ProxyServer is actually just a DIRECT connection.
80 // "direct://" {scheme=DIRECT}
99 // "DIRECT" {scheme=DIRECT}
107 // Returns a ProxyServer representing DIRECT connections.
108 static ProxyServer Direct() {
134 // |scheme| can be one of http, https, socks, socks4, socks5, direct.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm 25 ; Direct far jump.
46 ; Direct far, explicitly.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1624-strict.js 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29 // direct or indirect) have their own lexical and variable environment.
34 // Test global direct strict eval in strict script.
46 // Test global direct non-strict eval in strict script.
58 // Test non-global direct strict eval in strict script.
78 // Test non-global direct non-strict eval in strict script.
98 // Test non-global direct strict eval in strict script.
120 // Test non-global direct non-strict eval in strict script.
regress-1624.js 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29 // direct or indirect) have their own lexical and variable environment.
33 // Test global direct strict eval.
45 // Test global direct non-strict eval.
57 // Test non-global direct strict eval in non-strict function.
77 // Test non-global direct non-strict eval in non-strict function.
97 // Test non-global direct strict eval in strict function.
119 // Test non-global direct non-strict eval in strict function.
  /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'}}
  /external/dexmaker/src/dx/java/com/android/dx/io/
IndexType.java 47 /** direct vtable offset (for static linked method invocations) */
50 /** direct field offset (for static linked field accesses) */
  /external/icu4c/test/testdata/
test2.ucm 32 # toUnicode result is fallback direct
35 # toUnicode result is direct non-BMP code point
  /external/smali/examples/MethodOverloading/
Main.smali 10 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
20 invoke-direct {v1}, LMain;-><init>()V
  /external/v8/test/mjsunit/regress/
regress-1624-strict.js 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29 // direct or indirect) have their own lexical and variable environment.
34 // Test global direct strict eval in strict script.
46 // Test global direct non-strict eval in strict script.
58 // Test non-global direct strict eval in strict script.
78 // Test non-global direct non-strict eval in strict script.
98 // Test non-global direct strict eval in strict script.
120 // Test non-global direct non-strict eval in strict script.
regress-1624.js 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29 // direct or indirect) have their own lexical and variable environment.
33 // Test global direct strict eval.
45 // Test global direct non-strict eval.
57 // Test non-global direct strict eval in non-strict function.
77 // Test non-global direct non-strict eval in non-strict function.
97 // Test non-global direct strict eval in strict function.
119 // Test non-global direct non-strict eval in strict function.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/
T_aput_object_3.d 28 invoke-direct {v0}, java/lang/Object/<init>()V
38 invoke-direct {v0}, dot/junit/opcodes/aput_object/d/SuperClass/<init>()V
51 invoke-direct {v0}, java/lang/Object/<init>()V
69 invoke-direct {v4}, dot/junit/opcodes/aput_object/d/SubClass/<init>()V
73 invoke-direct {v5}, dot/junit/opcodes/aput_object/d/SuperClass/<init>()V
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.h 70 // The helper class to trap GTK+'s "commit" signal for direct input key
76 // (= 229) is fired. So we have to trap such "commit" signal for direct input
82 // Enables the trap which monitors a direct input key event of |keyval|.
88 // Checks if the committed |text| has come from a direct input key event,
94 // Returns true if a direct input key event is detected.

Completed in 1082 milliseconds

<<11121314151617181920>>