HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 301 - 325 of 1247) sorted by null

<<11121314151617181920>>

  /frameworks/base/cmds/app_process/
Android.mk 16 # See b/21032018 for more details.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNotificationController.java 294 CharSequence details = mContext.getResources().getQuantityText( local
298 mNotificationBuilder.setContentText(details);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListActivity.java 176 // show dialog with delivery date/time and alert details
177 CharSequence details = CellBroadcastResources.getMessageDetails(getActivity(), cbm); local
180 .setMessage(details)
  /packages/apps/Dialer/java/com/android/dialer/blocking/
BlockReportSpamDialogs.java 170 TextView details = (TextView) dialogView.findViewById(R.id.block_details);
171 details.setText(getBlockMessage(getContext()));
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_prototypes.py 60 except TypeError, details:
61 self.assertEqual(str(details), "required argument 'input' missing")
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_prototypes.py 60 except TypeError, details:
61 self.assertEqual(str(details), "required argument 'input' missing")
  /prebuilts/go/darwin-x86/src/html/template/
doc.go 32 trusted, while Execute's data parameter is not. More details are
73 See the documentation of ErrorCode for details.
79 details necessary to understand escaping contexts and error messages. Most users
80 will not need to understand these details.
  /prebuilts/go/darwin-x86/src/math/rand/
rng.go 26 // Used for seeding. See gen_cooked.go for details.
  /prebuilts/go/linux-x86/src/html/template/
doc.go 32 trusted, while Execute's data parameter is not. More details are
73 See the documentation of ErrorCode for details.
79 details necessary to understand escaping contexts and error messages. Most users
80 will not need to understand these details.
  /prebuilts/go/linux-x86/src/math/rand/
rng.go 26 // Used for seeding. See gen_cooked.go for details.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_prototypes.py 60 except TypeError, details:
61 self.assertEqual(str(details), "required argument 'input' missing")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_prototypes.py 60 except TypeError, details:
61 self.assertEqual(str(details), "required argument 'input' missing")
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 28 AndroidJUnitDelegate_NoRunnerMsg_s=%1$s is not configured correctly for running tests. See Console for details.
  /toolchain/binutils/binutils-2.25/binutils/
configure.com 16 $! GNU General Public License for more details.
  /toolchain/binutils/binutils-2.25/opcodes/
configure.com 19 $! GNU General Public License for more details.
  /external/valgrind/none/tests/
cmdline2.stdout.exp 146 --trace-signals=no|yes show signal handling details? [no]
147 --trace-symtab=no|yes show symbol table details? [no]
149 --trace-cfi=no|yes show call-frame-info details? [no]
153 --trace-redir=no|yes show redirection details? [no]
154 --trace-sched=no|yes show thread scheduler details? [no]
192 with --trace-flags for full details)
199 --trace-malloc=no|yes show client malloc details? [no]
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 467 final CharSequence details; local
469 details = context.getText(isBootImageOnDisk()
473 details = context.getText(
486 .setContentText(details)
489 .bigText(details))
  /external/guava/
javadoc-stylesheet.css 218 div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
263 .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
269 .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
348 .contentContainer .description table, .contentContainer .details table {
  /external/libjpeg-turbo/java/doc/
stylesheet.css 218 div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
263 .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
269 .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
348 .contentContainer .description table, .contentContainer .details table {
  /external/v8/src/regexp/
jsregexp.h 378 // Details of a quick mask-compare check that can look ahead in the
465 virtual void GetQuickCheckDetails(QuickCheckDetails* details,
614 virtual void GetQuickCheckDetails(QuickCheckDetails* details,
619 details, compiler, filled_in, not_at_start);
690 virtual void GetQuickCheckDetails(QuickCheckDetails* details,
755 virtual void GetQuickCheckDetails(QuickCheckDetails* details,
791 virtual void GetQuickCheckDetails(QuickCheckDetails* details,
816 virtual void GetQuickCheckDetails(QuickCheckDetails* details,
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 449 .absent h4.jd-details-title,
450 .absent h4.jd-details-title * {
462 .sum-details-links {
467 .sum-details-links a {
471 .sum-details-links a:hover {
584 .jd-details {
593 .jd-details-descr {
639 the details section for constants,
641 h4.jd-details-title {
653 in details sections *
    [all...]
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
ActivityManagerAppConfigurationTests.java 536 final ReportedSizes details = getLastReportedSizesForActivity(activityName, logSeparator);
537 assertNotNull(details);
538 return details;
  /external/v8/src/inspector/
v8-debugger-agent-impl.cc 923 v8::Local<v8::Object> details = currentCallFrame->details(); local
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
ActionHandler.java 248 public boolean openDocument(DocumentDetails details, @ViewType int type,
250 DocumentInfo doc = mModel.getDocument(details.getModelId());
253 "Can't view item. No Document available for modeId: " + details.getModelId());
  /external/v8/src/debug/
mirrors.js 234 // A copy of the PropertyType enum from property-details.h
785 var details = %DebugGetPropertyDetails(this.value_, name);
786 if (details) {
787 return new PropertyMirror(this, name, details);
1127 var details = %DebugGetPropertyDetails(this.value_, TO_STRING(i));
1129 if (details) {
1130 value = new PropertyMirror(this, i, details);
1853 FrameMirror.prototype.details = function() { method in class:FrameMirror
2307 ScopeMirror.prototype.details = function() { method in class:ScopeMirror
    [all...]

Completed in 1575 milliseconds

<<11121314151617181920>>