HomeSort by relevance Sort by last modified time
    Searched full:mapping (Results 276 - 300 of 5659) sorted by null

<<11121314151617181920>>

  /external/deqp/doc/testspecs/GLES3/
functional.buffers.txt 26 + Mapping buffers
34 + Data verification using buffer mapping
47 Buffer contents are verified by either mapping buffer for reading or using
  /external/icu/icu4c/source/common/
umapfile.h 14 * Not all platforms can do real memory mapping. Those that can't
33 /* MAP_NONE: no memory mapping, no file access at all */
46 /* No memory mapping for 390 batch mode. Fake it using dll loading. */
  /frameworks/base/docs/html/tools/help/
proguard.jd 98 <dt><code>mapping.txt</code></dt>
99 <dd>Lists the mapping between the original and obfuscated class, method, and field names.
165 <code>&lt;project_root&gt;/bin/proguard/mapping.txt</code> file, which shows you the original
172 <pre>retrace.bat|retrace.sh [-verbose] mapping.txt [&lt;stacktrace_file&gt;]</pre>
175 <pre>retrace.bat -verbose mapping.txt obfuscated_trace.txt</pre>
182 <p>Save the <code>mapping.txt</code> file for every release that you publish to your users.
183 By retaining a copy of the <code>mapping.txt</code> file for each release build,
185 A project's <code>mapping.txt</code> file is overwritten every time you do a release build, so you must be
190 build overwrites the previous <code>mapping.txt</code> file. A user submits a bug report
192 of debugging the user's stack trace, because the <code>mapping.txt</code> file associated with the versio
    [all...]
  /libcore/luni/src/main/java/java/util/
Map.java 34 * {@code Map.Entry} is a key/value mapping contained in a {@code Map}.
115 * Returns a {@code Set} containing all of the mappings in this {@code Map}. Each mapping is
137 * Returns the value of the mapping with the specified key.
141 * @return the value of the mapping with the specified key, or {@code null}
142 * if no mapping for the specified key is found.
180 * @return the value of any previous mapping with the specified key or
181 * {@code null} if there was no mapping.
196 * Copies every mapping in the specified {@code Map} to this {@code Map}.
214 * Removes a mapping with the specified key from this {@code Map}.
217 * the key of the mapping to remove
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 43 * <p>The table below defines the mapping between XML Schema 1.0
54 * Date/Time Datatype Field Mapping Between XML Schema 1.0 and Java Representation
248 * @param year value constraints summarized in <a href="#datetimefield-year">year field of date/time field mapping table</a>.
252 * <a href="#datetimefieldmapping">date/time field mapping table</a>.
266 * @param year value constraints are summarized in <a href="#datetimefield-year">year field of date/time field mapping table</a>.
276 * @param month value constraints summarized in <a href="#datetimefield-month">month field of date/time field mapping table</a>.
280 * <a href="#datetimefieldmapping">date/time field mapping table</a>.
289 * @param day value constraints summarized in <a href="#datetimefield-day">day field of date/time field mapping table</a>.
293 * <a href="#datetimefieldmapping">date/time field mapping table</a>.
303 * timezone field of date/time field mapping table</a>
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.c 87 /* mapping comparisons ------------------------------------------------------ */
286 /* add the mapping to the extension table */
290 /* remove this mapping: move the last base mapping down and overwrite the current one */
354 * mapping in base but not in ext, move it
367 /* mark this mapping to be moved to the extension table */
372 "ucm error: the base table contains a mapping whose input sequence\n"
373 " is a prefix of the input sequence of an extension mapping\n");
383 * same output: remove the extension mapping,
392 /* mapping in base but not in ext, move it *
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucm.c 87 /* mapping comparisons ------------------------------------------------------ */
286 /* add the mapping to the extension table */
290 /* remove this mapping: move the last base mapping down and overwrite the current one */
354 * mapping in base but not in ext, move it
367 /* mark this mapping to be moved to the extension table */
372 "ucm error: the base table contains a mapping whose input sequence\n"
373 " is a prefix of the input sequence of an extension mapping\n");
383 * same output: remove the extension mapping,
392 /* mapping in base but not in ext, move it *
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
testidn.cpp 52 compareMapping(uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
144 uint32_t mapping[40]; local
185 /* parse the mapping string */
186 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
188 /* store the mapping */
189 compareMapping(code,mapping, length,USPREP_MAP);
224 * Initial value stored in the mapping table
325 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength,
366 if(mapping[j] > 0xFFFF)
    [all...]
