HomeSort by relevance Sort by last modified time
    Searched full:mapping (Results 901 - 925 of 4834) sorted by null

<<31323334353637383940>>

  /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));
  /art/compiler/
compiled_method.h 137 // Returns true and the corresponding "to" value if the mapping is found.
140 // Finds first mapping such that lb.from_ >= from.
146 // The previous mapping is still in effect.
390 // For quick code, a set of pairs (PC, DEX) mapping from native PC offset to DEX offset.
  /art/compiler/utils/mips64/
managed_register_mips64.h 39 // There is a one-to-one mapping between ManagedRegister and register id.
  /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/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 235 CAM_MAPPING_BUF_TYPE_CAPABILITY, /* mapping camera capability buffer */
236 CAM_MAPPING_BUF_TYPE_PARM_BUF, /* mapping parameters buffer */
239 CAM_MAPPING_BUF_TYPE_STREAM_BUF, /* mapping stream buffers */
240 CAM_MAPPING_BUF_TYPE_STREAM_INFO, /* mapping stream information buffer */
241 CAM_MAPPING_BUF_TYPE_OFFLINE_INPUT_BUF, /* mapping offline process input buffer */
252 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
319 /** map_buf: fucntion definition for mapping a camera buffer
322 * @buf_type : type of mapping buffers, can be value of
339 * @buf_type : type of mapping buffers, can be value of
492 /** map_stream_buf: fucntion definition for mapping
497 * @buf_type : type of mapping buffers, can be value of
524 * @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-trace/trace-viewer/tracing/tracing/base/
sorted_array_utils.html 60 * The array of intervals is defined implicitly via two mapping functions
64 * The array of intervals formed by this mapping must be non-overlapping and
116 * The array of intervals is defined implicitly via two mapping functions
121 * The array of intervals formed by this mapping must be non-overlapping, and
  /external/clang/include/clang/AST/
ParentMap.h 34 /// If \p S is already in the map, this method will update the mapping.
  /external/clang/include/clang/Analysis/
CFGStmtMap.h 10 // This file defines the CFGStmtMap class, which defines a mapping from
  /external/clang/include/clang/Rewrite/Core/
DeltaTree.h 24 /// implements a key/value mapping from index to delta, and allows fast lookup
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
StoreRef.h 22 /// Store - This opaque type encapsulates an immutable mapping from
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 170 "Unexpected mapping with no-Werror bit!");
422 // Get the mapping information, or compute it lazily.
423 DiagnosticMapping &Mapping = State->getOrAddMapping((diag::kind)DiagID);
426 if (Mapping.getSeverity() != diag::Severity())
427 Result = Mapping.getSeverity();
431 !Mapping.isUser() && getBuiltinDiagClass(DiagID) != CLASS_REMARK)
444 if (IsExtensionDiag && !Mapping.isUser())
458 if (Diag.WarningsAsErrors && !Mapping.hasNoWarningAsError())
465 if (Diag.ErrorsAsFatal && !Mapping.hasNoErrorAsFatal())
  /external/deqp/doc/testspecs/GLES3/
functional.texture.swizzle.txt 35 yield a 1:1 mapping from texels to framebuffer pixels. Thus filtering

Completed in 402 milliseconds

<<31323334353637383940>>