OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mapping
(Results
201 - 225
of
5659
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
mman.h
14
#define MAP_HUGETLB 0x40000 /* create a huge page
mapping
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
mman.h
14
#define MAP_HUGETLB 0x40000 /* create a huge page
mapping
*/
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py
13
MAPPING
= {"urllib": [
46
MAPPING
["urllib2"].append(
MAPPING
["urllib"][1])
51
for old_module, changes in
MAPPING
.items():
88
for name in
MAPPING
[import_mod.value][:-1]:
90
names.append(Name(
MAPPING
[import_mod.value][-1][0], prefix=pref))
108
for change in
MAPPING
[mod_member.value]:
132
for change in
MAPPING
[mod_member.value]:
176
for change in
MAPPING
[module_dot.value]:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_tw.py
4
# Codec
mapping
tests for ROC encodings
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
NodeFilter.py
1
# This is the Python
mapping
for interface NodeFilter from
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py
13
MAPPING
= {"urllib": [
46
MAPPING
["urllib2"].append(
MAPPING
["urllib"][1])
51
for old_module, changes in
MAPPING
.items():
88
for name in
MAPPING
[import_mod.value][:-1]:
90
names.append(Name(
MAPPING
[import_mod.value][-1][0], prefix=pref))
108
for change in
MAPPING
[mod_member.value]:
132
for change in
MAPPING
[mod_member.value]:
176
for change in
MAPPING
[module_dot.value]:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecmaps_tw.py
4
# Codec
mapping
tests for ROC encodings
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
NodeFilter.py
1
# This is the Python
mapping
for interface NodeFilter from
/external/apache-http/src/org/apache/commons/codec/language/
Soundex.java
32
* An instance of Soundex using the US_ENGLISH_MAPPING
mapping
.
39
* This is a default
mapping
of the 26 letters used in US English. A value of <code>0</code> for a letter position
51
* This is a default
mapping
of the 26 letters used in US English. A value of <code>0</code> for a letter position
108
* Creates a soundex instance using the given
mapping
. This constructor can be used to provide an internationalized
109
*
mapping
for a non-Western character set.
114
* @param
mapping
115
*
Mapping
array to use when finding the corresponding code for a given character
117
public Soundex(char[]
mapping
) {
118
this.setSoundexMapping(
mapping
);
163
* @return
Mapping
code for a particular characte
[
all
...]
/external/compiler-rt/lib/asan/
asan_mapping.h
12
// Defines ASan memory
mapping
.
19
// The full explanation of the memory
mapping
could be found here:
22
// Typical shadow
mapping
on Linux/x86_64 with SHADOW_OFFSET == 0x00007fff8000:
46
// Default Linux/i386
mapping
on x86_64 machine:
53
// Default Linux/i386
mapping
on i386 machine
62
// Default Linux/MIPS
mapping
:
69
// Shadow
mapping
on FreeBSD/x86-64 with SHADOW_OFFSET == 0x400000000000:
76
// Shadow
mapping
on FreeBSD/i386 with SHADOW_OFFSET == 0x40000000:
174
// Fixed
mapping
for 64-bit Linux. Mostly used for performance comparison
175
// with non-fixed
mapping
. As of r175253 (Feb 2013) the performanc
[
all
...]
/art/test/005-annotations/src/android/test/anno/
TestAnnotations.java
76
@ExportedProperty(
mapping
= {
122
final IntToString[]
mapping
;
local
131
mapping
= property.
mapping
();
133
System.out.println("
mapping
is " +
mapping
.getClass() +
134
"\n 0='" +
mapping
[0] + "'\n 1='" +
mapping
[1] + "'");
/development/ndk/platforms/android-9/arch-mips/include/asm/
cacheflush.h
25
#define flush_dcache_mmap_lock(
mapping
) do { } while (0)
26
#define flush_dcache_mmap_unlock(
mapping
) do { } while (0)
/external/chromium_org/chrome/browser/apps/drive/
drive_app_mapping.h
19
// DriveAppMapping tracks the
mapping
between Drive apps and corresponding
28
// Adds a
mapping
from |drive_app_id| to |chrome_app_id|. |generated|
/external/chromium_org/chrome/browser/metrics/variations/
generated_resources_map.h
12
// This file provides a
mapping
from hashes of generated resource names to their
13
// IDs. This
mapping
is achieved by having two arrays: |kResourceHashes|, a
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/WEB-INF/
web.xml
17
<servlet-
mapping
>
20
</servlet-
mapping
>
/external/chromium_org/chrome/common/extensions/docs/server2/
persistent_object_store.py
18
def SetMulti(self,
mapping
):
20
for key, value in
mapping
.items():
/external/chromium_org/components/storage_monitor/
transient_device_ids.h
7
// gets mapped to a transient ID, the
mapping
remains valid for the duration of
32
// Get the reverse
mapping
for a transient ID. Returns an empty string if the
/external/chromium_org/content/browser/gamepad/
gamepad_standard_mappings.h
21
// This defines our canonical
mapping
order for gamepad-like devices. If these
59
// Common
mapping
functions
/external/chromium_org/device/usb/
usb_ids.h
26
// UsbIds provides a static
mapping
from a vendor ID to a name, as well as a
27
//
mapping
from a vendor/product ID pair to a product name.
/external/chromium_org/remoting/ios/
key_input.h
13
// this. Instead we have created a
mapping
manually via trial and error. To
15
//
mapping
for each keyboard manually.
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
extension_backend.py
22
class ExtensionBackendDict(collections.
Mapping
):
23
"""A dynamic
mapping
of extension_id to extension_page.ExtensionPages."""
/external/chromium_org/tools/telemetry/telemetry/core/forwarders/
__init__.py
18
port_pairs: A PortPairs instance that consists of a PortPair
mapping
35
assert port_pairs.http, 'HTTP port
mapping
is required.'
/external/e2fsprogs/misc/
filefrag.8.in
50
Sync the file before requesting the
mapping
.
56
Display
mapping
of extended attributes.
/external/javassist/src/main/javassist/
ClassMap.java
25
* if a more complex
mapping
algorithm is needed. For example,
73
* If the hashtable contains another
mapping
from the same
74
* class name, the old
mapping
is replaced.
81
* perform anything; it does not record the
mapping
from
101
* the given
mapping
is not recorded into the hashtable
102
* if another
mapping
from <code>oldname</code> is
141
* Prevents a
mapping
from the specified class name to another name.
148
* Prevents a
mapping
from the specified class name to another name.
/external/javassist/src/main/javassist/scopedpool/
SoftValueHashMap.java
59
/* Hash table
mapping
WeakKeys to values */
158
* Returns <code>true</code> if this map contains a
mapping
for the
189
* <code>value</code>. If the map previously contained a
mapping
for
190
* <code>key</code> then that
mapping
is replaced and the previous value
200
* <code>null</code> if if there was no
mapping
for the key
211
* Removes the
mapping
for the given <code>key</code> from this map, if
215
* The key whose
mapping
is to be removed.
218
* there was no
mapping
for the key.
Completed in 1437 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>