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

1 2 34 5 6 7 8 91011>>

  /test/vts/drivers/libprofiling/
VtsProfilingInterface.h 53 bool AddTraceEvent(android::hardware::details::HidlInstrumentor::InstrumentationEvent event,
  /external/compiler-rt/lib/builtins/arm64/
Makefile.mk 6 # License. See LICENSE.TXT for details.
  /external/compiler-rt/lib/builtins/armv6m/
Makefile.mk 6 # License. See LICENSE.TXT for details.
  /external/compiler-rt/lib/builtins/i386/
Makefile.mk 6 # License. See LICENSE.TXT for details.
  /external/compiler-rt/lib/builtins/ppc/
Makefile.mk 6 # License. See LICENSE.TXT for details.
  /external/compiler-rt/lib/builtins/x86_64/
Makefile.mk 6 # License. See LICENSE.TXT for details.
  /external/llvm/bindings/go/llvm/
llvm_dep.go 6 // License. See LICENSE.TXT for details.
version.go 6 // License. See LICENSE.TXT for details.
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.ml 6 * License. See LICENSE.TXT for details.
  /external/llvm/bindings/ocaml/irreader/
llvm_irreader.ml 6 * License. See LICENSE.TXT for details.
  /external/llvm/bindings/ocaml/linker/
llvm_linker.ml 6 * License. See LICENSE.TXT for details.
  /external/ltp/testcases/kernel/power_management/
pm_ilb_test.py 52 except Exception, details:
53 print "INFO: Idle Load Balancer test failed", details
pm_sched_domain.py 48 except Exception, details:
49 print "INFO: sched domain test failed: ", details
  /external/parameter-framework/upstream/parameter/
SubsystemObject.h 94 core::log::details::Info info() const { return _logger.info(); }
95 core::log::details::Warning warning() const { return _logger.warning(); }
  /external/selinux/libselinux/
Android.mk 5 # file in the same directory for more details.
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitreader/
llvm_bitreader.ml 6 * License. See LICENSE.TXT for details.
  /hardware/interfaces/camera/
README.md 9 More details and versioning information can be found within each particular HAL.
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue3945.go 8 // See https://golang.org/issue/3945 for details.
  /prebuilts/go/darwin-x86/src/runtime/race/
doc.go 7 // For details about the race detector see
  /prebuilts/go/linux-x86/misc/cgo/test/
issue3945.go 8 // See https://golang.org/issue/3945 for details.
  /prebuilts/go/linux-x86/src/runtime/race/
doc.go 7 // For details about the race detector see
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/test/
Android.mk 2 # Source Licenses. See LICENSE.TXT for details.
  /external/v8/src/inspector/
debugger-script.js 72 var scopeDetails = functionMirror.scope(i).details();
208 if (e instanceof Debug.LiveEdit.Failure && "details" in e) {
209 var details = /** @type {!LiveEditErrorDetails} */(e.details);
210 if (details.type === "liveedit_compile_error") {
211 var startPosition = details.position.start;
212 return [1, String(e), String(details.syntaxErrorMessage), Number(startPosition.line), Number(startPosition.column)];
265 var frameDetails = frameMirror.details();
289 var scopeDetails = scopeMirrors[i].details();
307 var details;
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskSave.cpp 114 android::String8 details; local
128 details.appendFormat(" %s: %f\n", it->first.string(), it->second.getDouble());
130 details.appendFormat(" %s: %lld\n", it->first.string(), it->second.getInt64());
133 MSG("%s", details.string());
135 getTestCase()->setDetails(details);
  /packages/apps/Camera2/src/com/android/camera/ui/
DetailsDialog.java 43 * Displays details (such as Exif) of a local media item.
51 * @param mediaDetails the media details to display.
52 * @return A dialog that can be made visible to show the media details.
61 return builder.setTitle(R.string.details).setView(detailsList)
71 * An adapter for feeding a details list view with the contents of a
83 public DetailsAdapter(Context context, MediaDetails details) {
85 mMediaDetails = details;
86 mItems = new ArrayList<String>(details.size());
87 setDetails(context, details);
90 private void setDetails(Context context, MediaDetails details) {
    [all...]

Completed in 1802 milliseconds

1 2 34 5 6 7 8 91011>>