HomeSort by relevance Sort by last modified time
    Searched defs:Details (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/events/
gesture_event_details.cc 58 GestureEventDetails::Details::Details() {
59 memset(this, 0, sizeof(Details));
gesture_event_details.h 135 union Details {
136 Details();
137 struct { // SCROLL start details.
  /external/chromium_org/content/public/browser/
notification_details.h 5 // This file defines the type used to provide details for NotificationService
17 // "Details<detailsclassname>(detailsclasspointer)" or
26 // returns the pointer to the current details as an identifier, for use as a
41 // Declaring this const allows Details<T> to be used with both T = Foo and
47 class Details : public NotificationDetails {
50 Details(T* ptr) : NotificationDetails(ptr) {} // NOLINT
51 Details(const NotificationDetails& other) // NOLINT
  /external/llvm/lib/Analysis/
LibCallAliasAnalysis.cpp 6 // License. See LICENSE.TXT for details.
56 const LibCallFunctionInfo::LocationMRInfo *Details = FI->LocationDetails;
57 if (Details == nullptr)
60 // If the details array is of the 'DoesNot' kind, we only know something if
61 // the pointer is a match for one of the locations in 'Details'. If we find a
66 for (unsigned i = 0; Details[i].LocationID != ~0U; ++i) {
68 LCI->getLocationInfo(Details[i].LocationID);
74 return ModRefResult(MRInfo & ~Details[i].MRInfo);
79 // If the details are of the 'DoesOnly' sort, we know something if the pointer
80 // is a match for one of the locations in 'Details'. Also, if we can prov
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_error_controller_unittest.cc 34 void Details();
75 void MockExtensionErrorUI::Details() {
  /development/apps/Development/src/com/android/development/
Details.java 33 public class Details extends Activity
43 title = "Details";
129 TextView error = new TextView(Details.this);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 6 // License. See LICENSE.TXT for details.
33 JITEvent_EmittedFunctionDetails Details;
50 const EmittedFunctionDetails &Details) {
51 FunctionEmittedEvent Event = {NextIndex++, &F, Code, Size, Details};
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
LayersPanel.js 67 this._tabbedPane.appendTab(WebInspector.LayersPanel.DetailsViewTabs.Details, WebInspector.UIString("Details"), this._layerDetailsView);
74 Details: "details",
  /external/llvm/lib/IR/
LegacyPassManager.cpp 6 // License. See LICENSE.TXT for details.
46 Disabled, Arguments, Structure, Executions, Details
58 clEnumVal(Details , "print pass details when it is executed"),
896 if (PassDebugging >= Details) {
920 if (PassDebugging >= Details) {
943 if (PassDebugging >= Details && !DeadPasses.empty()) {
    [all...]
  /external/chromium_org/v8/tools/
grokdump.py     [all...]

Completed in 550 milliseconds