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

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/YAMLParser/
spec-02-25.data 4 # mapping where each key is
spec-10-05.data 9 # mapping
spec-02-26.data 5 # each mapping having one key
  /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/clang/test/CoverageMapping/
templates.cpp 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name templates.cpp %s | FileCheck %s
casts.c 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name casts.c %s | FileCheck %s
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
InputManager.java 55 * The input manager has two concepts, a {@link Trigger} and a mapping.
57 * or a mouse axis. A mapping represents a link onto one or several triggers,
59 * mapping will be invoked. Any listeners registered to receive an event
60 * from the mapping will have an event raised.
101 private final IntMap<ArrayList<Mapping>> bindings = new IntMap<ArrayList<Mapping>>();
102 private final HashMap<String, Mapping> mappings = new HashMap<String, Mapping>();
109 private static class Mapping {
115 public Mapping(String name) {
162 Mapping mapping = maps.get(i); local
237 Mapping mapping = maps.get(i); local
268 Mapping mapping = maps.get(i); local
482 Mapping mapping = mappings.get(mappingName); local
524 Mapping mapping = mappings.get(mappingName); local
571 Mapping mapping = mappings.remove(mappingName); local
596 Mapping mapping = mappings.get(mappingName); local
870 Mapping mapping = maps.get(i); local
    [all...]
  /external/icu/icu4c/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 */
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/Structure/
PolicySubsystem-Volume.xml 6 <ParameterBlock Name="curve_points" ArrayLength="4" Mapping="VolumeProfile:'%1'"
18 <Component Name="headset_device_category" Type="VolumeCurvePoints" Mapping="Category:0"/>
19 <Component Name="speaker_device_category" Type="VolumeCurvePoints" Mapping="Category:1"/>
20 <Component Name="earpiece_device_category" Type="VolumeCurvePoints" Mapping="Category:2"/>
21 <Component Name="extmedia_device_category" Type="VolumeCurvePoints" Mapping="Category:3"/>
  /external/clang/lib/CodeGen/
CoverageMappingGen.h 1 //===---- CoverageMappingGen.h - Coverage mapping generation ----*- C++ -*-===//
10 // Instrumentation-based code coverage mapping generator
36 /// is required by the coverage mapping generator and is obtained from
51 /// code coverage mapping data.
68 /// \brief Add a function's coverage mapping record to the collection of the
69 /// function mapping records.
75 /// \brief Emit the coverage mapping data for a translation unit.
78 /// \brief Return the coverage mapping translation unit file id
84 /// code coverage mapping data.
101 /// \brief Emit the coverage mapping data which maps the regions o
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpMacNfcip.h 19 * \brief NFC LLCP MAC Mapping for NFCIP.
36 * \name MAC Mapping for NFCIP
43 /** \defgroup grp_fri_nfc_llcp_macnfcip NFCIP MAC Mapping
  /ndk/sources/android/crazy_linker/src/
crazy_linker_memory_mapping.h 16 // Helper class for a memory mapping. This is _not_ scoped.
27 // Return current mapping address.
31 // Allocate a new mapping.
52 // Change the protection flags of the mapping.
60 // Deallocate an existing mapping, if any.
73 // Helper class for a memory mapping that is automatically
  /external/valgrind/gdbserver_tests/
mcsigpass.stdoutB.exp 8 110 mapping[0] = 'x';
12 115 mapping[FILESIZE+10];
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.hpp 34 class mapping;
59 friend class mapping;
76 std::list<mapping> maps;
102 /// Class that represents a mapping of some resource into the CPU
105 class mapping { class in namespace:clover
107 mapping(command_queue &q, resource &r, cl_map_flags flags,
110 mapping(const mapping &m) = delete;
111 mapping(mapping &&m)
    [all...]
  /external/parameter-framework/parameter/
FormattedSubsystemObject.h 38 * Builds a new CFormattedSubsystemObject instance, without any mapping information.
45 * Builds a new CFormattedSubsystemObject instance, using a simple mapping value without Amends.
48 * @param[in] strFormattedMapping A std::string corresponding to the mapping of the element. The
55 * Builds a new CFormattedSubsystemObject instance, using a mapping value containing Amends.
58 * @param[in] strMappingValue A std::string corresponding to the mapping of the element. The
72 * Returns the formatted mapping value associated to the element.
74 * @return A std::string containing the mapping
90 * Generic mapping formatting
92 * Format a std::string from mapping data and its context, replacing amendments by their value
94 * @param[in] strMappingValue The input mapping std::string containing amendment
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/utils/
misc.py 105 def dict_to_numpy_array(d,mapping=None):
107 with optional mapping."""
109 return dict_to_numpy_array2(d, mapping)
111 return dict_to_numpy_array1(d,mapping)
113 def dict_to_numpy_array2(d,mapping=None):
115 with optional mapping."""
121 if mapping is None:
125 mapping=dict(zip(s,range(len(s))))
126 n=len(mapping)
130 i=mapping[k1
    [all...]
  /external/jetty/src/config/etc/
webdefault.xml 175 <servlet-mapping>
178 </servlet-mapping>
292 <servlet-mapping>
302 </servlet-mapping>
326 <param-name>dynamicParam</param-name> <param-value>anyValue</param-value> </init-param> <load-on-startup>0</load-on-startup> </servlet> <servlet-mapping> <servlet-name>invoker</servlet-name>
327 <url-pattern>/servlet/*</url-pattern> </servlet-mapping>
344 <mime-mapping>
347 </mime-mapping>
358 <locale-encoding-mapping-list>
359 <locale-encoding-mapping>
    [all...]
  /art/test/005-annotations/src/android/test/anno/
ExportedProperty.java 11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") };
  /development/ndk/platforms/android-3/include/linux/
backing-dev.h 51 #define mapping_cap_writeback_dirty(mapping) bdi_cap_writeback_dirty((mapping)->backing_dev_info)
52 #define mapping_cap_account_dirty(mapping) bdi_cap_account_dirty((mapping)->backing_dev_info)
  /external/icu/icu4c/source/tools/tzcode/
icuregions 5 # This is an ICU-specific file including zone/region mapping.
  /external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
Terrain.j3md 5 // use tri-planar mapping
  /external/wpa_supplicant_8/hostapd/
hostapd.vlan 1 # VLAN ID to network interface mapping

Completed in 242 milliseconds

12 3 4 5 6 7 8 91011>>