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

<<41424344454647484950>>

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 8 /* Dictionary object type -- mapping from hashable object to object */
131 /* PyDict_Merge updates/merges from a mapping object (an object that
unicodeobject.h     [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 8 /* Dictionary object type -- mapping from hashable object to object */
131 /* PyDict_Merge updates/merges from a mapping object (an object that
unicodeobject.h     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/tests/
test_core.py 29 mapping = {6:0, 0:1, 4:3, 5:6, 3:4, 1:2, 2:5 }
30 self.H = nx.relabel_nodes(H, mapping)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DebuggerConnector.java 81 /** Mapping of application name to project name for apps present in the workspace. */
111 // known mapping of app name -> project name. However, the projectRenamed
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
DebugPortProvider.java 42 * Mapping device serial numbers to maps. The embedded maps are mapping application names to
  /system/core/libutils/
FileMap.cpp 18 // Shared file mapping class.
78 // Create a new mapping on an open file.
  /system/extras/libpagemap/include/pagemap/
pagemap.h 29 /* Holds the various metrics for memory usage of a process or a mapping. */
70 * mapping in a particular process. */
  /system/extras/libpagemap/
pm_process.c 136 /* EOF, mapping is not in userspace mapping range (probably vectors) */
  /docs/source.android.com/src/devices/input/
overview.jd 46 mapping tables.</p>
98 to configure the mapping from Linux event codes to Android event codes
99 for keys, joystick buttons and joystick axes. The mapping may
113 are not always the same: they are dependent on a set of mapping tables,
123 is responsible for mapping them to standard identifiers such as
  /external/clang/include/clang/Lex/
ModuleMap.h 118 /// \brief Mapping from each header to the module that owns the contents of
122 /// \brief Mapping from directories with umbrella headers to the module
125 /// This mapping is used to map headers that haven't explicitly been named
163 /// \brief A mapping from directories to information about inferring
167 /// A mapping from an inferred module to the module map that allowed the
  /external/compiler-rt/lib/asan/
asan_poisoning.cc 67 // Since asan's mapping is compacting, the shadow chunk may be
104 // mapping invariant is preserved (see detailed mapping description here:
305 // If possible, mark all the bytes mapping to last shadow byte as
310 // If necessary, mark few first bytes mapping to last shadow byte
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 40 * If no mapping is found, throws tcu::InternalError.
134 * If no mapping is found, throws tcu::InternalError.
231 * If no mapping is found, throws tcu::InternalError.
290 * If no mapping is found, throws tcu::InternalError.
428 * If no mapping is found, throws tcu::InternalError.
463 * If no mapping is found, throws tcu::InternalError.
    [all...]
  /external/llvm/include/llvm/IR/
