HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 501 - 525 of 4403) sorted by null

<<21222324252627282930>>

  /external/testng/src/test/java/test/thread/
ParallelSuiteTest.java 29 @Test(description = "Number of threads (2) is less than number of suites (3)")
78 @Test(description = "Number of threads (2) is less than level of suites (3)")
84 @Test(description = "If suiteThreadPoolSize and randomizeSuites are not specified" +
108 @Test(description = "Number of threads (1) is less than number of levels of suites (2)")
  /external/webrtc/talk/app/webrtc/objc/
RTCSessionDescription.mm 36 @synthesize description = _description;
78 [self.type UTF8String], [self.description UTF8String], NULL);
  /external/webrtc/webrtc/api/objc/
RTCIceCandidate.mm 35 - (NSString *)description {
63 error.description.c_str(),
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDSignalingMessage.h 44 - (instancetype)initWithDescription:(RTCSessionDescription *)description;
  /external/webrtc/webrtc/p2p/base/
sessiondescription.cc 78 content->description = content->description->Copy();
100 return cinfo->description;
110 return cinfo->description;
124 ContentDescription* description) {
125 contents_.push_back(ContentInfo(name, type, description));
131 ContentDescription* description) {
132 contents_.push_back(ContentInfo(name, type, rejected, description));
139 delete content->description;
  /frameworks/av/media/mtp/
MtpStorage.h 41 const char* description, uint64_t reserveSpace,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CastController.java 41 public String description; field in class:CastController.CastDevice
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
ScanResultFragment.java 77 String description; local
83 description = res.getQuantityString(R.plurals.ut_result_found_description,
88 description = getString(R.string.ut_result_not_found_description);
91 return new Guidance(title, description, breadcrumb, null);
WelcomeFragment.java 71 String description; local
74 description = getString(R.string.ut_setup_new_description);
77 description = getString(R.string.ut_setup_again_description);
79 return new Guidance(title, description, null, null);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_test_harness.h 80 /* !< Long name or full description "This test pushes func2() to the limit." */
81 char *description; member in struct:SDLTest_TestCaseReference
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_test_harness.h 80 /* !< Long name or full description "This test pushes func2() to the limit." */
81 char *description; member in struct:SDLTest_TestCaseReference
  /prebuilts/misc/windows/sdl2/include/
SDL_test_harness.h 80 /* !< Long name or full description "This test pushes func2() to the limit." */
81 char *description; member in struct:SDLTest_TestCaseReference
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_test_harness.h 80 /* !< Long name or full description "This test pushes func2() to the limit." */
81 char *description; member in struct:SDLTest_TestCaseReference
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiScannerFacade.java 113 public void onFailure(int reason, String description) {
118 mResults.putString("Description", description);
190 public void onFailure(int reason, String description) {
192 mWAL.onFailure(reason, description);
261 public void onFailure(int reason, String description) {
263 mWAL.onFailure(reason, description);
319 public void onFailure(int reason, String description) {
321 mWAL.onFailure(reason, description);
392 @Rpc(description = "Starts a WifiScanner Background scan"
    [all...]
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
GuidedStepActivity.java 101 .description(desc)
110 .description(desc)
120 .description(desc)
132 .description(desc)
144 .description(desc)
163 .description(desc)
175 .description(desc)
191 String description = getString(R.string.guidedstep_first_description); local
193 return new Guidance(title, description, breadcrumb, icon);
201 .description("Let's do it"
233 String description = getString(R.string.guidedstep_newpayment_description); local
    [all...]
GuidedStepSupportActivity.java 103 .description(desc)
112 .description(desc)
122 .description(desc)
134 .description(desc)
146 .description(desc)
165 .description(desc)
177 .description(desc)
193 String description = getString(R.string.guidedstep_first_description); local
195 return new Guidance(title, description, breadcrumb, icon);
203 .description("Let's do it"
235 String description = getString(R.string.guidedstep_newpayment_description); local
    [all...]
  /frameworks/rs/api/
rs_atomic.spec 19 description:
40 description:
59 description:
80 description:
103 description:
120 description:
138 description:
158 description:
178 description:
198 description
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFRuleSet.java 100 * @param index The index into "descriptions" of the description
105 String description = descriptions[index]; local
107 if (description.length() == 0) {
108 throw new IllegalArgumentException("Empty rule set description");
111 // if the description begins with a rule set name (the rule set
114 // and delete it from the description
115 if (description.charAt(0) == '%') {
116 int pos = description.indexOf(':');
121 String name = description.substring(0, pos);
129 while (pos < description.length() && PatternProps.isWhiteSpace(description.charAt(++pos)))
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFRuleSet.java 99 * @param index The index into "descriptions" of the description
104 String description = descriptions[index]; local
106 if (description.length() == 0) {
107 throw new IllegalArgumentException("Empty rule set description");
110 // if the description begins with a rule set name (the rule set
113 // and delete it from the description
114 if (description.charAt(0) == '%') {
115 int pos = description.indexOf(':');
120 String name = description.substring(0, pos);
128 while (pos < description.length() && PatternProps.isWhiteSpace(description.charAt(++pos)))
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ContactsFacade.java 77 @Rpc(description = "Displays a list of contacts to pick from.", returns = "A map of result values.")
82 @Rpc(description = "Displays a list of phone numbers to pick from.", returns = "The selected phone number.")
99 @Rpc(description = "Returns a List of all possible attributes for contacts.")
114 @Rpc(description = "Returns a List of all contact IDs.")
128 @Rpc(description = "Returns a List of all contacts.", returns = "a List of contacts as Maps")
200 @Rpc(description = "Returns contacts by ID.")
229 @Rpc(description = "Returns the number of contacts.")
256 @Rpc(description = "Content Resolver Query", returns = "result of query as Maps")
258 @RpcParameter(name = "uri", description = "The URI, using the content:// scheme, for the content to retrieve.") String uri,
259 @RpcParameter(name = "attributes", description = "A list of which columns to return. Passing null will return all columns") @RpcOptional JSONArra (…)
    [all...]
ConnectivityManagerFacade.java 427 @Rpc(description = "Listen for connectivity changes")
436 @Rpc(description = "start natt keep alive")
466 @Rpc(description = "stop natt keep alive")
479 @Rpc(description = "start listening for NattKeepalive Event")
495 @Rpc(description = "stop listening for NattKeepalive Event")
511 @Rpc(description = "start listening for NetworkCallback Event")
526 @Rpc(description = "stop listening for NetworkCallback Event")
541 @Rpc(description = "Set Rssi Threshold Monitor")
555 @Rpc(description = "Stop Rssi Threshold Monitor")
601 @Rpc(description = "register a network callback"
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestActivity.java 30 import org.junit.runner.Description;
177 public void testRunStarted(Description description) throws Exception {
187 public void testStarted(Description description) throws Exception {
189 getTestLogger().logTestStart(description.getMethodName());
192 public void testFinished(Description description) throws Exception {
194 getTestLogger().logTestPass(description.getMethodName(), null /* testSummary */);
210 public void testIgnored(Description description) throws Exception
    [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
WifiCheck.java 43 @Option(name = "wifi-ssid", description = "Name of the WiFi network with which to connect")
47 description = "The WPA-PSK associated with the wifi-ssid option")
  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
InMatcher.java 19 import org.hamcrest.Description;
57 public void describeTo(Description description) {
58 description.appendText("in(").appendValue(mValues).appendText(")");

Completed in 2031 milliseconds

<<21222324252627282930>>