/external/autotest/client/site_tests/video_ChromeRTCHWEncodeUsed/ |
loopback.html | 50 function gotLocalDescription(description) { 51 localPeerConnection.setLocalDescription(description); 52 remotePeerConnection.setRemoteDescription(description); 56 function gotRemoteDescription(description) { 57 remotePeerConnection.setLocalDescription(description); 58 localPeerConnection.setRemoteDescription(description);
|
/external/autotest/client/site_tests/video_WebRtcPerf/ |
loopback.html | 50 function gotLocalDescription(description) { 51 localPeerConnection.setLocalDescription(description); 52 remotePeerConnection.setRemoteDescription(description); 56 function gotRemoteDescription(description) { 57 remotePeerConnection.setLocalDescription(description); 58 localPeerConnection.setRemoteDescription(description);
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
StringDescription.java | 6 * A {@link Description} that is stored as a string. 20 * Return the description of a {@link SelfDescribing} object as a String. 25 * The description of the object. 43 throw new RuntimeException("Could not write description", e); 52 throw new RuntimeException("Could not write description", e); 57 * Returns the description as a string.
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/ |
IPerfOutput.java | 26 * @param description 27 * textual description of the test case 33 void writeTimeResult(String description, long duration, long reference); 39 * @param description 40 * textual description of the test case 46 void writeByteResult(String description, long size, long reference);
|
PerfOutputWriter.java | 43 public void writeTimeResult(final String description, final long duration, 47 writeResult(description, dms, "%.2f", "ms"); 50 writeResult(description, dms, rms, "%.2f", "ms"); 54 public void writeByteResult(String description, long size, long reference) { 59 writeResult(description, size, "%.0f", "bytes"); 61 writeResult(description, size, reference, "%.0f", "bytes"); 65 private void writeResult(final String description, final double subject, 67 writer.printf("%-30s%8s %-6s%n", description, 71 private void writeResult(final String description, final double subject, 74 writer.printf("%-30s%8s%8s %-6s%4.0f%%%n", description, [all...] |
/external/junit/src/main/java/org/junit/runner/notification/ |
RunNotifier.java | 9 import org.junit.runner.Description; 16 * move {@link #fireTestRunStarted(Description)} and {@link #fireTestRunFinished(Result)} 75 failures.add(new Failure(Description.TEST_MECHANISM, e)); 87 public void fireTestRunStarted(final Description description) { 91 each.testRunStarted(description); 111 * @param description the description of the atomic test (generally a class and method name) 114 public void fireTestStarted(final Description description) throws StoppedByUserException [all...] |
/external/junit-params/src/main/java/junitparams/internal/ |
NonParameterisedFrameworkMethod.java | 6 import org.junit.runner.Description; 23 * @param description the description of the method 27 NonParameterisedFrameworkMethod(Method method, Description description, boolean ignored) { 28 super(method, description);
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/ |
assertions.xml | 2 <assertion id="1" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION}"> 13 <assertion id="2" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION} pt:MF pt:SHM pt:ADV"> 20 <assertion id="3" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION} pt:MF pt:SHM"> 26 <assertion id="4" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION} pt:MF pt:SIO"> 32 <assertion id="5" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION} pt:ML"> 37 <assertion id="6" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION} pt:MF pt:SHM"> 41 <assertion id="7" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION} pt:ADV pt:MF pt:SHM"> 49 <assertion id="8" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION} pt:TYM"> 55 <assertion id="9" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION}"> 59 <assertion id="10" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION}} pt:TYM" [all...] |
/external/mockito/src/test/java/org/mockitoutil/ |
RetryRule.java | 9 import org.junit.runner.Description; 25 public Statement apply(final Statement base, final Description description) { 26 return innerRule.apply(base, description); 38 public Statement apply(final Statement base, final Description description) {
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/ |
ViewHasTextMatcher.java | 4 import org.hamcrest.Description; 46 public void describeTo(Description description) { 47 description.appendText("[" + actualText + "]"); 48 description.appendText(" to equal "); 49 description.appendText("[" + expected + "]");
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/cameraui/res/values/ |
strings.xml | 18 <!-- Content description of button to switch to full screen camera --> 20 <!-- Content description of button to resize camera from fullscreen to only a preview --> 22 <!-- Content description of button when after swapped to front --> 24 <!-- Content description of button when after swapped to back --> 26 <!-- Content description of button to take a photo --> 28 <!-- Content description of button to cancel a photo -->
|
/system/nfc/halimpl/bcm2079x/adaptation/ |
Mutex.h | 34 ** Description: Initialize member variables. 45 ** Description: Cleanup all resources. 56 ** Description: Block the thread and try lock the mutex. 67 ** Description: Unlock a mutex to unblock a thread. 78 ** Description: Try to lock the mutex. 89 ** Description: Get the handle of the mutex.
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
TelecomCallFacade.java | 58 @Rpc(description = "Get call by particular Id") 73 @Rpc(description = "Disconnect call by callId.") 80 @Rpc(description = "Hold call by callId") 87 @Rpc(description = "Merge call to conference by callId") 94 @Rpc(description = "Split call from conference by callId.") 101 @Rpc(description = "Unhold call by callId") 108 @Rpc(description = "Joins two calls into a conference call. " 119 @Rpc(description = "Obtains the current call audio state of the phone.") 124 @Rpc(description = "Lists the IDs (phone numbers or hex hashes) " 129 @Rpc(description = "Get callId's children" [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderLogger.java | 76 * Returns a (possibly multi-line) description of all the problems 127 String description = describe(message); local 129 appendToIdeLog(null, IStatus.ERROR, description); 137 addError(tag, description); 142 String description = describe(message); local 143 appendToIdeLog(throwable, IStatus.ERROR, description); 157 if (description.equals(throwable.getLocalizedMessage()) || 158 description.equals(throwable.getMessage())) { 159 description = "Exception raised during rendering: " + description; 182 String description = describe(message); local 206 String description = describe(message); local [all...] |
RenderPreviewList.java | 108 for (ConfigurationDescription description : mList) { 109 description.toXml(document); 126 ConfigurationDescription description = ConfigurationDescription.fromXml( local 128 if (description != null) { 129 mList.add(description); 152 for (ConfigurationDescription description : mList) { 154 configuration.setDisplayName(description.displayName); 155 configuration.setActivity(description.activity); 157 description.locale != null ? description.locale : chooserConfig.getLocale() 191 ConfigurationDescription description = preview.getDescription(); local 203 ConfigurationDescription description = local [all...] |
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
CommandLineArgs2.java | 28 @Parameter(description = "list of files") 31 @Parameter(names = { "-v", "--verbose" }, description = "print verbose log messages.", arity = 1) 34 @Parameter(names = { "-h", "--help" }, description = "show this help.") 37 @Parameter(names = { "-F", "--flush-preferences" }, description = "flush gui preferences.") 40 @Parameter(names = { "-L", "--flush-licensed" }, description = "flush licensed.") 43 @Parameter(names = { "-I", "--index-file" }, description = "indexes the given file.") 46 @Parameter(names = { "-b", "--bonjour" }, description = "enable Bonjour.") 49 @Parameter(names = { "-m", "--md5" }, description = "create an MD5 checksum for the given file.", converter = FileConverter.class) 52 @Parameter(names = { "-c", "--cat" }, description = "'cat' the given Lilith logfile.", converter = FileConverter.class) 55 @Parameter(names = { "-t", "--tail" }, description = "'tail' the given Lilith logfile.", converter = FileConverter.class [all...] |
/external/toolchain-utils/crosperf/ |
field.py | 8 def __init__(self, name, required, default, inheritable, description): 15 self.description = description 46 description=''): 48 description) 62 description=''): 64 description) 83 description=''): 85 description) 99 description='') [all...] |
/packages/inputmethods/LatinIME/java/res/values/ |
strings-talkback-descriptions.xml | 21 <!-- Spoken description to let the user know that when typing in a password, they can plug in a headset in to hear spoken descriptions of the keys they type. [CHAR LIMIT=NONE] --> 24 <!-- Spoken description for the currently entered text --> 26 <!-- Spoken description when there is no text entered --> 29 <!-- Spoken description to let the user know what auto-correction will be performed when a key is pressed. An auto-correction replaces a single word with one or more words. --> 31 <!-- Spoken description used during obscured (e.g. password) entry to let the user know that auto-correction will be performed when a key is pressed. --> 34 <!-- Spoken description of a suggestion when nothing is specified and the field is blank. --> 37 <!-- Spoken description for unknown keyboard keys. --> 39 <!-- Spoken description for the "Shift" keyboard key when "Shift" is off. --> 41 <!-- Spoken description for the "Shift" keyboard key in symbols mode. --> 43 <!-- Spoken description for the "Shift" keyboard key when "Shift" is on. -- [all...] |
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/ |
QNCSmmHelpers.c | 40 Routine Description:
42 GC_TODO: Add function description
46 Src1 - GC_TODO: add argument description
47 Src2 - GC_TODO: add argument description
61 // It's okay to compare a NULL bit description to a non-NULL bit description.
86 Routine Description:
88 GC_TODO: Add function description
92 Src1 - GC_TODO: add argument description
93 Src2 - GC_TODO: add argument description
[all...] |
/cts/libs/vogar-expect/src/vogar/ |
Expectation.java | 40 private final String description; field in class:Expectation 57 public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug) { 58 if (result == null || description == null || pattern == null) { 60 "result=" + result + " description=" + description + " pattern=" + pattern); 63 this.description = description; 71 return description; 106 return "Expectation[description=" + description + " pattern=" + pattern.pattern() + "]" [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
InfHeaderObject.py | 26 # # Description
37 self.Description = ''
75 # @param Description: Description content
77 def SetDescription(self, Description):
78 if not (Description == '' or Description == None):
79 self.Description = Description
87 return self.Description
[all...] |
/external/caliper/expectations/ |
knownfailures.txt | 3 description: "ObjectGraphMeasurer doesn't work on Android", 9 description: "Ljava/lang/management/ManagementFactory; doesn't exist on Android", 17 description: "@RunWith(MockitoJUnitRunner) doesn't work in Vogar", 25 description: "Assumes it is running on a standard Java platform with java binary", 31 description: "AllocationInstrument doesn't work on Android", 42 description: "ArbitraryMeasurementInstrument doesn't work on Android", 48 description: "Android only has 256M heap", 55 description: "Checks for a specific exception message that is an implementation detail of JVM", 61 description: "Unknown cause", 69 description: "Possible race in parse code that causes dryRun to be true when it is false, goes away under debu (…) [all...] |
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/raw/ |
detail_example.json | 3 "description": "Kate Douglas Smith Wiggin", 54 "description": "$3.99", 60 "description": "$3.99", 66 "description": "$3.99", 72 "description": "$3.99", 78 "description": "$3.99", 84 "description": "$3.99", 90 "description": "$3.99", 96 "description": "$3.99", 102 "description": "$3.99" [all...] |
music_example.json | 3 "description": "Kate Douglas Smith Wiggin", 54 "description": "$3.99", 60 "description": "$3.99", 66 "description": "$3.99", 72 "description": "$3.99", 78 "description": "$3.99", 84 "description": "$3.99", 90 "description": "$3.99", 96 "description": "$3.99", 102 "description": "$3.99" [all...] |
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/ |
TestUtilsMatchers.java | 31 import org.hamcrest.Description; 47 public void describeTo(final Description description) { 48 description.appendText("with drawable of color: "); 50 description.appendText(failedComparisonDescription); 95 public void describeTo(final Description description) { 96 description.appendText("with background of color: "); 98 description.appendText(failedComparisonDescription); 137 public void describeTo(final Description description) [all...] |