HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 1201 - 1225 of 2400) sorted by null

<<41424344454647484950>>

  /external/chromium_org/v8/test/webkit/
static-scope-object.js 24 description('This test ensures that the correct "this" object is used when calling named function expressions or exceptions.');
string-property-iteration.js 24 description("This page tests iteration of properties on a string object.");
string-sort.js 24 description("This page tests sorting of string values");
try-catch-try-try-catch-try-finally-return-catch-finally.js 24 description(
try-try-return-finally-finally.js 24 description(
unexpected-constant-crash.js 24 description(
var-shadows-arg-crash.js 24 description(
  /external/chromium_org/v8/tools/testrunner/local/
testsuite.py 42 (f, pathname, description) = imp.find_module("testcfg", [root])
43 module = imp.load_module("testcfg", f, pathname, description)
  /external/e2fsprogs/ext2ed/
ext2ed.h 239 extern void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback);
297 extern void internal_error (char *description,char *source_name,char *function_name);
main.c 537 void internal_error (char *description,char *source_name,char *function_name)
540 wprintw (command_win,"\t%s\n",description);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 16 fp, pathname, description = imp.find_module('_capng', [dirname(__file__)])
22 _mod = imp.load_module('_capng', fp, pathname, description)
  /external/libpcap/packaging/
pcap.spec 14 %description
  /external/openssl/crypto/des/
FILES0 3 MODES.DES - A description of the features of the different modes of DES.
  /external/skia/src/utils/
SkProxyCanvas.cpp 161 void SkProxyCanvas::beginCommentGroup(const char* description) {
162 fProxy->beginCommentGroup(description);
  /external/srtp/test/
srtp_driver.c 999 stream->rtp_cipher->type->description,
1000 stream->rtp_auth->type->description,
1002 stream->rtcp_cipher->type->description,
1003 stream->rtcp_auth->type->description,
1025 stream->rtp_cipher->type->description,
1026 stream->rtp_auth->type->description,
1028 stream->rtcp_cipher->type->description,
1029 stream->rtcp_auth->type->description,
    [all...]
  /frameworks/av/drm/common/
DrmEngineBase.cpp 93 int action, const ActionDescription& description) {
94 return onValidateAction(uniqueId, path, action, description);
  /frameworks/av/drm/libdrmframework/
DrmManagerClient.cpp 91 const String8& path, int action, const ActionDescription& description) {
92 return mDrmManagerClientImpl->validateAction(mUniqueId, path, action, description);
  /frameworks/av/drm/libdrmframework/include/
IDrmManagerService.h 125 int action, const ActionDescription& description) = 0;
212 int uniqueId, const String8& path, int action, const ActionDescription& description);
  /frameworks/av/drm/libdrmframework/plugins/common/include/
DrmEngineBase.h 68 int uniqueId, const String8& path, int action, const ActionDescription& description);
291 * @param[in] description Detailed description of the action
295 int action, const ActionDescription& description) = 0;
  /frameworks/base/core/java/android/print/
PrinterInfo.java 24 * This class represents the description of a printer.
105 * Gets the printer description.
107 * @return The description.
201 builder.append(", description=").append(mDescription);
273 * Sets the printer description.
275 * @param description The description.
278 public Builder setDescription(String description) {
279 mPrototype.mDescription = description;
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 203 public void onReceivedError(WebView view, int errorCode, String description,
207 + ", description=" + description
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteDescriptor.java 84 * Gets the user-visible description of the route.
86 * The route description describes the kind of destination represented by the route.
196 result.append(", description=").append(getDescription());
293 * Sets the user-visible description of the route.
295 * The route description describes the kind of destination represented by the route.
299 public Builder setDescription(String description) {
300 mBundle.putString(KEY_DESCRIPTION, description);
  /frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
TestRequestBuilderTest.java 30 import org.junit.runner.Description;
184 public void testRunStarted(Description description) throws Exception {
185 mTestCount = description.testCount();
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 412 String summaryText, String description, long startMillis, long endMillis, long eventId,
421 if (description != null) {
422 description = mBlankLinePattern.matcher(description).replaceAll("");
423 description = description.trim();
426 if (TextUtils.isEmpty(description)) {
434 stringBuilder.append(description);
    [all...]

Completed in 986 milliseconds

<<41424344454647484950>>