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

1 2 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/test/resources/pyyaml/
spec-10-12.data 2 # mapping
spec-05-03.data 4 mapping:
spec-05-04.data 2 mapping: { sky: blue, sea: green }
spec-07-12a.data 2 # collection (mapping) node.
spec-08-09.data 9 # Mapping entry:
11 mapping: { key: value }
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_imports2.py 6 MAPPING = {
16 mapping = MAPPING variable in class:FixImports2
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_imports2.py 6 MAPPING = {
16 mapping = MAPPING variable in class:FixImports2
  /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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
mapping.s 2 .global mapping
3 mapping: label
5 bl mapping
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
mapping.s 3 .global mapping
4 mapping: label
6 bl mapping
  /external/jetty/src/resources/org/eclipse/jetty/server/handler/jmx/
ContextHandlerCollection-mbean.properties 2 mapContexts(): Update the mapping of context path to contex
  /external/jetty/src/resources/org/eclipse/jetty/servlet/jmx/
ServletMapping-mbean.properties 1 ServletMapping: Servlet Mapping
  /external/llvm/test/YAMLParser/
spec-10-12.test 4 # mapping
spec-07-12a.test 4 # collection (mapping) node.
  /frameworks/compile/mclinker/include/mcld/Target/
KeyEntryMap.h 35 /// EntryOrPair - A key may mapping to a signal entry or a pair of entries,
36 /// user is responsible for the type of Mapping.entry
42 struct Mapping {
47 typedef std::vector<Mapping> KeyEntryPool;
55 /// lookUp - look up the entry mapping to pKey
59 /// lookUpFirstEntry - look up the first entry mapping to pKey
63 /// lookUpSecondEntry - look up the second entry mapping to pKey
90 const_iterator mapping, mEnd = m_Pool.end(); local
91 for (mapping = m_Pool.begin(); mapping != mEnd; ++mapping)
102 iterator mapping, mEnd = m_Pool.end(); local
115 const_iterator mapping, mEnd = m_Pool.end(); local
128 const_iterator mapping, mEnd = m_Pool.end(); local
141 const_iterator mapping, mEnd = m_Pool.end(); local
154 const_iterator mapping, mEnd = m_Pool.end(); local
167 Mapping mapping; local
177 Mapping mapping; local
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/parameter-framework/upstream/test/functional-tests-legacy/xml/configuration/Structure/Test/
TestSubsystem.xml.in 7 <BooleanParameter Name="BOOL" Mapping="Binary:BOOL"/>
9 <FixedPointParameter Name="FP8_Q0.7" Size="8" Integral="0" Fractional="7" Mapping="Binary:FP8_Q.7"/>
10 <FixedPointParameter Name="FP8_Q7.0" Size="8" Integral="7" Fractional="0" Mapping="Binary:FP8_7.0"/>
11 <FixedPointParameter Name="FP8_Q3.4" Size="8" Integral="3" Fractional="4" Mapping="Binary:FP8_3.4"/>
12 <FixedPointParameter Name="FP16_Q0.15" Size="16" Integral="0" Fractional="15" Mapping="Binary:FP16_Q.15"/>
13 <FixedPointParameter Name="FP16_Q15.0" Size="16" Integral="15" Fractional="0" Mapping="Binary:FP16_15.0"/>
14 <FixedPointParameter Name="FP16_Q7.8" Size="16" Integral="7" Fractional="8" Mapping="Binary:FP16_7.8"/>
15 <FixedPointParameter Name="FP32_Q0.31" Size="32" Integral="0" Fractional="31" Mapping="Binary:FP32_Q.31"/>
16 <FixedPointParameter Name="FP32_Q31.0" Size="32" Integral="31" Fractional="0" Mapping="Binary:FP32_31.0"/>
17 <FixedPointParameter Name="FP32_Q15.16" Size="32" Integral="15" Fractional="16" Mapping="Binary:FP32_15.16"/
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Structure/
PolicySubsystem.xml 18 <Component Name="media" Type="StrategyConfig" Mapping="Amend1:Media,Identifier:0"/>
19 <Component Name="phone" Type="StrategyConfig" Mapping="Amend1:Phone,Identifier:1"/>
21 Mapping="Amend1:Sonification,Identifier:2"/>
23 Mapping="Amend1:SonificationRespectful,Identifier:3"/>
24 <Component Name="dtmf" Type="StrategyConfig" Mapping="Amend1:Dtmf,Identifier:4"/>
26 Mapping="Amend1:EnforcedAudible,Identifier:5"/>
28 Mapping="Amend1:TransmittedThroughSpeaker,Identifier:6"/>
30 Mapping="Amend1:Accessibility,Identifier:7"/>
32 Mapping="Amend1:Rerouting,Identifier:8"/>
40 identifier mapping must match the value of the enum"
    [all...]
  /system/core/libmemunreachable/
ProcessMappings.cpp 30 bool ProcessMappings(pid_t pid, allocator::vector<Mapping>& mappings) {
44 Mapping mapping{};
46 &mapping.begin, &mapping.end, perms, &name_pos) == 3) {
48 mapping.read = true;
51 mapping.write = true;
54 mapping.execute = true;
57 mapping.priv = true;
60 strlcpy(mapping.name, line + name_pos, sizeof(mapping.name))
    [all...]
  /development/samples/devbytes/telephony/SmsSampleProject/.idea/
vcs.xml 4 <mapping directory="" vcs="" />

Completed in 5133 milliseconds

1 2 3 4 5 6 7 8 91011>>