Searched
full:mapping (Results
1001 -
1025 of
5659) sorted by null
<<41424344454647484950>>
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/ |
BaseCursorPagerAdapter.java | 43 /** Mapping of row ID to cursor position */ 45 /** Mapping of instantiated object to row ID */ 239 * Sets the {@link #mItemPosition} instance variable with the current mapping of
|
/hardware/samsung_slsi/exynos5/include/ |
ion.h | 109 * buffer you want to have a cached mapping of 131 * @offset: How many pages will be ignored while mapping.@offset number of 134 * MAP_FAILED if mapping fails.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shelve.py | 35 mapping -- it only modifies the copy, which is then immediately 37 item to d[key] in a way that will affect the persistent mapping, use: 46 to the persistent mapping when you call d.close(). This ensures that
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shelve.py | 35 mapping -- it only modifies the copy, which is then immediately 37 item to d[key] in a way that will affect the persistent mapping, use: 46 to the persistent mapping when you call d.close(). This ensures that
|
/system/vold/ |
Devmapper.cpp | 187 SLOGE("Error creating device mapping (%s)", strerror(errno)); 242 SLOGE("Error loading mapping table (%s)", strerror(errno)); 285 SLOGE("Error destroying device mapping (%s)", strerror(errno));
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
LocalEnd.java | 24 * Pseudo-instruction which is used to explicitly end the mapping of a
|
/dalvik/libdex/ |
SysUtil.cpp | 144 * In some cases the mapping will be fully writable (e.g. for files on 244 * Verify that "addr" is part of this mapping file. 272 /* for "fake" mapping, no need to do anything */ 277 * Release a memory mapping.
|
/development/ndk/sources/android/libportable/common/include/ |
netdb_portable.h | 68 * Most of the declararitions are not needed for addrinfo mapping. 124 * For mapping MIPS and ARM these structures differ only in the 240 #if 0 /* Not needed for addrinfo mapping */ 276 #endif /* Not needed for addrinfo mapping */
|
/development/tools/idegen/src/com/android/idegen/ |
ModuleCache.java | 38 // Mapping of canonical module directory to module. Use string instead of File since File
|
ModuleIndexes.java | 34 * Mapping of module names to make files.
|
/device/asus/flo/camera/QCamera2/stack/common/ |
mm_camera_interface.h | 126 * mapping stream buffers via domain socket 155 * for mapping/unmapping stream buffers via 157 * @map_ops : operation for mapping 289 /** map_buf: fucntion definition for mapping a camera buffer 292 * @buf_type : type of mapping buffers, can be value of 309 * @buf_type : type of mapping buffers, can be value of 460 /** map_stream_buf: fucntion definition for mapping 465 * @buf_type : type of mapping buffers, can be value of 492 * @buf_type : type of mapping buffers, can be value of
|
/device/generic/goldfish/opengl/system/egl/ |
eglDisplay.h | 74 /* This is the mapping between an attribute name to it's index in any given config */
|
/device/lge/hammerhead/camera/QCamera2/stack/common/ |
cam_types.h | 234 CAM_MAPPING_BUF_TYPE_CAPABILITY, /* mapping camera capability buffer */ 235 CAM_MAPPING_BUF_TYPE_PARM_BUF, /* mapping parameters buffer */ 238 CAM_MAPPING_BUF_TYPE_STREAM_BUF, /* mapping stream buffers */ 239 CAM_MAPPING_BUF_TYPE_STREAM_INFO, /* mapping stream information buffer */ 240 CAM_MAPPING_BUF_TYPE_OFFLINE_INPUT_BUF, /* mapping offline process input buffer */ 251 unsigned long cookie; /* could be job_id(uint32_t) to identify mapping job */ [all...] |
mm_camera_interface.h | 126 * mapping stream buffers via domain socket 155 * for mapping/unmapping stream buffers via 157 * @map_ops : operation for mapping 289 /** map_buf: fucntion definition for mapping a camera buffer 292 * @buf_type : type of mapping buffers, can be value of 309 * @buf_type : type of mapping buffers, can be value of 460 /** map_stream_buf: fucntion definition for mapping 465 * @buf_type : type of mapping buffers, can be value of 492 * @buf_type : type of mapping buffers, can be value of
|
/device/moto/shamu/camera/QCamera2/stack/common/ |
mm_camera_interface.h | 129 * mapping stream buffers via domain socket 158 * for mapping/unmapping stream buffers via 160 * @map_ops : operation for mapping 309 /** map_buf: fucntion definition for mapping a camera buffer 312 * @buf_type : type of mapping buffers, can be value of 329 * @buf_type : type of mapping buffers, can be value of 482 /** map_stream_buf: fucntion definition for mapping 487 * @buf_type : type of mapping buffers, can be value of 514 * @buf_type : type of mapping buffers, can be value of
|
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
GUnitExecuteMojo.java | 28 import org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping; 29 import org.codehaus.plexus.compiler.util.scan.mapping.SuffixMapping; 349 SourceMapping mapping = new SuffixMapping( "g", Collections.EMPTY_SET ); local 351 scan.addSourceMapping( mapping );
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/utils/ |
AlgNameMapperTest.java | 31 // check a hardcoded mapping
|
/external/blktrace/ |
blktrace_api.h | 59 __BLK_TN_PROCESS = 0, /* establish pid/name mapping */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/ |
X500NameStyle.java | 68 * @return the name displayed in toString(), null if no mapping provided.
|
/external/ceres-solver/internal/ceres/ |
single_linkage_clustering.h | 59 // membership upon return will contain a mapping from the vertices of
|
/external/chromium_org/base/posix/ |
file_descriptor_shuffle.cc | 29 // We DCHECK the injectiveness of the mapping.
|
/external/chromium_org/base/process/ |
memory_win.cc | 19 // the buffer is then used, it provides a handy mapping of memory starting at
|
/external/chromium_org/base/threading/ |
thread_id_name_manager.cc | 106 // mapping points to the provided |handle| before removal.
|
/external/chromium_org/build/android/pylib/utils/ |
command_option_parser.py | 22 commands_dict: A dictionary mapping command strings to an object defining
|
/external/chromium_org/chrome/browser/apps/drive/ |
drive_app_provider.h | 53 // Maps |drive_app_id| to |new_app|'s id in mapping. Auto uninstall existing
|
Completed in 779 milliseconds
<<41424344454647484950>>