HomeSort by relevance Sort by last modified time
    Searched refs:Starts (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/lib/CodeGen/
StackColoring.cpp 372 SmallVector<SlotIndex, 16> Starts;
378 Starts.clear();
379 Starts.resize(NumSlots);
400 if (!Starts[Slot].isValid() || Starts[Slot] > ThisIndex)
401 Starts[Slot] = ThisIndex;
412 Starts[pos] = Indexes->getMBBStartIdx(&MBB);
420 assert(Starts[i].isValid() == Finishes[i].isValid() && "Unmatched range");
421 if (!Starts[i].isValid())
424 assert(Starts[i] && Finishes[i] && "Invalid interval")
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
tester.js 114 * Starts reading the page from the current node.
  /external/chromium_org/chrome/browser/resources/net_export/
net_export.js 46 * Starts saving NetLog data to a file.
  /external/chromium_org/extensions/test/data/
unit_test_environment_specific_bindings.js 69 * Starts auto-running of timeout callbacks. Until |numCallbacksToRun| callbacks
  /external/chromium_org/remoting/webapp/
host_install_dialog.js 44 * Starts downloading host components and shows installation prompt.
video_frame_recorder.js 26 * Starts or stops video recording.
host_daemon_facade.js 420 * Starts the daemon process with the specified configuration.
host_setup_dialog.js 263 * Starts new flow with the specified sequence of steps.
381 * Registers and starts the host.
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
__init__.py 224 """Starts capturing video.
260 """Starts monitoring power utilization statistics.
  /external/chromium_org/remoting/webapp/background/
it2me_service.js 49 * Starts listening to external connection from Hangouts and the webapp.
  /external/chromium_org/ui/file_manager/image_loader/
worker.js 103 * Starts handling requests.
  /external/chromium_org/ui/file_manager/video_player/js/cast/
caster.js 22 * Starts initialization of cast-related feature.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_contents.js 16 * Starts to scan the entries. For example, starts to read the entries in a
17 * directory, or starts to search with some query on a file system.
56 * Starts to read the entries in the directory.
127 * Starts to search on Drive File System.
202 * Starts the file name search.
290 * Starts to metadata-search on Drive File System.
drag_selector.js 94 * Starts drag selection by reacting dragstart event.
98 * @param {cr.ui.List} list List where the drag selection starts.
progress_center_item_group.js 205 * Starts item update.
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 442 Starts a program or script for the test environment.
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 351 /// The sequence starts at StartIndex.
628 Starts.clear();
643 SmallVector<const SCEV*, 2> Starts;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_manager.js 794 * Moves forward. Starts reading the page from that node.
812 * Starts reading the page from the current selection.
850 * Starts reading the page from the current selection if there are callbacks.
865 * Starts reading the page from the current selection if there are no callbacks.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
event_page.js 73 * Starts to change wallpaper. Called after rss is fetched.
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player.js 426 // Starts loading the audio player.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_input_handler.js 122 * Starts to listen for connections from the ChromeOS braille IME.
  /external/chromium_org/chrome/browser/resources/google_now/
background.js     [all...]
utility.js 716 * Starts the first queued task.
779 * Completes the current task and starts the next queued task if available.
898 * Starts repeated attempts.
    [all...]
  /external/chromium_org/chrome/browser/resources/extensions/
extension_command_list.js 304 * Starts keystroke capture to determine which key to use for a particular
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 426 * Starts an OAuth authorization flow for the current page. If a token exists,

Completed in 3085 milliseconds

1 2