HomeSort by relevance Sort by last modified time
    Searched refs:mapping (Results 276 - 300 of 592) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
apache_http_server.py 99 for mapping in self._mappings:
100 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/icu4c/data/mappings/
ucmcore.mk 6 # without any mapping tables:
  /external/libselinux/
Android.mk 21 src/mapping.c \
  /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:__anon22887
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/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/clang/include/clang/Lex/
PPCallbacks.h 217 diag::Mapping mapping, StringRef Str) {
398 diag::Mapping mapping, StringRef Str) {
399 First->PragmaDiagnostic(Loc, Namespace, mapping, Str);
400 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str);
  /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/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/icu4c/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 73 // Calculate the mapping (i.e. transform) between current low res rect
74 // and full res image rect, and apply the mapping on current visible rect
77 Matrix mapping = new Matrix(); local
78 mapping.setRectToRect(endRect, fullResRect, Matrix.ScaleToFit.CENTER);
80 mapping.mapRect(visibleAfterRotation, visibleRect);
  /external/llvm/lib/Object/
ELFYAML.cpp 294 void MappingTraits<ELFYAML::FileHeader>::mapping(IO &IO, function in class:llvm::yaml::MappingTraits
304 void MappingTraits<ELFYAML::Symbol>::mapping(IO &IO, ELFYAML::Symbol &Symbol) { function in class:llvm::yaml::MappingTraits
312 void MappingTraits<ELFYAML::LocalGlobalWeakSymbols>::mapping( function in class:llvm::yaml::MappingTraits
319 void MappingTraits<ELFYAML::Section>::mapping(IO &IO, function in class:llvm::yaml::MappingTraits
330 void MappingTraits<ELFYAML::Object>::mapping(IO &IO, ELFYAML::Object &Object) { function in class:llvm::yaml::MappingTraits
  /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...]
  /external/icu4c/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...]
  /external/kernel-headers/original/linux/
fs.h 594 /* Write back some dirty pages from this mapping. */
600 int (*readpages)(struct file *filp, struct address_space *mapping,
603 int (*write_begin)(struct file *, struct address_space *mapping,
606 int (*write_end)(struct file *, struct address_space *mapping,
637 int pagecache_write_begin(struct file *, struct address_space *mapping,
641 int pagecache_write_end(struct file *, struct address_space *mapping,
667 * of struct page's "mapping" pointer be used for PAGE_MAPPING_ANON.
716 int mapping_tagged(struct address_space *mapping, int tag);
721 static inline int mapping_mapped(struct address_space *mapping)
723 return !prio_tree_empty(&mapping->i_mmap) |
    [all...]
  /external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
GUnitExecuteMojo.java 28 import org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping;
29 import org.codehaus.plexus.compiler.util.scan.mapping.SuffixMapping;
349 SourceMapping mapping = new SuffixMapping( "g", Collections.EMPTY_SET ); local
351 scan.addSourceMapping( mapping );
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 251 const std::vector<FileDescriptorInfo>& mapping,
263 pickle.WriteInt(mapping.size());
270 i = mapping.begin(); i != mapping.end(); ++i) {
  /external/chromium_org/content/zygote/
zygote_linux.cc 372 base::GlobalDescriptors::Mapping mapping; local
401 mapping.push_back(std::make_pair(key, fds[i]));
404 mapping.push_back(std::make_pair(
417 base::GlobalDescriptors::GetInstance()->Reset(mapping);

Completed in 380 milliseconds

<<11121314151617181920>>