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

<<21222324252627282930>>

  /frameworks/base/core/java/android/hardware/camera2/marshal/
MarshalQueryable.java 37 * <p>This marshaler instance is only good for that specific type mapping; and will refuse
54 * support the managed type and native type mapping.
  /packages/apps/Contacts/res/values/
attrs.xml 18 <declare-styleable name="Mapping">
19 <!-- Mime-type handled by this mapping -->
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wctype.h 21 * Wide character classification and mapping utilities <wctype.h>
181 * Wide-character case-mapping functions: 7.15.3.1.
211 * Extensible wide-character mapping functions: 7.15.3.2.
217 /* Construct value that describes a mapping between wide characters
221 /* Map the wide character WC using the mapping described by DESC. */
295 * Wide-character case-mapping functions.
304 /* Construct value that describes a mapping between wide characters
309 /* Map the wide character WC using the mapping described by DESC. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wctype.h 21 * Wide character classification and mapping utilities <wctype.h>
181 * Wide-character case-mapping functions: 7.15.3.1.
211 * Extensible wide-character mapping functions: 7.15.3.2.
217 /* Construct value that describes a mapping between wide characters
221 /* Map the wide character WC using the mapping described by DESC. */
295 * Wide-character case-mapping functions.
304 /* Construct value that describes a mapping between wide characters
309 /* Map the wide character WC using the mapping described by DESC. */
  /system/core/libion/original-kernel-headers/linux/
ion_test.h 52 * Reads or writes the memory from a handle using an uncached mapping. Can be
62 * Reads or writes the memory from a handle using a kernel mapping. Can be
  /frameworks/base/core/java/android/view/
