HomeSort by relevance Sort by last modified time
    Searched defs:Mapping (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/
global_descriptors_posix.h 48 typedef std::vector<std::pair<Key, int> > Mapping;
53 void Reset(const Mapping& mapping) {
54 descriptors_ = mapping;
61 Mapping descriptors_;
  /external/protobuf/src/google/protobuf/compiler/
importer.h 245 // Given a path to a file on disk, find a virtual path mapping to that
246 // file. The first mapping created with MapPath() whose disk_path contains
249 // * SUCCESS: The mapping was found. *virtual_file is filled in so that
251 // * SHADOWED: A mapping was found, but using Open() to open this virtual
253 // other mapping with a higher precedence also matches this virtual path
258 // * CANNOT_OPEN: The mapping was found and was not shadowed, but the
263 // * NO_MAPPING: Indicates that no mapping was found which contains this
279 struct Mapping {
283 inline Mapping(const string& virtual_path, const string& disk_path)
286 vector<Mapping> mappings_
    [all...]
  /external/v8/src/
unicode.h 71 // that either have no mapping or map to a single character independent
75 class Mapping {
77 inline Mapping() { }
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
TableContentProvider.java 36 private final ArrayList<Mapping> mMappings = new ArrayList<Mapping>();
43 // Add the table URI mapping.
44 ArrayList<Mapping> mappings = mMappings;
47 mappings.add(new Mapping(table, mimeSubtype, false));
49 // Add the row URI mapping.
51 mappings.add(new Mapping(table, mimeSubtype, true));
72 Mapping mapping = mMappings.get(match); local
73 String prefix = mapping.hasId ? ContentResolver.CURSOR_ITEM_BASE_TYPE : ContentResolver.CURSOR_DIR_BASE_TYPE
86 Mapping mapping = mMappings.get(match); local
105 Mapping mapping = match != UriMatcher.NO_MATCH ? mMappings.get(match) : null; local
126 Mapping mapping = match != UriMatcher.NO_MATCH ? mMappings.get(match) : null; local
159 Mapping mapping = mMappings.get(match); local
181 Mapping mapping = mMappings.get(match); local
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 345 milliseconds