/system/core/include/log/ |
event_tag_map.h | 30 * Open the specified file as an event log tag map. 37 * Close the map. 39 void android_closeEventTagMap(EventTagMap* map); 44 const char* android_lookupEventTag(const EventTagMap* map, int tag);
|
/system/core/init/ |
builtins.h | 20 #include <map> 32 Map& map() const override;
|
/system/extras/iotop/ |
tasklist.h | 15 #include <map> 23 static bool Scan(std::map<pid_t, std::vector<pid_t>>&);
|
/libcore/ojluni/src/main/java/java/util/ |
HashSet.java | 93 private transient HashMap<E,Object> map; field in class:HashSet 95 // Dummy value to associate with an Object in the backing Map 103 map = new HashMap<>(); 116 map = new HashMap<>(Math.max((int) (c.size()/.75f) + 1, 16)); 124 * @param initialCapacity the initial capacity of the hash map 125 * @param loadFactor the load factor of the hash map 130 map = new HashMap<>(initialCapacity, loadFactor); 142 map = new HashMap<>(initialCapacity); 151 * @param initialCapacity the initial capacity of the hash map 152 * @param loadFactor the load factor of the hash map [all...] |
/external/guava/guava-tests/test/com/google/common/reflect/ |
MutableTypeToInstanceMapTest.java | 35 import java.util.Map; 36 import java.util.Map.Entry; 65 public Map<TypeToken, Object> create(Object... elements) { 66 MutableTypeToInstanceMap<Object> map 70 map.putInstance(entry.getKey(), entry.getValue()); 72 return (Map) map; 89 private TypeToInstanceMap<Object> map; field in class:MutableTypeToInstanceMapTest 92 map = new MutableTypeToInstanceMap<Object>(); 97 map.put(TypeToken.of(Integer.class), new Integer(5)) [all...] |
/dalvik/dx/src/com/android/dx/io/instructions/ |
AddressMap.java | 22 * Map from addresses to addresses, where addresses are all 26 /** underlying map. TODO: This might be too inefficient. */ 27 private final HashMap<Integer,Integer> map; field in class:AddressMap 33 map = new HashMap<Integer,Integer>(); 41 Integer value = map.get(keyAddress); 49 map.put(keyAddress, valueAddress);
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
mpspec_32.h | 32 #define physid_set(physid, map) set_bit(physid, (map).mask) 34 #define physid_clear(physid, map) clear_bit(physid, (map).mask) 35 #define physid_isset(physid, map) test_bit(physid, (map).mask) 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) 40 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECPointMap.java | 5 ECPoint map(ECPoint p); method in interface:ECPointMap
|
/external/clang/test/Modules/Inputs/PR20399/ |
FirstHeader.h | 8 typedef std::map<int>::iterator el;
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
AddressMap.java | 23 * Map from addresses to addresses, where addresses are all 27 /** underlying map. TODO: This might be too inefficient. */ 28 private final HashMap<Integer,Integer> map; field in class:AddressMap 34 map = new HashMap<Integer,Integer>(); 42 Integer value = map.get(keyAddress); 50 map.put(keyAddress, valueAddress);
|
/external/google-breakpad/src/common/linux/ |
http_upload.h | 37 #include <map> 44 using std::map; 62 const map<string, string> ¶meters, 76 static bool CheckParameters(const map<string, string> ¶meters);
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-private.hh | 32 #include "hb-ot-map-private.hh" 41 hb_ot_map_t map; member in struct:hb_ot_shape_plan_t 57 map.collect_lookups (table_index, lookups); 59 inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, buffer); } 60 inline void position (hb_font_t *font, hb_buffer_t *buffer) const { map.position (this, font, buffer); } 62 void finish (void) { map.finish (); } 71 hb_ot_map_builder_t map; member in struct:hb_ot_shape_planner_t 77 map (face, &props) {} 78 ~hb_ot_shape_planner_t (void) { map.finish (); } 84 map.compile (plan.map) [all...] |
/external/libcxx/test/std/containers/associative/multimap/multimap.ops/ |
count0.pass.cpp | 12 // <map> 24 #include <map>
|
equal_range0.pass.cpp | 12 // <map> 24 #include <map>
|
find0.pass.cpp | 12 // <map> 24 #include <map>
|
lower_bound0.pass.cpp | 12 // <map> 24 #include <map>
|
upper_bound0.pass.cpp | 12 // <map> 24 #include <map>
|
/libcore/benchmarks/src/benchmarks/ |
VirtualVersusInterfaceBenchmark.java | 20 import java.util.Map; 28 Map<String, String> map = new HashMap<String, String>(); local 30 map.put("hello", "world"); 34 HashMap<String, String> map = new HashMap<String, String>(); local 36 map.put("hello", "world");
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/ |
mpspec_32.h | 32 #define physid_set(physid, map) set_bit(physid, (map).mask) 34 #define physid_clear(physid, map) clear_bit(physid, (map).mask) 35 #define physid_isset(physid, map) test_bit(physid, (map).mask) 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) 40 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/ |
mpspec_32.h | 32 #define physid_set(physid, map) set_bit(physid, (map).mask) 34 #define physid_clear(physid, map) clear_bit(physid, (map).mask) 35 #define physid_isset(physid, map) test_bit(physid, (map).mask) 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) 40 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/ |
mpspec_32.h | 32 #define physid_set(physid, map) set_bit(physid, (map).mask) 34 #define physid_clear(physid, map) clear_bit(physid, (map).mask) 35 #define physid_isset(physid, map) test_bit(physid, (map).mask) 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) 40 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/ |
mpspec_32.h | 32 #define physid_set(physid, map) set_bit(physid, (map).mask) 34 #define physid_clear(physid, map) clear_bit(physid, (map).mask) 35 #define physid_isset(physid, map) test_bit(physid, (map).mask) 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) 40 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS [all...] |
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/ |
mpspec_32.h | 32 #define physid_set(physid, map) set_bit(physid, (map).mask) 34 #define physid_clear(physid, map) clear_bit(physid, (map).mask) 35 #define physid_isset(physid, map) test_bit(physid, (map).mask) 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) 40 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS [all...] |
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/ |
mpspec_32.h | 32 #define physid_set(physid, map) set_bit(physid, (map).mask) 34 #define physid_clear(physid, map) clear_bit(physid, (map).mask) 35 #define physid_isset(physid, map) test_bit(physid, (map).mask) 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) 40 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS [all...] |
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/ |
mpspec_32.h | 32 #define physid_set(physid, map) set_bit(physid, (map).mask) 34 #define physid_clear(physid, map) clear_bit(physid, (map).mask) 35 #define physid_isset(physid, map) test_bit(physid, (map).mask) 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) 40 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS [all...] |