ViewDebug.java 97 * A mapping can be defined to map int values to specific strings. For
99 * actually mean VISIBLE, INVISIBLE and GONE. A mapping can be used to see
103 * @ViewDebug.ExportedProperty(mapping = {
115 IntToString[] mapping() default { };
118 * A mapping can be defined to map array indices to specific strings.
119 * A mapping can be used to see human readable values for the indices
134 * @see #mapping()
139 * A flags mapping can be defined to map flags encoded in an integer to
140 * specific strings. A mapping can be used to see human readable values
203 * Defines a mapping from an int value to a String. Such a mapping can be use
1159 final IntToString[] mapping = property.mapping(); local
1244 final IntToString[] mapping = property.mapping(); local
1343 final IntToString[] mapping = property.mapping(); local
    [all...]
  /external/libvorbis/lib/
codebook.c 72 /* algortihmic mapping has use for 'unused entries', which we tag
73 here. The algorithmic mapping happens as usual, but the unused
96 mapping? If we have a mapping, what type? */
100 /* no mapping */
103 /* implicitly populated value mapping */
104 /* explicitly populated value mapping */
213 /* Do we have a mapping to unpack? */
216 /* no mapping */
219 /* implicitly populated value mapping */
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.h 41 * It is an error if a base file contains any regular (not extension) mapping
42 * from the same sequence as a mapping in the extension file
43 * because the base mapping would hide the extension mapping.
72 * and a base table entry is a prefix of a multi-character mapping, then
79 * of UChars or bytes in a mapping to
203 * does not start any mapping input.
208 * Contains toUnicode mapping results, stored as sequences of UChars.
229 * return no mapping, but request for <subchar1>;
259 * to indicate no mapping
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_conf.cpp 52 // 3. Build a list of keys (UChar32s) from the four mapping tables. Sort the
269 // We have a good input line. Extract the key character and mapping string, and
270 // put them into the appropriate mapping table.
294 // Add the UChar32 -> string mapping to the appropriate table.
359 // For each key code point, check which mapping tables it applies to,
362 // The four logical mapping tables are conflated into one combined table.
363 // If multiple logical tables have the same mapping for some key, they
365 // If more than one mapping exists for the same key code point, multiple
495 // addKeyEntry Construction of the confusable Key and Mapping Values tables.
509 // No mapping for this key character
    [all...]
  /external/chromium_org/third_party/opus/src/include/
opus_multistream.h 128 * A <code>mapping</code> table defines which decoded channel <code>i</code>
131 * Let <code>i = mapping[j]</code> be the index for I/O channel <code>j</code>.
145 * to the mapping the encoder used to achieve a different output channel
236 * @param[in] mapping <code>const unsigned char[channels]</code>: Mapping from
262 const unsigned char *mapping,
273 unsigned char *mapping,
306 * @param[in] mapping <code>const unsigned char[channels]</code>: Mapping from
332 const unsigned char *mapping,
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof_conf.cpp 52 // 3. Build a list of keys (UChar32s) from the four mapping tables. Sort the
272 // We have a good input line. Extract the key character and mapping string, and
273 // put them into the appropriate mapping table.
297 // Add the UChar32 -> string mapping to the appropriate table.
362 // For each key code point, check which mapping tables it applies to,
365 // The four logical mapping tables are conflated into one combined table.
366 // If multiple logical tables have the same mapping for some key, they
368 // If more than one mapping exists for the same key code point, multiple
500 // addKeyEntry Construction of the confusable Key and Mapping Values tables.
514 // No mapping for this key character
    [all...]
  /external/libopus/include/
opus_multistream.h 128 * A <code>mapping</code> table defines which decoded channel <code>i</code>
131 * Let <code>i = mapping[j]</code> be the index for I/O channel <code>j</code>.
145 * to the mapping the encoder used to achieve a different output channel
236 * @param[in] mapping <code>const unsigned char[channels]</code>: Mapping from
262 const unsigned char *mapping,
273 unsigned char *mapping,
306 * @param[in] mapping <code>const unsigned char[channels]</code>: Mapping from
332 const unsigned char *mapping,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 129 if (DEBUG) System.out.println("--->Mapping local-associated params");
132 if (DEBUG) System.out.println("--->Mapping other params");
135 if (DEBUG) System.out.println("--->Mapping invoke-range");
139 System.out.println("--->Mapping local-associated non-params");
143 if (DEBUG) System.out.println("--->Mapping check-cast results");
146 if (DEBUG) System.out.println("--->Mapping phis");
149 if (DEBUG) System.out.println("--->Mapping others");
278 * allowed in mapping.
514 * If source and result have a different mapping, insert a move so
515 * they can have the same mapping. Don't do this if the check cas
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/wearable/
DataMap.html 950 <div class="jd-descrdiv">Removes all elements from the mapping of this DataMap.</div>
968 <div class="jd-descrdiv">Returns true if the given key is contained in the mapping
1061 no mapping of the desired type exists for the given key or a null
1081 no mapping of the desired type exists for the given key.</div>
1100 no mapping of the desired type exists for the given key.</div>
1119 no mapping of the desired type exists for the given key.</div>
1138 no mapping of the desired type exists for the given key.</div>
1157 no mapping of the desired type exists for the given key or a null
1177 no mapping of the desired type exists for the given key or a null
1197 no mapping of the desired type exists for the given key or a nul
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 175 // These flags allow to change the shadow mapping.
176 // The shadow mapping looks like
178 static cl::opt<int> ClMappingScale("asan-mapping-scale",
179 cl::desc("scale of asan shadow mapping"), cl::Hidden, cl::init(0));
298 /// This struct defines the shadow mapping using the rule:
318 ShadowMapping Mapping;
322 Mapping.Offset = 0;
324 Mapping.Offset = kMIPS32_ShadowOffset32;
326 Mapping.Offset = kFreeBSD_ShadowOffset32;
328 Mapping.Offset = kIOSShadowOffset32
    [all...]
  /art/runtime/
safe_map.h 88 // Used to insert a new mapping.
95 // Used to insert a new mapping at a known position for better performance.
103 // Used to insert a new mapping or overwrite an existing mapping. Note that if the value type
  /dalvik/dx/src/com/android/dx/io/instructions/
AddressMap.java 38 * {@code -1} if there is no mapping.
  /dalvik/dx/src/com/android/dx/ssa/back/
NullRegisterAllocator.java 25 * essentially preserving the original mapping and remaining agnostic
  /development/ndk/platforms/android-9/arch-mips/include/asm/
floppy.h 21 #include <linux/dma-mapping.h>
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwAssets.java 19 * defined as tuple (file descriptor, offset, size) enabling direct mapping without deflation.
  /external/chromium_org/ash/touch/
touch_transformer_controller_unittest.cc 72 // When touch events coming at Y range [0, 1200), the mapping should be
133 // When touch events coming at X range [0, 1024), the mapping should be
177 // Mapping for touch events from internal touch display:
191 // Mapping for touch events from external touch display:
  /external/chromium_org/base/threading/
thread_id_name_manager.h 26 // Register the mapping between a thread |id| and |handle|.
  /external/chromium_org/chrome/browser/android/
resource_id.h 13 // Create a mapping that identifies when a resource isn't being passed in.
  /external/chromium_org/chrome/browser/chromeos/events/
keyboard_driven_event_rewriter.h 13 // Shift+<Arrow keys|Enter|F6> key events. This mapping only happens
  /external/chromium_org/chrome/browser/extensions/
chrome_app_sorting.h 117 // Called to add a new mapping value for |extension_id| with a page ordinal
127 // Removes the mapping for |extension_id| with a page ordinal of
162 // A map of all the StringOrdinal page ordinals mapping to the collections of
163 // app launch ordinals that exist on that page. This is used for mapping

Completed in 665 milliseconds

<<21222324252627282930>>