nptrans.h 37 Transliterator *mapping; member in class:NamePrepTransform
69 * Map every character in input stream with mapping character
70 * in the mapping table and populate the output stream.
71 * For any individual character the mapping table may specify
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 53 compareMapping(uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
146 uint32_t mapping[40]; local
187 /* parse the mapping string */
188 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
190 /* store the mapping */
191 compareMapping(code,mapping, length,USPREP_MAP);
226 * Initial value stored in the mapping table
327 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength,
368 if(mapping[j] > 0xFFFF)
    [all...]
  /development/ndk/platforms/android-3/arch-arm/include/asm/
cacheflush.h 86 #define flush_dcache_mmap_lock(mapping) write_lock_irq(&(mapping)->tree_lock)
87 #define flush_dcache_mmap_unlock(mapping) write_unlock_irq(&(mapping)->tree_lock)
  /development/ndk/platforms/android-3/include/linux/
dma-mapping.h 36 #include <asm/dma-mapping.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
swiotlb.h 21 #include <asm/dma-mapping.h>
  /external/chromium_org/base/mac/
launchd.h 19 // mapping |operation| to |job_label|, and returns the result of calling
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_invalidation_mapper.h 12 // Interface for mapping extension IDs to object IDs.
  /external/chromium_org/chrome/common/extensions/docs/server2/
strings_data_source.py 12 '''Provides templates with access to a key to string mapping defined in a
  /external/chromium_org/chrome/tools/build/win/
map_drive.bat 27 echo Mapping %DRIVE_LETTER% to %SHARE_NAME%
  /external/chromium_org/components/keyed_service/content/
browser_context_keyed_service_factory.h 20 // service on a one-to-one mapping. Each factory that derives from this class
75 // Removes the mapping from |context| to a service.
114 // The mapping between a BrowserContext and its service.
117 // The mapping between a BrowserContext and its overridden
  /external/chromium_org/content/browser/android/
gesture_event_type_list.h 9 // providing a direct mapping to and from their corresponding
  /external/chromium_org/content/browser/gamepad/
canonical_button_index_list.h 7 // This defines the canonical button mapping order for gamepad-like devices.
  /external/chromium_org/mojo/system/
multiprocess_message_pipe_unittest.cc 319 // Make a mapping.
320 scoped_ptr<RawSharedBufferMapping> mapping; local
321 CHECK_EQ(dispatcher->MapBuffer(0, 100, MOJO_MAP_BUFFER_FLAG_NONE, &mapping),
323 CHECK(mapping);
324 CHECK(mapping->base());
325 CHECK_EQ(mapping->length(), 100u);
329 memcpy(mapping->base(), kHello, sizeof(kHello));
358 CHECK_EQ(memcmp(mapping->base(), kWorld, sizeof(kWorld)), 0);
388 // Make a mapping.
389 scoped_ptr<RawSharedBufferMapping> mapping; local
    [all...]
  /external/chromium_org/printing/android/java/src/org/chromium/printing/
PrintingContextInterface.java 12 * Updates file descriptor to class instance mapping.
  /external/chromium_org/third_party/freetype/src/cff/
cffcmap.h 5 /* CFF character mapping table (cmap) support (specification). */
  /external/chromium_org/third_party/icu/source/i18n/
tolowtrn.h 24 * case mapping.
toupptrn.h 24 * case mapping.

Completed in 889 milliseconds

<<11121314151617181920>>