OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mapping
(Results
1751 - 1775
of
5659
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/frameworks/base/core/java/android/provider/
BrowserContract.java
40
* history, images and the
mapping
between the image and URL.
558
* The rows in this table can not be updated since there might have multiple URLs
mapping
onto
560
* table, then update the
mapping
onto the added image.
636
* Deleting or Updating a
mapping
might also deletes the mapped image if there is no other URL
657
* The MIME type of a {@link #CONTENT_URI} of a single image
mapping
.
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java
125
// Prepare
mapping
to snap touchable degrees to selectable degrees.
356
// Save the input-output
mapping
.
377
* Returns
mapping
of any input degrees (0 to 360) to one of 60 selectable output degrees,
381
*
mapping
.
391
* Returns
mapping
of any input degrees (0 to 360) to one of 12 visible output degrees (all
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py
204
while comparison to a regular
mapping
is order-insensitive.
434
from an input iterable. Or, initialize the count from another
mapping
439
>>> c = Counter({'a': 4, 'b': 2}) # a new counter from a
mapping
516
if isinstance(iterable,
Mapping
):
548
if isinstance(iterable,
Mapping
):
mimetypes.py
15
suffix_map -- dictionary
mapping
suffixes to suffixes
16
encodings_map -- dictionary
mapping
suffixes to encodings
17
types_map -- dictionary
mapping
suffixes to types
79
"""Add a
mapping
between a type and an extension.
332
"""Add a
mapping
between a type and an extension.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py
204
while comparison to a regular
mapping
is order-insensitive.
434
from an input iterable. Or, initialize the count from another
mapping
439
>>> c = Counter({'a': 4, 'b': 2}) # a new counter from a
mapping
516
if isinstance(iterable,
Mapping
):
548
if isinstance(iterable,
Mapping
):
mimetypes.py
15
suffix_map -- dictionary
mapping
suffixes to suffixes
16
encodings_map -- dictionary
mapping
suffixes to encodings
17
types_map -- dictionary
mapping
suffixes to types
79
"""Add a
mapping
between a type and an extension.
332
"""Add a
mapping
between a type and an extension.
/external/clang/include/clang/AST/
ASTContext.h
138
/// \brief A cache
mapping
from RecordDecls to ASTRecordLayouts.
151
/// \brief A cache
mapping
from CXXRecordDecls to key functions.
154
/// \brief
Mapping
from ObjCContainers to their ObjCImplementations.
157
/// \brief
Mapping
from ObjCMethod to its duplicate declaration in the same
161
/// \brief
Mapping
from __block VarDecls to their copy initialization expr.
164
/// \brief
Mapping
from class scope functions specialization to their
169
/// \brief
Mapping
from materialized temporaries with static storage duration
275
/// \brief A
mapping
from non-redeclarable declarations in modules that were
281
/// \brief A type synonym for the TemplateOrInstantiation
mapping
.
287
/// \brief A
mapping
to contain the template or declaration tha
[
all
...]
/external/aac/libSBRdec/src/
env_extr.h
163
/*!<
Mapping
of SBR bands to QMF bands for low frequency resolution */
165
/*!<
Mapping
of SBR bands to QMF bands for high frequency resolution */
167
/*!<
Mapping
of SBR noise bands to QMF bands */
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLStream.java
522
* This method is used to notify the serializer of a namespace
mapping
(or node)
524
* The official SAX startPrefixMapping(prefix,uri) is to define a
mapping
for a child
555
* if this is a new prefix
mapping
.
/external/chromium_org/chrome/installer/util/prebuild/
create_string_rc.py
93
messages: A dict
mapping
string identifiers to their corresponding messages.
161
translations: A
mapping
of translation ids to strings.
168
translation_ids: a
mapping
of translation ids to their string
/external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h
348
// because a
mapping
is kept in the IndexedDBDatabase. Can the
349
//
mapping
become unreliable? Can we remove this?
365
// TODO(jsbell): We never use this to look up index ids, because a
mapping
/external/chromium_org/third_party/icu/source/i18n/
transreg.h
124
* that implements the
mapping
between transliterator IDs and the data
131
* is semantically overlaid on the static store, so the static
mapping
432
* Dynamic registry
mapping
full IDs to Entry objects. This
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
jid.cc
205
// Returns the appropriate
mapping
for an ASCII character in a node.
256
// Returns the appropriate
mapping
for an ASCII character in a resource.
360
// Returns the appropriate
mapping
for an ASCII character in a domain label.
/external/chromium_org/tools/deep_memory_profiler/subcommands/
policies.py
69
pfn_counts_dict: A dict
mapping
a pid to a list of PFNCounts.
76
A dict
mapping
components and their corresponding sizes.
275
LOGGER.error('Unrecognized
mapping
status: %s' % value[0])
/external/chromium_org/v8/tools/
stats-viewer.py
51
#
Mapping
from counter prefix to the formatting to be used for the counter
77
# A
mapping
from counter names to the ui element that displays
187
A
mapping
from suffixes to a list of counters with that suffix,
/external/clang/include/clang/Sema/
Template.h
192
/// \brief A
mapping
from local declarations that occur
195
/// This
mapping
is used during instantiation to keep track of,
203
/// when we instantiate add<int>, we will introduce a
mapping
from
/external/expat/doc/
xmlwf.sgml
254
<option>-r</option> turns off memory-
mapping
and uses normal file
256
Of course, memory-
mapping
is automatically turned off
260
Use of memory-
mapping
can cause some platforms to report
/external/guava/guava/src/com/google/common/collect/
ImmutableMultimap.java
178
* Adds a key-value
mapping
to the built multimap.
366
* key-value
mapping
in the original, the result will have a
mapping
with
LinkedHashMultimap.java
109
* specified multimap. If a key-value
mapping
appears multiple times in the
319
*
mapping
for {@code key}, the {@code keySet()} ordering is unchanged.
336
* <p>Each entry is an immutable snapshot of a key-value
mapping
in the
SortedMaps.java
209
* iterate across every key/value
mapping
in the underlying map and determine
253
* iterate across every key/value
mapping
in the underlying map and determine
298
* iterate across every key/value
mapping
in the underlying map and determine
/external/guava/guava/src/com/google/common/util/concurrent/
AtomicLongMap.java
206
* equivalent to that of calling {@code put(k, v)} on this map once for each
mapping
from key
286
* Returns true if this map contains a
mapping
for the specified key.
348
* {@code key}, or zero if there was no
mapping
for {@code key}.
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMultimap.java
177
* Adds a key-value
mapping
to the built multimap.
356
* key-value
mapping
in the original, the result will have a
mapping
with
/external/icu/icu4c/source/i18n/
transreg.h
124
* that implements the
mapping
between transliterator IDs and the data
131
* is semantically overlaid on the static store, so the static
mapping
432
* Dynamic registry
mapping
full IDs to Entry objects. This
/external/kernel-headers/original/uapi/linux/
dcbnl.h
41
* @prio_tc: priority assignment table
mapping
8021Qp to traffic class
113
* @prio_pg: priority to PG
mapping
indexed by priority
520
* traffic class
mapping
/external/libvorbis/doc/
03-codebook.tex
142
Implicitly populated value
mapping
(lattice VQ)
144
Explicitly populated value
mapping
(tessellated or 'foam'
338
array in a one-to-one
mapping
. Calculate [unpack] the
Completed in 552 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>