/external/chromium_org/mojo/system/ |
core.cc | 62 // 1. global handle table lock, global mapping table lock 487 scoped_ptr<RawSharedBufferMapping> mapping; 488 MojoResult result = dispatcher->MapBuffer(offset, num_bytes, flags, &mapping); 492 DCHECK(mapping); 493 void* address = mapping->base(); 496 result = mapping_table_.AddMapping(mapping.Pass());
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
itspoof.cpp | 137 // membership in different mapping tables. 158 // This character NFKD normalizes to \u0020 \u064d \u0651, so its confusable mapping 174 // This mapping exists in the ML and MA tables, does not exist in SL, SA 182 // This mapping exists only in the MA table. 189 // This mapping exists in the ML and MA tables 360 // so the mapping in this line of confusables.txt will never be applied.
|
transtst.h | 149 * Test the case mapping transliterators. 154 * Test the name mapping transliterators. 314 * Check to see if case mapping works correctly.
|
/external/chromium_org/third_party/sqlite/src/ext/icu/ |
icu.c | 23 ** for case mapping. 302 ** Implementations of scalar functions for case mapping - upper() and 306 ** ICU provides two types of case mapping, "general" case mapping and 310 ** To utilise "general" case mapping, the upper() or lower() scalar 316 ** To access ICU "language specific" case mapping, upper() or lower()
|
/external/kernel-headers/original/uapi/linux/ |
vfio.h | 162 * Implementation of region mapping is bus driver specific. This is 187 * Implementation of IRQ mapping is bus driver specific. Indexes 294 * IRQ index mapping. Unimplemented regions return a size of zero. 397 __u64 size; /* Size of mapping (bytes) */ 409 * or size different from those used in the original mapping call will 416 __u64 size; /* Size of mapping (bytes) */
|
/external/llvm/lib/IR/ |
DebugLoc.cpp | 268 assert(Ctx->ScopeRecordIdx[Cur] == Idx && "Mapping out of date!"); 281 "Mapping out of date!"); 290 "Mapping out of date"); 317 assert(Ctx->ScopeRecordIdx[OldVal] == Idx && "Mapping out of date!"); 335 "Mapping out of date!"); 344 "Mapping out of date");
|
/external/llvm/lib/Object/ |
ELFYAML.cpp | 645 void MappingTraits<ELFYAML::FileHeader>::mapping(IO &IO, function in class:llvm::yaml::MappingTraits 656 void MappingTraits<ELFYAML::Symbol>::mapping(IO &IO, ELFYAML::Symbol &Symbol) { function in class:llvm::yaml::MappingTraits 665 void MappingTraits<ELFYAML::LocalGlobalWeakSymbols>::mapping( function in class:llvm::yaml::MappingTraits 693 void MappingTraits<std::unique_ptr<ELFYAML::Section>>::mapping( function in class:llvm::yaml::MappingTraits 723 void MappingTraits<ELFYAML::Relocation>::mapping(IO &IO, function in class:llvm::yaml::MappingTraits 731 void MappingTraits<ELFYAML::Object>::mapping(IO &IO, ELFYAML::Object &Object) { function in class:llvm::yaml::MappingTraits
|
/hardware/intel/img/psb_video/src/ |
tng_trace.c | 185 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping mtx context\n", __FUNCTION__); 198 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping reconstructed buf\n", __FUNCTION__); 225 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping mtx context\n", __FUNCTION__); 238 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping colocated buf\n", __FUNCTION__); 265 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping mtx context\n", __FUNCTION__); 278 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping apMV buf\n", __FUNCTION__); 305 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping mtx context\n", __FUNCTION__); 318 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping write back buf\n", __FUNCTION__); 344 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping slice template\n", __FUNCTION__); 374 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping pic template\n", __FUNCTION__) [all...] |
/libcore/luni/src/main/java/java/security/cert/ |
PKIXParameters.java | 61 // Indicates whether policy mapping inhibited or not 405 * Returns whether policy mapping is inhibited. 407 * @return {@code true} if policy mapping is inhibited, otherwise {@code 415 * Sets whether policy mapping is to be inhibited. 418 * {@code true} if policy mapping is to be inhibited, otherwise 554 sb.append("\n Policy Mapping Inhibited: ");
|
/libcore/luni/src/main/java/javax/crypto/ |
EncryptedPrivateKeyInfo.java | 96 // algName == name from map oid->name if mapping exists, or 97 // algName == oid if mapping does not exist 445 // Returns 'true' if mapping available 'false' otherwise 451 // try to find mapping OID->algName 453 // if there is no mapping OID->algName 461 // try to find mapping algName->OID or
|
/development/ide/emacs/ |
android-common.el | 26 ;; need to add a mapping in `android-product-alias-map'. For instance 28 ;; you need to add a mapping Target:foo -> Alias:bar 59 is 'out/target/product/bar', you need to add a mapping Target:foo -> Alias:bar."
|
/external/chromium_org/chrome/browser/performance_monitor/ |
key_builder.cc | 21 // character as a mapping, rather than the enum of the metric or event itself, 25 // Once a character mapping has been set for a metric or event, do not change 28 // for the 'Undefined' character mapping). Do not repeat values within the
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
appengine_wrappers.py | 36 """|configuration| is a dictionary mapping strings to fake urlfetch classes. 160 def set_multi_async(self, mapping, namespace='', time=0): 161 for k, v in mapping.iteritems():
|
/external/chromium_org/content/renderer/ |
speech_recognition_dispatcher.cc | 81 // The handle mapping will be removed in |OnRecognitionEnd|. 217 // Search first for an existing mapping. 224 // If no existing mapping found, create a new one.
|
/external/chromium_org/media/cast/video_sender/ |
video_sender.h | 128 // Records lip-sync (i.e., mapping of RTP <--> NTP timestamps), and 129 // extrapolates this mapping to any other point in time. 168 // This is a "good enough" mapping for finding the RTP timestamp associated
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/ |
CSSFormatter.js | 139 * @param {!{original: !Array.<number>, formatted: !Array.<number>}} mapping 144 FormatterWorker.CSSFormattedContentBuilder = function(content, mapping, originalOffset, formattedOffset, indentString) 155 this._mapping = mapping;
|
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
gencnvex.c | 386 * - start<limit (There is at least one mapping.) 404 * >0: if there is one mapping with an input unit sequence of unitIndex+1 405 * then defaultValue=compute the mapping result for this whole sequence 564 * rebuild reverseMap with mapping indexes for mappings relevant for from Unicode 642 * no mapping, <subchar1> preferred 646 * and this non-mapping does not count for maxInUChars which are always 884 /* <subchar1> SUB mapping, see getFromUBytesValue() and prepareFromUMappings() */ 920 /* roundtrip or fallback mapping */ 965 * if there is a mapping for this code point alone, it is at subStart [all...] |
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree_util.tcl | 146 set mapping [db one $mapping_sql] 147 if {$mapping != $iNode} { 148 puts "Node $iNode: $mapping_table entry for cell $rowid is $mapping"
|
/external/chromium_org/v8/src/ |
unicode.h | 48 // that either have no mapping or map to a single character independent 52 class Mapping { 54 inline Mapping() { }
|
/external/icu/icu4c/source/common/ |
propname.h | 167 * int32_t bytesTrieOffset; -- Offset into bytesTries[] for name->value mapping. 187 * mapping from names/aliases to values. 190 * for mapping each property's names/aliases to their property values.
|
/external/icu/icu4c/source/test/intltest/ |
transtst.h | 149 * Test the case mapping transliterators. 154 * Test the name mapping transliterators. 314 * Check to see if case mapping works correctly.
|
/external/icu/icu4c/source/tools/makeconv/ |
gencnvex.c | 387 * - start<limit (There is at least one mapping.) 405 * >0: if there is one mapping with an input unit sequence of unitIndex+1 406 * then defaultValue=compute the mapping result for this whole sequence 565 * rebuild reverseMap with mapping indexes for mappings relevant for from Unicode 643 * no mapping, <subchar1> preferred 647 * and this non-mapping does not count for maxInUChars which are always 887 /* <subchar1> SUB mapping, see getFromUBytesValue() and prepareFromUMappings() */ 923 /* roundtrip or fallback mapping */ 968 * if there is a mapping for this code point alone, it is at subStart [all...] |
/external/libutf/ |
utf.h | 173 // upper case letters have no lower case mapping, and so on. Unicode 184 // no defined mapping. 192 // upper case letters and targets of the toupper mapping. islowerrune
|
/frameworks/base/core/java/android/app/ |
SharedElementCallback.java | 91 * transferring shared elements in. Any shared elements that have no mapping will be in 114 * Lets the SharedElementCallback adjust the mapping of shared element names to 119 * @param sharedElements The mapping of shared element names to Views. The best guess
|
/frameworks/base/docs/html/training/graphics/opengl/ |
projection.jd | 49 coordinate mapping, see <a 50 href="{@docRoot}guide/topics/graphics/opengl.html#coordinate-mapping">Mapping Coordinates for Drawn
|