/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 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 18 class StoppageAlert(alert.Alert): 19 """A stoppage alert is an alert for a Test no longer receiving new points. 30 # Whether a mail notification has been sent for this alert. 33 # Whether new points have been received for the test after this alert. 74 test_path: The test path string of the Test associated with the alert.
|
alert.py | 5 """A base Model for any kind of alert that can be associated with a bug.""" 13 class Alert(internal_only_model.InternalOnlyModel): 16 # Whether the alert should only be viewable by internal users. 19 # The time the alert fired. 22 # Note: -1 denotes an invalid alert and -2 an ignored alert. 23 # By default, this is None, which denotes a non-triaged alert. 26 # The sheriff rotation that should handle this alert. 29 # Each Alert is related to one Test. 32 # 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!';
|
/prebuilts/go/darwin-x86/src/log/syslog/ |
syslog.go | 21 // severity. For example, LOG_ALERT | LOG_FTP sends an alert severity 195 // Alert logs a message with severity LOG_ALERT, ignoring the severity 197 func (w *Writer) Alert(m string) (err error) {
|
/prebuilts/go/linux-x86/src/log/syslog/ |
syslog.go | 21 // severity. For example, LOG_ALERT | LOG_FTP sends an alert severity 195 // Alert logs a message with severity LOG_ALERT, ignoring the severity 197 func (w *Writer) Alert(m string) (err error) {
|
/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 }; 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 | |
/external/boringssl/src/ssl/test/runner/ |
runner.go | 1083 name: "Alert", 1095 name: "Alert-DTLS", [all...] |
/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 | |