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

1 2 3 4 56 7 8 91011>>

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
LocalVariablesSorter.java 49 * Mapping from old to new local variable indexes. A local variable at index
50 * i of size 1 is remapped to 'mapping[2*i]', while a local variable at
51 * index i of size 2 is remapped to 'mapping[2*i+1]'.
55 int[] mapping = new int[40]; field in class:LocalVariablesSorter.State
130 int length = state.mapping.length;
133 System.arraycopy(state.mapping, 0, newMapping, 0, length);
134 state.mapping = newMapping;
136 int value = state.mapping[key];
139 state.mapping[key] = value;
150 int value = key < state.mapping.length ? state.mapping[key] : 0
    [all...]
  /external/chromium_org/chrome/browser/android/
resource_mapper.h 19 // an enumerated ID. Returns |kMissingId| if a mapping wasn't found.
23 // Create the mapping. IDs start at 0 to correspond to the array that gets
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_mapping.cc 65 const base::DictionaryValue* mapping = local
69 if (mapping->GetDictionaryWithoutPathExpansion(drive_app_id, &info_dict) &&
79 const base::DictionaryValue* mapping = local
81 for (base::DictionaryValue::Iterator it(*mapping); !it.IsAtEnd();
98 const base::DictionaryValue* mapping = local
100 for (base::DictionaryValue::Iterator it(*mapping); !it.IsAtEnd();
119 const base::DictionaryValue* mapping = local
122 for (base::DictionaryValue::Iterator it(*mapping); !it.IsAtEnd();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
GraphicsLayerUpdater.cpp 68 CompositedLayerMappingPtr mapping = layer.compositedLayerMapping(); local
72 if (mapping->updateRequiresOwnBackingStoreForAncestorReasons(compositingContainer))
77 mapping->updateCompositedBounds(updateType);
84 if (mapping->updateGraphicsLayerConfiguration(updateType))
87 mapping->updateGraphicsLayerGeometry(updateType, compositingContainer, layersNeedingPaintInvalidation);
89 updateType = mapping->updateTypeForChildren(updateType);
90 mapping->clearNeedsGraphicsLayerUpdate();
95 if (mapping->hasUnpositionedOverflowControlsLayers())
  /external/chromium_org/third_party/icu/source/test/testdata/
test1bmp.ucm 33 # 1:2 mapping
36 # 2:1 mapping
  /external/chromium_org/tools/find_runtime_symbols/
README 3 runtime mapping information (/proc/.../maps).
9 It is required to collect symbol information before mapping runtime addresses
  /external/conscrypt/src/compat/java/org/apache/harmony/security/utils/
AlgNameMapperSource.java 20 * Provides a mapping source that the {@link AlgNameMapper} can query for
21 * mapping between algorithm names and OIDs.
  /external/icu/icu4c/source/test/testdata/
test1bmp.ucm 33 # 1:2 mapping
36 # 2:1 mapping
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
AlgNameMapperSource.java 20 * Provides a mapping source that the {@link AlgNameMapper} can query for
21 * mapping between algorithm names and OIDs.
  /system/core/include/cutils/
ashmem.h 35 /* Return values from ASHMEM_PIN: Was the mapping purged while unpinned? */
39 /* Return values from ASHMEM_UNPIN: Is the mapping now pinned or unpinned? */
  /system/core/include/utils/
ashmem.h 20 /* Return values from ASHMEM_PIN: Was the mapping purged while unpinned? */
24 /* Return values from ASHMEM_UNPIN: Is the mapping now pinned or unpinned? */
  /external/chromium_org/net/base/
file_stream_whence.h 11 // This explicit mapping matches both FILE_ on Windows and SEEK_ on Linux.
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
WebKitGamepad.idl 12 readonly attribute DOMString mapping;
  /external/llvm/autoconf/m4/
need_dev_zero_for_mmap.m4 16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
  /external/llvm/test/YAMLParser/
construct-null.data 6 # This mapping has four keys,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_hk.py 4 # Codec mapping tests for HongKong encodings
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecmaps_hk.py 4 # Codec mapping tests for HongKong encodings
  /external/apache-http/src/org/apache/commons/codec/language/
RefinedSoundex.java 34 * the US_ENGLISH mapping.
54 * English mapping.
61 * Creates a refined soundex instance using a custom mapping. This
62 * constructor can be used to customize the mapping, and/or possibly
63 * provide an internationalized mapping for a non-Western character set.
65 * @param mapping
66 * Mapping array to use when finding the corresponding code for
69 public RefinedSoundex(char[] mapping) {
70 this.soundexMapping = mapping;
134 * Returns the mapping code for a given character. The mapping codes ar
    [all...]
  /external/iptables/extensions/
libxt_MASQUERADE.man 7 target. Masquerading is equivalent to specifying a mapping to the IP
23 Randomize source port mapping
26 is used then port mapping will be randomized (kernel >= 2.6.21).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
mempolicy.h 42 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */
43 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform to mapping */
44 #define MPOL_MF_MOVE_ALL (1<<2) /* Move every page to conform to mapping */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
mempolicy.h 42 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */
43 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform to mapping */
44 #define MPOL_MF_MOVE_ALL (1<<2) /* Move every page to conform to mapping */
  /external/srec/shared/include/
HashMap.h 33 * Hashed [key, value] mapping.
39 * Hashed [key, value] mapping.
44 * Sets new mapping, storing a reference to the value.
48 * @param key Mapping key
49 * @param value Mapping value
55 * Removes the mapping for this key from this map if present.
58 * @param key Key whose mapping is to be removed from the map.
64 * Removes the mapping for this key from this map if present and frees the value.
67 * @param key Key whose mapping is to be removed from the map.
118 * or null if the map contains no mapping for this key
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_multistream.c 50 if (layout->mapping[i] >= max_channel && layout->mapping[i] != 255)
63 if (layout->mapping[i]==stream_id*2)
75 if (layout->mapping[i]==stream_id*2+1)
87 if (layout->mapping[i]==stream_id+layout->nb_coupled_streams)
  /external/libopus/src/
opus_multistream.c 50 if (layout->mapping[i] >= max_channel && layout->mapping[i] != 255)
63 if (layout->mapping[i]==stream_id*2)
75 if (layout->mapping[i]==stream_id*2+1)
87 if (layout->mapping[i]==stream_id+layout->nb_coupled_streams)
  /libcore/luni/src/main/java/java/sql/
Struct.java 42 * customized type mappings. Where there is no entry in the type mapping
44 * mapping.
54 * method uses the supplied type mapping to determine how to map SQL types
56 * case where there is no entry in the type mapping which matches this
57 * structured type, the JDBC driver uses the default mapping. The {@code

Completed in 655 milliseconds

1 2 3 4 56 7 8 91011>>