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

1 2 3 4 5 67 8 91011>>

  /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-12/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-13/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-15/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-16/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-17/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-19/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_org/mojo/system/
mapping_table.h 31 // which maps mapping base addresses to |RawSharedBuffer::Mapping|s.
39 // Tries to add a mapping. (Takes ownership of the mapping in all cases; on
41 MojoResult AddMapping(scoped_ptr<RawSharedBufferMapping> mapping);
raw_shared_buffer_unittest.cc 31 scoped_ptr<RawSharedBufferMapping> mapping(buffer->Map(0, kNumBytes));
32 ASSERT_TRUE(mapping);
33 ASSERT_TRUE(mapping->base());
34 int* stuff = static_cast<int*>(mapping->base());
40 // partial mapping and scribble on that, check that everything is coherent,
41 // unmap the first mapping, scribble on some of the second mapping, and then
74 // Do another partial mapping and check that everything is the way we expect
78 scoped_ptr<RawSharedBufferMapping> mapping(
80 ASSERT_TRUE(mapping);
    [all...]
  /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/icu/icu4c/source/tools/gensprep/
gensprep.h 49 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode* status);
  /external/llvm/unittests/MC/
YAMLTest.cpp 24 static void mapping(IO &IO, BinaryHolder &BH) { function in struct:llvm::yaml::MappingTraits
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwBrowserProcess.java 66 for (String mapping : mappings) {
68 String fragments[] = mapping.split(",");
73 Log.e(TAG, "Can't parse key-system mapping: " + mapping);
  /external/chromium_org/chrome/common/extensions/docs/server2/
permissions_data_source_test.py 158 for mapping in lst:
159 for key, value in mapping.iteritems():
161 mapping[key] = value.Render().text
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
SourceMap.js 196 var mapping = this._mappings[middle];
197 if (lineNumber < mapping[0] || (lineNumber === mapping[0] && columnNumber < mapping[1]))
219 var mapping = mappings[lineNumber];
220 if (mapping)
221 return mapping;
289 var mapping = this._mappings[i];
290 var url = mapping[2];
296 var sourceLine = mapping[3]
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
lighttpd.py 112 for mapping in self.mappings:
114 if 'sslcert' in mapping:
116 ' ssl.pemfile = "%s"\n' % mapping['sslcert'])
121 '}\n\n') % (mapping['port'], mapping['docroot']))