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

<<31323334353637383940>>

  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c 349 unsigned char mapping[256]; local
361 mapping[0]=0;
362 mapping[1]=1;
363 for(i=2;i<256;i++)VG_UNDEF(&mapping[i],sizeof(unsigned char));
396 dec = opus_multistream_decoder_create(fs, c, 1, c-1, mapping, &err);
399 dec = opus_multistream_decoder_create(fs, c, 1, c-1, mapping, 0);
404 err = opus_multistream_decoder_init(dec,fs,c,1,c-1, mapping);
416 mapping[0]=0;
417 mapping[1]=1;
418 for(i=2;i<256;i++)VG_UNDEF(&mapping[i],sizeof(unsigned char))
1765 unsigned char mapping[256] = {0,1}; local
    [all...]
  /external/chromium_org/v8/src/
compilation-cache.h 173 // info. This may overwrite an existing mapping.
179 // with the shared function info. This may overwrite an existing mapping.
186 // This may overwrite an existing mapping.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_mapping_libcdep.cc 18 // <mapping start> <mapping end> <base address> <dso name> // repeated
20 // Mapping lines are NOT sorted. This file is updated every time memory layout
  /external/dexmaker/src/dx/java/com/android/dx/util/
LabeledList.java 78 * Removes a label from the label-to-index mapping.
87 * Adds a label and index to the label-to-index mapping.
152 * Rebuilds the label-to-index mapping after a {@code shrinkToFit()}.
  /external/freetype/include/
