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

  /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 == 0)
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/ash/wm/
window_resizer.h 58 // See comment for |Details::initial_location_in_parent|.
62 struct Details {
63 Details();
64 Details(aura::Window* window,
68 ~Details();
110 static gfx::Rect CalculateBoundsForDrag(const Details& details,
121 static void AdjustDeltaForTouchResize(const Details& details,
127 static gfx::Point GetOriginForDrag(const Details& details
    [all...]
window_resizer.cc 107 WindowResizer::Details::Details()
118 WindowResizer::Details::Details(aura::Window* window,
142 WindowResizer::Details::~Details() {
180 const Details& details,
182 if (!details.is_resizable)
183 return details.initial_bounds_in_parent
    [all...]
  /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.
36 JITEvent_EmittedFunctionDetails Details;
53 const EmittedFunctionDetails &Details) {
54 FunctionEmittedEvent Event = {NextIndex++, &F, Code, Size, Details};
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
LayersPanel.js 75 this._tabbedPane.appendTab(WebInspector.LayersPanel.DetailsViewTabs.Details, WebInspector.UIString("Details"), this._layerDetailsView);
81 Details: "details",
  /external/llvm/lib/CodeGen/
ShrinkWrapping.cpp 6 // License. See LICENSE.TXT for details.
73 Disabled, BasicInfo, Iterations, Details
83 clEnumVal(Details , "print all DF sets"),
301 if (ShrinkWrapDebugging >= Details) {
531 if (ShrinkWrapDebugging >= Details) {
    [all...]
  /external/llvm/lib/IR/
PassManager.cpp 6 // License. See LICENSE.TXT for details.
45 Disabled, Arguments, Structure, Executions, Details
56 clEnumVal(Details , "print pass details when it is executed"),
884 if (PassDebugging >= Details) {
908 if (PassDebugging >= Details) {
931 if (PassDebugging >= Details && !DeadPasses.empty()) {
    [all...]
  /external/chromium_org/v8/tools/
grokdump.py     [all...]

Completed in 849 milliseconds