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

1 2

  /external/pdfium/testing/
embedder_test_mock_delegate.h 15 Alert,
embedder_test_timer_handling_delegate.h 34 int Alert(FPDF_WIDESTRING message,
embedder_test.h 40 virtual int Alert(FPDF_WIDESTRING message,
embedder_test.cpp 293 return test->delegate_->Alert(message, title, type, icon);
  /external/pdfium/fpdfsdk/src/javascript/
JS_Object.cpp 46 void CJS_EmbedObj::Alert(CJS_Context* pContext, const FX_WCHAR* swMsg) {
47 CJS_Object::Alert(pContext, swMsg);
88 void CJS_Object::Alert(CJS_Context* pContext, const FX_WCHAR* swMsg) {
JS_Object.h 35 void Alert(CJS_Context* pContext, const FX_WCHAR* swMsg);
66 static void Alert(CJS_Context* pContext, const FX_WCHAR* swMsg);
PublicMethods.cpp 1115 Alert(pContext, sError.c_str());
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/models/
anomaly.py 11 from dashboard.models import alert namespace
21 class Anomaly(alert.Alert):
81 """Sets whether the alert is an improvement for the given test."""
stoppage_alert.py 12 from dashboard.models import alert namespace
18 class StoppageAlert(alert.Alert):
19 """A stoppage alert is an alert for a test no longer receiving new points.
31 # Whether a mail notification has been sent for this alert.
34 # Whether new points have been received for the test after this alert.
76 alert.
alert.py 5 """A base Model for any kind of alert that can be associated with a bug."""
14 class Alert(internal_only_model.InternalOnlyModel):
17 # Whether the alert should only be viewable by internal users.
20 # The time the alert fired.
23 # Note: -1 denotes an invalid alert and -2 an ignored alert.
24 # By default, this is None, which denotes a non-triaged alert.
27 # The sheriff rotation that should handle this alert.
30 # Each Alert is related to one Test.
33 # Each Alert has a revision range it's associated with; however
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfformfill_embeddertest.cpp 19 EXPECT_CALL(mock, Alert(_, _, _, _)).Times(0);
82 EXPECT_STREQ(L"Alert", alerts[0].title.c_str());
  /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...]
  /external/v8/test/intl/break-iterator/
en-break.js 32 var textToSegment = 'Jack and Jill, went over hill, and got lost. Alert!';
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
bootstrap.js 66 * bootstrap-alert.js v2.0.4
90 /* ALERT CLASS DEFINITION
93 var dismiss = '[data-dismiss="alert"]'
94 , Alert = function (el) {
98 Alert.prototype.close = function (e) {
112 $parent.length || ($parent = $this.hasClass('alert') ? $this : $this.parent())
132 /* ALERT PLUGIN DEFINITION
135 $.fn.alert = function (option) {
138 , data = $this.data('alert')
139 if (!data) $this.data('alert', (data = new Alert(this))
    [all...]
  /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/v8/test/js-perf-test/
base.js 88 // Override the alert function to throw an exception instead.
89 alert = function(s) {
90 throw "Alert called with argument: " + s;
85 alert = function(s) { function
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /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 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 529 milliseconds

1 2