HomeSort by relevance Sort by last modified time
    Searched full:empty_result (Results 1 - 5 of 5) sorted by null

  /development/samples/Wiktionary/res/values/
strings.xml 54 <string name="empty_result">No entry found for this word, or problem reading data.</string>
  /external/v8/src/
compilation-cache.cc 279 InfoVectorPair empty_result; local
280 if (!IsEnabled()) return empty_result;
  /tools/test/connectivity/acts/tests/google/wifi/
WifiScannerScanTest.py 39 EMPTY_RESULT = "Test fail because empty scan result reported"
302 asserts.assert_true(bssids > 0, EMPTY_RESULT)
351 asserts.assert_true(bssids > 0, EMPTY_RESULT)
420 asserts.assert_true(bssids > 0, EMPTY_RESULT)
487 asserts.assert_true(bssids >= 1, EMPTY_RESULT)
501 asserts.assert_true(bssids >= 1, EMPTY_RESULT)
    [all...]
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 302 parsedText = getString(R.string.empty_result);
  /external/libchrome/base/trace_event/
trace_log.cc 867 scoped_refptr<RefCountedString> empty_result = new RefCountedString;
869 cb.Run(empty_result, false);
967 scoped_refptr<RefCountedString> empty_result = new RefCountedString;
968 flush_output_callback.Run(empty_result, false);
    [all...]

Completed in 117 milliseconds