ftwinfnt.h 60 * @FT_WinFNT_HeaderRec. Exact mapping tables for the various cpXXXX
75 * There is no known mapping table available.
83 * The `Windows Font Mapping' article says that FT_WinFNT_ID_OEM
  /external/icu/icu4c/source/common/unicode/
usprep.h 41 * <li> Mapping Table: Contains code ponts that are deleted from the output or case mapped. </li>
46 * <li> Map: For each character in the input, check if it has a mapping
47 * and, if so, replace it with its mapping. </li>
  /external/icu/icu4c/source/i18n/
region.cpp 218 UResourceBundle *mapping = ures_getNextResource(codeMappings,NULL,&status); local
219 if ( ures_getType(mapping) == URES_ARRAY && ures_getSize(mapping) == 3) {
220 UnicodeString codeMappingID = ures_getUnicodeStringByIndex(mapping,0,&status);
221 UnicodeString codeMappingNumber = ures_getUnicodeStringByIndex(mapping,1,&status);
222 UnicodeString codeMapping3Letter = ures_getUnicodeStringByIndex(mapping,2,&status);
237 ures_close(mapping);
281 UResourceBundle *mapping = ures_getNextResource(territoryContainment,NULL,&status); local
282 const char *parent = ures_getKey(mapping);
286 for ( int j = 0 ; j < ures_getSize(mapping); j++ )
    [all...]
  /external/jemalloc/src/
chunk_mmap.c 54 * We succeeded in mapping memory, but not in the right place.
199 * slow method is to create a mapping that is over-sized, then trim the
203 * Optimistically try mapping precisely the right amount before falling
  /external/kernel-headers/original/uapi/xen/
gntdev.h 44 * Inserts the grant references into the mapping table of an instance
45 * of gntdev. N.B. This does not perform the mapping, which is deferred
64 * Removes the grant references from the mapping table of an instance of
  /external/libopus/tests/
test_opus_api.c 349 unsigned char mapping[256]; local
361 mapping[0]=0;
362 mapping[1]=1;
363 for(i=2;i<256;i++)VG_UNDEF(&mapping[i],sizeof(unsigned char));
396 dec = opus_multistream_decoder_create(fs, c, 1, c-1, mapping, &err);
399 dec = opus_multistream_decoder_create(fs, c, 1, c-1, mapping, 0);
404 err = opus_multistream_decoder_init(dec,fs,c,1,c-1, mapping);
416 mapping[0]=0;
417 mapping[1]=1;
418 for(i=2;i<256;i++)VG_UNDEF(&mapping[i],sizeof(unsigned char))
1765 unsigned char mapping[256] = {0,1}; local
    [all...]
  /external/libsepol/tests/
test-expander.c 23 * - check role, type, bool, user mapping
28 * - verify attribute mapping
30 * - check conditional expressions for correct mapping
  /external/llvm/docs/HistoricalNotes/
2003-06-26-Reoptimizer2.txt 10 It does not update the mapping information or the LLVM representation
13 manually the mapping information.)
31 code. The mapping info inserted by LLC is not sufficient to determine
  /external/llvm/include/llvm/CodeGen/
JumpInstrTables.h 30 /// jump-instruction-table function and stores the mapping in the ImmutablePass
81 /// JumpInstrTables.cpp. The choice of mapping determines the number of
82 /// jump-instruction tables generated by this pass. E.g., the simplest mapping
RegAllocPBQP.h 48 /// Record the mapping between the given virtual register and PBQP node,
57 assert(node2VReg.find(nodeId) == node2VReg.end() && "Re-mapping node.");
58 assert(vreg2Node.find(vreg) == vreg2Node.end() && "Re-mapping vreg.");
  /external/openssl/crypto/x509v3/
pcy_int.h 83 /* This flag indicates the structure has been mapped using a policy mapping
84 * extension. If policy mapping is not active its references get deleted.
95 /* AND with flags to see if any mapping has occurred */
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftwinfnt.h 60 * @FT_WinFNT_HeaderRec. Exact mapping tables for the various cpXXXX
74 * There is no known mapping table available.
82 * The `Windows Font Mapping' article says that FT_WinFNT_ID_OEM
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftwinfnt.h 60 * @FT_WinFNT_HeaderRec. Exact mapping tables for the various cpXXXX
74 * There is no known mapping table available.
82 * The `Windows Font Mapping' article says that FT_WinFNT_ID_OEM
  /external/proguard/docs/manual/retrace/
usage.html 37 <dd>Specifies the name of the mapping file, produced by ProGuard with the
104 <li>If the line numbers have been removed, mapping obfuscated method names
117 Unobfuscated elements and obfuscated elements for which no mapping is available
  /frameworks/av/media/libeffects/testlibs/
AudioShelvingFilter.h 37 // All is left for this class to do is mapping between high-level parameters to
135 // A coefficient interpolator, used for mapping the high level parameters to
138 // A coefficient interpolator, used for mapping the high level parameters to
  /frameworks/base/core/java/android/hardware/camera2/marshal/
Marshaler.java 30 * mapping for {@code T} {@link MarshalQueryable#isTypeMappingSupported supported}.</p>
53 * @throws UnsupportedOperationException if the type mapping was not supported
126 * available. If the native size is always a fixed mapping regardless of the instance of
  /frameworks/base/core/java/android/os/
PersistableBundle.java 31 * A mapping from String values to various types that can be saved to persistent and later
131 * Inserts a PersistableBundle value into the mapping of this Bundle, replacing
144 * no mapping of the desired type exists for the given key or a null
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
UserData.java 52 * US ASCII character mapping table.
58 * Note this mapping is also equivalent to that used by both the
117 * Mapping for ASCII values less than 32 are flow control signals
  /hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr_priv.h 77 * buffer to complete, first. The resulting mapping is available at
82 /** Reduces the refcount on the userspace mapping of the buffer object. */
181 * Returns 1 if mapping the buffer for write could cause the process
  /hardware/libhardware/modules/gralloc/
mapper.cpp 95 // create a second mapping of the buffer. If the process reads and writes
101 // mapping for each buffer in a process.
114 // one mapping to the buffer and there will be no problem.
  /libcore/luni/src/main/java/java/util/
EnumMap.java 424 * should contain at least one mapping.
528 * Returns a {@code Set} containing all of the mappings in this {@code EnumMap}. Each mapping is
574 * Returns the value of the mapping with the specified key.
578 * @return the value of the mapping with the specified key, or {@code null}
579 * if no mapping for the specified key is found.
616 * @return the value of any previous mapping with the specified key or
617 * {@code null} if there was no mapping.
636 * Copies every mapping in the specified {@code Map} to this {@code EnumMap}.
658 * Removes a mapping with the specified key from this {@code EnumMap}.
661 * the key of the mapping to remove
    [all...]

Completed in 636 milliseconds

<<31323334353637383940>>