/packages/apps/Nfc/nci/jni/ |
DataQueue.h | 35 ** Description: Initialize member variables. 47 ** Description: Release all resources. 59 ** Description: Append data to the queue. 73 ** Description: Retrieve and remove data from the front of the queue. 88 ** Description: Whether the queue is empty.
|
/platform_testing/libraries/app-helpers/base/src/android/platform/test/helpers/base/listeners/ |
FailureTestWatcher.java | 24 import org.junit.runner.Description; 43 protected void failed(Throwable e, Description description) { 46 description.getClassName(), description.getMethodName()))) {
|
/platform_testing/libraries/longevity/src/android/platform/longevity/listeners/ |
TimeoutTerminator.java | 24 import org.junit.runner.Description; 50 public void testStarted(Description description) { 57 public void testFinished(Description description) {
|
/prebuilts/tools/common/m2/repository/org/slf4j/jcl-over-slf4j/1.6.2/ |
jcl-over-slf4j-1.6.2.pom | 17 <description>
19 </description>
53 <Bundle-Description>${project.description}</Bundle-Description>
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.5.10/ |
slf4j-api-1.5.10.pom | 19 <description>The slf4j API</description>
48 <Bundle-Description>${project.description}</Bundle-Description>
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.6.2/ |
slf4j-api-1.6.2.pom | 19 <description>The slf4j API</description>
48 <Bundle-Description>${project.description}</Bundle-Description>
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.10/ |
slf4j-api-1.7.10.pom | 17 <description>The slf4j API</description>
47 <Bundle-Description>${project.description}</Bundle-Description>
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.12/ |
slf4j-api-1.7.12.pom | 17 <description>The slf4j API</description>
47 <Bundle-Description>${project.description}</Bundle-Description>
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.2/ |
slf4j-api-1.7.2.pom | 17 <description>The slf4j API</description>
48 <Bundle-Description>${project.description}</Bundle-Description>
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.5/ |
slf4j-api-1.7.5.pom | 17 <description>The slf4j API</description>
48 <Bundle-Description>${project.description}</Bundle-Description>
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.6/ |
slf4j-api-1.7.6.pom | 17 <description>The slf4j API</description>
48 <Bundle-Description>${project.description}</Bundle-Description>
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.7/ |
slf4j-api-1.7.7.pom | 17 <description>The slf4j API</description>
48 <Bundle-Description>${project.description}</Bundle-Description>
|
/prebuilts/misc/common/robolectric/lib/ |
hamcrest-core-1.1.jar | |
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/ |
hamcrest-core-1.1.jar | |
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/ |
BootMonFsImages.c | 58 HW_IMAGE_DESCRIPTION *Description;
63 Description = AllocateZeroPool (sizeof (HW_IMAGE_DESCRIPTION));
64 if (Description == NULL) {
70 CopyMem (Description, Footer, sizeof (HW_IMAGE_DESCRIPTION));
73 Description->FooterChecksum = 0;
77 Description->Region[Index].Checksum = 0;
78 Description->Region[Index].LoadAddress = 0;
79 Description->Region[Index].Offset = 0;
80 Description->Region[Index].Size = 0;
84 Footer->FooterChecksum = BootMonFsChecksum (Description, sizeof (HW_IMAGE_DESCRIPTION)); [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/ |
Acpi1_0.h | 29 // Root System Description Pointer Structure
40 // Root System Description Table
41 // No definition needed as it is a common description table header followed by a
50 // Fixed ACPI Description Table Structure (FADT)
101 // Fixed ACPI Description Table Fixed Feature Flags
136 // Multiple APIC Description Table header definition. The rest of the table
157 // Multiple APIC Description Table APIC structure types
232 // Smart Battery Description Table (SBST)
245 // "RSD PTR " Root System Description Pointer
250 // "APIC" Multiple APIC Description Table [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
Acpi1_0.h | 38 // Root System Description Pointer Structure
49 // Root System Description Table
50 // No definition needed as it is a common description table header followed by a
59 // Fixed ACPI Description Table Structure (FADT)
110 // Fixed ACPI Description Table Fixed Feature Flags
144 // Multiple APIC Description Table header definition. The rest of the table
165 // Multiple APIC Description Table APIC structure types
240 // Smart Battery Description Table (SBST)
253 // "RSD PTR " Root System Description Pointer
258 // "APIC" Multiple APIC Description Table [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
LinkedList.h | 64 Routine Description:
87 Routine Description:
111 Routine Description:
135 Routine Description:
160 Routine Description:
185 Routine Description:
210 Routine Description:
224 See the description of IsNull for more information.
237 Routine Description:
247 See the description of IsNull for more information. [all...] |
/external/freetype/include/freetype/ |
fttrigon.h | 47 * @description: 60 * @description: 72 * @description: 84 * @description: 96 * @description: 108 * @description: 132 * @description: 156 * @description: 176 * @description: 201 * @description [all...] |
/external/junit-params/src/test/java/junitparams/internal/ |
TestMethodTest.java | 6 import org.junit.runner.Description; 49 Description description = plainTestMethod.describableFrameworkMethod().getDescription(); local 51 assertEquals("for_others_to_work(junitparams.internal.TestMethodTest)", description.getDisplayName()); 52 assertTrue(description.getChildren().isEmpty()); 63 Description description = plainTestMethod.describableFrameworkMethod().getDescription(); local 65 assertEquals("forOthersToWork", description.getDisplayName()); 66 assertEquals("[0] a (forOthersToWork)(junitparams.internal.TestMethodTest)", description.getChildren().get(0).getDisplayName()); 67 assertEquals("[1] b (forOthersToWork)(junitparams.internal.TestMethodTest)", description.getChildren().get(1).getDisplayName()) 76 Description description = arrayTestMethod.describableFrameworkMethod().getDescription(); local [all...] |
/external/llvm/test/tools/llvm-readobj/ARM/ |
attribute-3.s | 9 @CHECK-OBJ-NEXT: Description: ARM v5T 16 @CHECK-OBJ-NEXT: Description: VFPv3 23 @CHECK-OBJ-NEXT: Description: ARMv8-a NEON 30 @CHECK-OBJ-NEXT: Description: Linux DSO 37 @CHECK-OBJ-NEXT: Description: Unused 44 @CHECK-OBJ-NEXT: Description: Not Permitted 51 @CHECK-OBJ-NEXT: Description: IEEE-754 58 @CHECK-OBJ-NEXT: Description: Reserved 65 @CHECK-OBJ-NEXT: Description: Reserved 72 @CHECK-OBJ-NEXT: Description: External Int3 [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
fttrigon.h | 47 * @description: 60 * @description: 72 * @description: 84 * @description: 96 * @description: 108 * @description: 132 * @description: 156 * @description: 176 * @description: 201 * @description [all...] |
/frameworks/base/drm/java/android/drm/ |
DrmSupportInfo.java | 88 * Sets a description for the DRM plug-in (agent). 90 * @param description Unique description of plug-in. Must not be null 93 public void setDescription(String description) { 94 if (description == null) { 95 throw new IllegalArgumentException("description is null"); 97 if (description == "") { 98 throw new IllegalArgumentException("description is an empty string"); 101 mDescription = description; 105 * Retrieves the DRM plug-in (agent) description [all...] |
/frameworks/base/tools/aapt2/ |
Flags.cpp | 33 const StringPiece& description, std::string* value) { 39 flags_.push_back(Flag{name.to_string(), description.to_string(), func, true, 1, false}); 44 const StringPiece& description, 51 flags_.push_back(Flag{name.to_string(), description.to_string(), func, true, 1, false}); 56 const StringPiece& description, 63 flags_.push_back(Flag{name.to_string(), description.to_string(), func, false, 1, false}); 68 const StringPiece& description, 75 flags_.push_back(Flag{name.to_string(), description.to_string(), func, false, 1, false}); 80 const StringPiece& description, 87 flags_.push_back(Flag{name.to_string(), description.to_string(), func, false, 1, false}) [all...] |
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/util/ |
EmojiMatcher.java | 24 import org.hamcrest.Description; 89 public void describeTo(Description description) { 90 description.appendText("should have EmojiSpans"); 95 Description mismatchDescription) { 118 public void describeTo(Description description) { 119 description.appendText("should have ").appendValue(mCount).appendText(" EmojiSpans"); 124 Description mismatchDescription) { 163 public void describeTo(final Description description) [all...] |