/external/libcxx/utils/sym_check/ |
sym_match.py | 12 description='Extract a list of symbols from a shared library.')
|
/external/libexif/libexif/canon/ |
mnote-canon-tag.c | 32 const char *description; member in struct:__anon15609 195 if (!table[i].description || !*table[i].description) 198 return _(table[i].description);
|
/external/libexif/libexif/pentax/ |
mnote-pentax-tag.c | 32 const char *description; member in struct:__anon15642 169 if (!table[i].description || !*table[i].description) 172 return _(table[i].description);
|
/external/libexif/ |
libexif.spec | 14 %description 24 %description devel
|
/external/libweave/include/weave/ |
settings.h | 39 std::string description; member in struct:weave::Settings
|
/external/llvm/bindings/ocaml/bitreader/ |
llvm_bitreader.mli | 19 raises [Error msg] otherwise, where [msg] is a description of the error 25 raises [Error msg] otherwise, where [msg] is a description of the error
|
/external/testng/src/main/java/org/testng/annotations/ |
Test.java | 113 * The description for this method. The string used will appear in the 116 public String description() default "";
|
/external/testng/src/test/java/test/ |
CountTest.java | 16 @Test(description = "Make sure that skipped methods are accurately counted")
|
/external/testng/src/test/java/test/bug90/ |
Bug90Test.java | 17 @Test(description = "Fix for https://github.com/cbeust/testng/issues/90")
|
/external/testng/src/test/java/test/bug92/ |
Bug92Test.java | 15 @Test(description = "Fix for https://github.com/cbeust/testng/issues/92")
|
/external/testng/src/test/java/test/enable/ |
EnableTest.java | 31 @Test(description = "https://github.com/cbeust/testng/issues/420")
|
/external/testng/src/test/java/test/listeners/ |
EndMillisShouldNotBeZeroTest.java | 45 @Test(description = "Make sure that ITestResult#getEndMillis is properly set",
|
/external/testng/src/test/java/test/timeout/ |
TimeOutIntegrationTest.java | 11 @Test(description = "https://github.com/cbeust/testng/issues/811")
|
/external/webrtc/talk/app/webrtc/objctests/ |
RTCSessionDescriptionSyncObserver.m | 81 self.error = error.description; 95 self.error = error.description;
|
/external/webrtc/webrtc/base/ |
win32socketserver.cc | 61 LPCSTR description = "Unspecified description"; local 65 description = "Operation succeeded"; 69 description = "Using a non-blocking socket, will notify later"; 73 description = "Access denied, or sharing violation"; 77 description = "Address is not valid in this context"; 81 description = "Network is down"; 85 description = "Network is up, but unreachable"; 89 description = "Connection has been reset due to keep-alive activity"; 93 description = "Aborted by host" [all...] |
/external/webrtc/webrtc/p2p/base/ |
transportdescriptionfactory.h | 50 // Creates a transport description suitable for use in an offer. 53 // Create a transport description that is a response to an offer. 60 bool SetSecurityInfo(TransportDescription* description,
|
/frameworks/base/core/java/android/app/ |
KeyguardManager.java | 70 * A CharSequence description to show to the user when used with 74 public static final String EXTRA_DESCRIPTION = "android.app.extra.DESCRIPTION"; 84 public Intent createConfirmDeviceCredentialIntent(CharSequence title, CharSequence description) { 88 intent.putExtra(EXTRA_DESCRIPTION, description); 105 CharSequence title, CharSequence description, int userId) { 109 intent.putExtra(EXTRA_DESCRIPTION, description);
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbAccessory.java | 28 * the version of the accessory, and a user visible description of the accessory to the device. 73 public UsbAccessory(String manufacturer, String model, String description, 77 mDescription = description; 115 * Returns a user visible description of the accessory. 117 * @return the accessory description 198 String description = in.readString(); 202 return new UsbAccessory(manufacturer, model, description, version, uri, serial);
|
/frameworks/base/libs/hwui/ |
TessellationCache.cpp | 37 TessellationCache::Description::Description() 49 TessellationCache::Description::Description(Type type, const Matrix4& transform, const SkPaint& paint) 60 bool TessellationCache::Description::operator==(const TessellationCache::Description& rhs) const { 78 hash_t TessellationCache::Description::hash() const { 90 void TessellationCache::Description::setupMatrixAndPaint(Matrix4* matrix, SkPaint* paint) const { 126 TessellationTask(Tessellator tessellator, const Description& description) 134 Description description; member in class:android::uirenderer::TessellationCache::TessellationTask [all...] |
/frameworks/base/libs/hwui/tests/common/ |
TestScene.h | 52 std::string description; member in struct:android::uirenderer::test::TestScene::Info
|
/frameworks/base/media/java/android/media/ |
MediaDescription.java | 29 * A description suitable for display or null. 50 CharSequence description, Bitmap icon, Uri iconUri, Bundle extras, Uri mediaUri) { 54 mDescription = description; 99 * Returns a description suitable for display or null. 101 * @return A description or null. 126 * Returns any extras that were added to the description. 231 * Sets the description. 233 * @param description A description suitable for display to the user or 237 public Builder setDescription(@Nullable CharSequence description) { [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
CallbackHandler.java | 112 final String description) { 118 description); 128 final String description, final boolean isWide, final int subId) { 134 activityIn, activityOut, typeContentDescription, description, isWide,
|
/frameworks/rs/api/ |
rs_quaternion.spec | 19 description: 29 description: 44 description: 59 description: 72 description: 108 description: 131 description: 166 description: 186 description: 206 description [all...] |
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/ |
MediaStoreSaver.java | 43 String description) { 50 return insertImage(contentResolver, streamWriter, title, description); 57 String description) { 62 values.put(Images.Media.DESCRIPTION, description);
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/recyclerview/test/ |
SameActivityTestRule.java | 21 import org.junit.runner.Description; 38 public Statement apply(final Statement base, Description description) {
|