Searched refs:mapping (Results 151 - 175 of 475) sorted by relevance

1234567891011>>

/external/chromium_org/tools/deep_memory_profiler/tests/
H A Ddmprof_test.py35 def __init__(self, mapping):
36 self._mapping = mapping
/external/chromium_org/tools/grit/grit/
H A Dgrd_reader.py17 from grit.node import mapping namespace
58 node = mapping.ElementToClass(name, typeattr)()
/external/libselinux/
H A DAndroid.mk21 src/mapping.c \
/external/valgrind/main/memcheck/tests/
H A Dvarinfo6.stdout.exp9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp54 static void mapping(IO &io, FooBar& fb) { function in struct:llvm::yaml::MappingTraits
64 // Test the reading of a yaml mapping
172 static void mapping(IO &io, BuiltInTypes& bt) { function in struct:llvm::yaml::MappingTraits
328 static void mapping(IO &io, StringTypes& st) { function in struct:llvm::yaml::MappingTraits
461 static void mapping(IO &io, ColorMap& c) { function in struct:llvm::yaml::MappingTraits
535 static void mapping(IO &io, FlagsMap& c) { function in struct:llvm::yaml::MappingTraits
618 static void mapping(IO &io, MyCustomTypeMap& s) { function in struct:llvm::yaml::MappingTraits
729 static void mapping(IO &io, NameAndNumbers& nn) { function in struct:llvm::yaml::MappingTraits
821 static void mapping(IO &io, TotalSeconds &secs) { function in struct:llvm::yaml::MappingTraits
936 static void mapping(I function in struct:llvm::yaml::MappingTraits
1026 static void mapping(IO &io, FooBarMap& fb) { function in struct:llvm::yaml::MappingTraits
1105 static void mapping(IO &io, MyDouble &d) { function in struct:llvm::yaml::MappingTraits
1187 static void mapping(IO &io, MyValidation &d) { function in struct:llvm::yaml::MappingTraits
1621 static void mapping(IO& IO, OptionalTest &OT) { function in struct:llvm::yaml::MappingTraits
1628 static void mapping(IO &IO, OptionalTestSeq &OTS) { function in struct:llvm::yaml::MappingTraits
[all...]
/external/chromium_org/mojo/system/
H A Dcore.cc64 // 1. global handle table lock, global mapping table lock
522 scoped_ptr<embedder::PlatformSharedBufferMapping> mapping;
523 MojoResult result = dispatcher->MapBuffer(offset, num_bytes, flags, &mapping);
527 DCHECK(mapping);
528 void* address = mapping->GetBase();
531 result = mapping_table_.AddMapping(mapping.Pass());
H A Ddispatcher.cc206 scoped_ptr<embedder::PlatformSharedBufferMapping>* mapping) {
211 return MapBufferImplNoLock(offset, num_bytes, flags, mapping);
357 scoped_ptr<embedder::PlatformSharedBufferMapping>* /*mapping*/) {
202 MapBuffer( uint64_t offset, uint64_t num_bytes, MojoMapBufferFlags flags, scoped_ptr<embedder::PlatformSharedBufferMapping>* mapping) argument
/external/chromium_org/third_party/android_platform/development/scripts/
H A Dsymbol.py305 mapping = MapDeviceApkToLibrary(library_name)
306 if mapping:
307 library_name = mapping
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views.cc92 void AddAcceleratorsFromMapping(const AcceleratorMapping mapping[], argument
96 ui::Accelerator accelerator(mapping[i].keycode, mapping[i].modifiers);
97 (*accelerators)[accelerator] = mapping[i].command_id;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_context.h54 * for stream out support. mapping stores the pointer
61 void *mapping; member in struct:draw_so_target
/external/eigen/bench/btl/data/
H A Dgnuplot_common_settings.hh38 set mapping cartesian
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.h54 * for stream out support. mapping stores the pointer
61 void *mapping; member in struct:draw_so_target
/external/stressapptest/src/
H A Dos.cc510 // Use dynamic mapping for allocations larger than that.
515 // Do a full mapping here otherwise.
591 // Prepare the target memory. It may requre mapping in, or this may be a noop.
598 void * mapping = mmap64(NULL, length, PROT_READ | PROT_WRITE, local
602 void * mapping = mmap(NULL, length, PROT_READ | PROT_WRITE,
606 if (mapping == MAP_FAILED) {
613 return mapping;
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_wrappers.py38 """|configuration| is a dictionary mapping strings to fake urlfetch classes.
168 def set_multi_async(self, mapping, namespace='', time=0):
169 for k, v in mapping.iteritems():
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DCSSWorkspaceBinding.js37 * @param {!WebInspector.CSSSourceMapping} mapping
39 pushSourceMapping: function(header, mapping)
41 this._ensureInfoForHeader(header)._pushSourceMapping(mapping);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
H A DIsolatedFileSystem.js141 if (this._manager.mapping().isFileExcluded(this._path, entry.fullPath))
146 if (this._manager.mapping().isFileExcluded(this._path, entry.fullPath + "/"))
/external/valgrind/main/gdbserver_tests/
H A Dmcsignopass.stdoutB.exp57 115 mapping[FILESIZE+10];
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_win.cc456 // Make sure the path mapping vector is setup so we can collapse paths.
660 for (PathMapping::const_iterator mapping = path_mapping_.begin();
661 mapping != path_mapping_.end(); ++mapping) {
662 base::string16 prefix = mapping->first;
664 base::string16 new_location = mapping->second +
666 size_t length = new_location.length() - mapping->second.length();
/external/llvm/lib/Object/
H A DELFYAML.cpp645 void MappingTraits<ELFYAML::FileHeader>::mapping(IO &IO, function in class:llvm::yaml::MappingTraits
656 void MappingTraits<ELFYAML::Symbol>::mapping(IO &IO, ELFYAML::Symbol &Symbol) { function in class:llvm::yaml::MappingTraits
665 void MappingTraits<ELFYAML::LocalGlobalWeakSymbols>::mapping( function in class:llvm::yaml::MappingTraits
693 void MappingTraits<std::unique_ptr<ELFYAML::Section>>::mapping( function in class:llvm::yaml::MappingTraits
723 void MappingTraits<ELFYAML::Relocation>::mapping(IO &IO, function in class:llvm::yaml::MappingTraits
731 void MappingTraits<ELFYAML::Object>::mapping(IO &IO, ELFYAML::Object &Object) { function in class:llvm::yaml::MappingTraits
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-coretext.cc463 const feature_mapping_t * mapping = (const feature_mapping_t *) bsearch (&features[i].tag, local
468 if (!mapping)
472 feature.rec.feature = mapping->aatFeatureType;
473 feature.rec.setting = features[i].value ? mapping->selectorToEnable : mapping->selectorToDisable;
/external/harfbuzz_ng/src/
H A Dhb-coretext.cc451 const feature_mapping_t * mapping = (const feature_mapping_t *) bsearch (&features[i].tag, local
456 if (!mapping)
460 feature.rec.feature = mapping->aatFeatureType;
461 feature.rec.setting = features[i].value ? mapping->selectorToEnable : mapping->selectorToDisable;
/external/chromium_org/third_party/icu/source/common/
H A Dnormalizer2impl.h503 const uint16_t *mapping=getMapping(norm16); local
504 if(*mapping&MAPPING_HAS_CCC_LCCC_WORD) {
505 return (uint8_t)*(mapping-1);
530 const uint16_t *list=extraData+norm16; // composite has both mapping & compositions list
531 return list+ // mapping pointer
532 1+ // +1 to skip the first unit with the mapping lenth
533 (*list&MAPPING_LENGTH_MASK); // + mapping length
684 * with a decomposition mapping, that is, with NF*D_QC=No.
686 * with NF*C_QC=No (has a one-way mapping) or Maybe (combines backward).
704 * which means it has a two-way (round-trip) decomposition mapping
[all...]
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.h521 const uint16_t *mapping=getMapping(norm16); local
522 if(*mapping&MAPPING_HAS_CCC_LCCC_WORD) {
523 return (uint8_t)*(mapping-1);
548 const uint16_t *list=extraData+norm16; // composite has both mapping & compositions list
549 return list+ // mapping pointer
550 1+ // +1 to skip the first unit with the mapping lenth
551 (*list&MAPPING_LENGTH_MASK); // + mapping length
702 * with a decomposition mapping, that is, with NF*D_QC=No.
704 * with NF*C_QC=No (has a one-way mapping) or Maybe (combines backward).
722 * which means it has a two-way (round-trip) decomposition mapping
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py1296 prev_row = prev_col = mapping = None
1300 if not mapping:
1301 mapping = [(0, start)]
1318 mapping.append((length, end))
1322 return mapping
1327 mapping = self.build_tokens_line()
1328 (start_row, start_col) = mapping[0][1]
1340 for token_offset, pos in mapping:
/external/chromium_org/third_party/icu/source/data/mappings/
H A Ducmlocal.mk2 # without any mapping tables:

Completed in 852 milliseconds

1234567891011>>