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

  /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/tools/telemetry/telemetry/core/platform/
__init__.py 151 """Starts capturing video.
180 """Starts monitoring power utilization statistics.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
player_testapi.js 80 * Starts playing immediately.
132 * Starts playing one of the tracks immediately.
  /external/chromium_org/chrome/browser/resources/net_export/
net_export.js 46 * Starts saving NetLog data to a file.
  /external/chromium_org/remoting/webapp/
host_install_dialog.js 50 * Starts downloading host components and shows installation prompt.
host_native_messaging.js 375 * 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/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.
file_manager.js     [all...]
  /external/chromium_org/ui/file_manager/image_loader/
worker.js 103 * Starts handling requests.
  /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 417 // 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.
899 * Starts repeated attempts.
    [all...]
  /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,
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 426 * Starts an OAuth authorization flow for the current page. If a token exists,
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
mosaic_mode.js 175 * Starts listening to events.
347 * Starts where it last stopped (at #0 the first time).
865 // It starts with the lowest density and increases it until the layout
871 // It starts with the current global density and decreases it until the column
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
mosaic_mode.js 175 * Starts listening to events.
347 * Starts where it last stopped (at #0 the first time).
865 // It starts with the lowest density and increases it until the layout
871 // It starts with the current global density and decreases it until the column
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js 147 * Starts resolving the display root and obtains it. It may take long time for

Completed in 772 milliseconds