/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
VarargsServletDispatchIntegrationTest.java | 50 private static int inits, services, destroys, doFilters; field in class:VarargsServletDispatchIntegrationTest 56 destroys = 0; 98 + services + "; destroys: " + destroys, 99 inits == 2 && services == 1 && destroys == 2); 138 + services + "; destroys: " + destroys, 139 inits == 2 && services == 1 && destroys == 2); 182 + services + "; destroys: " + destroys, [all...] |
VarargsFilterDispatchIntegrationTest.java | 35 private static int inits, doFilters, destroys; field in class:VarargsFilterDispatchIntegrationTest 41 destroys = 0; 83 + "; destroys: " + destroys, 84 inits == 1 && doFilters == 3 && destroys == 1); 122 + "; destroys: " + destroys, 123 inits == 1 && doFilters == 0 && destroys == 1); 162 + "; destroys: " + destroys, [all...] |
MultiModuleDispatchIntegrationTest.java | 35 private static int inits, doFilters, destroys; field in class:MultiModuleDispatchIntegrationTest 41 destroys = 0; 93 + "; destroys: " + destroys, 94 inits == 1 && doFilters == 3 && destroys == 1); 110 destroys++;
|
ServletDispatchIntegrationTest.java | 52 private static int inits, services, destroys, doFilters; field in class:ServletDispatchIntegrationTest 58 destroys = 0; 104 + services + "; destroys: " + destroys, 105 inits == 2 && services == 1 && destroys == 2); 151 + services + "; destroys: " + destroys + "; doFilters: " + doFilters, 152 inits == 3 && services == 1 && destroys == 3 && doFilters == 1); 167 destroys++; 183 destroys++ [all...] |
FilterDispatchIntegrationTest.java | 60 private static int inits, doFilters, destroys; field in class:FilterDispatchIntegrationTest 68 destroys = 0; 130 + "; destroys: " + destroys, inits == 1 && doFilters == 3 && destroys == 1); 171 + "; destroys: " + destroys, 172 inits == 1 && doFilters == 0 && destroys == 1); 212 + "; destroys: " + destroys, [all...] |
/external/libunwind/doc/ |
unw_destroy_addr_space.tex | 19 The \Func{unw\_destroy\_addr\_space}() routine destroys the
|
/external/mesa3d/docs/ |
MESA_multithread_makecurrent.spec | 120 then destroys the context in one of them?
|
/external/ImageMagick/www/api/ |
registry.php | 153 <p>RegistryComponentTerminus() destroys the registry component.</p>
|
property.php | 143 <p>DestroyImageProperties() destroys all properties and associated memory attached to the given image.</p>
|
cache-view.php | 135 <p>DestroyCacheView() destroys the specified view returned by a previous call to AcquireCacheView().</p>
|
transform.php | 397 <p>This function destroys what it assumes to be a single image list. If the input image is part of a larger list, all other images in that list will be simply 'lost', not destroyed.</p>
|
list.php | 202 <p>DestroyImageList() destroys an image list.</p>
|
drawing-wand.php | [all...] |
/external/llvm/bindings/go/llvm/ |
dibuilder.go | 102 // Destroy destroys the DIBuilder.
|
/external/iproute2/doc/ |
ip-tunnels.tex | 299 destroys tunnel \verb|Cisco|. And, finally,
|
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 407 (** [destroy_context ()] destroys a context. See the destructor 428 (** [dispose_module m] destroys a module [m] and all of the IR objects it [all...] |