ValueMap.h 13 // key is RAUWed from V1 to V2, the old mapping V1->target is removed, and a new
14 // mapping V2->target is added. If V2 already existed, its old target is
15 // overwritten. When a key is deleted, its mapping is removed.
56 /// false, the ValueMap will leave the original mapping in place.
262 // removed the old mapping.
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.c 115 /* We have the region->map_refcount controlling mapping of the BO because
116 * in software fallbacks we may end up mapping the same buffer multiple
119 * must not emit any batchbuffers between the start of mapping and the end
128 perf_debug("Mapping a busy BO, causing a stall on the GPU.\n");
449 /* When mapping a W-tiled stencil buffer as Y-tiled, each 64-high W-tile
  /external/proguard/src/proguard/retrace/
ReTrace.java 66 * input, based on the given mapping file name.
71 * @param mappingFile the mapping file that was written out by
84 * based on the given mapping file name.
89 * @param mappingFile the mapping file that was written out by
111 // Read the mapping file.
  /external/squashfs-tools/kernel/fs/squashfs/
file.c 32 * larger), the code implements an index cache that caches the mapping from
215 * can cache one index -> datablock/blocklist-block mapping. We wish
352 * res contains the index of the mapping returned by fill_meta_index(),
377 struct inode *inode = page->mapping->host;
460 grab_cache_page_nowait(page->mapping, i);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java 86 * Map that contains a mapping from an attachment list uri to a list of uris.
91 * Map that contains a mapping from an attachment uri to an {@link Attachment} object.
185 // add mapping from uri to attachment
206 // remove from list mapping
209 // delete each file and remove each element from the mapping
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 339 CAM_MAPPING_BUF_TYPE_CAPABILITY, /* mapping camera capability buffer */
340 CAM_MAPPING_BUF_TYPE_PARM_BUF, /* mapping parameters buffer */
343 CAM_MAPPING_BUF_TYPE_STREAM_BUF, /* mapping stream buffers */
344 CAM_MAPPING_BUF_TYPE_STREAM_INFO, /* mapping stream information buffer */
345 CAM_MAPPING_BUF_TYPE_OFFLINE_INPUT_BUF, /* mapping offline process input buffer */
346 CAM_MAPPING_BUF_TYPE_OFFLINE_META_BUF, /* mapping offline meta buffer */
347 CAM_MAPPING_BUF_TYPE_MISC_BUF, /* mapping offline miscellaneous buffer */
348 CAM_MAPPING_BUF_TYPE_STREAM_USER_BUF, /* mapping user ptr stream buffers */
373 uint32_t cookie; /* could be job_id(uint32_t) to identify mapping job */
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 57 static void mapping(IO &io, FooBar& fb) { function in struct:llvm::yaml::MappingTraits
64 static void mapping(IO &io, FooBarContainer &fb) { function in struct:llvm::yaml::MappingTraits
73 // Test the reading of a yaml mapping
265 static void mapping(IO &io, BuiltInTypes& bt) { function in struct:llvm::yaml::MappingTraits
421 static void mapping(IO &io, StringTypes& st) { function in struct:llvm::yaml::MappingTraits
554 static void mapping(IO &io, ColorMap& c) { function in struct:llvm::yaml::MappingTraits
628 static void mapping(IO &io, FlagsMap& c) { function in struct:llvm::yaml::MappingTraits
711 static void mapping(IO &io, MyCustomTypeMap& s) { function in struct:llvm::yaml::MappingTraits
822 static void mapping(IO &io, NameAndNumbers& nn) { function in struct:llvm::yaml::MappingTraits
914 static void mapping(IO &io, TotalSeconds &secs) function in struct:llvm::yaml::MappingTraits
1029 static void mapping(IO &io, KindAndFlags& kf) { function in struct:llvm::yaml::MappingTraits
1119 static void mapping(IO &io, FooBarMap& fb) { function in struct:llvm::yaml::MappingTraits
1198 static void mapping(IO &io, MyDouble &d) { function in struct:llvm::yaml::MappingTraits
1280 static void mapping(IO &io, MyValidation &d) { function in struct:llvm::yaml::MappingTraits
1714 static void mapping(IO& IO, OptionalTest &OT) { function in struct:llvm::yaml::MappingTraits
1721 static void mapping(IO &IO, OptionalTestSeq &OTS) { function in struct:llvm::yaml::MappingTraits
    [all...]
  /external/elfutils/src/src/
strings.c 492 /* We will go through the mapping sequentially. */
500 /* Maybe the size of the mapping is too big. Try again. */
512 /* Read the file without mapping. */
580 /* We need a completely new mapping. */
605 /* The existing mapping cannot fit at all. Map the new area.
619 /* Use the existing mapping as much as possible. If necessary, map
623 /* There are at least a few bytes in this mapping which we can
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 151 * @param key mapping key [may not be null].
153 * @return Object value mapping for 'key' [can be null].
213 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
215 * @param key mapping key [may not be null].
216 * @param value mapping value [may not be null].
218 * @return Object previous value mapping for 'key' [null if no previous mapping
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ArrayTable.java 41 * created. The table always contains a mapping for every row key / column pair.
110 * <p>If {@code table} includes a mapping with row key {@code r} and a
111 * separate mapping with column key {@code c}, the returned table contains a
112 * mapping with row key {@code r} and column key {@code c}. If that row key /
493 * @param rowKey row key of mapping to be erased
494 * @param columnKey column key of mapping to be erased
496 * no mapping existed for the keys
  /external/icu/icu4c/source/tools/makeconv/
makeconv.c 11 * tool creating a binary (compressed) representation of the conversion mapping
14 * 05/04/2000 helena Added fallback mapping into the picture...
228 "\tread .ucm codepage mapping files and write .cnv files\n"
246 printf("makeconv version %u.%u, ICU tool to read .ucm codepage mapping files and write .cnv files\n",
453 /* stop at the beginning of the mapping section */
617 fprintf(stderr, "unexpected text after the base mapping table\n");
625 fprintf(stderr, "error: some entries have the mapping precision (with '|'), some do not\n");

Completed in 797 milliseconds

<<41424344454647484950>>