/external/libmojo/mojo/public/ |
D | mojo_application.gni | 18 if (defined(invoker.output_name)) { 19 base_target_name = invoker.output_name 25 if (defined(invoker.deps)) { 26 mojo_deps += invoker.deps 31 if (defined(invoker.resources)) { 34 sources = invoker.resources 38 if (defined(invoker.testonly)) { 39 testonly = invoker.testonly 51 if (defined(invoker.cflags)) { 52 cflags = invoker.cflags [all …]
|
D | mojo_application_manifest.gni | 47 assert(defined(invoker.source), 49 assert(defined(invoker.application_name), 51 if (defined(invoker.deps)) { 52 assert(defined(invoker.packaged_applications), 56 if (defined(invoker.packaged_applications)) { 57 assert(defined(invoker.deps), 61 if (defined(invoker.type)) { 62 assert(invoker.type == "mojo" || invoker.type == "exe", 70 if (defined(invoker.type)) { 71 type = invoker.type [all …]
|
/external/webrtc/webrtc/base/ |
D | thread_unittest.cc | 360 AsyncInvoker invoker; in TEST() local 361 invoker.AsyncInvoke<void>( in TEST() 386 void AsyncInvokeIntCallback(AsyncInvoker* invoker, Thread* thread) { in AsyncInvokeIntCallback() argument 388 invoker->AsyncInvoke(thread, FunctorC(), in AsyncInvokeIntCallback() 410 AsyncInvoker invoker; in TEST_F() local 416 invoker.AsyncInvoke<void>(&thread, FunctorB(&called)); in TEST_F() 421 AsyncInvoker invoker; in TEST_F() local 427 invoker.AsyncInvoke(&thread, FunctorA(), in TEST_F() 439 AsyncInvoker invoker; in TEST_F() local 440 invoker.AsyncInvoke(&thread, FunctorC(), in TEST_F() [all …]
|
D | asyncinvoker-inl.h | 61 NotifyingAsyncClosureBase(AsyncInvoker* invoker, Thread* calling_thread); 82 NotifyingAsyncClosure(AsyncInvoker* invoker, in NotifyingAsyncClosure() argument 87 : NotifyingAsyncClosureBase(invoker, calling_thread), in NotifyingAsyncClosure() 110 NotifyingAsyncClosure(AsyncInvoker* invoker, in NotifyingAsyncClosure() argument 115 : NotifyingAsyncClosureBase(invoker, calling_thread), in NotifyingAsyncClosure()
|
D | asyncinvoker.cc | 103 NotifyingAsyncClosureBase::NotifyingAsyncClosureBase(AsyncInvoker* invoker, in NotifyingAsyncClosureBase() argument 105 : invoker_(invoker), calling_thread_(calling_thread) { in NotifyingAsyncClosureBase() 108 invoker->SignalInvokerDestroyed.connect( in NotifyingAsyncClosureBase()
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | example-function.cpp | 31 function() : invoker (0) { } in function() 32 function(const function& other) : invoker(0) { in function() 33 if (other.invoker) in function() 34 invoker = other.invoker->clone(); in function() 37 template<typename F> function(const F& f) : invoker(0) { in function() 38 invoker = new functor_invoker<F, R, Args...>(f); in function() 42 if (invoker) in ~function() 43 delete invoker; in ~function() 58 invoker_base<R, Args...>* tmp = invoker; in swap() 59 invoker = other.invoker; in swap() [all …]
|
/external/pdfium/testing/ |
D | test.gni | 20 _use_raw_android_executable = defined(invoker.use_raw_android_executable) && 21 invoker.use_raw_android_executable 25 _output_name = invoker.target_name 26 if (defined(invoker.output_name)) { 27 _output_name = invoker.output_name 42 "$target_out_dir/${invoker.target_name}/${invoker.target_name}" 48 forward_variables_from(invoker, 75 if (defined(invoker.extra_dist_files)) { 76 extra_files = invoker.extra_dist_files 95 configs = invoker.configs [all …]
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowActivity.java | 401 final ActivityInvoker invoker = new ActivityInvoker(); in receiveResult() local 402 invoker.call("onActivityResult", Integer.TYPE, Integer.TYPE, Intent.class) in receiveResult() 434 final ActivityInvoker invoker = new ActivityInvoker(); in showDialog() local 435 dialog = (Dialog) invoker.call("onCreateDialog", Integer.TYPE).with(id); in showDialog() 438 invoker.call("onPrepareDialog", Integer.TYPE, Dialog.class) in showDialog() 441 invoker.call("onPrepareDialog", Integer.TYPE, Dialog.class, Bundle.class) in showDialog() 478 final ActivityInvoker invoker = new ActivityInvoker(); in create() local 481 invoker.call("onCreate", Bundle.class).with(noInstanceState); in create() 482 invoker.call("onStart").withNothing(); in create() 483 invoker.call("onPostCreate", Bundle.class).with(noInstanceState); in create() [all …]
|
/external/libmojo/mojo/public/tools/bindings/ |
D | mojom.gni | 84 defined(invoker.sources) || defined(invoker.deps) || 85 defined(invoker.public_deps), 89 if (defined(invoker.deps)) { 90 all_deps += invoker.deps 92 if (defined(invoker.public_deps)) { 93 all_deps += invoker.public_deps 99 # Explicitly ensure that all dependencies (invoker.deps and 100 # invoker.public_deps) are mojom targets. 126 if (defined(invoker.sources)) { 141 foreach(source, invoker.sources) { [all …]
|
/external/skia/third_party/ |
D | third_party.gni | 8 if (defined(invoker.public_defines)) { 9 defines = invoker.public_defines 11 include_dirs = invoker.public_include_dirs 14 forward_variables_from(invoker, "*", [ "public_include_dirs" ]) 32 forward_variables_from(invoker, "*", [])
|
/external/v8/gni/ |
D | v8.gni | 87 forward_variables_from(invoker, "*", [ "configs" ]) 88 configs += invoker.configs 96 forward_variables_from(invoker, 102 if (defined(invoker.remove_configs)) { 103 configs -= invoker.remove_configs 105 configs += invoker.configs 117 forward_variables_from(invoker, "*", [ "configs" ]) 118 configs += invoker.configs
|
D | isolate.gni | 16 forward_variables_from(invoker, 27 assert(defined(invoker.deps)) 28 assert(defined(invoker.isolate)) 34 deps = invoker.deps 39 invoker.isolate, 133 rebase_path(invoker.isolate, root_build_dir),
|
/external/webrtc/webrtc/test/fuzzers/ |
D | webrtc_fuzzer.gni | 12 assert(defined(invoker.sources), "Need sources in $target_name.") 15 forward_variables_from(invoker, [ "sources" ]) 19 if (defined(invoker.deps)) { 20 deps += invoker.deps
|
/external/valgrind/gdbserver_tests/ |
D | mcinvokeRU.vgtest | 7 # as the Valgrind process is always busy, we do not need the vgdb.invoker prereq. 8 # We even disable invoker to avoid spurious attach error message 10 progB: invoker
|
D | mcinvokeWS.vgtest | 7 prereq: test -f vgdb.invoker 8 progB: invoker
|
D | make_local_links | 105 rm -f gdbserver_tests/vgdb.invoker 107 touch gdbserver_tests/vgdb.invoker
|
/external/jacoco/jacoco-maven-plugin.test/it/it-site/ |
D | invoker.properties | 1 invoker.goals = clean test site 4 invoker.maven.version = 2.2.0+
|
/external/jacoco/jacoco-maven-plugin.test/it/it-site-failsafe/ |
D | invoker.properties | 1 invoker.goals = clean verify site 4 invoker.maven.version = 2.2.1+
|
/external/skia/ |
D | BUILD.gn | 179 if (invoker.enabled) { 181 forward_variables_from(invoker, "*") 187 forward_variables_from(invoker, 291 if (invoker.enabled) { 293 if (defined(invoker.public_defines)) { 294 defines = invoker.public_defines 298 forward_variables_from(invoker, 307 if (defined(invoker.configs_to_remove)) { 308 configs -= invoker.configs_to_remove 313 forward_variables_from(invoker, [all …]
|
/external/testng/src/main/java/org/testng/internal/ |
D | TestMethodWorker.java | 46 public TestMethodWorker(IInvoker invoker, in TestMethodWorker() argument 55 m_invoker = invoker; in TestMethodWorker() 294 public SingleTestMethodWorker(IInvoker invoker, in SingleTestMethodWorker() argument 301 super(invoker, in SingleTestMethodWorker()
|
D | TestMethodWithDataProviderMethodWorker.java | 36 public TestMethodWithDataProviderMethodWorker(Invoker invoker, ITestNGMethod testMethod, in TestMethodWithDataProviderMethodWorker() argument 44 m_invoker = invoker; in TestMethodWithDataProviderMethodWorker()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/ |
D | JPDADebuggeeSynchronizer.java | 148 public synchronized String receiveMessageWithoutException(String invoker) { in receiveMessageWithoutException() argument 155 if (invoker != null) { in receiveMessageWithoutException() 158 logWriter.println("#### Invoker = " + invoker); in receiveMessageWithoutException()
|
/external/jacoco/jacoco-maven-plugin.test/it/it-report-unreadable-dump/ |
D | invoker.properties | 1 invoker.buildResult = failure
|
/external/jacoco/jacoco-maven-plugin.test/it/it-check-fails-halt/ |
D | invoker.properties | 1 invoker.buildResult=failure
|
/external/testng/src/main/java/org/testng/ |
D | SuiteRunner.java | 281 IInvoker invoker = null; in privateRun() local 287 invoker = tr.getInvoker(); in privateRun() 303 if (invoker != null) { in privateRun() 305 invoker.invokeConfigurations(null, in privateRun() 336 invoker.invokeConfigurations(null, in privateRun()
|