/packages/apps/TV/src/com/android/tv/dvr/ui/list/ |
SchedulesHeaderRow.java | 32 public SchedulesHeaderRow(String title, String description, int itemCount) { 35 mDescription = description; 46 * Sets description. 48 public void setDescription(String description) { 49 mDescription = description; 67 * Returns description. 86 public DateHeaderRow(String title, String description, int itemCount, long deadLineMs) { 87 super(title, description, itemCount); 106 public SeriesRecordingHeaderRow(String title, String description, int itemCount, 108 super(title, description, itemCount) [all...] |
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/raw/ |
page_row_example.json | 8 "description": "$3.99", 14 "description": "$3.99", 20 "description": "$3.99", 26 "description": "$3.99", 32 "description": "$3.99", 38 "description": "$3.99", 44 "description": "$3.99", 50 "description": "$3.99", 56 "description": "$3.99", 67 "description": "$3.99" [all...] |
/external/junit/src/main/java/org/junit/experimental/max/ |
MaxCore.java | 12 import org.junit.runner.Description; 100 List<Description> leaves = findLeaves(request); 105 private Request constructLeafRequest(List<Description> leaves) { 107 for (Description each : leaves) { 123 private Runner buildRunner(Description each) { 136 throw new RuntimeException("Can't build a runner from description [" + each + "]"); 145 private Class<?> getMalformedTestClass(Description each) { 158 public List<Description> sortedLeavesForTest(Request request) { 162 private List<Description> findLeaves(Request request) { 163 List<Description> results = new ArrayList<Description>() [all...] |
/external/junit/src/main/java/org/junit/runner/notification/ |
RunListener.java | 9 import org.junit.runner.Description; 38 * have their {@link RunListener#testFailure(Failure)} called with a {@code Description} 39 * of {@link Description#TEST_MECHANISM} to indicate the failure. 58 * @param description describes the tests to be run 60 public void testRunStarted(Description description) throws Exception { 75 * @param description the description of the test that is about to be run 78 public void testStarted(Description description) throws Exception [all...] |
/external/junit/src/main/java/org/junit/experimental/categories/ |
Categories.java | 9 import org.junit.runner.Description; 184 StringBuilder description= new StringBuilder("categories ") local 187 description.append(" - ").append(excluded); 189 return description.toString(); 193 public boolean shouldRun(Description description) { 194 if (hasCorrectCategoryAnnotation(description)) { 198 for (Description each : description.getChildren()) { 207 private boolean hasCorrectCategoryAnnotation(Description description) [all...] |
/packages/apps/Nfc/nci/jni/ |
NfcTag.h | 45 ** Description: Initialize member variables. 57 ** Description: Get a reference to the singleton NfcTag object. 69 ** Description: Reset member variables. 81 ** Description: Unblock all operations. 93 ** Description: Handle connection-related events. 107 ** Description: Is tag activated? 119 ** Description: What is the current state: Idle, Sleep, or Activated. 131 ** Description: Set the current state: Idle or Sleep. 144 ** Description: Set the current state to Active. 155 ** Description: Get the protocol of the current tag [all...] |
PeerToPeer.h | 40 ** Description: Communicate with a peer using NFC-DEP, LLCP, SNEP. 52 ** Description: Initialize member variables. 64 ** Description: Free all resources. 76 ** Description: Get the singleton PeerToPeer object. 88 ** Description: Initialize member variables. 100 ** Description: Receive LLLCP-activated event from stack. 114 ** Description: Receive LLLCP-deactivated event from stack. 129 ** Description: Receive events from the stack. 143 ** Description: Let a server start listening for peer's connection request. 157 ** Description: Stop a P2pServer from listening for peer [all...] |
PowerSwitch.h | 29 ** Description: Adjust the controller's power states. 39 ** Description: UNKNOWN_LEVEL: power level is unknown because the stack is off. 48 ** Description: POWER_STATE_OFF: power level is OFF when screen is off. 64 ** Description: DISCOVERY: Discovery is enabled 77 ** Description: Platform Power Level, copied from NativeNfcBrcmPowerMode.java. 98 ** Description: Initialize member variables. 110 ** Description: Release all resources. 122 ** Description: Get the singleton of this object. 133 ** Description: Initialize member variables. 145 ** Description: Get the current power level of the controller [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
ContactsMatchers.java | 26 import org.hamcrest.Description; 79 public void describeTo(Description description) { 80 description.appendText("Cursor with " + count + " rows"); 98 public void describeTo(Description description) { 99 description.appendText("Cursor with " + column + "=" + value); 120 public void describeTo(Description description) { 121 description.appendText("Cursor with row matching ") [all...] |
/system/bt/stack/include/ |
avdtc_api.h | 79 * Description This function is called to begin using the conformance API. 92 * Description Send a discover response. 104 * Description Send a get capabilities response. 116 * Description Send a get all capabilities response. 128 * Description Send a get configuration request. 139 * Description Send a get configuration response. 150 * Description Send an open request. 161 * Description Send an open response. 172 * Description Send a start response. 184 * Description Send a close response [all...] |
/docs/source.android.com/zh-cn/ |
_index.yaml | 11 description: > 22 description: > 29 description: >- 39 description: | 47 description: > 53 description: > 59 description: >
|
/external/icu/icu4j/demos/ |
build.xml | 22 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/> 24 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/> 26 <target name="clean" depends="@clean" description="Clean up the build outputs"/> 28 <target name="compile" depends="@compile" description="Compile java source files"/> 30 <target name="copy" depends="@copy" description="Copy non-java runtime files to the project's binary directory"/> 32 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/> 34 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
|
/external/icu/icu4j/main/tests/framework/ |
build.xml | 23 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/> 25 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/> 27 <target name="clean" depends="@clean" description="Clean up the build outputs"/> 29 <target name="compile" depends="@compile" description="Compile java source files"/> 31 <target name="copy" depends="@copy" description="Copy non-java runtime files to the project's binary directory"/> 33 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/> 35 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
|
/external/icu/icu4j/main/tests/localespi/ |
build.xml | 23 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/> 25 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/> 27 <target name="clean" depends="@clean" description="Clean up the build outputs"/> 29 <target name="compile" depends="@compile" description="Compile java source files"/> 31 <target name="copy" depends="@copy" description="Copy non-java runtime files to the project's binary directory"/> 33 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/> 35 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
|
/external/icu/icu4j/main/tests/packaging/ |
build.xml | 23 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/> 25 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/> 27 <target name="clean" depends="@clean" description="Clean up the build outputs"/> 29 <target name="compile" depends="@compile" description="Compile java source files"/> 31 <target name="copy" depends="@copy" description="Copy non-java runtime files to the project's binary directory"/> 33 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/> 35 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
|
/external/icu/icu4j/tools/misc/ |
build.xml | 20 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/> 22 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/> 24 <target name="clean" depends="@clean" description="Clean up the build outputs"/> 26 <target name="compile" depends="@compile" description="Compile java source files"/> 28 <target name="copy" depends="@copy" description="Copy non-java runtime files to the project's binary directory"/> 30 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/> 32 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
|
/external/proguard/src/proguard/gui/ |
ExtensionFileFilter.java | 35 private final String description; field in class:ExtensionFileFilter 41 * @param description a description of the filter. 44 public ExtensionFileFilter(String description, String[] extensions) 46 this.description = description; 55 return description;
|
/external/skia/src/sksl/ast/ |
SkSLASTVarDeclaration.h | 32 String description() const { function in struct:SkSL::ASTVarDeclaration 36 result += "[" + size->description() + "]"; 42 result += " = " + fValue->description(); 68 String description() const override { 69 String result = fModifiers.description() + fType->description() + " "; 74 result += var.description();
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
ActivityResultFacade.java | 51 @Rpc(description = sRpcDescription) 53 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, 63 @Rpc(description = sRpcDescription) 65 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, 75 @Rpc(description = sRpcDescription) 77 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, 87 @Rpc(description = sRpcDescription) 89 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, 99 @Rpc(description = sRpcDescription) 101 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode [all...] |
/external/freetype/include/freetype/config/ |
ftheader.h | 27 /* <Description> */ 45 /* <Description> */ 75 /* <Description> */ 104 * @description: 119 * @description: 134 * @description: 149 * @description: 168 * @description: 181 * @description: 196 * @description [all...] |
/external/testng/src/main/java/org/testng/junit/ |
JUnit4TestRunner.java | 5 import org.junit.runner.Description; 84 public boolean shouldRun(Description description) { 85 if (description == null) { 94 if (p.matcher(description.getMethodName()).matches()) { 113 private Map<Description, ITestResult> runs = new WeakHashMap<>(); 114 private List<Description> notified = new LinkedList<>(); 147 public void testFinished(Description description) throws Exception { 148 ITestResult tr = runs.get(description); [all...] |
/external/webrtc/tools/python_charts/webrtc/ |
data_helper_test.py | 46 description, data_table = helper.CreateData('ssim') 47 self.assertEqual(3, len(description)) 48 self.assertTrue('frame_number' in description) 49 self.assertTrue('ssim_0' in description) 50 self.assertTrue('number' in description['ssim_0'][0]) 51 self.assertTrue('Test 0' in description['ssim_0'][1]) 52 self.assertTrue('ssim_1' in description) 53 self.assertTrue('number' in description['ssim_1'][0]) 54 self.assertTrue('Test 1' in description['ssim_1'][1]) 68 description, data_table = helper.CreateData('psnr' [all...] |
/external/pdfium/third_party/freetype/include/freetype/config/ |
ftheader.h | 27 /* <Description> */ 45 /* <Description> */ 75 /* <Description> */ 104 * @description: 119 * @description: 134 * @description: 149 * @description: 168 * @description: 181 * @description: 196 * @description [all...] |
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/ |
ftheader.h | 27 /* <Description> */ 45 /* <Description> */ 75 /* <Description> */ 104 * @description: 119 * @description: 134 * @description: 149 * @description: 168 * @description: 181 * @description: 196 * @description [all...] |
/system/bt/bta/sys/ |
bta_sys_conn.cc | 38 * Description Called by BTA DM to register role management callbacks 52 * Description Called by BTA DM to register link policy change callbacks 66 * Description Called by BTA AV to register role change callbacks 79 * Description Called by BTA DM to register SSR configuration callback 94 * Description Called by BTA AV to register role change callbacks 111 * Description Called by any BTA module to register for collision event. 134 * Description Called by BTA DM to notify collision event. 155 * Description Called by BTA AV to register sco connection change callbacks 169 * Description Called by BTA DM to register power management callbacks 183 * Description Called by BTA subsystems when a connection is made t [all...] |