HomeSort by relevance Sort by last modified time
    Searched full:mapping (Results 1 - 25 of 5659) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports2.py 6 MAPPING = {
16 mapping = MAPPING variable in class:FixImports2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports2.py 6 MAPPING = {
16 mapping = MAPPING variable in class:FixImports2
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_mapping_unittest.cc 25 DriveAppMapping* mapping() { return mapping_.get(); } function in class:DriveAppMappingTest
35 EXPECT_EQ("", mapping()->GetChromeApp(""));
36 EXPECT_EQ("", mapping()->GetDriveApp(""));
37 EXPECT_EQ("", mapping()->GetChromeApp("non-existent-drive-app"));
38 EXPECT_EQ("", mapping()->GetDriveApp("non-existent-chrome-app"));
39 EXPECT_EQ(0u, mapping()->GetDriveAppIds().size());
46 mapping()->Add("drive", "chrome", false);
47 EXPECT_EQ("chrome", mapping()->GetChromeApp("drive"));
48 EXPECT_EQ("drive", mapping()->GetDriveApp("chrome"));
49 EXPECT_FALSE(mapping()->IsChromeAppGenerated("chrome"))
    [all...]
  /external/llvm/test/YAMLParser/
spec-10-12.data 4 # mapping
spec-07-12a.data 4 # collection (mapping) node.
spec-05-03.data 6 mapping:
spec-05-04.data 4 mapping: { sky: blue, sea: green }
spec-08-09.data 11 # Mapping entry:
13 mapping: { key: value }
spec-08-10.data 14 # Mapping entry:
16 mapping:
spec-02-25.data 4 # mapping where each key is
spec-10-05.data 9 # mapping
  /frameworks/compile/mclinker/include/mcld/Target/
KeyEntryMap.h 37 /// EntryOrPair - A key may mapping to a signal entry or a pair of entries,
38 /// user is responsible for the type of Mapping.entry
44 struct Mapping {
49 typedef std::vector<Mapping> KeyEntryPool;
57 /// lookUp - look up the entry mapping to pKey
61 /// lookUpFirstEntry - look up the first entry mapping to pKey
65 /// lookUpSecondEntry - look up the second entry mapping to pKey
95 const_iterator mapping, mEnd = m_Pool.end(); local
96 for (mapping = m_Pool.begin(); mapping != mEnd; ++mapping)
109 iterator mapping, mEnd = m_Pool.end(); local
123 const_iterator mapping, mEnd = m_Pool.end(); local
137 const_iterator mapping, mEnd = m_Pool.end(); local
151 const_iterator mapping, mEnd = m_Pool.end(); local
165 const_iterator mapping, mEnd = m_Pool.end(); local
179 Mapping mapping; local
191 Mapping mapping; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
charmap.py 1 """ Generic Python Character Mapping Codec.
25 def __init__(self, errors='strict', mapping=None):
27 self.mapping = mapping
30 return codecs.charmap_encode(input, self.errors, self.mapping)[0]
33 def __init__(self, errors='strict', mapping=None):
35 self.mapping = mapping
38 return codecs.charmap_decode(input, self.errors, self.mapping)[0]
42 def __init__(self,stream,errors='strict',mapping=None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
charmap.py 1 """ Generic Python Character Mapping Codec.
25 def __init__(self, errors='strict', mapping=None):
27 self.mapping = mapping
30 return codecs.charmap_encode(input, self.errors, self.mapping)[0]
33 def __init__(self, errors='strict', mapping=None):
35 self.mapping = mapping
38 return codecs.charmap_decode(input, self.errors, self.mapping)[0]
42 def __init__(self,stream,errors='strict',mapping=None)
    [all...]
  /development/tools/rmtypedefs/.idea/
vcs.xml 4 <mapping directory="" vcs="" />
5 <mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
  /external/chromium_org/chrome/common/extensions/docs/server2/
persistent_object_store_test.py 23 mapping = {'key2': 'value2', 'key3': 'value3'}
24 another_object_store.SetMulti(mapping)
25 self.assertEqual(mapping, object_store.GetMulti(mapping.keys()).Get())
26 self.assertEqual(mapping,
27 another_object_store.GetMulti(mapping.keys()).Get())
29 object_store.DelMulti(mapping.keys())
30 self.assertEqual({}, object_store.GetMulti(mapping.keys()).Get())
31 self.assertEqual({}, another_object_store.GetMulti(mapping.keys()).Get())
  /external/oprofile/daemon/liblegacy/
opd_mapping.h 26 /** next mapping for this image */
30 /** mapping start vma */
32 /** mapping offset */
34 /** mapping end vma */
51 * opd_handle_mapping - deal with mapping notification
52 * @param note mapping notification
55 * in a new executable file. The mapping information is
61 * opd_put_mapping - add a mapping to a process
64 * @param start start of mapping
65 * @param offset file offset of mapping
    [all...]
  /development/tools/idegen/templates/idea/
vcs.xml 4 <mapping directory="" vcs="Git" />
  /external/robolectric/.idea/
vcs.xml 7 <mapping directory="" vcs="Git" />
  /frameworks/base/tools/layoutlib/.idea/
vcs.xml 4 <mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
testcodec.py 38 0x78: u"abc", # 1-n decoding mapping
39 "abc": 0x0078,# 1-n encoding mapping
40 0x01: None, # decoding mapping to <undefined>
41 0x79: u"", # decoding mapping to <remove character>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
testcodec.py 38 0x78: u"abc", # 1-n decoding mapping
39 "abc": 0x0078,# 1-n encoding mapping
40 0x01: None, # decoding mapping to <undefined>
41 0x79: u"", # decoding mapping to <remove character>
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMappingPtr.h 16 CompositedLayerMappingPtr(CompositedLayerMapping* mapping)
17 : m_mapping(mapping)
  /external/chromium_org/components/variations/
entropy_provider.cc 48 std::vector<uint16>* mapping) {
49 for (size_t i = 0; i < mapping->size(); ++i)
50 (*mapping)[i] = static_cast<uint16>(i);
54 // Do a deterministic random shuffle of the mapping using |generator|.
58 // std::random_shuffle(mapping->begin(), mapping->end(), generator);
63 for (size_t i = 1; i < mapping->size(); ++i) {
64 // Pick an element in mapping[:i+1] with which to exchange mapping[i].
66 std::swap((*mapping)[i], (*mapping)[j])
    [all...]
  /external/chromium_org/third_party/icu/source/common/
sprpimpl.h 68 _SPREP_INDEX_MAPPING_DATA_SIZE = 1, /* The array that contains the mapping */
70 _SPREP_ONE_UCHAR_MAPPING_INDEX_START = 3, /* The starting index of 1 UChar mapping index in the mapping data array */
71 _SPREP_TWO_UCHARS_MAPPING_INDEX_START = 4, /* The starting index of 2 UChars mapping index in the mapping data array */
72 _SPREP_THREE_UCHARS_MAPPING_INDEX_START = 5, /* The starting index of 3 UChars mapping index in the mapping data array */
73 _SPREP_FOUR_UCHARS_MAPPING_INDEX_START = 6, /* The starting index of 4 UChars mapping index in the mapping data array */

Completed in 1864 milliseconds

1 2 3 4 5 6 7 8 91011>>