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

<<31323334353637383940>>

  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
ChannelXMLParser.java 50 private static final String ATTR_TVINPUT_DESCRIPTION = "description";
65 private static final String ATTR_DESCRIPTION = "description";
82 String description = null; local
93 description = value;
100 return new TvInput(displayName, name, description, logoThumbUrl, logoBackgroundUrl);
168 String description = null; local
191 description = value;
196 return new ProgramInfo(title, posterArtUri, description, durationSec,
  /developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java 32 import static com.example.android.wearable.agendadata.Constants.DESCRIPTION;
108 String description = data.getString(DESCRIPTION); local
109 if (TextUtils.isEmpty(description)) {
110 description = "";
112 // Add a space between the description and the time of the event.
113 description += " ";
117 contentText = getString(R.string.desc_all_day, description);
121 contentText = getString(R.string.desc_time_period, description, startTime, endTime);
  /developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java 32 import static com.example.android.wearable.agendadata.Constants.DESCRIPTION;
108 String description = data.getString(DESCRIPTION); local
109 if (TextUtils.isEmpty(description)) {
110 description = "";
112 // Add a space between the description and the time of the event.
113 description += " ";
117 contentText = getString(R.string.desc_all_day, description);
121 contentText = getString(R.string.desc_time_period, description, startTime, endTime);
  /development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
HomeListenerService.java 32 import static com.example.android.wearable.agendadata.Constants.DESCRIPTION;
108 String description = data.getString(DESCRIPTION); local
109 if (TextUtils.isEmpty(description)) {
110 description = "";
112 // Add a space between the description and the time of the event.
113 description += " ";
117 contentText = getString(R.string.desc_all_day, description);
121 contentText = getString(R.string.desc_time_period, description, startTime, endTime);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 179 description:@"token <it>"] retain];}; separator="\n">
182 description:@"rule <it>"] retain];}; separator="\n">
291 alts, description,
342 [[ANTLRRewriteRule<rewriteElementType>Stream newANTLRRewriteRule<rewriteElementType>Stream:treeAdaptor description:@"token <it>" element:<it>] retain];};
347 description:@"token <it>" elements:list_<it>] retain];};
352 description:"wildcard <it>" element:<it>] retain];};
362 description:@"token <it>" element:<it>!=nil?[<it> getTree]:nil] retain];};
367 description:@"token <it>" elements:list_<it>] retain];};
379 description) ::=
381 // <fileName>:<description>
    [all...]
  /external/bison/doc/
bison.x 4 [description]
25 For instance, a grammar description file named
37 This description of the options that can be given to
  /external/deqp/modules/gles2/functional/
es2fBufferObjectQueryTests.cpp 145 BufferCase (Context& context, BufferParamVerifier* verifier, const char* name, const char* description)
146 : ApiCase (context, name, description)
186 BufferSizeCase (Context& context, BufferParamVerifier* verifier, const char* name, const char* description)
187 : BufferCase(context, verifier, name, description)
213 BufferUsageCase (Context& context, BufferParamVerifier* verifier, const char* name, const char* description)
214 : BufferCase(context, verifier, name, description)
es2fFboStateQueryTests.cpp 75 AttachmentObjectCase (Context& context, const char* name, const char* description)
76 : ApiCase(context, name, description)
131 AttachmentTextureLevelCase (Context& context, const char* name, const char* description)
132 : ApiCase(context, name, description)
169 AttachmentTextureCubeMapFaceCase (Context& context, const char* name, const char* description)
170 : ApiCase(context, name, description)
  /external/icu/icu4c/source/i18n/
