HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 151 - 175 of 1687) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/
jsref.js 50 function AddTestCase( description, expect, actual ) {
51 testcases[tc++] = new TestCase( SECTION, description, expect, actual );
55 this.description = d;
84 testcases[tc].description +" = "+
174 print(beginTag + 'DESCRIPTION' + endTag);
175 print(testcases[tc].description);
188 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect );
197 testcases[tc].description +" = "+ testcases[tc].actual +
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/slider/
slider.edc 90 description {
100 description {
104 description {
115 description {
133 description {
157 description {
166 description {
325 description {
335 description {
339 description {
    [all...]
  /cts/tools/utils/
buildCts.py 104 for description in descriptions:
105 doc = tools.XmlFile(description)
148 print 'Generating test description for package %s' % name
151 """Generate the test description for the signature check."""
158 description = open(os.path.join(test_repository, 'SignatureTest.xml'), 'w')
159 package.WriteDescription(description)
160 description.close()
163 """Generate the test description for the reference app tests."""
172 description = open(os.path.join(test_repository, 'ApiDemosReferenceTest.xml'), 'w')
173 package.WriteDescription(description)
    [all...]
  /frameworks/base/docs/html/resources/
resources-data.js 51 description: {
61 description: {
71 description: {
81 description: {
91 description: {
101 description: {
111 description: {
121 description: {
131 description: {
141 description:
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_omnibox_api.cc 30 " description text";
33 const char kSuggestionDescription[] = "description";
125 kSuggestionDescription, &suggestion.description));
152 kSuggestionDescription, &suggestion.description));
186 // Step 1: Build a vector of styles, 1 per character of description text.
188 styles.resize(description.length()); // sets all styles to 0
202 length = description.length();
205 offset = std::max(0, static_cast<int>(description.length()) + offset);
246 string16 description = suggestion->description; local
    [all...]
  /build/tools/
merge-event-log-tags.py 67 # Tag names must be unique. (If the tag number and description are
88 description = t.description variable
100 t.description == orig.description):
101 # if the name and description are identical, issue a warning
176 if t.description:
177 buffer.write("%d %s %s\n" % (t.tagnum, t.tagname, t.description))
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper.h 96 const string16& description);
113 PendingIndexedDBInfo(const GURL& origin, const string16& description);
117 string16 description; member in struct:CannedBrowsingDataIndexedDBHelper::PendingIndexedDBInfo
  /frameworks/base/libs/hwui/
PatchCache.cpp 75 const PatchDescription description(bitmapWidth, bitmapHeight,
78 ssize_t index = mCache.indexOfKey(description);
99 mCache.add(description, mesh);
  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.h 236 #define ANNOTATE_BENIGN_RACE(pointer, description) \
238 pointer, sizeof(*(pointer)), description)
240 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
242 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
244 address, size, description)
364 #define ANNOTATE_EXPECT_RACE(address, description) \
366 description)
405 #define ANNOTATE_EXPECT_RACE(address, description) /* empty */
406 #define ANNOTATE_FLUSH_EXPECTED_RACES(address, description) /* empty */
407 #define ANNOTATE_BENIGN_RACE(address, description) /* empty *
    [all...]
  /external/valgrind/dynamic_annotations/
dynamic_annotations.h 235 #define ANNOTATE_BENIGN_RACE(pointer, description) \
237 pointer, sizeof(*(pointer)), description)
239 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
241 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
243 address, size, description)
363 #define ANNOTATE_EXPECT_RACE(address, description) \
365 description)
404 #define ANNOTATE_EXPECT_RACE(address, description) /* empty */
405 #define ANNOTATE_FLUSH_EXPECTED_RACES(address, description) /* empty */
406 #define ANNOTATE_BENIGN_RACE(address, description) /* empty *
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.4.js 25 Description:
70 testcases[tc].description +" = "+
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.1.1-1.js 25 Description:
59 testcases[tc].description +" = "+
15.9.1.1-2.js 25 Description:
53 testcases[tc].description + " = " +
15.9.5.1.js 25 Description:
52 testcases[tc].description +" = "+
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.12-2-n.js 25 Description:
64 testcases[tc].description +" = "+
11.12-3.js 25 Description:
64 testcases[tc].description +" = "+
11.12-4.js 25 Description:
64 testcases[tc].description +" = "+
11.13.1.js 25 Description:
63 testcases[tc].description +" = "+
11.2.2-1.js 25 Description:
92 testcases[tc].description +" = "+
11.2.2-10-n.js 25 Description:
89 testcases[tc].description +" = "+
11.2.2-2-n.js 25 Description:
91 testcases[tc].description +" = "+
11.2.2-4-n.js 25 Description:
91 testcases[tc].description +" = "+
11.2.2-5-n.js 25 Description:
91 testcases[tc].description +" = "+
11.2.3-2-n.js 25 Description:
83 testcases[tc].description +" = "+
11.2.3-3-n.js 25 Description:
74 testcases[tc].description +" = "+

Completed in 208 milliseconds

1 2 3 4 5 67 8 91011>>