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

  /external/chromium/chrome/browser/autocomplete/
history_provider_util.h 66 typedef std::vector<Prefix> Prefixes;
  /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;
  /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...]
  /external/v8/src/x64/
disasm-x64.cc 169 enum Prefixes {
341 // Prefixes parsed
    [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...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 765 milliseconds