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

<<21222324252627282930>>

  /external/llvm/lib/Target/NVPTX/
NVVMReflect.cpp 59 NVVMReflect(const StringMap<int> &Mapping)
62 for (StringMap<int>::const_iterator I = Mapping.begin(), E = Mapping.end();
83 ModulePass *llvm::createNVVMReflectPass(const StringMap<int>& Mapping) {
84 return new NVVMReflect(Mapping);
  /external/pdfium/fpdfsdk/include/
fpdf_sysfontinfo.h 38 * Interface for getting system font information and font mapping
89 * Otherwise, Foxit SDK will do the mapping and then call GetFont method.
101 * An opaque pointer for font handle, or NULL if system mapping is not supported.
114 * 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.6/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.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. */
  /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/libvorbis/doc/
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...]
04-codec.tex 104 configurations, channel mapping configurations and mode
180 multichannel audio with varying channel mapping applications. Vorbis I
181 uses a single mapping type (0), with implicit PCM channel mappings.
189 \item For each \varname{[i]} of \varname{[vorbis_mapping_count]} mapping numbers:
191 \item read the mapping type: 16 bits as unsigned integer. There's no reason to save the mapping type in Vorbis I.
192 \item If the mapping type is nonzero, the stream is undecodable
193 \item If the mapping type is zero:
204 \item if set, square polar channel mapping is in use:
238 \item save this mapping configuration in slot \varname{[i]} of the mapping configuration array \varname{[vorbis_mapping_co (…)
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 63 the point of view of mapping an address to a name to display to the
479 or rx mapping for one binary.
483 start --> r-x mapping --> rw- mapping --> accept
484 start --> rw- mapping --> r-x mapping --> accept
486 that is, take the first r-x and rw- mapping we see, and we're done.
490 start --> r-- mapping --> rw- mapping
491 --> upgrade r-- mapping to r-x mapping --> accep
    [all...]
  /external/chromium_org/extensions/common/features/
simple_feature.cc 75 const std::map<std::string, T>& mapping) {
77 mapping.find(string_value);
78 if (iter == mapping.end()) {
93 const std::map<std::string, T>& mapping) {
98 ParseEnum(string_value, enum_value, mapping);
105 const std::map<std::string, T>& mapping) {
115 mapping.begin(); j != mapping.end(); ++j) {
127 ParseEnum(*iter, &enum_value, mapping);
  /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/chromium_org/third_party/opus/src/src/
opus_multistream_encoder.c 48 unsigned char mapping[8]; member in struct:__anon18616
400 const unsigned char *mapping,
424 st->layout.mapping[i] = mapping[i];
462 const unsigned char *mapping,
466 return opus_multistream_encoder_init_impl(st, Fs, channels, streams, coupled_streams, mapping, application, 0);
476 unsigned char *mapping,
489 mapping[0]=0;
494 mapping[0]=0;
495 mapping[1]=1
    [all...]
opus_multistream_decoder.c 69 const unsigned char *mapping
86 st->layout.mapping[i] = mapping[i];
115 const unsigned char *mapping,
135 ret = opus_multistream_decoder_init(st, Fs, channels, streams, coupled_streams, mapping);
294 if (st->layout.mapping[c] == 255)
  /external/libopus/src/
opus_multistream_encoder.c 48 unsigned char mapping[8]; member in struct:__anon28373
400 const unsigned char *mapping,
424 st->layout.mapping[i] = mapping[i];
462 const unsigned char *mapping,
466 return opus_multistream_encoder_init_impl(st, Fs, channels, streams, coupled_streams, mapping, application, 0);
476 unsigned char *mapping,
489 mapping[0]=0;
494 mapping[0]=0;
495 mapping[1]=1
    [all...]
opus_multistream_decoder.c 69 const unsigned char *mapping
86 st->layout.mapping[i] = mapping[i];
115 const unsigned char *mapping,
135 ret = opus_multistream_decoder_init(st, Fs, channels, streams, coupled_streams, mapping);
294 if (st->layout.mapping[c] == 255)
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 147 for (Map.Entry<CatchHandlerList, Integer> mapping :
149 CatchHandlerList list = mapping.getKey();
154 mapping.setValue(out.getCursor());
276 for (Map.Entry<CatchHandlerList, Integer> mapping :
278 CatchHandlerList list = mapping.getKey();
279 int offset = mapping.getValue();
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 144 for (Map.Entry<CatchHandlerList, Integer> mapping :
146 CatchHandlerList list = mapping.getKey();
151 mapping.setValue(out.getCursor());
273 for (Map.Entry<CatchHandlerList, Integer> mapping :
275 CatchHandlerList list = mapping.getKey();
276 int offset = mapping.getValue();
  /external/chromium_org/net/android/tools/
proxy_test_cases.py 23 "description" : "Test direct mapping when no proxy defined.",
340 mapping = mappings[url]
341 if 'HTTPS' in mapping:
342 mapping = mapping.replace('HTTPS', 'PROXY')
343 print " checkMapping(\"%s\", \"%s\");" % (url, mapping)
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
CatchStructs.java 145 for (Map.Entry<CatchHandlerList, Integer> mapping :
147 CatchHandlerList list = mapping.getKey();
152 mapping.setValue(out.getCursor());
274 for (Map.Entry<CatchHandlerList, Integer> mapping :
276 CatchHandlerList list = mapping.getKey();
277 int offset = mapping.getValue();
  /external/emma/core/java12/com/vladium/util/
IntIntMap.java 103 * @param key mapping key
163 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
165 * @param key mapping key
166 * @param value mapping value
211 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
213 * @param key mapping key
IntObjectMap.java 105 * @param key mapping key
107 * @return Object value mapping for 'key' [can be null].
147 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
149 * @param key mapping key
150 * @param value mapping value [can be null].
152 * @return Object previous value mapping for 'key' [can be null]
ObjectIntMap.java 109 * @param key mapping key [may not be null]
153 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
155 * @param key mapping key [may not be null]
156 * @param value mapping value.
204 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
206 * @param key mapping key [may not be null]

Completed in 1280 milliseconds

<<21222324252627282930>>