OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maps
(Results
51 - 75
of
867
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleNativeHeap.java
161
byte[]
maps
= new byte[mapSize];
162
buffer.get(
maps
, 0, mapSize);
163
parseMaps(cd,
maps
);
233
private void parseMaps(ClientData cd, byte[]
maps
) {
234
InputStreamReader input = new InputStreamReader(new ByteArrayInputStream(
maps
));
/external/guava/src/com/google/common/collect/
ImmutableMap.java
37
* convenient for {@code public static final}
maps
("constant
maps
") and also
138
return
Maps
.immutableEntry(checkNotNull(key), checkNotNull(value));
143
* static final}
maps
("constant
maps
"). Example: <pre> {@code
152
* For <i>small</i> immutable
maps
, the {@code ImmutableMap.of()} methods are
156
* multiple times to build multiple
maps
in series. Each map is a superset of
157
* the
maps
created before it.
345
Maps
.standardJoiner.appendTo(result, this);
LinkedHashMultiset.java
81
super(new LinkedHashMap<E, AtomicInteger>(
Maps
.capacity(distinctElements)));
98
Maps
.capacity(distinctElements)));
/packages/apps/Gallery3D/src/com/cooliris/media/
Util.java
41
private static final String MAPS_PACKAGE_NAME = "com.google.android.apps.
maps
";
42
private static final String MAPS_CLASS_NAME = "com.google.android.
maps
.MapsActivity";
275
// Opens
Maps
application for a map with given latlong. There is a bug
278
// the default
Maps
application will be chosen.
288
String url = String.format("http://
maps
.google.com/
maps
?f=q&q=(%s,%s)", latitude, longitude);
/frameworks/base/docs/html/sdk/
RELEASENOTES.jd
286
provides an updated com.google.android.
maps
external library that fixes compile
388
Google APIs add-on gives your application access to the com.google.android.
maps
391
backend service implementation. For more information, see the "
Maps
External
414
<p><strong>
Maps
External Library</strong></p>
416
<p>In previous versions of the SDK, the com.google.android.
maps
package was
419
include the
Maps
external library (com.google.android.
maps
). However, the
Maps
429
<p>For information about how to register for a
Maps
API Key, see
431
Obtaining a
Maps
API Key</a>.</p
[
all
...]
/bionic/libc/kernel/tools/
defaults.py
39
#
maps
an architecture to a set of default macros that would be provided by
77
# this
maps
an architecture to the set of static inline functions that
/external/guava/src/com/google/common/util/concurrent/
AbstractCheckedFuture.java
56
* Just like get but
maps
the exceptions into appropriate application-specific
73
* The timed version of checkedGet
maps
the interrupted, cancellation or
/external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h
83
* ilables are integers which map to words in the word
maps
84
* olabels are integers which map to words in the word
maps
/frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp
52
* Retrieve the native heap information and the info from /proc/<self>/
maps
,
66
sprintf(path, "/proc/%d/
maps
", pid);
/frameworks/base/core/tests/coretests/src/android/os/
FileObserverTest.java
20
import com.google.android.collect.
Maps
;
48
Map<String, Object> map =
Maps
.newHashMap();
/frameworks/base/include/utils/
FileMap.h
36
*
maps
.
94
* This
maps
directly to madvise() values, but allows us to avoid
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableCorpora.java
50
//
Maps
corpus names to corpora
52
//
Maps
sources to the corpus that contains them
Corpus.java
31
* and {@link Object#hashCode()} so that they can be used as keys in hash
maps
.
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
CommonNicknameCache.java
21
import com.google.android.collect.
Maps
;
39
private HashMap<String, SoftReference<String[]>> mNicknameClusterCache =
Maps
.newHashMap();
/dalvik/vm/analysis/
ReduceConstants.h
51
/*
maps
for the different sections */
RegisterMap.h
153
* A pool of register
maps
for methods associated with a single class.
188
* Find the register
maps
for this class. (Used during class loading.)
189
* If "pNumMaps" is non-NULL, it will return the number of
maps
in the set.
206
* This holds some meta-data while we construct the set of register
maps
/external/astl/tests/
test_char_traits.cpp
40
// Check that to_int_type
maps
'\xff' to 0xff and NOT 0xffffffff
/external/v8/test/mjsunit/regress/
regress-524.js
28
// Test allocation of a large number of
maps
.
/external/webkit/WebCore/bindings/v8/
ScopedDOMDataStore.h
42
// ScopedDOMDataStore object is deallocated, the
maps
that belong to the store
/external/webkit/WebCore/storage/
SQLTransactionCoordinator.h
59
//
Maps
database names to information about pending transactions
/external/webkit/WebKit/chromium/public/
WebGlyphCache.h
38
// An interface to query WebKit's glyph cache (which
maps
unicode characters to
/frameworks/base/core/java/android/webkit/
DebugFlags.java
24
* The name of each flags
maps
directly to the name of the class in which that
/frameworks/base/core/tests/coretests/src/android/widget/
TextViewTest.java
20
import com.google.android.collect.
Maps
;
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmAlphabetTest.java
51
// '@'
maps
to char 0
54
// `a (a with grave accent)
maps
to last GSM charater
72
// An unmappable char (the 'cent' char)
maps
to a space
100
// `a (a with grave accent)
maps
to last GSM charater
/packages/apps/Contacts/res/values/
attrs.xml
17
<!--
Maps
a contact kind or mime-type to a RemoteViews XML formatter -->
Completed in 223 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>