HomeSort by relevance Sort by last modified time
    Searched refs:Alert (Results 1 - 25 of 26) sorted by null

1 2

  /external/pdfium/testing/
embedder_test_mock_delegate.h 15 Alert,
embedder_test_timer_handling_delegate.h 31 int Alert(FPDF_WIDESTRING message,
embedder_test.h 40 virtual int Alert(FPDF_WIDESTRING message,
embedder_test.cpp 314 return test->delegate_->Alert(message, title, type, icon);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Option.h 198 /// maximum occurance. Alert tells whether DHCP client should further
206 BOOLEAN Alert;
Dhcp4Option.c 702 if (Format->Alert && (Para != NULL)) {
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 192 class Alert {
202 public Alert(long eventId, int alertStatus, int responseStatus, int allDay, long begin,
218 ArrayList<Alert> mAlerts = new ArrayList<Alert>();
222 Alert a = new Alert(eventId, alertStatus, responseStatus, allDay, begin, end,
233 for (Alert a : mAlerts) {
262 private ArrayList<Alert> mAlerts;
264 public NotificationTestManager(ArrayList<Alert> alerts, int maxNotifications) {
311 Alert a = mAlerts.get(expected.mAlertId)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
IpmiNetFnApp.h 402 UINT8 Alert : 1;
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.h 131 void Alert(FPDF_WIDESTRING Msg, FPDF_WIDESTRING Title, int Type, int Icon);
fpdfformfill_embeddertest.cpp 19 EXPECT_CALL(mock, Alert(_, _, _, _)).Times(0);
100 EXPECT_STREQ(L"Alert", alerts[0].title.c_str());
105 EXPECT_STREQ(L"Alert", alerts[1].title.c_str());
110 EXPECT_STREQ(L"Alert", alerts[2].title.c_str());
115 EXPECT_STREQ(L"Alert", alerts[3].title.c_str());
cpdfsdk_formfillenvironment.cpp 429 void CPDFSDK_FormFillEnvironment::Alert(FPDF_WIDESTRING Msg,
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog.go 21 // severity. For example, LOG_ALERT | LOG_FTP sends an alert severity
197 // Alert logs a message with severity LOG_ALERT, ignoring the severity
199 func (w *Writer) Alert(m string) error {
  /prebuilts/go/linux-x86/src/log/syslog/
syslog.go 21 // severity. For example, LOG_ALERT | LOG_FTP sends an alert severity
197 // Alert logs a message with severity LOG_ALERT, ignoring the severity
199 func (w *Writer) Alert(m string) error {
  /external/ImageMagick/scripts/
xsnap 43 # Create an alert window and display a message to the user.
45 proc Alert {dograb message args} {
47 # Initialize alert window.
49 catch {destroy .alert}
50 toplevel .alert -class alert
51 wm title .alert Alert
52 wm iconname .alert alert
    [all...]
  /external/python/cpython2/Mac/Modules/dlg/
_Dlgmodule.c     [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 654 pFormFillEnv->Alert((FPDF_WIDESTRING)bs.GetBuffer(len),
915 pFormFillEnv->Alert((FPDF_WIDESTRING)bs.GetBuffer(len),
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /external/boringssl/src/ssl/test/runner/
runner.go 442 // sendBogusAlertType, if true, causes a bogus alert of invalid type to
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 745 milliseconds

1 2