/hardware/qcom/msm8x27/original-kernel-headers/linux/ |
msm_ion.h | 107 * This flag allows clients when mapping into the IOMMU to specify to 108 * defer un-mapping from the IOMMU until the buffer memory is freed.
|
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_unistd.cpp | 314 // memory mapping failed. Otherwise the return value is a pointer to 338 // precondition : there is a valid mapping at the moment
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_app.c | 373 /* mapping stream bufs first */ 382 CDBG_ERROR("%s: mapping buf[%d] err = %d", __func__, i, rc); 413 /* mapping stream bufs first */ 491 /* mapping capability buf */ 513 /* mapping getparm buf */ 680 /* mapping streaminfo buf */
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_app.c | 373 /* mapping stream bufs first */ 382 CDBG_ERROR("%s: mapping buf[%d] err = %d", __func__, i, rc); 413 /* mapping stream bufs first */ 491 /* mapping capability buf */ 513 /* mapping getparm buf */ 680 /* mapping streaminfo buf */
|
/docs/source.android.com/src/devices/tech/security/ |
dm-verity.jd | 195 are used during the construction of your dm-verity mapping hash table.</p> 197 <h3 id="mapping-table">Building the dm-verity mapping table</h3> 199 <p>Build the dm-verity mapping table, which identifies the block device (or target) 201 mapping is used for <code>fstab</code> generation and booting. The table also identifies 206 detailed description of the verity target mapping table fields.</p>
|
/external/chromium_org/chrome/browser/history/ |
url_index_private_data.h | 360 // A one-to-one mapping from the a word string to its slot number (i.e. 364 // A one-to-many mapping from a single character to all WordIDs of words 368 // A one-to-many mapping from a WordID to all HistoryIDs (the row_id as 372 // A one-to-many mapping from a HistoryID to all WordIDs of words that occur 377 // A one-to-one mapping from HistoryID to the history item data governing 381 // A one-to-one mapping from HistoryID to the word starts detected in each
|
thumbnail_database.cc | 37 // icon_id The ID of favicon that this mapping maps to. [all...] |
/external/chromium_org/content/browser/zygote_host/ |
zygote_host_impl_linux.cc | 292 const std::vector<FileDescriptorInfo>& mapping, 311 // more for each file descriptor mapping for the child process. 312 const size_t num_fds_to_send = 1 + mapping.size(); 322 // The rest come from mapping. 324 i = mapping.begin(); i != mapping.end(); ++i) {
|
/external/chromium_org/third_party/icu/source/common/ |
locmap.c | 7 * Provides functionality for mapping between 46 * The mapping from Win32 locale ID numbers to POSIX locale strings should 56 // Internal Classes for LCID <--> POSIX Mapping 77 // Easy macros to make the LCID <--> POSIX Mapping 83 * The standard one language/one country mapping for LCID. 116 // Create the table of LCID to POSIX Mapping [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_buffer_objects.c | 274 * flushing the batchbuffer before mapping the buffer, which can save blocking 319 /* If the access is synchronized (like a normal buffer mapping), then get 320 * things flushed out so the later mapping syncs appropriately through GEM. 321 * If the user doesn't care about existing buffer contents and mapping would 342 /* If the user is mapping a range of an active buffer object but 427 /* always keep the mapping around. */
|
/external/icu/icu4c/source/i18n/ |
zonemeta.cpp | 34 // CLDR Canonical ID mapping table 38 // Metazone mapping table 148 * The format used by CLDR metazone mapping is "yyyy-MM-dd HH:mm". 565 // get the mapping from cache 602 // delete the mapping 731 // check region mapping
|
/external/icu/icu4c/source/layout/ |
LayoutEngine.h | 40 * character to glyph mapping and default positioning using the glyph's advance 46 * 1) Glyph processing - character to glyph mapping and any other glyph processing 190 * The default implementation of this method only does character to glyph mapping. 269 * This method does character to glyph mapping. The default implementation 270 * uses the font instance to do the mapping. It will allocate the glyph and 277 * form, such as parens, with the opposite form before mapping it to a glyph index.
|
/external/icu/icu4c/source/test/intltest/ |
itspoof.cpp | 181 // membership in different mapping tables. 212 // This mapping exists in the ML and MA tables, does not exist in SL, SA 220 // This mapping exists only in the MA table. 227 // This mapping exists in the ML and MA tables 241 // This mapping exists in the SA and MA tables 412 // so the mapping in this line of confusables.txt will never be applied.
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_buffer_objects.c | 274 * flushing the batchbuffer before mapping the buffer, which can save blocking 319 /* If the access is synchronized (like a normal buffer mapping), then get 320 * things flushed out so the later mapping syncs appropriately through GEM. 321 * If the user doesn't care about existing buffer contents and mapping would 342 /* If the user is mapping a range of an active buffer object but 427 /* always keep the mapping around. */
|
/external/valgrind/main/callgrind/docs/ |
cl-format.xml | 184 the format "spec=name", but also "spec=(ID) name" to specify a mapping of an 186 mapping. There is a separate ID mapping for each position specification, 221 # define file ID mapping 224 # define function ID mapping 441 responsible for the events raised. Note that the mapping of "instr"
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_vlc.c | 55 /* Mapping tables for coded_block_pattern, used for decoding of mapped 169 /* code num 2^32 - 1, needed for unsigned mapping */ 175 /* code num 2^32, needed for unsigned mapping 283 either for intra or inter macroblock. The mapping is implemented by 288 isIntra flag to indicate if intra or inter mapping is to 342 from the stream with h264bsdGetBits and mapping this to decoded
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
ion.h | 230 * ion_map_kernel - create mapping for the given handle 233 * @flags: flags for this mapping 237 * will return a non-secure uncached mapping. 242 * ion_unmap_kernel() - destroy a kernel mapping for a handle 332 * Decrement the reference count on the iommu mapping. If the count is 333 * 0, the mapping will be removed from the iommu.
|
/external/clang/include/clang/Serialization/ |
ASTReader.h | 393 /// \brief Mapping from global type IDs to the module in which the 407 /// \brief Mapping from global declaration IDs to the module in which the 495 /// \brief Mapping from global identifier IDs to the module in which the 511 /// \brief Mapping from global macro IDs to the module in which the 525 /// \brief Mapping from global submodule IDs to the module file in which the 580 /// \brief A mapping from each of the hidden submodules to the deserialized 620 /// \brief Mapping from global selector IDs to the module in which the 660 /// \brief Mapping from identifiers that have a macro history to the global 667 /// \brief Mapping from global preprocessing entity IDs to the module in 827 /// \brief Mapping from switch-case IDs in the chain to switch-case statement [all...] |
/hardware/ti/omap4-aah/domx/domx/omx_rpc/src/ |
omx_rpc_stub.c | 193 /*No buffer mapping required */ 271 /*No buffer mapping required */ 341 /*No buffer mapping required */ 411 /*No buffer mapping required */ 490 /*No buffer mapping required */ 557 /*No buffer mapping required */ 629 /*No buffer mapping required */ 699 /*No buffer mapping required */ 770 /*No buffer mapping required */ 838 /*No buffer mapping required * [all...] |
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/ |
omx_rpc_stub.c | 187 /*No buffer mapping required */ 265 /*No buffer mapping required */ 329 /*No buffer mapping required */ 399 /*No buffer mapping required */ 477 /*No buffer mapping required */ 544 /*No buffer mapping required */ 616 /*No buffer mapping required */ 686 /*No buffer mapping required */ 757 /*No buffer mapping required */ 825 /*No buffer mapping required * [all...] |
/external/svox/pico/lib/ |
picokdt.c | 54 - dt consists of optional attribute mapping tables and a non-empty 56 - using the attribute mapping tables an attribute value as used 106 TABLETYPE1 = EMPTY -> empty table, no mapping to be done 256 /* direct output vector (no output mapping) */ [all...] |
/external/chromium_org/third_party/freetype/src/cff/ |
cffload.c | 1092 /* This gives us both a code to GID and a code to SID mapping. */ 1129 /* Assign code to GID mapping. */ 1132 /* Assign code to SID mapping. */ [all...] |
/external/freetype/src/cff/ |
cffload.c | 1099 /* This gives us both a code to GID and a code to SID mapping. */ 1136 /* Assign code to GID mapping. */ 1139 /* Assign code to SID mapping. */ [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
cffload.c | 1092 /* This gives us both a code to GID and a code to SID mapping. */ 1129 /* Assign code to GID mapping. */ 1132 /* Assign code to SID mapping. */ [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
abstract.h | 94 numeric, sequence, and mapping. Each protocol consists of a 425 both sequence and mapping protocols, the sequence size is 464 Remove the mapping for object, key, from the object *o. 472 Delete the mapping for key from *o. Returns -1 on failure. [all...] |