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

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
floppy.h 21 #include <linux/dma-mapping.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_jp.py 4 # Codec mapping tests for Japanese encodings
test_codecmaps_kr.py 4 # Codec mapping tests for ROK encodings
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecmaps_jp.py 4 # Codec mapping tests for Japanese encodings
test_codecmaps_kr.py 4 # Codec mapping tests for ROK encodings
  /prebuilts/tools/common/proguard/proguard4.7/examples/
retrace.pro 20 # perform incremental obfuscation based on its mapping file, and only keep the
  /system/extras/perfprofd/quipper/
perf_parser.h 109 // mapper. The mapping is recorded regardless of whether the address in the
124 // For synthetic address mapping.
129 // When mapping perf sample events, at least this percentage of them must be
132 // mapping to be considered successful.
  /external/libvorbis/doc/
oggstream.html 120 <h2>Mapping Restrictions</h2>
126 restrictive) mapping. An 'Ogg Vorbis Audio Bitstream', for example, has a
141 additional restrictions. Each individual media mapping specifies its
164 mapping allowed by Ogg Vorbis.</p>
178 media mapping specifies the order of the initial pages. For example,
180 audio. The mapping may specify that the physical bitstream must begin
184 specific media mapping may require this; it is not mandated by the
stereo.html 100 mapping</em>. These two general mechanisms are particularly well
113 more than a pair of channels; polar mapping is hierarchical such that
120 <h3>Square Polar Mapping</h3>
203 <p>Vorbis uses a mapping that preserves the most useful qualities of
207 through a one-to-one mapping from possible left/right value
266 It's also obvious that this mapping is exactly reversible.</p>
270 <p>We can remap and A/B vector using polar mapping into a magnitude/angle
291 polar mapping; in fact, the polar mapping does not appear to lend any
294 dispenses with polar mapping entirely and merely interleaves th
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer.h 255 // Given a path to a file on disk, find a virtual path mapping to that
256 // file. The first mapping created with MapPath() whose disk_path contains
259 // * SUCCESS: The mapping was found. *virtual_file is filled in so that
261 // * SHADOWED: A mapping was found, but using Open() to open this virtual
263 // other mapping with a higher precedence also matches this virtual path
268 // * CANNOT_OPEN: The mapping was found and was not shadowed, but the
273 // * NO_MAPPING: Indicates that no mapping was found which contains this
291 struct Mapping {
295 inline Mapping(const string& virtual_path_param,
299 vector<Mapping> mappings_
    [all...]
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 37 // Opus uses Vorbis channel mapping, and Vorbis channel mapping specifies
239 // does not contain mapping information. The values are valid only for mono and
247 // Size of the Opus header excluding optional mapping information.
259 // Offset to the channel mapping byte in the Opus header.
262 // Opus Header contains a stream map. The mapping values are in the header
263 // beyond the always present |kOpusHeaderSize| bytes of data. The mapping
264 // data contains stream count, coupling information, and per channel mapping
268 // - Byte 2: Starting at byte 2 are |header->channels| uint8 mapping
309 ALOGV("Inconsistent channel mapping.")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/connectivity/
cuts.py 91 def minimum_st_node_cut(G, s, t, aux_digraph=None, mapping=None):
147 if aux_digraph is None or mapping is None:
148 H, mapping = _aux_digraph_node_connectivity(G)
151 edge_cut = minimum_st_edge_cut(H, '%sB' % mapping[s], '%sA' % mapping[t])
248 H, mapping = _aux_digraph_node_connectivity(G)
252 this_cut = minimum_st_node_cut(G, v, w, aux_digraph=H, mapping=mapping)
258 this_cut = minimum_st_node_cut(G, x, y, aux_digraph=H, mapping=mapping)
    [all...]
  /external/libvorbis/lib/
floor0.c 106 The below is authoritative in terms of defining scale mapping.
108 linear block and mapping sizes */
126 /* the mapping from a linear scale to a smaller bark scale is
127 straightforward. We do *not* make sure that the linear mapping
130 necessary in some mapping combinations to keep the scale spacing
  /external/parameter-framework/Schemas/
Parameter.xsd 13 <xs:attribute name="Mapping" use="optional"/>
58 <xs:attribute name="Mapping" type="xs:string" use="optional"/>
151 <xs:attribute name="Mapping" type="xs:string" use="optional"/>
161 <xs:attribute name="Mapping" type="xs:string" use="optional"/>
188 <xs:attribute name="Mapping" type="xs:string" use="optional"/>
  /external/pdfium/public/
fpdf_sysfontinfo.h 37 * Interface for getting system font information and font mapping
88 * Otherwise, Foxit SDK will do the mapping and then call GetFont method.
100 * An opaque pointer for font handle, or NULL if system mapping is not supported.
113 * If the system mapping not supported, Foxit SDK will do the font mapping and use this method to get a font handle.
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java 95 // Calculate the mapping (i.e. transform) between current low res rect
96 // and full res image rect, and apply the mapping on current visible rect
99 Matrix mapping = new Matrix(); local
100 mapping.setRectToRect(endRect, fullResRect, Matrix.ScaleToFit.CENTER);
102 mapping.mapRect(visibleAfterRotation, visibleRect);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
link.h 51 library or unmap it, and again when the mapping change is complete.
53 notice shared object mapping changes. */
57 /* This state value describes the mapping change taking place when
59 RT_CONSISTENT, /* Mapping change is complete. */
61 RT_DELETE /* Beginning to remove an object mapping. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
link.h 51 library or unmap it, and again when the mapping change is complete.
53 notice shared object mapping changes. */
57 /* This state value describes the mapping change taking place when
59 RT_CONSISTENT, /* Mapping change is complete. */
61 RT_DELETE /* Beginning to remove an object mapping. */
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 57 * a mapping table for the current block being processed. Once the
58 * current block has been processed, this mapping table is then copied
321 * Provides a register mapping between the old register space
322 * and the current renaming mapping. The mapping is updated
351 "mapping registers of incompatible types! "
412 * Enforces a few contraints when a register mapping is added.
415 * <li> Ensures that all new SSA registers specs in the mapping
482 * Move insns are treated as a simple mapping operation, and
526 * spec that's going to go into the mapping is made up o
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaRenamer.java 58 * a mapping table for the current block being processed. Once the
59 * current block has been processed, this mapping table is then copied
322 * Provides a register mapping between the old register space
323 * and the current renaming mapping. The mapping is updated
352 "mapping registers of incompatible types! "
413 * Enforces a few contraints when a register mapping is added.
416 * <li> Ensures that all new SSA registers specs in the mapping
483 * Move insns are treated as a simple mapping operation, and
527 * spec that's going to go into the mapping is made up o
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 64 the point of view of mapping an address to a name to display to the
531 or rx mapping for one binary.
535 start --> r-x mapping --> rw- mapping --> accept
536 start --> rw- mapping --> r-x mapping --> accept
538 that is, take the first r-x and rw- mapping we see, and we're done.
542 start --> r-- mapping --> rw- mapping
543 --> upgrade r-- mapping to r-x mapping --> accep
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_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/
_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):
  /external/icu/icu4c/source/common/unicode/
normalizer2.h 37 * for using custom mapping tables.
254 * Gets the decomposition mapping of c.
258 * if c does not have a decomposition mapping in this instance's data.
262 * decomposition mapping, if there is one.
270 * Gets the raw decomposition mapping of c.
273 * raw decomposition mapping as specified in UnicodeData.txt or
274 * (for custom data) in the mapping files processed by the gennorm2 tool.
276 * recursively-decomposed version of this mapping.
289 * raw decomposition mapping, if there is one.
299 * Returns a composite code point c only if c has a two-way mapping to a+b
    [all...]
  /external/llvm/lib/Support/Unix/
Path.inc 421 Mapping = ::mmap(nullptr, Size, prot, flags, FD, Offset);
422 if (Mapping == MAP_FAILED)
429 : Size(length), Mapping() {
438 Mapping = nullptr;
442 if (Mapping)
443 ::munmap(Mapping, Size);
447 assert(Mapping && "Mapping failed but used anyway!");
452 assert(Mapping && "Mapping failed but used anyway!")
    [all...]

Completed in 273 milliseconds

<<21222324252627282930>>