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

  /external/chromium/chrome/browser/autocomplete/
history_provider_util.h 66 typedef std::vector<Prefix> Prefixes;
history_url_provider.h 183 // Returns the set of prefixes to use for prefixes_.
184 static history::Prefixes GetPrefixes();
202 // are prefixes of the best match (if they've been visited enough, compared
293 // Prefixes to try appending to user input when looking for a match.
294 const history::Prefixes prefixes_;
history_url_provider.cc 33 using history::Prefixes;
203 for (Prefixes::const_iterator i(prefixes_.begin()); i != prefixes_.end();
208 // need to promote lower-quality matches that are prefixes of
441 history::Prefixes HistoryURLProvider::GetPrefixes() {
442 // We'll complete text following these prefixes.
444 Prefixes prefixes; local
445 prefixes.push_back(Prefix(ASCIIToUTF16("https://www."), 2));
446 prefixes.push_back(Prefix(ASCIIToUTF16("http://www."), 2));
447 prefixes.push_back(Prefix(ASCIIToUTF16("ftp://ftp."), 2))
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTestResultParser.java 189 /** Prefixes used to demarcate and identify output. */
190 private static class Prefixes {
271 if (mTestRunInProgress || line.startsWith(Prefixes.TEST_RUN_MARKER)) {
272 if (line.startsWith(Prefixes.START_TEST_MARKER)) {
274 message = line.substring(Prefixes.START_TEST_MARKER.length()).trim();
277 else if (line.startsWith(Prefixes.OK_TEST_MARKER)) {
279 message = line.substring(Prefixes.OK_TEST_MARKER.length()).trim();
283 else if (line.startsWith(Prefixes.FAILED_TEST_MARKER)) {
285 message = line.substring(Prefixes.FAILED_TEST_MARKER.length()).trim();
289 else if (line.startsWith(Prefixes.START_TEST_RUN_MARKER))
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java 103 /** Prefixes used to identify output. */
104 private static class Prefixes {
254 * The start of a new status line (starts with Prefixes.STATUS or Prefixes.STATUS_CODE),
262 * <li> A line reporting a fatal error in the test run (Prefixes.STATUS_FAILED) </li>
263 * <li> A line reporting the total elapsed time of the test run. (Prefixes.TIME_REPORT) </li>
269 if (line.startsWith(Prefixes.STATUS_CODE)) {
274 } else if (line.startsWith(Prefixes.STATUS)) {
278 parseKey(line, Prefixes.STATUS.length());
279 } else if (line.startsWith(Prefixes.RESULT))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 156 // ignore "xml" and "xmlns" prefixes
252 String[] prefixes = new String[fNamespaceSize]; local
253 fPrefixes = prefixes;
270 return new Prefixes(fPrefixes, count);
273 protected final class Prefixes implements Enumeration {
274 private String[] prefixes; field in class:NamespaceSupport.Prefixes
279 * Constructor for Prefixes.
281 public Prefixes(String [] prefixes, int size) {
282 this.prefixes = prefixes;
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 310 const uint64_t Prefixes = OptimalCount <= 10 ? 0 : OptimalCount - 10;
311 for (uint64_t i = 0, e = Prefixes; i != e; i++)
313 const uint64_t Rest = OptimalCount - Prefixes;
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
  /external/v8/src/x64/
disasm-x64.cc 169 enum Prefixes {
341 // Prefixes parsed
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1220 milliseconds