nfrule.cpp 105 NFRule::makeRules(UnicodeString& description,
116 NFRule* rule1 = new NFRule(rbnf, description, status);
122 description = rule1->ruleText;
124 // check the description to see whether there's text enclosed
126 int32_t brack1 = description.indexOf(gLeftBracket);
127 int32_t brack2 = brack1 < 0 ? -1 : description.indexOf(gRightBracket);
129 // if the description doesn't contain a matched pair of brackets,
131 // then leave the description alone, initialize the rule's
139 rule1->extractSubstitutions(owner, description, predecessor, status);
142 // if the description does contain a matched pair of brackets
    [all...]
  /external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
FlyweightMapStorage.java 31 * to store the prefix and description indexes when possible. It is particularly space-efficient
43 // The number of bytes used to store a description index. It is computed from the size of the
44 // description pool containing all the strings.
50 // Sorted string array of unique description strings.
60 * corresponding to prefixes that have the same description.
77 // description set.
90 * Creates the description pool from the provided set of string descriptions and phone prefix map.
103 String description = phonePrefixMap.get(prefix); local
104 int positionInDescriptionPool = Arrays.binarySearch(descriptionPool, description);
123 // Read description pool size
130 String description = objectInput.readUTF(); local
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
HttpFacade.java 103 @Rpc(description = "Start waiting for a connection request on a specified port.",
116 @Rpc(description = "Download a file from specified url.")
143 @Rpc(description = "Make an http request and return the response message.")
154 @Rpc(description = "Make an http request and return the response content as a string.")
163 @Rpc(description = "Set how many milliseconds to wait for an incoming connection.")
170 @Rpc(description = "Ping to host(URL or IP), return success (true) or fail (false).")
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
CallbackHandlerTest.java 73 String description = "Test"; local
74 mHandler.setWifiIndicators(enabled, status, qs, in, out, description);
91 assertEquals(description, descArg.getValue());
100 String description = "Test 2"; local
106 description, wide, subId);
130 assertEquals(description, descArg.getValue());
157 IconState state = new IconState(true, R.drawable.stat_sys_ethernet, "Test Description");
167 IconState state = new IconState(true, R.drawable.stat_sys_airplane_mode, "Test Description");
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsIntent.java 93 * provide a description, an icon {@link Bitmap} and a {@link PendingIntent} for the button.
101 * provide an ID, a description, an icon {@link Bitmap} for each item. They may also provide a
122 * Key that specifies the content description for the custom action button.
125 "android.support.customtabs.customaction.DESCRIPTION";
356 * @param description The description for the button. To be used for accessibility.
362 public Builder setActionButton(@NonNull Bitmap icon, @NonNull String description,
367 bundle.putString(KEY_DESCRIPTION, description);
380 public Builder setActionButton(@NonNull Bitmap icon, @NonNull String description,
382 return setActionButton(icon, description, pendingIntent, false)
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseWrapContentWithAspectRatioTest.java 19 import org.hamcrest.Description;
265 public void describeMismatch(Object item, Description description) {
270 description.appendText(" Expected size was ").appendValue(mSize)
274 description.appendText(" Expected mode was ").appendValue(modeName(mMode))
280 public void describeTo(Description description) {
282 description.appendText(" Measure spec size:").appendValue(mSize);
285 description.appendText(" Measure spec mode:").appendValue(modeName(mMode));
  /hardware/intel/common/libmix/mix_video/
mixvideo.spec 19 %description
29 %description devel
39 %description int-devel
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogListItemHelperTest.java 130 * Test getCallDescriptionID method used to get the accessibility description for calls.
139 * Test getCallDescriptionID method used to get the accessibility description for calls.
148 * Test getCallDescriptionID method used to get the accessibility description for calls.
159 * Test getCallDescriptionID method used to get the accessibility description for calls.
173 * Test getCallDescription method used to get the accessibility description for calls.
174 * For read voicemail calls, we should have "Voicemail" in the description.
183 * Test getCallDescription method used to get the accessibility description for calls.
184 * For unread voicemail calls, we should have "Unread voicemail" in the description.
193 * Test getCallDescription method used to get the accessibility description for calls.
199 CharSequence description = mHelper.getCallDescription(details) local
216 CharSequence description = mHelper.getCallDescription(details); local
230 CharSequence description = mHelper.getCallDescription(details); local
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
PasswordInputWizardFragment.java 55 private static final String EXTRA_DESCRIPTION = "description";
62 String title, String description, String prefill, boolean obfuscate) {
66 args.putString(EXTRA_DESCRIPTION, description);
82 final ViewGroup descriptionArea = (ViewGroup) view.findViewById(R.id.description);
97 final String description = args.getString(EXTRA_DESCRIPTION); local
108 if (description != null) {
109 descriptionText.setText(description);
TextInputWizardFragment.java 65 private static final String EXTRA_DESCRIPTION = "description";
70 String title, String description, int inputType, String prefill) {
74 args.putString(EXTRA_DESCRIPTION, description);
89 final ViewGroup descriptionArea = (ViewGroup) view.findViewById(R.id.description);
103 String description = args.getString(EXTRA_DESCRIPTION); local
119 if (description != null) {
120 descriptionText.setText(description);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
Action.java 106 public Builder description(String description) { method in class:Action.Builder
107 mDescription = description;
162 protected Action(String key, String title, String description, String resourcePackageName,
167 mDescription = description;
330 .description(source.readString())
  /external/e2fsprogs/lib/ext2fs/
gen_bitmap.c 35 char * description; member in struct:ext2fs_struct_generic_bitmap
59 if (bitmap->description)
61 "#%lu for %s", arg, bitmap->description);
106 retval = ext2fs_get_mem(strlen(descr)+1, &bitmap->description);
111 strcpy(bitmap->description, descr);
113 bitmap->description = 0;
120 ext2fs_free_mem(&bitmap->description);
149 src->description, src->bitmap,
159 if (bitmap->description) {
160 ext2fs_free_mem(&bitmap->description);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFRule.java 121 * Creates one or more rules based on the description passed in.
122 * @param description The description of the rule(s).
130 public static void makeRules(String description,
138 // description string)
139 NFRule rule1 = new NFRule(ownersOwner, description);
140 description = rule1.ruleText;
142 // check the description to see whether there's text enclosed
144 int brack1 = description.indexOf('[');
145 int brack2 = brack1 < 0 ? -1 : description.indexOf(']')
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFRule.java 120 * Creates one or more rules based on the description passed in.
121 * @param description The description of the rule(s).
129 public static void makeRules(String description,
137 // description string)
138 NFRule rule1 = new NFRule(ownersOwner, description);
139 description = rule1.ruleText;
141 // check the description to see whether there's text enclosed
143 int brack1 = description.indexOf('[');
144 int brack2 = brack1 < 0 ? -1 : description.indexOf(']')
    [all...]
  /external/deqp/executor/
xeTestCase.cpp 180 TestGroup::TestGroup (TestGroup* parent, TestNodeType nodeType, const char* name, const char* description)
181 : TestNode(parent, nodeType, name, description)
193 TestGroup* TestGroup::createGroup (const char* name, const char* description)
195 return new TestGroup(this, TESTNODETYPE_GROUP, name, description);
198 TestCase* TestGroup::createCase (TestCaseType caseType, const char* name, const char* description)
200 return TestCase::createAsChild(this, caseType, name, description);
241 TestCase* TestCase::createAsChild(TestGroup* parent, TestCaseType caseType, const char *name, const char *description)
243 return new TestCase(parent, caseType, name, description);
246 TestCase::TestCase (TestGroup* parent, TestCaseType caseType, const char* name, const char* description)
247 : TestNode (parent, TESTNODETYPE_TEST_CASE, name, description)
    [all...]
  /external/deqp/modules/egl/
teglQueryContextTests.cpp 89 GetCurrentContextCase (EglTestContext& eglTestCtx, const char* name, const char* description, const eglu::FilterList& filters, EGLint surfaceTypeMask)
90 : SingleContextRenderCase (eglTestCtx, name, description, getBuildClientAPIMask(), surfaceTypeMask, filters)
131 GetCurrentSurfaceCase (EglTestContext& eglTestCtx, const char* name, const char* description, const eglu::FilterList& filters, EGLint surfaceTypeMask)
132 : SingleContextRenderCase (eglTestCtx, name, description, getBuildClientAPIMask(), surfaceTypeMask, filters)
173 GetCurrentDisplayCase (EglTestContext& eglTestCtx, const char* name, const char* description, const eglu::FilterList& filters, EGLint surfaceTypeMask)
174 : SingleContextRenderCase (eglTestCtx, name, description, getBuildClientAPIMask(), surfaceTypeMask, filters)
214 QueryContextCase (EglTestContext& eglTestCtx, const char* name, const char* description, const eglu::FilterList& filters, EGLint surfaceTypeMask)
215 : SingleContextRenderCase (eglTestCtx, name, description, getBuildClientAPIMask(), surfaceTypeMask, filters)
306 QueryAPICase (EglTestContext& eglTestCtx, const char* name, const char* description)
307 : TestCase (eglTestCtx, name, description)
    [all...]
  /frameworks/rs/api/
rs_convert.spec 19 description:
33 description:
103 description:
149 description:
163 description:

Completed in 2806 milliseconds

<<31323334353637383940>>