HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 1151 - 1175 of 2244) sorted by null

<<41424344454647484950>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccFileHandler.java 108 ArrayList<byte[]> results; field in class:IccFileHandler.LoadLinearFixedContext
409 lc.results = new ArrayList<byte[]>(lc.mCountRecords);
463 lc.results.add(result.payload);
468 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());
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-spi.h 62 // results. This reporter will only catch failures generated in the current
99 SingleFailureChecker(const TestPartResultArray* results,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/
MultiPagedForm.java 92 // Complete the form with the results.
128 Bundle results = data == null ? null : data.getExtras(); local
131 } else if (results == null) {
133 } else if (!results.containsKey(FormPage.DATA_KEY_SUMMARY_STRING)) {
136 onBundlePageResult(page, results);
150 * results will be displayed for confirmation.
170 * cancel the form and discard the results.
205 * Override this to fully customize the display of the form results.
207 * @param formPages the pages that were whose results should be displayed.
231 * results discarded
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
naptypes.h 95 HRESULT *results; member in struct:tagResultCodes
  /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/chromium_org/third_party/icu/source/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
4871 const uint16_t *results; local
5177 const uint16_t *results; local
    [all...]
  /external/icu/icu4c/source/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
4871 const uint16_t *results; local
5177 const uint16_t *results; local
    [all...]
  /system/keymaster/
google_keymaster_test.cpp 63 EXPECT_EQ(KM_ALGORITHM_RSA, response.results[0]);
64 EXPECT_EQ(KM_ALGORITHM_DSA, response.results[1]);
65 EXPECT_EQ(KM_ALGORITHM_ECDSA, response.results[2]);
97 EXPECT_EQ(KM_PAD_NONE, response.results[0]);
102 EXPECT_EQ(KM_PAD_NONE, response.results[0]);
107 EXPECT_EQ(KM_PAD_NONE, response.results[0]);
121 EXPECT_EQ(KM_DIGEST_NONE, response.results[0]);
126 EXPECT_EQ(KM_DIGEST_NONE, response.results[0]);
131 EXPECT_EQ(KM_DIGEST_NONE, response.results[0]);
145 EXPECT_EQ(KM_KEY_FORMAT_PKCS8, response.results[0])
    [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 811 UiObject results = new UiObject(new UiSelector().className( local
814 String allPointers = results.getText();
865 UiObject results = new UiObject(new UiSelector().className( local
914 UiObject results = new UiObject(new UiSelector().className( local
951 UiObject results = new UiObject(new UiSelector().className( local
    [all...]
  /external/chromium_org/build/android/pylib/utils/
flakiness_dashboard_results_uploader.py 5 """Uploads the results to the flakiness dashboard server."""
24 """Writes test results to a JSON file and handles uploading that file to
25 the test results server.
87 """Handles uploading buildbot tests results to the flakiness dashboard."""
94 raise Exception('You should not be uploading tests results to the server'
164 logging.error("Uploading results to test server failed: %s." % e)
169 def Upload(results, flakiness_dashboard_server, test_type):
170 """Reports test results to the flakiness dashboard for Chrome for Android.
173 results: test results
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 513 Results::Create(properties_list_);
628 scoped_ptr<SearchResultInfoList> results) {
636 DCHECK(results.get());
637 const SearchResultInfoList& results_ref = *results.get();
646 base::Passed(&results)));
730 scoped_ptr<drive::MetadataSearchResultVector> results) {
738 DCHECK(results.get());
739 const drive::MetadataSearchResultVector& results_ref = *results.get();
748 base::Passed(&results)));
811 results_ = api::file_manager_private::GetDriveConnectionState::Results:
    [all...]
  /external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc 108 void HistoryQueryComplete(history::QueryResults* results) {
110 history_count_ = results->size();
  /external/chromium_org/chrome/browser/resources/chromeos/
neterror.js 28 // Used by NetErrorTabHelper to update DNS error pages with probe results.
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.cc 103 void FindBarHost::ClearResults(const FindNotificationDetails& results) {
104 find_bar_view()->UpdateForResult(results, base::string16());
155 // We now need to check if the window is obscuring the search results.
289 // When we get Find results back, we specify a selection rect, which we
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 274 cr.ui.List.decorate($('sync-results-list'));
275 $('sync-results-list').dataModel = new cr.ui.ArrayDataModel([
287 $('sync-results-list').getListItemByIndex(0).selected = true;
384 // Verify our event is among the results.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
background.js 59 'max-results' : 100
  /external/chromium_org/chrome/common/extensions/docs/server2/
gitiles_file_system.py 147 def parse_contents(results):
149 for path, content in izip(paths, results):
  /external/chromium_org/chrome/test/chromedriver/js/
test.js 52 * Runs all tests and reports the results via the console.
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h 188 static void GetDefaultScreenInfo(blink::WebScreenInfo* results);
327 virtual void GetScreenInfo(blink::WebScreenInfo* results) = 0;
  /external/chromium_org/content/browser/speech/
speech_recognition_dispatcher_host.cc 248 const SpeechRecognitionResults& results) {
253 results));
  /external/chromium_org/content/renderer/screen_orientation/
screen_orientation_dispatcher_unittest.cc 38 explicit MockLockOrientationCallback(LockOrientationResultHolder* results)
39 : results_(results) {}
  /external/chromium_org/ppapi/api/private/finish_writing_these/
ppb_pdf.idl 103 /* Search the given string using ICU. Use PPB_Core's MemFree on results when
111 [out, size_is(count)] PP_PrivateFindResult[] results,

Completed in 751 milliseconds

<<41424344454647484950>>