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

<<11121314151617181920>>

  /external/chromium_org/third_party/opus/src/src/
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_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)
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ClassProjection.java 44 Map<ITypeVariableDefinition, ITypeReference> mapping) {
46 this.substitutions = mapping;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
apache_http.py 104 for mapping in self._mappings:
105 port = mapping['port']
  /external/chromium_org/third_party/icu/source/data/mappings/
ucmcore.mk 6 # without any mapping tables:
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_extensions.c 294 const struct st_extension_format_mapping *mapping,
302 int num_formats = Elements(mapping->format);
303 int num_ext = Elements(mapping->extension_offset);
309 for (j = 0; j < num_formats && mapping[i].format[j]; j++) {
310 if (screen->is_format_supported(screen, mapping[i].format[j],
317 (!mapping[i].need_at_least_one && num_supported != j)) {
322 for (j = 0; j < num_ext && mapping[i].extension_offset[j]; j++)
323 extensions[mapping[i].extension_offset[j]] = GL_TRUE;
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree_util.tcl 146 set mapping [db one $mapping_sql]
147 if {$mapping != $iNode} {
148 puts "Node $iNode: $mapping_table entry for cell $rowid is $mapping"
  /external/chromium_org/tools/grit/grit/gather/
interface.py 54 attrs: The mapping of node attributes.
65 defines: The mapping of define values.
  /external/icu/icu4c/source/data/mappings/
ucmcore.mk 6 # without any mapping tables:
  /external/libvorbis/lib/
synthesis.c 86 type=ci->map_type[ci->mode_param[mode]->mapping];
89 mapping]));
codec_internal.h 51 int mapping; member in struct:__anon28542
104 blocksize flag and a mapping (along with the mapping setup */
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 294 const struct st_extension_format_mapping *mapping,
302 int num_formats = Elements(mapping->format);
303 int num_ext = Elements(mapping->extension_offset);
309 for (j = 0; j < num_formats && mapping[i].format[j]; j++) {
310 if (screen->is_format_supported(screen, mapping[i].format[j],
317 (!mapping[i].need_at_least_one && num_supported != j)) {
322 for (j = 0; j < num_ext && mapping[i].extension_offset[j]; j++)
323 extensions[mapping[i].extension_offset[j]] = GL_TRUE;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-plugin/0.20.0/
tycho-compiler-plugin-0.20.0.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py 331 mapping = [0]*256
337 mapping[i] = new
347 mapping = array.array('b', mapping).tostring()
349 mapping = array.array(code, mapping)
350 assert mapping.itemsize == _sre.CODESIZE
351 header = header + mapping.tolist()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py 331 mapping = [0]*256
337 mapping[i] = new
347 mapping = array.array('b', mapping).tostring()
349 mapping = array.array(code, mapping)
350 assert mapping.itemsize == _sre.CODESIZE
351 header = header + mapping.tolist()
  /external/chromium_org/content/common/
gamepad_param_traits.cc 59 LogWebUCharString(p.mapping, WebGamepad::mappingLengthCap, l);
  /hardware/ti/omap3/dspbridge/inc/
host_os.h 24 *! 08-Mar-2004 sb Added cacheflush.h to support Dynamic Memory Mapping feature
73 #include <linux/dma-mapping.h>
  /hardware/ti/omap3/dspbridge/libbridge/inc/
host_os.h 24 *! 08-Mar-2004 sb Added cacheflush.h to support Dynamic Memory Mapping feature
69 #include <linux/dma-mapping.h>
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 185 // Do not leave the destroyed pointer dangling on any RenderLayers that painted to this mapping's squashing layer.
346 // All other layers owned by this mapping will have the same compositing reason
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
gennorm2.cpp 226 fprintf(stderr, "gennorm2 error: parsing remove-mapping %s\n", line);
238 fprintf(stderr, "gennorm2 error: parsing mapping string from %s\n", line);
241 UnicodeString mapping(FALSE, uchars, length);
245 "gennorm2 error: round-trip mapping for more than 1 code point on %s\n",
249 builder.setRoundTripMapping((UChar32)startCP, mapping);
252 builder.setOneWayMapping(c, mapping);
  /external/icu/icu4c/source/tools/gennorm2/
gennorm2.cpp 232 fprintf(stderr, "gennorm2 error: parsing remove-mapping %s\n", line);
244 fprintf(stderr, "gennorm2 error: parsing mapping string from %s\n", line);
247 UnicodeString mapping(FALSE, uchars, length);
251 "gennorm2 error: round-trip mapping for more than 1 code point on %s\n",
255 builder.setRoundTripMapping((UChar32)startCP, mapping);
258 builder.setOneWayMapping(c, mapping);
  /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);
  /external/chromium_org/content/zygote/
zygote_linux.cc 50 int LookUpFd(const base::GlobalDescriptors::Mapping& fd_mapping, uint32_t key) {
343 const base::GlobalDescriptors::Mapping& fd_mapping,
364 DLOG(ERROR) << "Failed to find kPrimaryIPCChannel in FD mapping";
474 base::GlobalDescriptors::Mapping mapping; local
504 // Remaining FDs are for the global descriptor mapping.
509 mapping.push_back(std::make_pair(key, fds[i]->get()));
512 mapping.push_back(std::make_pair(
517 mapping,
533 base::GlobalDescriptors::GetInstance()->Reset(mapping);
    [all...]
  /external/chromium_org/mojo/system/
core.cc 62 // 1. global handle table lock, global mapping table lock
487 scoped_ptr<RawSharedBufferMapping> mapping;
488 MojoResult result = dispatcher->MapBuffer(offset, num_bytes, flags, &mapping);
492 DCHECK(mapping);
493 void* address = mapping->base();
496 result = mapping_table_.AddMapping(mapping.Pass());
  /external/chromium_org/third_party/icu/source/i18n/
ucol_cnt.cpp 49 /*uprv_cnttab_open(CompactEIntArray *mapping, UErrorCode *status) {*/
50 uprv_cnttab_open(UNewTrie *mapping, UErrorCode *status) {
59 tbl->mapping = mapping;
217 /*CE = ucmpe32_get(table->mapping, i);*/
218 CE = utrie_get32(table->mapping, i, NULL);
221 /*ucmpe32_set(table->mapping, i, CE);*/
222 utrie_set32(table->mapping, i, CE);
274 r->mapping = t->mapping;
    [all...]

Completed in 1410 milliseconds

<<11121314151617181920>>