/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install.py | 116 # let's run finalize
|
xxmodule.c | 351 /* Finalize the type object including setting type of the new type
|
/system/update_engine/payload_generator/ |
payload_generation_config.h | 39 // must be run to finalize the update process.
|
/art/compiler/optimizing/ |
codegen_test.cc | 736 codegen.Finalize(&code_allocator); 790 codegen.Finalize(&code_allocator); 828 codegen.Finalize(&code_allocator);
|
/external/autotest/client/cros/ |
power_suspend.py | 567 def finalize(self): member in class:Suspender 576 self._power_pref_changer.finalize() 580 self.finalize()
|
power_utils.py | 510 def finalize(self): member in class:PowerPrefChanger 511 """finalize""" 519 self.finalize()
|
/external/eigen/Eigen/src/SparseQR/ |
SparseQR.h | 575 // Finalize the column pointers of the sparse matrices R and Q 576 m_Q.finalize(); 578 m_R.finalize();
|
/external/eigen/unsupported/Eigen/src/Skyline/ |
SkylineMatrix.h | 398 * After an insertion session, you should call the finalize() function. 534 inline void finalize() { 578 finalize();
|
/external/elfutils/libebl/ |
libebl.h | 312 /* Finalize string table ST and store size and memory location information 337 /* Finalize string table ST and store size and memory location information 359 /* Finalize string table ST and store size and memory location information
|
/external/skia/src/gpu/ccpr/ |
GrCCPRCoverageOpsBuilder.cpp | 39 RequiresDstTexture finalize(const GrCaps&, const GrAppliedClip*) override { 164 // Make sure they haven't called finalize yet (or not called init). 397 std::unique_ptr<GrDrawOp> GrCCPRCoverageOpsBuilder::finalize(SkISize drawBounds) {
|
/frameworks/base/core/java/android/content/res/ |
AssetManager.java | 580 protected void finalize() throws Throwable { method in class:AssetManager 593 super.finalize(); 657 protected void finalize() throws Throwable method in class:AssetManager.AssetInputStream
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
LegacyCameraDevice.java | 557 protected void finalize() throws Throwable { method in class:LegacyCameraDevice 561 Log.e(TAG, "Got error while trying to finalize, ignoring: " + e.getMessage()); 563 super.finalize(); [all...] |
/libcore/ojluni/src/main/java/java/util/zip/ |
ZipFile.java | 464 protected void finalize() throws Throwable { method in class:ZipFile.ZipFileInflaterInputStream 694 protected void finalize() throws IOException { method in class:ZipFile 816 protected void finalize() { method in class:ZipFile.ZipFileInputStream
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
PersonalDictionaryLookup.java | 270 public void finalize() throws Throwable { method in class:PersonalDictionaryLookup 273 Log.d(mTag, "finalize()"); 277 super.finalize();
|
/prebuilts/tools/common/m2/repository/org/reficio/p2-maven-plugin/1.1.0/ |
p2-maven-plugin-1.1.0.jar | |
/cts/apps/CtsVerifier/assets/scripts/ |
execute_power_tests.py | 172 self.finalize() 174 def finalize(self): member in class:PowerTest 270 self.finalize() 288 self.finalize() [all...] |
/external/webp/src/enc/ |
frame_enc.c | 180 // Finalize Segment probability based on the coding tree 631 // Need to finalize probas now, since it wasn't done during the search. 635 VP8CalculateLevelCosts(&enc->proba_); // finalize costs 664 if (ok) { // Finalize the partitions, check for extra errors. 673 if (enc->pic_->stats != NULL) { // finalize byte counters...
|
/toolchain/binutils/binutils-2.25/gold/ |
output.h | 68 // after Layout::finalize is finished. 77 // be valid after Layout::finalize calls set_address, but need not 97 // Layout::finalize is finished. For some non-allocated sections, 182 // Set the address and file offset of this data, and finalize the 183 // size of the data. This is called during Layout::finalize for 222 // Finalize the data size. 246 // Layout::finalize is complete. 251 // This is called by Layout::finalize to note that the sizes of 351 // Layout::finalize, before the section address is set, and is used 362 // Layout::finalize, when the section address is set [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiManager.java | [all...] |
/prebuilts/tools/common/m2/repository/com/github/ben-manes/gradle-versions-plugin/0.11.3/ |
gradle-versions-plugin-0.11.3.jar | |
/external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/ |
TJCompressor.html | 289 <td class="colLast"><code><strong><a href="../../../org/libjpegturbo/turbojpeg/TJCompressor.html#finalize()">finalize</a></strong>()</code> </td> [all...] |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/1.2.4/ |
gradle-experimental-1.2.4.jar | |
/external/autotest/client/cros/graphics/ |
graphics_utils.py | 75 """Finalize state checker and report values to perf dashboard.""" 77 self._GSC.finalize() 1014 def finalize(self): member in class:GraphicsStateChecker [all...] |
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/ |
ProxyBuilder.java | 101 * The {@link #finalize()} method on {@code Object} will not be proxied. 705 if (method.getName().equals("finalize") && method.getParameterTypes().length == 0) { 706 // Skip finalize method, it's likely important that it execute as normal. [all...] |
/external/python/cpython2/Lib/multiprocessing/ |
managers.py | 53 from multiprocessing.util import Finalize, info 533 self.shutdown = util.Finalize( 791 self._close = util.Finalize( [all...] |