HomeSort by relevance Sort by last modified time
    Searched refs:Mapping (Results 1 - 18 of 18) 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_;
global_descriptors_posix.cc 15 for (Mapping::const_iterator
21 // In order to make unittests pass, we define a default mapping from keys to
35 for (Mapping::iterator
  /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/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...]
importer.cc 342 mappings_.push_back(Mapping(virtual_path, CanonicalizePath(disk_path)));
354 // Apply the mapping in reverse.
  /external/v8/src/
unicode-inl.h 48 template <class T, int s> int Mapping<T, s>::get(uchar c, uchar n,
63 template <class T, int s> int Mapping<T, s>::CalculateValue(uchar c, uchar n,
unicode.h 71 // that either have no mapping or map to a single character independent
75 class Mapping {
77 inline Mapping() { }
regexp-macro-assembler.cc 188 static unibrow::Mapping<unibrow::Ecma262Canonicalize> canonicalize;
interpreter-irregexp.cc 43 static unibrow::Mapping<unibrow::Ecma262Canonicalize> interp_canonicalize;
runtime.cc     [all...]
d8.js     [all...]
jsregexp.cc     [all...]
  /external/v8/test/cctest/
test-regexp.cc     [all...]
  /external/chromium/third_party/icu/source/data/
makedata.mak 185 # Always build the mapping files for the EBCDIC fallback codepages
662 @echo Creating data file for Unicode Case Mapping Properties
  /external/icu4c/data/
makedata.mak 185 # Always build the mapping files for the EBCDIC fallback codepages
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 1824 milliseconds