HomeSort by relevance Sort by last modified time
    Searched full:maps (Results 126 - 150 of 1054) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/luni/src/main/java/org/apache/xml/serializer/
ExtendedContentHandler.java 149 * @param prefix the prefix that maps to the given namespace
158 * @param prefix the prefix that maps to the given URI
189 * This method returns the prefix that currently maps to the given namespace
192 * @return String the prefix that currently maps to the given URI.
  /packages/apps/Email/src/com/android/email/mail/
FetchProfile.java 52 * Download the structure of the message. This maps directly to IMAP's BODYSTRUCTURE
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Corpus.java 31 * and {@link Object#hashCode()} so that they can be used as keys in hash maps.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/trie_policy/
sample_trie_e_access_traits.hpp 83 // Maps an element to a position.
  /system/core/libcutils/
ashmem-dev.c 39 * `name' is an optional label to give the region (visible in /proc/pid/maps)
  /system/media/opensles/libopensles/
android_AudioPlayer.h 32 * Determines the Android media framework object that maps to the given audio source and sink.
  /dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java 77 * with what currently maps to {@code newReg}.
103 * with what currently maps to {@code newReg}.
  /development/pdk/docs/porting/
keymaps_keyboard_input.jd 21 <p>This document describes how keyboard input gets translated into Android actions and how you can customize key layout and key character maps to match the needs of your own device. </p>
45 <td>Window manager maps scancode to keycode.</td>
46 <td>When the window manager reads a key event out of the driver, it maps the scancode to a keycode using a key layout map file. Typically, the keycode is the primary symbol screen-printed on a key. For example, <code>KEYCODE_DPAD_CENTER</code> is the center button on the five-way navigation control. Even though ALT + G generates a &quot;?&quot; character, <code>KEYCODE_G</code> is the keycode.</td>
64 <p>Key layout maps are installed in <code>/system/usr/keylayout</code> and <code>/data/usr/keylayout</code>.</p>
70 <p>Key layout maps are stored on the device as UTF-8 text files and have the following characteristics:</p>
175 <p>Key character maps are installed in <code>/system/usr/keychars</code> and <code>/data/usr/keychars</code>.</p>
181 <p>Key character maps are stored on the device as binary resources in order to reduce loading time. Key character maps have the following characteristics:</p>
  /external/chromium/base/third_party/symbolize/
symbolize.h 39 // 1. Go through a list of maps in /proc/self/maps and find the map
symbolize.cc 484 // Search for the object file (from /proc/self/maps) that contains
493 // Open /proc/self/maps.
495 NO_INTR(maps_fd = open("/proc/self/maps", O_RDONLY));
501 // Iterate over maps and look for the map containing the pc. Then
503 char buf[1024]; // Big enough for line of sane /proc/self/maps
512 // Start parsing line in /proc/self/maps. Here is an example:
549 // Check flags. We are only interested in "r-x" maps.
  /external/guava/src/com/google/common/collect/
ArrayListMultimap.java 107 super(Maps.<K, Collection<V>>newHashMapWithExpectedSize(expectedKeys));
154 Map<K, Collection<V>> map = Maps.newHashMapWithExpectedSize(distinctKeys);
ConstrainedMap.java 122 return Maps.containsEntryImpl(delegate(), o);
128 return Maps.removeEntryImpl(delegate(), o);
Maps.java 61 public final class Maps {
62 private Maps() {}
250 * BiMap<Long, String> map = Maps.synchronizedBiMap(
275 * Computes the difference between two maps. This difference is an immutable
276 * snapshot of the state of the maps at the time this method is called. It
277 * will never change, even if the maps change at a later time.
280 * the supplied maps must be well-behaved with respect to
283 * <p><b>Note:</b>If you only need to know whether two maps have the same
288 * @return the difference between the two maps
581 /** @see Maps#unmodifiableEntrySet(Set) *
    [all...]
LinkedListMultimap.java 162 keyToKeyHead = Maps.newHashMap();
163 keyToKeyTail = Maps.newHashMap();
168 keyToKeyHead = Maps.newHashMapWithExpectedSize(expectedKeys);
169 keyToKeyTail = Maps.newHashMapWithExpectedSize(expectedKeys);
295 final Set<K> seenKeys = new HashSet<K>(Maps.capacity(keySet().size()));
939 keyToKeyHead = Maps.newHashMap();
940 keyToKeyTail = Maps.newHashMap();
  /external/proguard/src/proguard/obfuscate/
MemberObfuscator.java 56 * [new name - old name] maps.
124 * @param descriptorMap the map of descriptors to [new name - old name] maps.
  /external/protobuf/java/src/main/java/com/google/protobuf/
Internal.java 112 * Interface for an object which maps integers to {@link EnumLite}s.
116 * returns an implementation of this type that maps numbers to enum values.
  /external/srec/srec/Vocabulary/include/
SR_Vocabulary.h 33 * A vocabulary maps words to their phonetic representation.
39 * A vocabulary maps words to their phonetic representation.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
weight.h 37 // Hash: maps weight to ssize_t.
55 // In the left string semiring, it maps to the reverse string
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.h 162 Opcode m_opcodeTable[numOpcodeIDs]; // Maps OpcodeID => Opcode for compiling
163 HashMap<Opcode, OpcodeID> m_opcodeIDTable; // Maps Opcode => OpcodeID for decompiling
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
AccountPreferenceBase.java 23 import com.google.android.collect.Maps;
108 mAccountTypeToAuthorities = Maps.newHashMap();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 20 import com.google.android.collect.Maps;
66 private HashMap<String, Integer> mPhotoPriorities = Maps.newHashMap();
  /sdk/ddms/app/src/com/android/ddms/
DebugPortProvider.java 41 * Mapping device serial numbers to maps. The embedded maps are mapping application names to
  /external/clearsilver/python/examples/trans/
trans.py 363 maps = self.tdb.maps.fetchRows( ('lang', lang) )
365 for map in maps:
418 rows = self.tdb.maps.fetchRows( [('string_id', s_id), ('lang', lang)] )
533 map_r = self.tdb.maps.fetchRow( [('string_id', s_id), ('lang', lang)])
535 map_r = self.tdb.maps.newRow()
546 log("New maps: %d Updates: %d" % (new_r, updates - new_r))
  /external/webkit/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp 199 // ctrl-@ maps to \x00 (Null byte)
202 // ctrl-^ maps to \x1E (Record separator, Information separator two)
205 // ctrl-_ maps to \x1F (Unit separator, Information separator one)
214 // ctrl-[ maps to \x1B (Escape)
217 // ctrl-\ maps to \x1C (File separator, Information separator four)
220 // ctrl-] maps to \x1D (Group separator, Information separator three)
223 // ctrl-Enter maps to \x0A (Line feed)
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avclib_common.h 227 This function fills up an array that maps Map unit to the slice group
238 This function fills up an array that maps Map unit to the slice group
249 This function fills up an array that maps Map unit to the slice group
262 This function fills up an array that maps Map unit to the slice group
273 This function fills up an array that maps Map unit to the slice group
285 This function fills up an array that maps Map unit to the slice group
297 This function fills up an array that maps Map unit to the slice group

Completed in 3034 milliseconds

1 2 3 4 56 7 8 91011>>