/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/ |
futex-contention.py | 22 process_names = {} # long-lived pid-to-execname mapping
|
/external/llvm/lib/MC/MCAnalysis/ |
MCModule.cpp | 53 // remap - Update the interval mapping for an atom. 55 // Find and erase the old mapping. 59 assert(*I == Atom && "Previous atom mapping was invalid!"); 64 // Insert the new mapping.
|
/external/llvm/test/MC/AArch64/ |
arm64-mapping-across-sections.s | 6 // .wibble should *not* inherit .text's mapping symbol. It's a completely different section.
|
mapping-across-sections.s | 6 // .wibble should *not* inherit .text's mapping symbol. It's a completely different section.
|
/external/llvm/test/MC/ARM/ |
multi-section-mapping.s | 6 @ .wibble should *not* inherit .text's mapping symbol. It's a completely different section.
|
/external/llvm/unittests/ExecutionEngine/ |
ExecutionEngineTest.cpp | 66 << "A second mapping shouldn't affect the first."; 88 << "Removing one mapping doesn't affect a different one."; 93 << "Once a mapping is removed, we can point another GV at the" 122 // Make sure the reverse mapping is enabled.
|
/external/llvm/unittests/MC/ |
YAMLTest.cpp | 24 static void mapping(IO &IO, BinaryHolder &BH) { function in struct:llvm::yaml::MappingTraits
|
/external/ppp/pppd/plugins/pppoatm/ |
atmsap.h | 40 /* Mapping of "well-known" TCP, UDP, etc. port numbers to ATM BHLIs.
|
/external/proguard/examples/ |
retrace.pro | 20 # perform incremental obfuscation based on its mapping file, and only keep the
|
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
FieldArray.java | 69 * if no such mapping has been made. 118 * Adds a mapping from the specified fieldNumber to the specified data, 119 * replacing the previous mapping if there was one. 184 * the value from the <code>index</code>th key-value mapping that this
|
/external/qemu/distrib/libselinux/src/ |
compute_av.c | 11 #include "mapping.h"
|
compute_create.c | 11 #include "mapping.h"
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetGammaRamp.3 | 11 Sets the gamma lookup tables for the display for each color component\&. Each table is an array of 256 Uint16 values, representing a mapping between the input and output for that channel\&. The input is the index into the array, and the output is the 16-bit gamma value at that index, scaled to the output color precision\&. You may pass NULL to any of the channels to leave them unchanged\&.
|
/external/replicaisland/src/com/replica/replicaisland/ |
Texture.java | 20 * Simple container class for textures. Serves as a mapping between Android resource ids and
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMimeTypeMap.java | 14 * Shadow for {@code MimeTypeMap} that allows custom extension <-> mimetype mapping to be set up by tests.
|
/external/strace/xlat/ |
mmap_flags.in | 17 * required you to specify the mapping address;
|
/external/tremolo/Tremolo/ |
codec_internal.h | 156 unsigned char mapping; member in struct:__anon35293 159 /* Mapping backend generic *****************************************/ 201 blocksize flag and a mapping (along with the mapping setup */
|
/external/valgrind/main/memcheck/tests/ |
varinfo6.stdout.exp | 9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
|
/frameworks/base/core/res/res/xml/ |
global_keys.xml | 20 <!-- Mapping of keycodes to components which will be handled globally.
|
/frameworks/base/tools/aapt/tests/ |
MockFileFinder.h | 49 // Virtual mapping between "directories" and the "files" contained
|
/frameworks/compile/mclinker/include/mcld/Object/ |
SectionMap.h | 145 typedef std::pair<Output*, Input*> mapping; typedef in class:mcld::SectionMap 161 mapping find(const std::string& pInputFile, 167 std::pair<mapping, bool> 171 std::pair<mapping, bool>
|
/libcore/luni/src/main/java/java/net/ |
FileNameMap.java | 21 * Defines a scheme for mapping a filename type to a MIME content type. Mainly
|
/ndk/sources/android/crazy_linker/src/ |
crazy_linker_elf_relro.cpp | 94 error->Format("Could not allocate RELRO mapping: %s", strerror(errno)); 126 error->Format("Could not allocate RELRO mapping for: %s", strerror(errno)); 156 // Create temporary mapping of the ashmem region. 178 LOG("%s: mapping allocated at %p\n", __FUNCTION__, fd_map.Get());
|
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarApplication.java | 37 // Initialize the registry mapping some custom behavior.
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
MatrixCursorWithCachedColumns.java | 24 /** A mapping of column names to column indices, to speed up lookups */
|