HomeSort by relevance Sort by last modified time
    Searched full:mappings (Results 76 - 100 of 1275) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
EnumBiMap.java 58 * Returns a new bimap with the same mappings as the specified map. If the
63 * @param map the map whose mappings are to be placed in this map
65 * instance and contains no mappings
EnumHashBiMap.java 57 * Constructs a new bimap with the same mappings as the specified map. If the
62 * @param map the map whose mappings are to be placed in this map
64 * {@code EnumHashBiMap} instance and contains no mappings
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 56 #define MS_INVALIDATE 0x0002 /* invalidate mappings & caches */
62 #define MCL_CURRENT 1 /* lock all current mappings */
63 #define MCL_FUTURE 2 /* lock all future mappings */
  /external/lldb/utils/vim-lldb/doc/
lldb.txt 100 MAPPINGS *lldb-mappings*
102 On Mac OS X (under MacVim) , the following key mappings are available:
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscaperBuilder.java 64 // Replacement mappings.
89 * Add multiple mappings at once for a particular index.
103 * @return a "sparse" array that holds the replacement mappings.
  /device/asus/fugu/original-kernel-headers/drm/ttm/
ttm_placement.h 62 * TTM_PL_FLAG_CACHED indicates cache-coherent mappings
83 * Access flags to be used for CPU- and GPU- mappings.
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/utils/
AlgNameMapperTest.java 65 // Mappings taken from a provider that do not override any of hardcoded
66 // mappings should not be rejected.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA256.java 74 public static class Mappings
79 public Mappings()
  /external/google-breakpad/src/tools/linux/core2md/
core2md.cc 49 MappingList mappings; local
52 return google_breakpad::WriteMinidump(filename, mappings, memory_list,
  /external/selinux/policycoreutils/semanage/
semanage.8 17 Manage login mappings between linux users and SELinux confined users
52 as well as security context mappings for various kinds of objects, such
  /frameworks/base/core/java/android/hardware/camera2/marshal/
MarshalQueryable.java 25 * primitive queryable will support all primitive to/from managed mappings (as long as they are
26 * 1:1). Others, such as the rectangle queryable will only support integer to rectangle mappings.
  /frameworks/support/v4/java/android/support/v4/util/
SparseArrayCompat.java 32 * Creates a new SparseArray containing no mappings.
39 * Creates a new SparseArray containing no mappings that will not
41 * number of mappings. If you supply an initial capacity of 0, the
126 * Remove a range of mappings as a batch.
129 * @param size Number of mappings to remove
219 * Returns the number of key-value mappings that this SparseArray
306 * Removes all key-value mappings from this SparseArray.
357 * <p>This implementation composes a string by iterating over its mappings. If
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
PositionMap.java 34 * Creates a new SparseArray containing no mappings.
41 * Creates a new PositionMap containing no mappings that will not
43 * number of mappings. If you supply an initial capacity of 0, the
128 * Remove a range of mappings as a batch.
131 * @param size Number of mappings to remove
229 * Returns the number of key-value mappings that this SparseArray
316 * Removes all key-value mappings from this SparseArray.
367 * <p>This implementation composes a string by iterating over its mappings. If
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iscsidsc.h 174 PISCSI_TARGET_MAPPINGA Mappings;
185 PISCSI_TARGET_MAPPINGW Mappings;
313 HRESULT WINAPI AddIScsiStaticTargetA(PCHAR TargetName,PCHAR TargetAlias,ISCSI_TARGET_FLAGS TargetFlags,BOOLEAN Persist,PISCSI_TARGET_MAPPINGA Mappings,PISCSI_LOGIN_OPTIONS LoginOptions,PISCSI_TARGET_PORTAL_GROUPA PortalGroup);
315 HRESULT WINAPI AddIScsiStaticTargetW(PWCHAR TargetName,PWCHAR TargetAlias,ISCSI_TARGET_FLAGS TargetFlags,BOOLEAN Persist,PISCSI_TARGET_MAPPINGW Mappings,PISCSI_LOGIN_OPTIONS LoginOptions,PISCSI_TARGET_PORTAL_GROUPW PortalGroup);
434 PISCSI_TARGET_MAPPINGA Mappings,
450 PISCSI_TARGET_MAPPINGW Mappings,
596 PISCSI_TARGET_MAPPINGA Mappings
602 PISCSI_TARGET_MAPPINGW Mappings
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
icopen.py 5 icopen patches MacOS Python to use the Internet Config file mappings to select
24 file mappings are accessed from the Advanced pane of the Internet control
  /external/icu/icu4c/source/common/
ucase.cpp 131 /* simple case mappings ----------------------------------------------------- */
242 * full case mappings. Add them all.
251 /* add all simple case mappings */
265 closure=(const UChar *)pe+1; /* behind this slot, unless there are full case mappings */
298 closure=(const UChar *)pe; /* behind full case mappings */
469 * These internal functions form the core of string case mappings.
488 * Unicode 3.2 UAX 21 "Case Mappings" defines the conditions as follows:
820 /* use hardcoded conditions and mappings */
824 * Test for conditional mappings first
825 * (otherwise the unconditional default mappings are always taken)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCaseProps.java 189 // simple case mappings ------------------------------------------------ ***
246 * Adds all simple case mappings and the full case folding for c to sa,
247 * and also adds special case closure mappings.
249 * For example, the mappings
295 * full case mappings. Add them all.
304 /* add all simple case mappings */
318 closureOffset=(int)(value>>32)+1; /* behind this slot, unless there are full case mappings */
352 closureOffset=excOffset; /* behind full case mappings */
395 * mappings.
491 * These internal functions form the core of string case mappings
    [all...]
  /external/guava/guava/src/com/google/common/collect/
EmptyImmutableBiMap.java 24 * Bimap with no mappings.
  /external/icu/icu4c/source/test/testdata/
test2.ucm 9 # Also contains extension mappings (m:n).
  /external/iptables/extensions/
dscp_helper.c 4 * The latest list of the mappings can be found at:
  /external/libvorbis/lib/
registry.c 13 function: registry for time, floor, res backends and channel mappings
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_postproc_x86.h 22 * any of the function mappings present in this file, be sure to also update
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluscolormatrix.h 4 * GDI+ color mappings
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 129 const MappingList& mappings,
141 mapping_list_(mappings),
342 for (unsigned j = 0; j < dumper_->mappings().size(); ++j) {
343 const MappingInfo& mapping = *dumper_->mappings()[j];
455 // Avoid filtering executable mappings.
470 // Ignore any mappings that are wholly contained within
471 // mappings in the mapping_info_ list.
481 // Write information about the mappings in effect. Because we are using the
482 // minidump format, the information about the mappings is pretty limited.
486 const unsigned num_mappings = dumper_->mappings().size()
    [all...]
  /frameworks/base/core/java/android/util/
LongSparseArray.java 31 * <p>Note that this container keeps its mappings in an array data structure,
61 * Creates a new LongSparseArray containing no mappings.
68 * Creates a new LongSparseArray containing no mappings that will not
70 * number of mappings. If you supply an initial capacity of 0, the
214 * Returns the number of key-value mappings that this LongSparseArray
310 * Removes all key-value mappings from this LongSparseArray.
346 * <p>This implementation composes a string by iterating over its mappings. If

Completed in 1197 milliseconds

1 2 34 5 6 7 8 91011>>