HomeSort by relevance Sort by last modified time
    Searched full:track (Results 451 - 475 of 3692) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3recognizersharedstate.h 9 * track the current recognition state. Multiple recognizers
52 /** All the data elements required to track the current state
70 /** Track around a hint from the creator of the recognizer as to how big this
77 /** Track the set of token types that can follow any rule invocation.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognitionException.java 53 * In general, the recognition exceptions can track where in a grammar a
70 * can retrieve the ith Token, we have to track the Token object.
83 /** Track the line at which the error occurred in case this is
84 * generated from a lexer. We need to track this since the
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
RecognitionException.js 17 * <p>In general, the recognition exceptions can track where in a grammar a
71 * can retrieve the ith Token, we have to track the Token object.
88 /** Track the line at which the error occurred in case this is
89 * generated from a lexer. We need to track this since the
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 47 stat: ID '=' expr ';' { $body::decls->add($ID.text); } // track left-hand-sides
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-scheme.rb 32 example "token schemes track human-friendly token names" do
  /external/chromium/chrome/browser/extensions/
extension_context_menu_model.h 78 // Keeps track of the extension uninstall dialog.
extension_devtools_manager.h 28 // keeps track of the set of renderers with event listeners registered for each
extension_uninstall_dialog.h 66 // Keeps track of extension images being loaded on the File thread for the
  /external/chromium/chrome/browser/net/
url_request_slow_download_job.h 48 // Mark all pending requests to be finished. We keep track of pending
  /external/chromium/chrome/browser/policy/
device_management_backend_impl.h 74 // Keeps track of the jobs currently in flight.
  /external/chromium/chrome/browser/tab_contents/
web_drop_target_win.h 53 // We keep track of the render view host we're dragging over. If it changes
  /external/chromium/chrome/browser/ui/
browser_dialogs.h 50 // and it needs to keep track of which tabs are currently hung.
  /external/chromium/chrome/browser/ui/cocoa/
clickhold_button_cell.h 35 // Track only in the frame rectangle? Default: NO.
theme_install_bubble_view.h 56 // track of number of loads happening. Close bubble when num_loads < 1.
  /external/chromium/chrome/browser/ui/gtk/
html_dialog_gtk.h 58 // closing) we delegate to the creator of this view, which we keep track of
  /external/chromium/chrome/browser/ui/views/infobars/
extension_infobar.h 65 // Keeps track of images being loaded on the File thread.
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container.cc 56 // shown and getting focused. We need to keep track of that so we install
  /external/chromium/chrome/browser/ui/views/
user_data_dir_dialog.h 66 // Used to keep track of whether or not to block the message loop (still
  /external/chromium/chrome/browser/ui/webui/options/
about_page_handler.h 31 // The function is called from JavaScript to set the release track like
  /external/chromium/chrome/common/extensions/docs/examples/tutorials/analytics/
analytics.js 17 * will automatically track a page view for any page this file is included in.
  /external/chromium/webkit/glue/
site_isolation_metrics.cc 55 "(NONE)" // Keep track of missing MIME types as well
67 // This is set is used to keep track of the response urls that we want to
112 // Then, for cross-site non-frame/plugin requests, we keep track of:
143 // Also track it if it lacks a MIME type.
  /external/clang/include/clang/Basic/
FileSystemOptions.h 22 /// \brief Keeps track of options that affect how file operations are performed.
  /external/clang/lib/AST/
LambdaMangleContext.cpp 10 // This file defines the LambdaMangleContext class, which keeps track of
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CodeAddress.java 23 * Pseudo-instruction which is used to track an address within a code
  /external/eigen/demos/opengl/
trackball.cpp 15 void Trackball::track(const Vector2i& point2D) function in class:Trackball

Completed in 1497 milliseconds

<<11121314151617181920>>