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

<<71727374757677787980>>

  /external/bison/src/
tables.h 27 YYTRANSLATE = vector mapping yylex's token numbers into bison's
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_time.h 87 * The stack depends on relative not absolute time. Any mapping between the
  /external/ceres-solver/internal/ceres/
problem_impl.h 195 // The mapping from user pointers to parameter blocks.
  /external/chromium_org/ash/display/
display_controller.h 206 // The mapping from display ID to its window tree host.
  /external/chromium_org/base/
file_util_posix.cc 176 void* mapping = mmap(NULL, pagesize, PROT_READ, MAP_SHARED, fd.get(), 0); local
177 if (mapping != MAP_FAILED) {
178 if (mprotect(mapping, pagesize, PROT_READ | PROT_EXEC) == 0)
180 munmap(mapping, pagesize);
  /external/chromium_org/base/memory/
shared_memory_win.cc 103 // wasting 32k per mapping on average.
  /external/chromium_org/build/
compiled_action.gni 20 # "compiled_action_foreach", this would contain source expansions mapping
  /external/chromium_org/build/util/lib/common/
perf_tests_results_helper.py 15 # Mapping from result type to test output
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage_unittest.cc 178 // Resource ID to local ID mapping is not stored yet.
193 // Resource ID to local ID mapping is removed.
318 // Resource-ID-to-local-ID mapping is added.
371 // Data is erased, except cache and id mapping entries.
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.h 154 // will resolve '/foo/foo1/xxx/yyy' as 'foo1/xxx/yyy' (i.e. the mapping from
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.h 142 // map maintaining the process - oom_score mapping.
  /external/chromium_org/chrome/browser/drive/
drive_app_registry.h 120 // Defines mapping between file content type selectors (extensions, MIME
  /external/chromium_org/chrome/browser/extensions/activity_log/
counting_policy.h 122 // Tables for mapping strings to integers for shrinking database storage
database_string_table_unittest.cc 40 // Insert a new mapping into the table, then verify the table contents.
  /external/chromium_org/chrome/browser/extensions/api/hid/
hid_device_manager.cc 95 // Build an updated bidi mapping between resource ID and underlying device ID.
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.cc 568 // Mapping in the database is wrong. DownloadFavIconOrAskHistory will
569 // update the mapping for this url and download the favicon if we don't
592 // We have the mapping, but the favicon is out of date. Download it now.
607 // include the mapping between the page url and the favicon url.
  /external/chromium_org/chrome/browser/history/android/
android_cache_database.h 101 // table is used to mapping the ID given to client to the search term.
  /external/chromium_org/chrome/browser/
icon_loader_chromeos.cc 40 // Performs mapping of <file extension, icon size> to icon resource IDs.
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_permission_controller.h 180 // Mapping between pref ids and dialog ids.
  /external/chromium_org/chrome/browser/net/
connection_tester_unittest.cc 88 // - Catching any host resolve requests and mapping them to localhost
  /external/chromium_org/chrome/browser/plugins/
plugin_prefs.h 84 // PluginState stores a mapping from plugin path to enable/disable state. We
  /external/chromium_org/chrome/browser/policy/
policy_path_parser_win.cc 47 // Mapping from variable names to Windows CSIDL ids.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/
math_map.js 59 * @return {string} The stringified version of the mapping.
  /external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
custom_margins.js 39 * Mapping of a margin orientation to its opposite.
  /external/chromium_org/chrome/browser/sync/sessions/
tab_node_pool.h 138 // Stores mapping of node ids associated with tab_ids, these are the used

Completed in 727 milliseconds

<<71727374757677787980>>