HomeSort by relevance Sort by last modified time
    Searched refs:mapping (Results 351 - 375 of 594) sorted by null

<<11121314151617181920>>

  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimg2d.h 24 #include <linux/dma-mapping.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 571 for mapping in self._maps:
573 return mapping[key]
581 for mapping in self._maps:
582 for key in mapping:
_abcoll.py 17 "Mapping", "MutableMapping",
346 class Mapping(Sized, Iterable, Container):
348 """A Mapping is a generic container for associating key/value
405 if not isinstance(other, Mapping):
414 def __init__(self, mapping):
415 self._mapping = mapping
471 class MutableMapping(Mapping):
527 ''' D.update([E, ]**F) -> None. Update D from mapping/iterable E and F.
540 if isinstance(other, Mapping):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 569 c.mapping("ActionText", "Text")
571 c.mapping("ActionData", "Text")
681 c.mapping("ActionText", "Text")
684 #c.mapping("ActionData", "Text")
688 c.mapping("SetProgress", "Progress")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 571 for mapping in self._maps:
573 return mapping[key]
581 for mapping in self._maps:
582 for key in mapping:
_abcoll.py 17 "Mapping", "MutableMapping",
346 class Mapping(Sized, Iterable, Container):
348 """A Mapping is a generic container for associating key/value
405 if not isinstance(other, Mapping):
414 def __init__(self, mapping):
415 self._mapping = mapping
471 class MutableMapping(Mapping):
527 ''' D.update([E, ]**F) -> None. Update D from mapping/iterable E and F.
540 if isinstance(other, Mapping):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 569 c.mapping("ActionText", "Text")
571 c.mapping("ActionData", "Text")
681 c.mapping("ActionText", "Text")
684 #c.mapping("ActionData", "Text")
688 c.mapping("SetProgress", "Progress")
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SettingsScreen.js 516 WebInspector.isolatedFileSystemManager.mapping().addEventListener(WebInspector.FileSystemMapping.Events.FileMappingAdded, this._fileMappingAdded, this);
517 WebInspector.isolatedFileSystemManager.mapping().addEventListener(WebInspector.FileSystemMapping.Events.FileMappingRemoved, this._fileMappingRemoved, this);
546 var fileSystemPaths = WebInspector.isolatedFileSystemManager.mapping().fileSystemPaths();
704 var entries = WebInspector.isolatedFileSystemManager.mapping().mappingEntries(this._selectedFileSystemPath());
755 WebInspector.isolatedFileSystemManager.mapping().removeFileMapping(fileSystemPath, urlPrefix, pathPrefix);
    [all...]
  /external/icu4c/i18n/
ucol.cpp 924 result->mapping.getFoldingOffset = _getFoldingOffset;
925 const uint8_t *mapping = (uint8_t*)result->image+result->image->mappingPosition; local
926 utrie_unserialize(&result->mapping, mapping, result->image->endExpansionCE - result->image->mappingPosition, status);
935 result->latinOneMapping = UTRIE_GET32_LATIN1(&result->mapping);
    [all...]
uspoof_conf.cpp 52 // 3. Build a list of keys (UChar32s) from the four mapping tables. Sort the
272 // We have a good input line. Extract the key character and mapping string, and
273 // put them into the appropriate mapping table.
297 // Add the UChar32 -> string mapping to the appropriate table.
362 // For each key code point, check which mapping tables it applies to,
365 // The four logical mapping tables are conflated into one combined table.
366 // If multiple logical tables have the same mapping for some key, they
368 // If more than one mapping exists for the same key code point, multiple
500 // addKeyEntry Construction of the confusable Key and Mapping Values tables.
514 // No mapping for this key character
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 133 LinkerScript::AddressMap::const_iterator mapping = local
135 if (pScript.addressMap().end() != mapping)
136 return mapping.getEntry()->value();
2014 LinkerScript::AddressMap::const_iterator mapping; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 851 result->mapping.getFoldingOffset = _getFoldingOffset;
852 const uint8_t *mapping = (uint8_t*)result->image+result->image->mappingPosition; local
853 utrie_unserialize(&result->mapping, mapping, result->image->endExpansionCE - result->image->mappingPosition, status);
862 result->latinOneMapping = UTRIE_GET32_LATIN1(&result->mapping);
    [all...]
uspoof_conf.cpp 52 // 3. Build a list of keys (UChar32s) from the four mapping tables. Sort the
269 // We have a good input line. Extract the key character and mapping string, and
270 // put them into the appropriate mapping table.
294 // Add the UChar32 -> string mapping to the appropriate table.
359 // For each key code point, check which mapping tables it applies to,
362 // The four logical mapping tables are conflated into one combined table.
363 // If multiple logical tables have the same mapping for some key, they
365 // If more than one mapping exists for the same key code point, multiple
495 // addKeyEntry Construction of the confusable Key and Mapping Values tables.
509 // No mapping for this key character
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 166 type 0, the MDCT, in Vorbis I) and a mapping number. The mapping
167 number specifies which mapping configuration instance to use for
171 \subsubsection{Mapping}
173 A mapping contains a channel coupling description and a list of
176 components; the submap list is internal and specific to a mapping.
179 floor and residue vectors within a mapping. The submap functions as a
421 the vectors specified in the current mapping configuration. The
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 893 ASN1Sequence mapping = (ASN1Sequence)mappings.getObjectAt(j); local
1077 ASN1Sequence mapping = DERSequence.getInstance(mappings.getObjectAt(j)); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzEvents.m 210 for its own keymap to adjust our own mapping table. However, this is
395 const int mapping[] = { SDLK_CAPSLOCK, SDLK_LSHIFT, SDLK_LCTRL, SDLK_LALT, SDLK_LMETA };
417 key.sym = mapping[i];
426 key.sym = mapping[i];
    [all...]
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 327 for mapping in self.supmaps:
328 self._testpoint(*mapping)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 327 for mapping in self.supmaps:
328 self._testpoint(*mapping)
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/chromium_org/chrome_frame/test/
dll_redirector_test.cc 81 virtual bool SetFileMappingToReadOnly(base::SharedMemoryHandle mapping) {
  /external/v8/test/mjsunit/harmony/
collections.js 88 // Test expected mapping behavior for Maps and WeakMaps
102 // Test expected mapping behavior for Maps only

Completed in 1049 milliseconds

<<11121314151617181920>>