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

<<41424344454647484950>>

  /external/chromium_org/v8/test/webkit/
sort-with-side-effecting-comparisons.js 24 description(
sparse-array.js 24 description(
statement-list-register-crash.js 24 description(
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. Instances of
28 * description and printer capabilities which describe the various
114 * Gets the printer description.
116 * @return The description.
210 builder.append(", description=").append(mDescription);
285 * Sets the <strong>localized</strong> printer description
288 * @param description The description.
291 public Builder setDescription(String description) {
292 mPrototype.mDescription = description;
    [all...]
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 203 public void onReceivedError(WebView view, int errorCode, String description,
207 + ", description=" + description

Completed in 611 milliseconds

<<41424344454647484950>>