Home
last modified time | relevance | path

Searched refs:destroys (Results 1 – 25 of 31) sorted by relevance

12

/external/guice/extensions/servlet/test/com/google/inject/servlet/
DVarargsServletDispatchIntegrationTest.java50 private static int inits, services, destroys, doFilters; field in VarargsServletDispatchIntegrationTest
56 destroys = 0; in setUp()
98 + services + "; destroys: " + destroys, in testDispatchRequestToManagedPipelineServlets()
99 inits == 2 && services == 1 && destroys == 2); in testDispatchRequestToManagedPipelineServlets()
138 + services + "; destroys: " + destroys, in testVarargsSkipDispatchRequestToManagedPipelineServlets()
139 inits == 2 && services == 1 && destroys == 2); in testVarargsSkipDispatchRequestToManagedPipelineServlets()
182 + services + "; destroys: " + destroys, in testDispatchRequestToManagedPipelineWithFilter()
183 inits == 3 && services == 1 && destroys == 3 && doFilters == 1); in testDispatchRequestToManagedPipelineWithFilter()
198 destroys++; in destroy()
214 destroys++; in destroy()
[all …]
DVarargsFilterDispatchIntegrationTest.java35 private static int inits, doFilters, destroys; field in VarargsFilterDispatchIntegrationTest
41 destroys = 0; in setUp()
83 + "; destroys: " + destroys, in testDispatchRequestToManagedPipeline()
84 inits == 1 && doFilters == 3 && destroys == 1); in testDispatchRequestToManagedPipeline()
122 + "; destroys: " + destroys, in testDispatchThatNoFiltersFire()
123 inits == 1 && doFilters == 0 && destroys == 1); in testDispatchThatNoFiltersFire()
162 + "; destroys: " + destroys, in testDispatchFilterPipelineWithRegexMatching()
163 inits == 1 && doFilters == 2 && destroys == 1); in testDispatchFilterPipelineWithRegexMatching()
179 destroys++; in destroy()
DMultiModuleDispatchIntegrationTest.java35 private static int inits, doFilters, destroys; field in MultiModuleDispatchIntegrationTest
41 destroys = 0; in setUp()
93 + "; destroys: " + destroys, in testDispatchRequestToManagedPipeline()
94 inits == 1 && doFilters == 3 && destroys == 1); in testDispatchRequestToManagedPipeline()
110 destroys++; in destroy()
DServletDispatchIntegrationTest.java52 private static int inits, services, destroys, doFilters; field in ServletDispatchIntegrationTest
58 destroys = 0; in setUp()
104 + services + "; destroys: " + destroys, in testDispatchRequestToManagedPipelineServlets()
105 inits == 2 && services == 1 && destroys == 2); in testDispatchRequestToManagedPipelineServlets()
151 + services + "; destroys: " + destroys + "; doFilters: " + doFilters, in testDispatchRequestToManagedPipelineWithFilter()
152 inits == 3 && services == 1 && destroys == 3 && doFilters == 1); in testDispatchRequestToManagedPipelineWithFilter()
167 destroys++; in destroy()
183 destroys++; in destroy()
200 destroys++; in destroy()
DFilterDispatchIntegrationTest.java60 private static int inits, doFilters, destroys; field in FilterDispatchIntegrationTest
68 destroys = 0; in setUp()
130 + "; destroys: " + destroys, inits == 1 && doFilters == 3 && destroys == 1); in testDispatchRequestToManagedPipeline()
171 + "; destroys: " + destroys, in testDispatchThatNoFiltersFire()
172 inits == 1 && doFilters == 0 && destroys == 1); in testDispatchThatNoFiltersFire()
212 + "; destroys: " + destroys, in testDispatchFilterPipelineWithRegexMatching()
213 inits == 1 && doFilters == 2 && destroys == 1); in testDispatchFilterPipelineWithRegexMatching()
229 destroys++; in destroy()
/external/autotest/client/site_tests/cellular_DeferredRegistration/
Dcontrol10 - Shill destroys a service due to temporary registration loss
11 - Shill never destroys a service after permanent registration loss
22 still destroys a service that has suffered a registration loss for an
/external/iproute2/
DREADME.lnstat36 3: destroys
45 lnstat -k arp_cache:entries,rt_cache:in_hit,arp_cache:destroys
48 entries| in_hit|destroys|
/external/libunwind/doc/
Dunw_destroy_addr_space.tex19 The \Func{unw\_destroy\_addr\_space}() routine destroys the
/external/swiftshader/third_party/subzero/docs/
DALLOCATION.rst105 The translation thread destroys the Cfg when it is done translating, including
107 Likewise, the writer thread destroys the assembler buffer when it is finished
/external/mesa3d/docs/specs/
DMESA_multithread_makecurrent.spec120 then destroys the context in one of them?
/external/fmtlib/doc/bootstrap/
Dnormalize.less283 // 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
/external/boringssl/src/
DAPI-CONVENTIONS.md99 which destroys a `bssl::UniquePtr`, must include the corresponding module's
/external/libjpeg-turbo/simd/
Djsimdext.inc210 ; NOTE: this macro destroys ecx resister.
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst137 * ``sampler_view_destroy`` destroys a sampler view and releases its reference
171 * ``surface_destroy`` destroys a surface and releases its reference to the
201 * ``stream_output_target_destroy`` destroys a target. Users of this should
/external/llvm/docs/
DFAQ.rst184 and destructor that initializes and destroys the global iostream objects
DYamlIO.rst659 when reading YAML. It never destroys the normalized object. The denormalize()
/external/iproute2/doc/
Dip-tunnels.tex299 destroys tunnel \verb|Cisco|. And, finally,
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli311 (** [destroy_context ()] destroys a context. See the destructor
332 (** [dispose_module m] destroys a module [m] and all of the IR objects it
1196 (** [delete_global gv] destroys the global variable [gv].
1309 (** [delete_function f] destroys the function [f].
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli433 (** [destroy_context ()] destroys a context. See the destructor
454 (** [dispose_module m] destroys a module [m] and all of the IR objects it
1363 (** [delete_global gv] destroys the global variable [gv].
1487 (** [delete_function f] destroys the function [f].
/external/strace/
DREADME-linux-ptrace428 During execve, kernel destroys all other threads in the process, and
/external/clang/docs/
DAutomaticReferenceCounting.rst103 ``Block_release``, which decreases the reference count by 1 and destroys the
1628 Even though ARC destroys instance variables automatically, there are still
/external/gptfdisk/
DNEWS942 also destroys all EFI GPT (0xEE) partitions in the MBR.
/external/libmicrohttpd/
DChangeLog391 possible deadlock if the client destroys the response in
/external/python/cpython2/Doc/whatsnew/
D2.0.rst476 program creates and destroys objects. The detection of cycles can be disabled
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst1146 (GIL). However, if the object being destroyed in turn destroys objects from some

12