Searched
refs:code (Results
951 -
975 of
2299) sorted by null
<<31323334353637383940>>
| /external/v8/test/mjsunit/regress/ |
| regress-294.js | 6 // * Redistributions of source code must retain the above copyright 29 // See http://code.google.com/p/v8/issues/detail?id=294
|
| regress-312.js | 6 // * Redistributions of source code must retain the above copyright 29 // See http://code.google.com/p/v8/issues/detail?id=312
|
| regress-341.js | 6 // * Redistributions of source code must retain the above copyright 29 // See http://code.google.com/p/v8/issues/detail?id=341
|
| regress-349.js | 6 // * Redistributions of source code must retain the above copyright 29 // See http://code.google.com/p/v8/issues/detail?id=349
|
| regress-394.js | 6 // * Redistributions of source code must retain the above copyright 28 // See <URL:http://code.google.com/p/v8/issues/detail?id=394>
|
| regress-396.js | 6 // * Redistributions of source code must retain the above copyright 28 // http://code.google.com/p/v8/issues/detail?id=396
|
| regress-399.js | 6 // * Redistributions of source code must retain the above copyright 28 // See http://code.google.com/p/v8/issues/detail?id=399
|
| regress-502.js | 6 // * Redistributions of source code must retain the above copyright 28 // Regression test for http://code.google.com/p/v8/issues/detail?id=502.
|
| regress-515.js | 6 // * Redistributions of source code must retain the above copyright 28 // Regression test for http://code.google.com/p/v8/issues/detail?id=515.
|
| regress-74.js | 6 // * Redistributions of source code must retain the above copyright 29 // See http://code.google.com/p/v8/issues/detail?id=74
|
| /external/webkit/SunSpider/tests/sunspider-0.9/ |
| string-validate-input.js | 39 // validate the zip code 56 r = zip + " appears to be a valid ZIP code.";
|
| /external/webkit/SunSpider/tests/sunspider-0.9.1/ |
| string-validate-input.js | 39 // validate the zip code 56 r = zip + " appears to be a valid ZIP code.";
|
| /external/webkit/WebCore/page/ |
| XSSAuditor.cpp | 8 * 1. Redistributions of source code must retain the above copyright 103 bool XSSAuditor::canEvaluate(const String& code) const 109 task.string = code; 114 DEFINE_STATIC_LOCAL(String, consoleMessage, ("Refused to execute a JavaScript script. Source code of script found within request.\n")); 121 bool XSSAuditor::canEvaluateJavaScriptURL(const String& code) const 127 task.string = code; 131 DEFINE_STATIC_LOCAL(String, consoleMessage, ("Refused to execute a JavaScript script. Source code of script found within request.\n")); 138 bool XSSAuditor::canCreateInlineEventListener(const String&, const String& code) const 144 task.string = code; 148 DEFINE_STATIC_LOCAL(String, consoleMessage, ("Refused to execute a JavaScript script. Source code of script found within request.\n")) [all...] |
| /external/webkit/WebKitTools/Scripts/webkitpy/ |
| networktransaction.py | 7 # * Redistributions of source code must retain the above copyright 53 log("Received HTTP status %s from server. Retrying in %s seconds..." % (e.code, self._backoff_seconds))
|
| /frameworks/base/common/ |
| Android.mk | 17 # Note: the source code is in java/, not src/, because this code is also part of
|
| /frameworks/base/include/android_runtime/ |
| AndroidRuntime.h | 85 * implementation calls exit(code). 87 virtual void onExit(int code);
|
| /frameworks/base/include/binder/ |
| IBinder.h | 78 virtual status_t transact( uint32_t code, 110 * INVALID_OPERATION code being returned and nothing happening.
|
| IServiceManager.h | 89 virtual status_t onTransact( uint32_t code,
|
| /frameworks/base/include/camera/ |
| ICamera.h | 100 virtual status_t onTransact( uint32_t code,
|
| /frameworks/base/include/media/ |
| IMediaPlayer.h | 88 virtual status_t onTransact( uint32_t code,
|
| IMediaPlayerService.h | 59 virtual status_t onTransact( uint32_t code,
|
| IMediaRecorder.h | 62 virtual status_t onTransact( uint32_t code,
|
| /frameworks/base/include/private/binder/ |
| binder_module.h | 71 unsigned int code;
|
| /frameworks/base/include/surfaceflinger/ |
| ISurfaceFlingerClient.h | 81 virtual status_t onTransact( uint32_t code,
|
| /frameworks/base/libs/surfaceflinger_client/ |
| ISurfaceFlingerClient.cpp | 124 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 128 switch(code) { 154 switch(code) { 188 return BBinder::onTransact(code, data, reply, flags);
|
Completed in 787 milliseconds
<<31323334353637383940>>