/external/chromium_org/third_party/freetype/src/sfnt/ |
pngshim.h | 32 Load_SBit_Png( FT_Bitmap* map,
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-tibetan.cc | 43 plan->map.add_global_bool_feature (*script_features);
|
/external/chromium_org/third_party/libaddressinput/src/cpp/test/ |
fake_storage.cc | 19 #include <map> 29 for (std::map<std::string, std::string*>::const_iterator 37 std::pair<std::map<std::string, std::string*>::iterator, bool> result = 48 std::map<std::string, std::string*>::const_iterator data_it = data_.find(key);
|
/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
set_maps.c | 29 // An ROI map is set on frame 22. If the width of the image in macroblocks 34 // An active map is set on frame 33. If the width of the image in macroblocks 38 // The active map is cleared on frame 44. 93 die_codec(codec, "Failed to set ROI map"); 101 vpx_active_map_t map = {0, 0, 0}; local 103 map.rows = (cfg->g_h + 15) / 16; 104 map.cols = (cfg->g_w + 15) / 16; 106 map.active_map = (uint8_t *)malloc(map.rows * map.cols) 118 vpx_active_map_t map = {0, 0, 0}; local [all...] |
/external/chromium_org/third_party/markdown/ |
__version__.py | 46 main = '.'.join(map(str, version_info[:parts]))
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
program.hpp | 26 #include <map> 47 const std::map<clover::device *, clover::module> &binaries() const; 56 std::map<clover::device *, clover::module> __binaries; 57 std::map<clover::device *, std::string> __logs;
|
/external/chromium_org/third_party/ots/src/ |
post.h | 10 #include <map>
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
test_xml_utils.h | 24 typedef std::map<std::string, std::string> AttributeMap;
|
/external/chromium_org/ui/ozone/public/ |
event_factory_ozone.h | 8 #include <map>
|
/external/clang/unittests/libclang/ |
LibclangTest.cpp | 49 void map(const char *VPath, const char *RPath) { function in struct:__anon23365::TestVFO 92 T.map("/path/virtual/foo.h", "/real/foo.h"); 114 T.map("/path/?/?.h", "/real/?.h"); 169 T.map("/path/virtual/dir/foo1.h", "/real/foo1.h"); 170 T.map("/another/dir/foo2.h", "/real/foo2.h"); 171 T.map("/path/virtual/dir/foo3.h", "/real/foo3.h"); 172 T.map("/path/virtual/dir/in/subdir/foo4.h", "/real/foo4.h"); 195 T.map("/path/virtual/foo.h", "/real/foo.h"); 245 T.map("/path/foo/bar.h", "/real/bar.h"); 246 T.map("/path/foo/bar", "/real/bar") [all...] |
/external/freetype/include/ |
ftautoh.h | 61 * glyph-to-script-map 68 * auto-hinted, the Unicode character map of the font gets examined, and 81 * structure. The `glyph-to-script-map' property returns a pointer to 102 * "glyph-to-script-map", &prop ); 104 * // adjust `prop.map' as needed right here 120 * A list of constants used for the @glyph-to-script-map property to 245 * The data exchange structure for the @glyph-to-script-map property. 251 FT_Byte* map; member in struct:FT_Prop_GlyphToScriptMap_ 266 * @glyph-to-script-map property). By default, this is 285 * creation of the glyph-to-script map that eventually uses th [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableClassToInstanceMapTest.java | 32 import java.util.Map; 33 import java.util.Map.Entry; 51 public Map<Class, Number> create(Object... elements) { 58 return (Map) builder.build(); 74 Map<Class<?>, Object> in = Collections.emptyMap(); 75 ClassToInstanceMap<Object> map = ImmutableClassToInstanceMap.copyOf(in); local 76 assertTrue(map.isEmpty()); 78 assertSame(map, ImmutableClassToInstanceMap.copyOf(map)); 82 Map<Class<? extends Number>, Number> in = Maps.newHashMap() 85 ClassToInstanceMap<Number> map = ImmutableClassToInstanceMap.copyOf(in); local 117 ClassToInstanceMap<Object> map = ImmutableClassToInstanceMap.copyOf(in); local 124 ClassToInstanceMap<Number> map = ImmutableClassToInstanceMap.copyOf(in); local [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-tibetan.cc | 43 plan->map.add_global_bool_feature (*script_features);
|
/external/libcxx/test/containers/associative/multimap/ |
max_size.pass.cpp | 10 // <map> 16 #include <map>
|
/external/libvpx/libvpx/examples/ |
set_maps.c | 29 // An ROI map is set on frame 22. If the width of the image in macroblocks 34 // An active map is set on frame 33. If the width of the image in macroblocks 38 // The active map is cleared on frame 44. 92 die_codec(codec, "Failed to set ROI map"); 100 vpx_active_map_t map = {0}; local 102 map.rows = (cfg->g_h + 15) / 16; 103 map.cols = (cfg->g_w + 15) / 16; 105 map.active_map = (uint8_t *)malloc(map.rows * map.cols) 117 vpx_active_map_t map = {0}; local [all...] |
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
program.hpp | 26 #include <map> 47 const std::map<clover::device *, clover::module> &binaries() const; 56 std::map<clover::device *, clover::module> __binaries; 57 std::map<clover::device *, std::string> __logs;
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/ |
AbstractInsnNode.java | 33 import java.util.Map;
202 * @param labels a map from LabelNodes to cloned LabelNodes.
206 public abstract AbstractInsnNode clone(final Map labels);
212 * @param map a map from LabelNodes to cloned LabelNodes.
215 static LabelNode clone(final LabelNode label, final Map map) {
216 return (LabelNode) map.get(label);
223 * @param map a map from LabelNodes to cloned LabelNodes. [all...] |
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftautoh.h | 61 * glyph-to-script-map 68 * auto-hinted, the Unicode character map of the font gets examined, and 81 * structure. The `glyph-to-script-map' property returns a pointer to 102 * "glyph-to-script-map", &prop ); 104 * // adjust `prop.map' as needed right here 120 * A list of constants used for the @glyph-to-script-map property to 245 * The data exchange structure for the @glyph-to-script-map property. 251 FT_Byte* map; member in struct:FT_Prop_GlyphToScriptMap_ 266 * @glyph-to-script-map property). By default, this is 285 * creation of the glyph-to-script map which eventually uses th [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftautoh.h | 61 * glyph-to-script-map 68 * auto-hinted, the Unicode character map of the font gets examined, and 81 * structure. The `glyph-to-script-map' property returns a pointer to 102 * "glyph-to-script-map", &prop ); 104 * // adjust `prop.map' as needed right here 120 * A list of constants used for the @glyph-to-script-map property to 245 * The data exchange structure for the @glyph-to-script-map property. 251 FT_Byte* map; member in struct:FT_Prop_GlyphToScriptMap_ 266 * @glyph-to-script-map property). By default, this is 285 * creation of the glyph-to-script map which eventually uses th [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/ |
pngshim.h | 32 Load_SBit_Png( FT_Bitmap* map,
|
/external/sfntly/cpp/src/test/ |
test_xml_utils.h | 24 typedef std::map<std::string, std::string> AttributeMap;
|
/external/stlport/stlport/ |
map | 42 # include_next <map> 44 # include _STLP_NATIVE_HEADER(map)
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
BluetoothMasRequestUpdateInbox.java | 17 package android.bluetooth.client.map; 26 private static final String TYPE = "x-bt/MAP-messageUpdate";
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
set_maps.c | 29 // An ROI map is set on frame 22. If the width of the image in macroblocks 34 // An active map is set on frame 33. If the width of the image in macroblocks 38 // The active map is cleared on frame 44. 92 die_codec(codec, "Failed to set ROI map"); 100 vpx_active_map_t map = {0}; local 102 map.rows = (cfg->g_h + 15) / 16; 103 map.cols = (cfg->g_w + 15) / 16; 105 map.active_map = (uint8_t *)malloc(map.rows * map.cols) 117 vpx_active_map_t map = {0}; local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
TreeMapRndTest.java | 26 map = new TreeMap<Integer, Integer>(ref);
|