HomeSort by relevance Sort by last modified time
    Searched refs:maps (Results 126 - 150 of 260) sorted by null

1 2 3 4 56 7 8 91011

  /frameworks/base/core/jni/
android_os_Debug.cpp 875 fprintf(fp, "MAPS\n");
876 const char* maps = "/proc/self/maps"; local
877 FILE* in = fopen(maps, "r");
879 fprintf(fp, "Could not open %s\n", maps);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c     [all...]
priv_storage.h 508 XArray* maps; /* XArray of _DebugInfoMapping structs */ member in struct:_DebugInfoFSM
591 either (size of all rx maps == 0 && cfsi == NULL) (the degenerate case)
    [all...]
readmacho.c 714 for (i = 0; i < VG_(sizeXA)(di->fsm.maps); i++) {
715 struct _DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
key_map.js 45 * Maps a command to a key. This optimizes the process of searching for a
64 * An array of available key maps sorted by priority.
68 * Should have class to siwtch among and manage multiple key maps.
  /external/chromium_org/v8/src/
hydrogen-escape-analysis.cc 132 // TODO(mstarzinger): This will narrow a map check against a set of maps
135 zone, NULL, value, mapcheck->maps()->at(0), false);
hydrogen-instructions.cc     [all...]
objects.cc 52 // We can track only JavaScript objects with stable maps.
9343 Handle<FixedArray> maps = factory->NewFixedArrayWithHoles( local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1objs.c 266 FT_FREE( face->unicode_map_rec.maps );
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 506 the code clean (no phoneme codes here), and maps 's' to 's' or 'z'
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions_deprecated.js 140 // Create maps of values in the live region for fast hash lookup.
user_event_detail.js 12 * ChromeVox events are sent with status "PENDING" and an action that maps to
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
table_util.js 52 * @return {Array} An array that maps indexes representing table columns
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/
background.js 7 // Metadata is stored in files as serialized to JSON maps. See contents of
  /external/chromium_org/chrome/test/chromedriver/js/
call_function.js 38 * A cache which maps IDs <-> cached objects for the purpose of identifying
  /external/chromium_org/v8/test/mjsunit/
accessor-map-sharing.js 108 // Attribute-only change, shouldn't affect objects with previously shared maps.
  /external/chromium_org/v8/tools/
codemap.js 30 * Constructs a mapper that maps addresses into code entries.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 567 def __init__(self, *maps):
568 self._maps = maps
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 567 def __init__(self, *maps):
568 self._maps = maps
  /external/chromium_org/third_party/libvpx/source/libvpx/
examples.mk 181 set_maps.DESCRIPTION = Set active and ROI maps
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /external/libvpx/libvpx/
examples.mk 153 set_maps.DESCRIPTION = Set active and ROI maps
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java 11 import com.google.android.maps.MapView;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 153 set_maps.DESCRIPTION = Set active and ROI maps
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar 

Completed in 853 milliseconds

1 2 3 4 56 7 8 91011