/external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
permission-denied-already-clear-watch.js | 0 description("Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
|
permission-denied-already-error.js | 0 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service encounters an error.");
|
permission-denied-already-success.js | 0 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position.");
|
permission-denied-stops-watches.js | 0 description("Tests that when Geolocation permission is denied, watches are stopped, as well as one-shots.");
|
reentrant-error.js | 0 description("Tests that reentrant calls to Geolocation methods from the error callback are OK.");
|
reentrant-success.js | 0 description("Tests that reentrant calls to Geolocation methods from the success callback are OK.");
|
watch.js | 0 description("Tests that watchPosition correctly reports position updates and errors from the Geolocation service.");
|
/external/webkit/LayoutTests/fast/events/touch/script-tests/ |
document-create-touch.js | 0 description("This tests support for the document.createTouch API.");
|
/external/webkit/LayoutTests/storage/domstorage/script-tests/ |
remove-item.js | 0 description("Test .removeItem within DOM Storage.");
|
/external/webkit/WebCore/platform/graphics/ |
SimpleFontData.cpp | 196 String SimpleFontData::description() const function in class:WebCore::SimpleFontData 203 return platformData().description();
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
AppleScriptController.m | 83 [(NSMutableString*)value appendString:[obj description]];
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/ |
KeystoreHelper.java | 57 String description, 88 commandList.add(description);
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
DocPackage.java | 72 String description,
81 description,
106 /** Returns a short description for an {@link IDescription}. */
123 * Returns a long description for an {@link IDescription}.
125 * The long description is whatever the XML contains for the <description> field,
126 * or the short description if the former is empty.
|
ExtraPackage.java | 80 String description,
89 description,
148 /** Returns a short description for an {@link IDescription}. */
182 * Returns a long description for an {@link IDescription}.
184 * The long description is whatever the XML contains for the <description> field,
185 * or the short description if the former is empty.
|
ToolPackage.java | 59 String description,
68 description,
75 /** Returns a short description for an {@link IDescription}. */
83 /** Returns a long description for an {@link IDescription}. */
|
/development/samples/RSSReader/src/com/example/android/rssreader/ |
RssReader.java | 99 // Take this many chars from the front of the description. 153 * their title/description data in a TwoLineListItem. 187 // Set the item title and description into the view. 189 // the description look better, we strip out the 491 String description = ""; local 497 title = link = description = ""; 504 } else if (tag.equals("description")) { 506 description = xpp.getText(); 514 RssItem item = new RssItem(title, link, description); 578 if (tag.equals("description")) mDescription = mBuff.toString() [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
gflags_reporting.cc | 116 " (" + flag.description + ')'); 212 AddXMLTag(&r, "meaning", flag.description); 284 if (flag->description == kStrippedFlagHelp) continue; 334 if (flag->description != kStrippedFlagHelp)
|
/external/stlport/etc/ |
STLport-4.5.1.spec | 18 %description 27 %description -n STLport-devel
|
STLport-4.5.3.spec | 18 %description 27 %description -n STLport-devel
|
STLport-4.6.spec | 18 %description 27 %description -n STLport-devel
|
/external/strace/ |
strace.spec | 13 %description 28 %description -n strace64
|
/external/v8/src/ |
serialize.h | 307 virtual void Put(int byte, const char* description) = 0; 308 virtual void PutSection(int byte, const char* description) { 309 Put(byte, description); 311 void PutInt(uintptr_t integer, const char* description);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4.1.js | 26 Description: When Array is called as a function rather than as a 128 testcases[tc].description +" = "+ testcases[tc].actual );
|
15.4.2.1-3.js | 25 Description: This description only applies of the constructor is 105 testcases[tc].description +" = "+
|
15.4.4.2.js | 25 Description: The elements of this object are converted to strings 78 testcases[tc].description +" = "+ testcases[tc].actual );
|