HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 426 - 450 of 928) sorted by null

<<11121314151617181920>>

  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 62 // results. This reporter will only catch failures generated in the current
99 SingleFailureChecker(const TestPartResultArray* results,
  /external/open-vcdiff/gtest/include/gtest/
gtest-spi.h 62 // results. This reporter will only catch failures generated in the current
99 SingleFailureChecker(const TestPartResultArray* results,
  /external/protobuf/gtest/include/gtest/
gtest-spi.h 62 // results. This reporter will only catch failures generated in the current
99 SingleFailureChecker(const TestPartResultArray* results,
  /external/v8/test/mjsunit/
keyed-call-generic.js 36 function testMany(receiver, keys, results) {
39 assertEquals(results[k], receiver[keys[k]]());
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebEditorClientMac.mm 241 void WebEditorClient::checkTextOfParagraph(const UChar* text, int length, WebCore::TextCheckingTypeMask checkingTypes, Vector<TextCheckingResult>& results)
244 m_page->sendSync(Messages::WebPageProxy::CheckTextOfParagraph(String(text, length), checkingTypes), Messages::WebPageProxy::CheckTextOfParagraph::Reply(results));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccFileHandler.java 108 ArrayList<byte[]> results; field in class:IccFileHandler.LoadLinearFixedContext
465 lc.results = new ArrayList<byte[]>(lc.mCountRecords);
534 lc.results.add(result.payload);
539 sendResult(response, lc.results, null);
  /libcore/luni/src/test/java/libcore/java/net/
InetSocketAddressTest.java 48 String[] results = { local
62 //assertEquals(results[i], isa.getHostName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiActions.java 92 Object[] results = dlg.getResult(); local
93 if (results != null && results.length > 0) {
94 addElement(dlg.getChosenRootNode(), null, (ElementDescriptor) results[0],
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]
  /external/icu4c/common/
ucnvmbcs.c 137 * - 2-byte and 4-byte fromUnicode results are stored directly as 16/32-bit integers
200 * For single-unit results in the code units table, there is no space to
233 * action codes 4 and 5 may result in roundtrip/fallback/unassigned/illegal results
280 * One trail byte state that results in code points, and one that only
329 * Bits 31..16 contain flags for which stage 3 entries contain roundtrip results
737 const uint16_t *stage2, *stage3, *results; local
740 results=(const uint16_t *)mbcsTable->fromUnicodeBytes;
751 /* use all roundtrip and fallback results */
762 stage3=results+st3;
1117 const uint16_t *table, *results; local
3499 const uint16_t *results; local
3675 const uint16_t *results; local
4875 const uint16_t *results; local
5181 const uint16_t *results; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 272 ContentProviderResult[] results; local
274 results = resolver.applyBatch(ContactsContract.AUTHORITY, operations);
279 Uri rawContactUri = results[0].uri;
365 ContentProviderResult[] results = null; local
367 results = resolver.applyBatch(ContactsContract.AUTHORITY, diff);
370 final long rawContactId = getRawContactId(state, diff, results);
376 insertedRawContactId = getInsertedRawContactId(diff, results);
524 final ContentProviderResult[] results) {
530 return getInsertedRawContactId(diff, results);
538 final ContentProviderResult[] results) {
    [all...]
  /bionic/libdl/
Android.mk 31 # few symbols from libc. Using --no-undefined here results in having to link
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 808 UiObject results = new UiObject(new UiSelector().className( local
811 String allPointers = results.getText();
862 UiObject results = new UiObject(new UiSelector().className( local
911 UiObject results = new UiObject(new UiSelector().className( local
948 UiObject results = new UiObject(new UiSelector().className( local
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.cc 24 // Number of days to search for full text results. The longer this is, the more
28 // When processing the results from the history query, this structure points to
29 // a single result. It allows the results to be sorted and processed without
30 // modifying the larger and slower results structure.
46 // Want results in reverse-chronological order all else being equal.
80 // (REQUESTED_URL or UNKNOWN with dots) because we get poor results for it,
81 // but we could get better results if we did better tokenizing instead.
91 // None of our results are applicable for best match.
100 // Decide what to do about any previous query/results.
105 // We finished the previous query and still have its results. Mark them u
    [all...]
  /external/chromium/chrome/browser/ui/views/
find_bar_host.cc 102 void FindBarHost::ClearResults(const FindNotificationDetails& results) {
103 find_bar_view()->UpdateForResult(results, string16());
141 // We now need to check if the window is obscuring the search results.
251 // When we get Find results back, we specify a selection rect, which we
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
script.js 6 // results from random pages being browsed.
  /external/clang/test/CodeGen/
ms-inline-asm.c 340 int results[2] = {13, 37};
344 __asm lea edi, results
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/icu4c/test/cintltst/
cjaptst.c 58 const static UCollationResult results[] = { variable
130 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
  /external/icu4c/test/intltest/
frcoll.cpp 76 const Collator::EComparisonResult CollationFrenchTest::results[] = member in class:CollationFrenchTest
151 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
jacoll.cpp 56 const Collator::EComparisonResult CollationKanaTest::results[] = { member in class:CollationKanaTest
114 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
  /external/v8/test/mjsunit/regress/
regress-smi-only-concat.js 31 // results in a fast object array.
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 2 'This test checks if repeated string concatenation causes an exception (and not a crash). From WebKit Bug <a href="http://bugs.webkit.org/show_bug.cgi?id=11131">Repeated string concatenation results in OOM crash</a>.'
  /frameworks/base/test-runner/tests/src/android/test/
InstrumentationTestRunnerTest.java 109 // ensure a meaningful error message placed in results
112 assertTrue("Instrumentation results is missing RuntimeException",
239 public void finish(int resultCode, Bundle results) {
241 mResults = results;
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
SplitTest.java 13 String[] results = p.split("have/you/done/it/right"); local
15 assertArraysEqual(expected, results);
22 // ...including when that results in an empty result.

Completed in 1937 milliseconds

<<11121314151617181920>>