/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
promptforbugortitle.py | 37 user_response = self._tool.user.prompt("Please enter a bug number or a title for a new bug:\n") 41 state["bug_id"] = int(user_response) 43 state["bug_title"] = user_response 45 state["bug_description"] = user_response
|
/hardware/qcom/gps/loc_api/libloc_api/ |
loc_eng_ni.h | 48 extern void loc_eng_ni_respond(int notif_id, GpsUserResponseType user_response);
|
loc_eng_ni.cpp | 599 void loc_eng_ni_respond(int notif_id, GpsUserResponseType user_response) 603 LOGI("loc_eng_ni_respond: send user response %d for notif %d", user_response, notif_id); 604 loc_ni_process_user_response(user_response); 607 notif_id, user_response);
|
/external/chromium/chrome/browser/chromeos/offline/ |
offline_load_page_unittest.cc | 81 UserResponse user_response() const { return user_response_; } function in class:chromeos::OfflineLoadPageTest 107 EXPECT_EQ(OK, user_response()); 133 EXPECT_EQ(CANCEL, user_response());
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page_unittest.cc | 137 UserResponse user_response() const { return user_response_; } function in class:SafeBrowsingBlockingPageTest 195 EXPECT_EQ(CANCEL, user_response()); 256 EXPECT_EQ(CANCEL, user_response()); 287 EXPECT_EQ(OK, user_response()); 327 EXPECT_EQ(CANCEL, user_response()); 367 EXPECT_EQ(OK, user_response()); 382 EXPECT_EQ(CANCEL, user_response()); 419 EXPECT_EQ(OK, user_response()); 434 EXPECT_EQ(OK, user_response()); 518 EXPECT_EQ(OK, user_response()); [all...] |
/hardware/libhardware/include/hardware/ |
gps.h | 610 void (*respond) (int notif_id, GpsUserResponseType user_response);
|
/hardware/ril/include/telephony/ |
ril_cdma_sms.h | 768 RIL_CDMA_SMS_UserResponse user_response; member in struct:__anon16274
|