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

1 2 3 45 6 7 8 91011>>

  /development/testrunner/
create_test.py 86 def _GenerateTestManifest(manifest, module_name, mapping=None):
95 mapping: optional user defined mapping of variable values, replaces values
107 if not mapping:
109 mapping = {"PACKAGE_NAME":package_name, "MODULE_NAME":module_name,
111 output = string.Template(TestsConsts.TEST_MANIFEST_TEMPLATE).substitute(mapping)
124 def _GenerateTestMK(mk, app_path, mapping=None):
132 mapping: optional user defined mapping of variable values, replaces
158 if not mapping
    [all...]
  /external/chromium_org/base/posix/
global_descriptors.cc 31 for (Mapping::const_iterator
41 for (Mapping::iterator
52 void GlobalDescriptors::Reset(const Mapping& mapping) {
53 descriptors_ = mapping;
global_descriptors.h 40 typedef std::vector<KeyFDPair> Mapping;
58 void Reset(const Mapping& mapping);
65 Mapping descriptors_;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
queue.hpp 33 class mapping;
55 friend class clover::mapping;
  /external/llvm/autoconf/m4/
need_dev_zero_for_mmap.m4 16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
  /external/llvm/projects/sample/autoconf/m4/
need_dev_zero_for_mmap.m4 16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
  /external/mesa3d/src/gallium/state_trackers/clover/core/
queue.hpp 33 class mapping;
55 friend class clover::mapping;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
cacheflush.h 23 #define flush_dcache_mmap_lock(mapping) do { } while (0)
24 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
cacheflush.h 23 #define flush_dcache_mmap_lock(mapping) do { } while (0)
24 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
cacheflush.h 23 #define flush_dcache_mmap_lock(mapping) do { } while (0)
24 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
cacheflush.h 23 #define flush_dcache_mmap_lock(mapping) do { } while (0)
24 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
cacheflush.h 23 #define flush_dcache_mmap_lock(mapping) do { } while (0)
24 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
cacheflush.h 30 #define flush_dcache_mmap_lock(mapping) do { } while (0)
31 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
cacheflush.h 30 #define flush_dcache_mmap_lock(mapping) do { } while (0)
31 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
cacheflush.h 30 #define flush_dcache_mmap_lock(mapping) do { } while (0)
31 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
cacheflush.h 30 #define flush_dcache_mmap_lock(mapping) do { } while (0)
31 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
cacheflush.h 30 #define flush_dcache_mmap_lock(mapping) do { } while (0)
31 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_nis.py 26 mapping = nis.cat(nismap)
27 for k, v in mapping.items():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_nis.py 26 mapping = nis.cat(nismap)
27 for k, v in mapping.items():
  /external/chromium/base/
global_descriptors_posix.h 40 typedef std::vector<std::pair<Key, int> > Mapping;
58 void Reset(const Mapping& mapping);
65 Mapping descriptors_;
  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.h 49 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode* status);
  /external/icu4c/tools/gensprep/
gensprep.h 49 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode* status);
  /external/kernel-headers/original/asm-mips/
floppy.h 13 #include <linux/dma-mapping.h>
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SourceMap.js 168 var mapping = this._mappings[middle];
169 if (lineNumber < mapping[0] || (lineNumber === mapping[0] && columnNumber < mapping[1]))
191 var mapping = mappings[lineNumber];
192 if (mapping)
193 return mapping;
261 var mapping = this._mappings[i];
262 var url = mapping[2];
268 var sourceLine = mapping[3]
    [all...]
  /external/llvm/include/llvm/Object/
COFFYAML.h 115 static void mapping(IO &IO, COFFYAML::Relocation &Rel);
120 static void mapping(IO &IO, COFF::header &H);
125 static void mapping(IO &IO, COFFYAML::Symbol &S);
130 static void mapping(IO &IO, COFFYAML::Section &Sec);
135 static void mapping(IO &IO, COFFYAML::Object &Obj);

Completed in 715 milliseconds

1 2 3 45 6 7 8 91011>>