/frameworks/webview/nullwebview/ |
proguard.flags | 2 # post-jarjar remapping versions of the class names. This enables the same
|
/external/opencv3/doc/tutorials/imgproc/imgtrans/remap/ |
remap.markdown | 0 Remapping {#tutorial_remap} 9 a. Use the OpenCV function @ref cv::remap to implement simple remapping routines. 14 ### What is remapping? 43 - In OpenCV, the function @ref cv::remap offers a simple remapping implementation. 50 - Each second, apply 1 of 4 different remapping processes to the image and display them 101 The function that applies the remapping is @ref cv::remap . We give the following arguments:
|
/external/llvm/test/Linker/ |
inlineasm.ll | 8 ; rdar://9776316 - type remapping needed for inline asm blobs.
|
/system/core/adb/sysdeps/ |
stat.h | 37 // struct _stat32i64 (or some other remapping).
|
/external/clang/include/clang/Serialization/ |
Module.h | 239 /// \brief Remapping table for source locations in this module. 257 /// \brief Remapping table for identifier IDs in this module. 293 /// \brief Remapping table for macro IDs in this module. 312 /// \brief Remapping table for preprocessed entity IDs in this module. 341 /// \brief Remapping table for submodule IDs in this module. 358 /// \brief Remapping table for selector IDs in this module. 390 /// \brief Remapping table for declaration IDs in this module. 444 /// \brief Remapping table for type IDs in this module.
|
/external/proguard/src/proguard/optimize/evaluation/ |
VariableOptimizer.java | 123 boolean remapping = false; 131 // Only try remapping the variable if it's not a parameter. 144 remapping = true; 154 if (remapping)
|
/external/opencv3/doc/tutorials/imgproc/histograms/histogram_equalization/ |
histogram_equalization.markdown | 39 - To accomplish the equalization effect, the remapping should be the *cumulative distribution 45 To use this as a remapping function, we have to normalize \f$H^{'}(i)\f$ such that the maximum value 51 - Finally, we use a simple remapping procedure to obtain the intensity values of the equalized
|
/libcore/luni/src/test/java/libcore/java/util/ |
MapDefaultMethodTester.java | 271 // If the remapping function returns null 275 // If the remapping function is null 300 // If the remapping function returns null 304 // If the remapping function is null 337 // If the remapping function is null
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
encoding.py | 611 """Return the appropriate remapping for the given enum, or None.""" 618 """Return the appropriate remapping for the given field, or None.""" 626 """Common code for fetching a key or value from a remapping dict.""" 630 'for %s remapping' % mapping_type) 633 'Must specify either python_name or json_name for %s remapping' % ( 653 remapping = getter(message_type, python_name=python_name) 654 if remapping is not None: 657 mapping_type, python_name, remapping)) 658 remapping = getter(message_type, json_name=json_name) 659 if remapping is not None [all...] |
/libcore/ojluni/src/main/java/java/util/ |
Map.java | [all...] |
/external/clang/include/clang/ARCMigrate/ |
FileRemapper.h | 1 //===-- FileRemapper.h - File Remapping Helper ------------------*- C++ -*-===//
|
ARCMT.h | 83 /// \brief Get the set of file remappings from a list of files with remapping
|
/external/libchrome/base/test/ |
multiprocess_test_android.cc | 25 // TODO(viettrungluu): The FD-remapping done below is wrong in the presence of
|
/external/libunwind/src/hppa/ |
Gregs.c | 51 /* Do the exception-handling register remapping: */
|
/external/mesa3d/src/gallium/drivers/i915/ |
TODO | 26 - Do smarter remapping. Right now we send everything onto tex coords 0-7.
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_remove_constants.c | 98 /* Pass 3: Make the remapping table and remap constants. 134 * Count even though the remapping function is identity. In that case,
|
/system/extras/perfprofd/quipper/ |
perf_parser.h | 114 // Whether address remapping was enabled during event parsing. 171 // Used for processing events. e.g. remapping with synthetic addresses.
|
/external/llvm/docs/ |
MCJITDesignAndImplementation.rst | 124 Address Remapping
140 When the client is finished remapping section addresses, it will call
141 MCJIT::finalizeObject to complete the remapping process.
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
KeepProcessor.java | 101 // TODO: use this for package remapping too?
|
/external/neven/Embedded/common/src/b_ImageEm/ |
HistoEq.h | 42 * image, the equalization, i.e. remapping of the pixel values, is
|
HistoEq16.h | 38 * image, the equalization, i.e. remapping of the pixel values, is
|
/external/v8/src/interpreter/ |
bytecode-generator.h | 97 // Methods for tracking and remapping register.
|
/external/valgrind/memcheck/tests/ |
addressable.c | 54 /* Case 3 - memory definedness doesn't survive remapping */
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentMap.java | 326 * remapping function may be called multiple times. 374 * remapping function may be called multiple times. 434 * remapping function may be called multiple times.
|
/external/clang/lib/Serialization/ |
Module.cpp | 80 // Remapping tables.
|