Searched defs:results (Results 201 - 225 of 314) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_privsep.c118 struct wpa_scan_results *results; local
131 wpa_printf(MSG_DEBUG, "privsep: Received %lu bytes of scan results",
149 results = os_zalloc(sizeof(*results));
150 if (results == NULL) {
155 results->res = os_calloc(num, sizeof(struct wpa_scan_res *));
156 if (results->res == NULL) {
157 os_free(results);
162 while (results->num < (size_t) num && pos + sizeof(int) < end) {
179 results
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_privsep.c118 struct wpa_scan_results *results; local
131 wpa_printf(MSG_DEBUG, "privsep: Received %lu bytes of scan results",
149 results = os_zalloc(sizeof(*results));
150 if (results == NULL) {
155 results->res = os_calloc(num, sizeof(struct wpa_scan_res *));
156 if (results->res == NULL) {
157 os_free(results);
162 while (results->num < (size_t) num && pos + sizeof(int) < end) {
179 results
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_privsep.c118 struct wpa_scan_results *results; local
131 wpa_printf(MSG_DEBUG, "privsep: Received %lu bytes of scan results",
149 results = os_zalloc(sizeof(*results));
150 if (results == NULL) {
155 results->res = os_calloc(num, sizeof(struct wpa_scan_res *));
156 if (results->res == NULL) {
157 os_free(results);
162 while (results->num < (size_t) num && pos + sizeof(int) < end) {
179 results
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_acl.c1072 ** The address of link policy results are returned in the callback.
2755 ** The address of link policy results are returned in the callback.
2844 ** TX power of the connection. The tx power level results
2911 tBTM_TX_POWER_RESULTS results; local
2923 STREAM_TO_UINT8 (results.hci_status, p);
2925 if (results.hci_status == HCI_SUCCESS)
2927 results.status = BTM_SUCCESS;
2932 STREAM_TO_UINT8 (results.tx_power, p);
2939 memcpy (results.rem_bda, p_acl_cb->remote_addr, BD_ADDR_LEN);
2947 STREAM_TO_UINT8 (results
2974 tBTM_RSSI_RESULTS results; local
3028 tBTM_LINK_QUALITY_RESULTS results; local
[all...]
/external/chromium/base/
H A Dfile_util_posix.cc518 bool GetFileInfo(const FilePath& file_path, base::PlatformFileInfo* results) { argument
522 results->is_directory = S_ISDIR(file_info.st_mode);
523 results->size = file_info.st_size;
524 results->last_modified = base::Time::FromTimeT(file_info.st_mtime);
525 results->last_accessed = base::Time::FromTimeT(file_info.st_atime);
526 results->creation_time = base::Time::FromTimeT(file_info.st_ctime);
H A Dfile_util_win.cc705 bool GetFileInfo(const FilePath& file_path, base::PlatformFileInfo* results) { argument
717 results->size = size.QuadPart;
719 results->is_directory =
721 results->last_modified = base::Time::FromFileTime(attr.ftLastWriteTime);
722 results->last_accessed = base::Time::FromFileTime(attr.ftLastAccessTime);
723 results->creation_time = base::Time::FromFileTime(attr.ftCreationTime);
/external/chromium/chrome/browser/autofill/
H A Dautofill_manager_unittest.cc552 bool GetAutofillFormDataFilledMessage(int *page_id, FormData* results) { argument
562 if (results)
563 *results = autofill_param.b;
613 // No suggestions provided, so send an empty vector as the results.
657 // No suggestions provided, so send an empty vector as the results.
726 // No suggestions provided, so send an empty vector as the results.
783 // No suggestions provided, so send an empty vector as the results.
849 // No suggestions provided, so send an empty vector as the results.
894 // No suggestions provided, so send an empty vector as the results.
928 // No suggestions provided, so send an empty vector as the results
1510 FormData results; local
1530 FormData results; local
1554 FormData results; local
1580 FormData results; local
1605 FormData results; local
1631 FormData results; local
1653 FormData results; local
1697 FormData results; local
1768 FormData results; local
1798 FormData results; local
1899 FormData results; local
1939 FormData results; local
1971 FormData results; local
1991 FormData results; local
2029 FormData results; local
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_file_browser_private_api.cc104 ActionList* results) {
124 results->push_back(action_iter->get());
102 GetFileBrowserHandlers(Profile* profile, const GURL& selected_file_url, ActionList* results) argument
H A Dextension_updater.cc656 manifest.results()))) {
673 const UpdateManifest::Results& results) {
678 updater_->HandleManifestResults(*fetch_data_, &results);
737 const UpdateManifest::Results* results) {
744 if (!results) {
750 std::vector<int> updates = DetermineUpdates(fetch_data, *results);
752 const UpdateManifest::Result* update = &(results->list.at(updates[i]));
764 results->daystart_elapsed_seconds >= 0) {
766 Time::Now() - TimeDelta::FromSeconds(results->daystart_elapsed_seconds);
672 OnParseUpdateManifestSucceeded( const UpdateManifest::Results& results) argument
735 HandleManifestResults( const ManifestFetchData& fetch_data, const UpdateManifest::Results* results) argument
H A Dextension_updater_unittest.cc353 // Adds a Result with the given data to results.
358 UpdateManifest::Results* results) {
363 results->list.push_back(result);
561 // Check passing an empty list of parse results to DetermineUpdates
994 // This makes sure that the extension updater properly stores the results
1018 UpdateManifest::Results results; local
1019 results.daystart_elapsed_seconds = 750;
1021 updater.HandleManifestResults(fetch_data, &results);
1026 EXPECT_LT(seconds_diff - results.daystart_elapsed_seconds, 5);
354 AddParseResult( const std::string& id, const std::string& version, const std::string& url, UpdateManifest::Results* results) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.cc46 // Used as the color of the text in the entry box and the text for the results
350 void FindBarGtk::ClearResults(const FindNotificationDetails& results) { argument
351 UpdateUIForFindResult(results, string16());
/external/chromium/chrome/browser/ui/webui/options/
H A Dextension_settings_handler.cc335 DictionaryValue* results = new DictionaryValue(); local
337 // Add the extensions to the results structure.
383 results->Set("extensions", extensions_list);
387 results->SetBoolean("developerMode", developer_mode);
393 icon_loader_->LoadIcons(extension_icons, results);
649 ListValue results; local
650 web_ui_->CallJavascriptFunction(L"hidePackDialog", results);
706 // Add the extensions to the results structure.
707 ListValue results; local
708 results
[all...]
/external/chromium/net/base/
H A Dnet_util_unittest.cc1309 const std::string results = GetDirectoryListingEntry( local
1315 EXPECT_EQ(test_cases[i].expected, results);
H A Dx509_certificate_nss.cc331 // Verification results are stored in an array of CERTValOutParam.
600 X509Certificate::OSCertHandles* results = local
608 results->push_back(handle);
937 OSCertHandles results; local
939 return results;
944 return results;
950 results.push_back(handle);
958 length, CollectCertsCallback, &results);
960 results.clear();
968 return results;
[all...]
H A Dx509_certificate_win.cc421 X509Certificate::OSCertHandles* results) {
439 results->insert(results->begin(), to_add);
445 X509Certificate::OSCertHandles results; local
459 return results;
462 AddCertsFromStore(out_store, &results);
465 return results;
965 OSCertHandles results; local
970 results.push_back(handle);
974 results
420 AddCertsFromStore(HCERTSTORE store, X509Certificate::OSCertHandles* results) argument
[all...]
/external/chromium/net/proxy/
H A Dproxy_service.cc108 ProxyInfo* results,
139 ProxyInfo* results,
143 results->UsePacString(pac_string_);
262 ProxyInfo* results,
269 results_(results),
333 // Make a note in the results which configuration was in use at the
107 GetProxyForURL(const GURL& url, ProxyInfo* results, CompletionCallback* callback, RequestHandle* request, const BoundNetLog& net_log) argument
138 GetProxyForURL(const GURL& url, ProxyInfo* results, CompletionCallback* callback, RequestHandle* request, const BoundNetLog& net_log) argument
260 PacRequest(ProxyService* service, const GURL& url, ProxyInfo* results, CompletionCallback* user_callback, const BoundNetLog& net_log) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DDB_Results.java11 package org.eclipse.test.internal.performance.results.db;
32 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
33 import org.eclipse.test.internal.performance.results.utils.Util;
38 * to get massive results from performance results database.
223 * The default dimension used to display results (typically in fingerprints).
229 * The list of all the dimensions displayed while generating results.
514 * Set the default dimension used for performance results.
554 * Set the default dimension used for performance results.
580 * Return the default dimension used for performance results
[all...]
/external/freetype/src/sfnt/
H A Dttcmap.c2663 /* This array is used to store the results of various
2668 FT_UInt32* results; member in struct:TT_CMap14Rec_
2681 if ( memory != NULL && cmap->results != NULL )
2682 FT_FREE( cmap->results );
2699 if ( FT_QRENEW_ARRAY( cmap->results, old_max, num_results ) )
2718 cmap->results = NULL;
3040 result = cmap14->results;
3066 for ( q = cmap14->results; count > 0; --count )
3086 return cmap14->results;
3125 for ( q = cmap14->results; numRange
[all...]
/external/icu4c/i18n/
H A Ducol_res.cpp823 * -results hold the actual list used by the UEnumeration object
826 UList *results = ulist_createEmptyList(status); local
835 ulist_deleteList(results);
840 en->context = results;
857 /* If the key is default, get the string and store it in results list only
858 * if results list is empty.
861 if (ulist_getListSize(results) == 0) {
882 ulist_addItemBeginList(results, defcoll, TRUE, status);
907 if (!ulist_containsString(results, value, (int32_t)uprv_strlen(value))) {
908 ulist_addItemEndList(results, valu
[all...]
/external/icu4c/test/cintltst/
H A Dcallcoll.c94 const UCollationResult results[] = { variable
298 log_err("different results in iterative comparison for UTF-16 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));
347 log_err("different results in iterative comparison for UTF-16 and UTF-8 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));
350 log_err("different results in iterative when normalization is turned on with UTF-8 strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));
754 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
780 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
805 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
829 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
H A DPhysicsSpace.java710 * Performs a ray collision test and returns the results as a list of PhysicsRayTestResults
713 List results = new LinkedList();
714 rayTest(from, to, results);
715 return (List<PhysicsRayTestResult>) results;
719 * Performs a ray collision test and returns the results as a list of PhysicsRayTestResults
721 public List<PhysicsRayTestResult> rayTest(Vector3f from, Vector3f to, List<PhysicsRayTestResult> results) { argument
722 results.clear();
723 rayTest_native(from, to, physicsSpaceId, results);
724 return results;
727 public native void rayTest_native(Vector3f from, Vector3f to, long physicsSpaceId, List<PhysicsRayTestResult> results); argument
765 sweepTest(CollisionShape shape, Transform start, Transform end, List<PhysicsSweepTestResult> results) argument
[all...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainPatch.java784 public int collideWith(Collidable other, CollisionResults results) throws UnsupportedCollisionException { argument
794 return collideWithRay((Ray)other, results);
796 return collideWithBoundingVolume((BoundingVolume)other, results);
803 private int collideWithRay(Ray ray, CollisionResults results) { argument
808 private int collideWithBoundingVolume(BoundingVolume boundingVolume, CollisionResults results) { argument
810 return collideWithBoundingBox((BoundingBox)boundingVolume, results);
816 return collideWithBoundingBox(bbox, results);
832 private int collideWithBoundingBox(BoundingBox bbox, CollisionResults results) { argument
841 if (t != null && bbox.collideWith(t, results) > 0)
844 if (t != null && bbox.collideWith(t, results) >
[all...]
H A DTerrainQuad.java343 private int collideWithRay(Ray ray, CollisionResults results) { argument
347 Vector3f intersection = picker.getTerrainIntersection(ray, results);
1637 public int collideWith(Collidable other, CollisionResults results){ argument
1641 return collideWithRay((Ray)other, results);
1649 total += child.collideWith(other, results);
1658 * @param results
1660 public void findPick(Ray toTest, List<TerrainPickData> results) { argument
1674 results.add(new TerrainPickData(tp, cr.getClosestCollision()));
1679 ((TerrainQuad) children.get(i)).findPick(toTest, results);
/external/libxml2/
H A DdebugXML.c2309 xmlNodePtr results; local
2323 ret = xmlParseInNodeContext(node, value, strlen(value), 0, &results);
2330 xmlAddChildList(node, results);
/external/libxslt/libxslt/
H A Dxsltutils.c961 xmlXPathObjectPtr *results = NULL; local
992 results = xmlMalloc(len * sizeof(xmlXPathObjectPtr));
993 if (results == NULL) {
1032 results[i] = res;
1038 results[i] = NULL;
1048 results[i] = res;
1054 results[i] = NULL;
1059 results[i] = NULL;
1069 return(results);
1090 xmlXPathObjectPtr *results local
[all...]

Completed in 738 milliseconds

1234567891011>>