HomeSort by relevance Sort by last modified time
    Searched defs:Locator (Results 1 - 22 of 22) sorted by null

  /libcore/luni/src/main/java/org/xml/sax/
Locator.java 1 // SAX locator interface for document events.
4 // $Id: Locator.java,v 1.8 2002/01/30 21:13:47 dbrownell Exp $
30 * locator at any other time, or after parsing completes.</p>
32 * <p>SAX parsers are not required to supply a locator, but they are
34 * locator, it must do so before reporting any other document events.
35 * If no locator has been set by the time the application receives
37 * event, the application should assume that a locator is not
45 public interface Locator {
136 // end of Locator.java
  /external/v8/src/
splay-tree.h 59 class Locator;
70 // true if a node was inserted, otherwise false. If found the locator
72 bool Insert(const Key& key, Locator* locator);
75 // otherwise false. If the node is found the locator is enabled and
77 bool Find(const Key& key, Locator* locator);
81 bool FindGreatestLessThan(const Key& key, Locator* locator);
84 bool FindGreatest(Locator* locator)
    [all...]
  /external/chromium_org/chrome/test/automation/
automation_json_requests.h 103 // Used to locate a WebView. The same locator may locate different WebViews
109 // Creates a locator for locating the given tab.
112 // Creates a locator for locating the given view.
115 // Creates an invalid locator.
119 // Updates the given dictionary to include the given locator information.
120 // If this locator is a view ID, |view_id_key| will be the name of the key
139 struct Locator {
140 Locator();
141 ~Locator();
148 Locator locator_
    [all...]
automation_json_requests.cc 153 WebViewLocator locator; local
154 locator.type_ = kTypeIndexPair;
155 locator.locator_.index_pair.browser_index = browser_index;
156 locator.locator_.index_pair.tab_index = tab_index;
157 return locator;
162 WebViewLocator locator; local
163 locator.type_ = kTypeViewId;
164 locator.locator_.view_id = view_id;
165 return locator;
190 WebViewLocator::Locator::Locator() {
    [all...]
  /external/chromium_org/v8/src/
splay-tree.h 59 class Locator;
83 // true if a node was inserted, otherwise false. If found the locator
85 bool Insert(const Key& key, Locator* locator);
88 // otherwise false. If the node is found the locator is enabled and
90 bool Find(const Key& key, Locator* locator);
94 bool FindGreatestLessThan(const Key& key, Locator* locator);
97 bool FindGreatest(Locator* locator)
    [all...]
effects.h 107 Locator locator; local
108 return this->Find(var, &locator)
109 ? locator.value() : Effect::Unknown(Base::isolate());
120 Locator locator; local
121 if (!this->Insert(var, &locator)) {
122 effect = Effect::Seq(locator.value(), effect, Base::isolate());
124 locator.set_value(effect);
134 Locator locator local
176 Locator locator; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-launcher.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 161 # ===== LOCATOR =====
163 class Locator:
165 location. A locator object will return valid results only during
378 Locator()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 161 # ===== LOCATOR =====
163 class Locator:
165 location. A locator object will return valid results only during
378 Locator()
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.jar 
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 596 milliseconds