Searched defs:mapped (Results 1 - 25 of 90) sorted by relevance

1234

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSPVRemapper.h246 std::vector<bits_t> mapped; // which new IDs have been mapped member in class:spv::spirvbin_t
249 bool isMapped(spv::Id id) const { return id < maxMappedId() && ((mapped[id/mBits] & (1LL<<(id%mBits))) != 0); }
250 void setMapped(spv::Id id) { resizeMapped(id); mapped[id/mBits] |= (1LL<<(id%mBits)); }
251 void resizeMapped(spv::Id id) { if (id >= maxMappedId()) mapped.resize(id/mBits+1, 0); }
252 size_t maxMappedId() const { return mapped.size() * mBits; }
272 spv::Id largestNewId; // biggest new ID we have mapped anything to
/prebuilts/ndk/current/sources/third_party/vulkan/glslang/SPIRV/
H A DSPVRemapper.h246 std::vector<bits_t> mapped; // which new IDs have been mapped member in class:spv::spirvbin_t
249 bool isMapped(spv::Id id) const { return id < maxMappedId() && ((mapped[id/mBits] & (1LL<<(id%mBits))) != 0); }
250 void setMapped(spv::Id id) { resizeMapped(id); mapped[id/mBits] |= (1LL<<(id%mBits)); }
251 void resizeMapped(spv::Id id) { if (id >= maxMappedId()) mapped.resize(id/mBits+1, 0); }
252 size_t maxMappedId() const { return mapped.size() * mBits; }
272 spv::Id largestNewId; // biggest new ID we have mapped anything to
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSPVRemapper.h246 std::vector<bits_t> mapped; // which new IDs have been mapped member in class:spv::spirvbin_t
249 bool isMapped(spv::Id id) const { return id < maxMappedId() && ((mapped[id/mBits] & (1LL<<(id%mBits))) != 0); }
250 void setMapped(spv::Id id) { resizeMapped(id); mapped[id/mBits] |= (1LL<<(id%mBits)); }
251 void resizeMapped(spv::Id id) { if (id >= maxMappedId()) mapped.resize(id/mBits+1, 0); }
252 size_t maxMappedId() const { return mapped.size() * mBits; }
272 spv::Id largestNewId; // biggest new ID we have mapped anything to
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
H A DSPVRemapper.h246 std::vector<bits_t> mapped; // which new IDs have been mapped member in class:spv::spirvbin_t
249 bool isMapped(spv::Id id) const { return id < maxMappedId() && ((mapped[id/mBits] & (1LL<<(id%mBits))) != 0); }
250 void setMapped(spv::Id id) { resizeMapped(id); mapped[id/mBits] |= (1LL<<(id%mBits)); }
251 void resizeMapped(spv::Id id) { if (id >= maxMappedId()) mapped.resize(id/mBits+1, 0); }
252 size_t maxMappedId() const { return mapped.size() * mBits; }
272 spv::Id largestNewId; // biggest new ID we have mapped anything to
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
H A Djetty-http-8.1.14.v20131031.jar ... .jetty.http.PathMap$Entry entry String mapped String spec org.eclipse.jetty.http. ...
/prebuilts/misc/common/robolectric/lib/
H A Dcommons-codec-1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
H A Dant-1.8.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/
H A Dcommons-codec-1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/prebuilts/devtools/tools/lib/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
H A Dorg.apache.commons.codec_1.4.0.v201209201156.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/http-client/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
H A Dorg.apache.commons.codec_1.4.0.v201209201156.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
H A DST4-4.0.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/stringtemplate/ org/stringtemplate/v4/ org/stringtemplate/v4/compiler/ ...
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
H A Dselenium-remote-driver-2.42.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openqa/ org/openqa/selenium/ org/openqa/selenium/browserlaunchers/ ...
/prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
H A DST4-4.0.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/stringtemplate/ org/stringtemplate/v4/ org/stringtemplate/v4/compiler/ ...
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
H A Dcommons-codec-1.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.8.0/
H A Dgson-2.8.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
H A Dant-1.8.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
H A Dcommons-beanutils-1.8.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/beanutils/ ...
/prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/
H A Dcommons-beanutils-1.9.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/beanutils/ ...

Completed in 841 milliseconds

1234