HomeSort by relevance Sort by last modified time
    Searched full:visited (Results 376 - 400 of 781) sorted by null

<<11121314151617181920>>

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
partition.h 245 // set of visited classes to be used in split refine
  /external/v8/src/
hydrogen.h 338 BitVector* visited,
342 BitVector* visited,
350 void PropagateMinusZeroChecks(HValue* value, BitVector* visited);
    [all...]
rewriter.cc 226 // Expressions are never visited yet.
hydrogen.cc 322 // the loop is visited in increasing block id order, if the number of
550 // Assert that block is unreachable if dominator must not be visited.
747 BitVector visited(blocks_.length(), zone());
751 Postorder(start, &visited, &reverse_result, NULL);
764 BitVector* visited,
770 Postorder(it.Current(), visited, order, loop_header);
773 PostorderLoopBlocks(b->loop_information(), visited, order, loop_header);
780 BitVector* visited,
783 if (block == NULL || visited->Contains(block->block_id())) return;
785 visited->Add(block->block_id())
    [all...]
  /external/webkit/Source/WebCore/history/
HistoryItem.h 179 void visited(const String& title, double time, VisitCountBehavior);
  /external/webkit/Source/WebCore/inspector/front-end/
BottomUpProfileDataGridTree.js 179 // The total time for this node has already been accounted for iff one of it's parents has already been visited.
  /external/webkit/Source/WebKit/gtk/po/
en_GB.po 237 msgid "Last visited Time"
238 msgstr "Last visited Time"
241 msgid "The time at which the history item was last visited"
242 msgstr "The time at which the history item was last visited"
  /external/webkit/Source/WebKit/gtk/webkit/
webkitglobals.cpp 94 * visited documents. WebKit and the frameworks below it include
  /frameworks/support/v13/java/android/support/v13/app/
FragmentStatePagerAdapter.java 41 * memory associated with each visited page as compared to
  /packages/apps/Browser/src/com/android/browser/
Bookmarks.java 92 * Remove a bookmark from the database. If the url is a visited site, it
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerTester.java 60 // keep a list of directories visited
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectPropertiesWorkingCopy.java 140 // removed values, we need to record what properties have been visited, so that
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-core.css 44 a:visited,
45 a:visited code {
480 #footerlinks a:visited {
  /cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java 288 final String visitedHistoryUrl = "www.visited-history.com";
336 final String bookmarkUrl = "www.visited-bookmark.com";
337 final String historyUrlPrefix = "www.visited-history";
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 427 * visited in the stack, then it means there wasa cycle such as 9->8->1->9
457 * The set of visited nodes as determined by a set entry in
460 pANTLR3_BITSET visited; member in struct:ANTLR3_TOPO_struct
  /external/chromium/chrome/browser/autocomplete/
history_url_provider_unittest.cc 169 // special logic for things visited very recently). Note that this time must
374 // Test the corner case where a user has fully typed a previously visited
387 // Test the related case where a user has fully typed a previously visited
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 41 * The Most Visited page.
175 mostVisitedPage = new ntp4.MostVisitedPage('Most Visited');
337 * Appends a tile page (for apps or most visited).
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc 169 // Most Visited or Bookmark the user clicked on, as we don't get that
301 // highly. Note this means we're including clicks on not only most visited
335 // we've hooked up the most visited handler. This allows the DB query
  /external/llvm/lib/VMCore/
Module.cpp 542 // Check to see if we're already visited this type.
565 // Already visited?
581 // Already visited?
  /external/openfst/src/include/fst/
compose.h 237 << "): End: # of visited states: " << state_table_->Size();
430 // where vi = # of states visited, di = maximum out-degree, and mi the
431 // maximum multiplicity of the states visited for the ith
  /external/webkit/Source/WebCore/css/
CSSSelector.cpp 303 DEFINE_STATIC_LOCAL(AtomicString, visited, ("visited"));
402 nameToPseudoType->set(visited.impl(), CSSSelector::PseudoVisited);
  /external/webkit/Source/WebKit/chromium/public/
WebView.h 309 // Visited link state --------------------------------------------------
311 // Tells all WebView instances to update the visited link state for the
315 // Tells all WebView instances to update the visited state for all
  /external/webkit/Source/WebKit/efl/ewk/
ewk_history.cpp 557 * Query last visited time for given history item.
561 * @return the time in seconds this item was visited.
638 * Query number of times item was visited.
  /external/chromium/chrome/common/
pref_names.cc     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 508 std::set<BasicBlock*> &Visited) {
509 if (!Visited.insert(BB).second) {
510 // Already visited. Without more analysis, this could indicate an infinite
524 if (!isTrivialLoopExitBlockHelper(L, *SI, ExitBB, Visited))
541 std::set<BasicBlock*> Visited;
542 Visited.insert(L->getHeader()); // Branches to header make infinite loops.
544 if (isTrivialLoopExitBlockHelper(L, BB, ExitBB, Visited))
    [all...]

Completed in 1138 milliseconds

<<11121314151617181920>>