HomeSort by relevance Sort by last modified time
    Searched refs:maps (Results 26 - 50 of 60) sorted by null

12 3

  /frameworks/base/data/keyboards/
common.mk 15 # This is the list of framework provided keylayouts and key character maps to include.
  /external/freetype/include/freetype/internal/services/
svpscmap.h 68 PS_UniMap* maps; member in struct:PS_UnicodesRec_
  /external/openssl/crypto/x509v3/
pcy_int.h 188 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps);
  /external/oprofile/daemon/liblegacy/
opd_proc.c 74 list_init(&proc->maps);
161 * iterate through the proc maps searching the mapping which owns sample
172 list_for_each(pos, &proc->maps) {
266 /* copy the maps */
267 list_for_each(pos, &old->maps) {
418 list_for_each_safe(pos, pos2, &proc->maps) {
  /frameworks/base/core/java/android/gesture/
GestureStore.java 234 final HashMap<String, ArrayList<Gesture>> maps = mNamedGestures; local
241 out.writeInt(maps.size());
243 for (Map.Entry<String, ArrayList<Gesture>> entry : maps.entrySet()) {
  /system/extras/procmem/
procmem.c 38 /* qsort compare function to compare maps by PSS */
49 /* maps and such */
50 pm_map_t **maps; int num_maps; local
127 /* get maps, and allocate our map_info array */
128 error = pm_process_maps(proc, &maps, &num_maps);
130 fprintf(stderr, "error listing maps.\n");
164 mi->map = maps[i];
309 " -h Hide maps with no RSS.\n",
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 145 int maps; local
170 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
171 maps++)
173 scale = d_lightstylevalue[surf->styles[maps]];
174 surf->cached_light[maps] = scale; // 8.8 fraction
858 int maps; local
890 for (maps = 0 ; maps < MAXLIGHTMAPS && fa->styles[maps] != 255
936 int maps; local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderCounter.cpp 427 CounterMaps& maps = counterMaps();
434 CounterNode* currentCounter = maps.get(currentRenderer)->get(identifier.impl()).get();
540 CounterMaps& maps = counterMaps(); local
541 CounterMaps::iterator mapsIterator = maps.find(owner);
542 if (mapsIterator == maps.end())
550 maps.remove(mapsIterator);
  /external/tremolo/Tremolo/
codec_internal.h 204 int maps; member in struct:codec_setup_info
  /system/extras/libpagemap/include/pagemap/
pagemap.h 59 pm_map_t **maps; member in struct:pm_process
141 /* Get the maps in the virtual address space of this process.
142 * Returns an array of pointers to pm_map_t through *maps.
143 * The array should be freed by the caller, but the maps should not be
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 148 assertTrue(stringContains(h, 'http://maps.google.com/'));
150 assertEquals('http://maps.google.com/', t3a.foo.bar.baz);
151 assertEquals('http://maps.google.com/', t3a.bar);
161 assertTrue(h, stringContains(h, 'http://maps.google.com/'));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
yp.x 161 ypmaplist *maps;
yp.h 176 ypmaplist *maps; member in struct:ypresp_maplist
  /frameworks/base/core/jni/
android_os_Debug.cpp 484 fprintf(fp, "MAPS\n");
485 const char* maps = "/proc/self/maps"; local
486 FILE* in = fopen(maps, "r");
488 fprintf(fp, "Could not open %s\n", maps);
  /external/freetype/src/cff/
cffcmap.c 166 FT_FREE( unicodes->maps );
  /external/v8/test/mjsunit/
function-prototype.js 60 // functions without initial maps, and the fully initialized
  /external/freetype/src/psaux/
t1cmap.c 298 FT_FREE( unicodes->maps );
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBstr.h 383 XkbIndicatorMapRec maps[XkbNumIndicators]; member in struct:_XkbIndicatorRec
575 XkbIndicatorMapRec maps[XkbNumIndicators]; member in struct:_XkbDeviceLedInfo
603 unsigned int defined; /* names or maps changed */
XKBsrv.h 208 XkbIndicatorMapPtr maps; member in struct:_XkbSrvLedInfo
  /development/tools/labpretest/
labpretest.sh 569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
  /external/libvpx/
examples.mk 89 vp8_set_maps.DESCRIPTION = VP8 set active and ROI maps
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 506 the code clean (no phoneme codes here), and maps 's' to 's' or 'z'
  /external/v8/test/cctest/
test-heap-profiler.cc 775 const v8::HeapGraphNode* maps = GetChild(snapshot->GetRoot(), local
778 CHECK_NE(NULL, maps);
779 CHECK_NE(0, maps->GetSelfSize());
780 CHECK_NE(0, maps->GetInstancesCount());
    [all...]
  /external/v8/tools/
codemap.js 30 * Constructs a mapper that maps addresses into code entries.
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 69 t.expectFalse(localHostOrDomainIs("maps.google.com", "www.google.com"));

Completed in 1508 milliseconds

12 3