HomeSort by relevance Sort by last modified time
    Searched refs:SetStatus (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/lldb/source/Interpreter/
CommandObjectScript.cpp 57 result.SetStatus (eReturnStatusFailed);
63 result.SetStatus (eReturnStatusFailed);
72 result.SetStatus (eReturnStatusFailed);
81 result.SetStatus (eReturnStatusSuccessFinishNoResult);
87 result.SetStatus(eReturnStatusSuccessFinishNoResult);
89 result.SetStatus(eReturnStatusFailed);
  /external/lldb/source/Commands/
CommandObjectVersion.cpp 44 result.SetStatus (eReturnStatusSuccessFinishResult);
49 result.SetStatus (eReturnStatusFailed);
CommandObjectArgs.cpp 111 result.SetStatus (eReturnStatusFailed);
119 result.SetStatus (eReturnStatusFailed);
129 result.SetStatus (eReturnStatusFailed);
138 result.SetStatus (eReturnStatusFailed);
146 result.SetStatus (eReturnStatusFailed);
154 result.SetStatus (eReturnStatusFailed);
179 result.SetStatus (eReturnStatusFailed);
185 result.SetStatus (eReturnStatusFailed);
206 result.SetStatus (eReturnStatusFailed);
219 result.SetStatus (eReturnStatusFailed)
    [all...]
CommandObjectSyntax.cpp 89 result.SetStatus (eReturnStatusSuccessFinishNoResult);
94 result.SetStatus (eReturnStatusSuccessFinishNoResult);
103 result.SetStatus (eReturnStatusFailed);
109 result.SetStatus (eReturnStatusFailed);
CommandObjectPlugin.cpp 89 result.SetStatus (eReturnStatusFailed);
100 result.SetStatus(eReturnStatusSuccessFinishResult);
104 result.SetStatus(eReturnStatusFailed);
CommandObjectWatchpointCommand.cpp 208 result.SetStatus (eReturnStatusSuccessFinishNoResult);
213 result.SetStatus (eReturnStatusFailed);
219 result.SetStatus (eReturnStatusFailed);
493 result.SetStatus (eReturnStatusFailed);
503 result.SetStatus (eReturnStatusFailed);
510 result.SetStatus (eReturnStatusFailed);
518 result.SetStatus(eReturnStatusFailed);
522 result.SetStatus(eReturnStatusSuccessFinishNoResult);
659 result.SetStatus (eReturnStatusFailed);
669 result.SetStatus (eReturnStatusFailed)
    [all...]
CommandObjectThread.cpp 166 result.SetStatus (eReturnStatusSuccessFinishResult);
180 result.SetStatus (eReturnStatusSuccessFinishResult);
197 result.SetStatus (eReturnStatusFailed);
221 result.SetStatus (eReturnStatusFailed);
230 result.SetStatus (eReturnStatusFailed);
244 result.SetStatus (eReturnStatusFailed);
422 result.SetStatus (eReturnStatusFailed);
433 result.SetStatus (eReturnStatusFailed);
441 result.SetStatus (eReturnStatusFailed);
524 result.SetStatus (eReturnStatusFailed)
    [all...]
CommandObjectPlatform.cpp 103 result.SetStatus (eReturnStatusSuccessFinishResult);
108 result.SetStatus (eReturnStatusFailed);
114 result.SetStatus (eReturnStatusFailed);
120 result.SetStatus (eReturnStatusFailed);
176 result.SetStatus (eReturnStatusFailed);
179 result.SetStatus (eReturnStatusSuccessFinishResult);
223 result.SetStatus (eReturnStatusSuccessFinishResult);
228 result.SetStatus (eReturnStatusFailed);
267 result.SetStatus (eReturnStatusSuccessFinishResult);
272 result.SetStatus (eReturnStatusFailed);
    [all...]
CommandObjectLog.cpp 205 result.SetStatus (eReturnStatusSuccessFinishNoResult);
207 result.SetStatus (eReturnStatusFailed);
288 result.SetStatus(eReturnStatusSuccessFinishNoResult);
300 result.SetStatus(eReturnStatusSuccessFinishNoResult);
350 result.SetStatus(eReturnStatusSuccessFinishResult);
362 result.SetStatus(eReturnStatusSuccessFinishResult);
367 result.SetStatus(eReturnStatusSuccessFinishResult);
375 result.SetStatus(eReturnStatusSuccessFinishNoResult);
411 result.SetStatus(eReturnStatusFailed);
420 result.SetStatus(eReturnStatusSuccessFinishNoResult)
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPen.h 66 return SetStatus(DllExports::GdipSetPenWidth(nativePen, width));
73 SetStatus(DllExports::GdipGetPenWidth(nativePen, &width));
87 return SetStatus(DllExports::GdipSetPenLineCap197819(nativePen,
95 return SetStatus(DllExports::GdipSetPenLineCap(nativePen,
102 return SetStatus(DllExports::GdipSetPenStartCap(nativePen, startCap));
107 return SetStatus(DllExports::GdipSetPenEndCap(nativePen, endCap));
113 return SetStatus(DllExports::GdipSetPenDashCap197819(nativePen,
119 return SetStatus(DllExports::GdipSetPenDashCap(nativePen, dashCap));
127 SetStatus(DllExports::GdipGetPenStartCap(nativePen, &startCap));
136 SetStatus(DllExports::GdipGetPenEndCap(nativePen, &endCap));
    [all...]
GdiPlusMatrix.h 85 SetStatus(DllExports::GdipCloneMatrix(nativeMatrix,
96 return SetStatus(DllExports::GdipGetMatrixElements(nativeMatrix, m));
106 return SetStatus(DllExports::GdipSetMatrixElements(nativeMatrix,
133 return SetStatus(DllExports::GdipSetMatrixElements(nativeMatrix,
140 return SetStatus(DllExports::GdipMultiplyMatrix(nativeMatrix,
149 return SetStatus(DllExports::GdipTranslateMatrix(nativeMatrix, offsetX, offsetY, order));
156 return SetStatus(DllExports::GdipScaleMatrix(nativeMatrix, scaleX, scaleY, order));
162 return SetStatus(DllExports::GdipRotateMatrix(nativeMatrix, angle, order));
171 SetStatus(DllExports::GdipTranslateMatrix(nativeMatrix, center.X, center.Y, order));
172 SetStatus(DllExports::GdipRotateMatrix(nativeMatrix, angle, order));
    [all...]
GdiPlusimageAttributes.h 60 SetStatus(DllExports::GdipCloneImageAttributes(
73 return SetStatus(DllExports::GdipSetImageAttributesToIdentity(
84 return SetStatus(DllExports::GdipResetImageAttributes(
96 return SetStatus(DllExports::GdipSetImageAttributesColorMatrix(
109 return SetStatus(DllExports::GdipSetImageAttributesColorMatrix(
126 return SetStatus(DllExports::GdipSetImageAttributesColorMatrix(
139 return SetStatus(DllExports::GdipSetImageAttributesColorMatrix(
153 return SetStatus(DllExports::GdipSetImageAttributesThreshold(
164 return SetStatus(DllExports::GdipSetImageAttributesThreshold(
176 return SetStatus(DllExports::GdipSetImageAttributesGamma(
    [all...]
GdiPlusFontCollection.h 51 return SetStatus(InvalidParameter);
58 return SetStatus(OutOfMemory);
61 Status status = SetStatus(DllExports::GdipGetFontCollectionFamilyList(
88 FontCollection::SetStatus(IN Status status) const
110 return SetStatus(DllExports::GdipInstallFontFile(nativeFontCollection, filename));
116 return SetStatus(DllExports::GdipUninstallFontFile(nativeFontCollection, filename));
136 return SetStatus(DllExports::GdipPrivateAddFontFile(nativeFontCollection, filename));
143 return SetStatus(DllExports::GdipPrivateAddMemoryFont(
GdiPlusPath.h 73 SetStatus(DllExports::GdipClonePath(nativePath, &clonepath));
83 return SetStatus(DllExports::GdipResetPath(nativePath));
93 SetStatus(DllExports::GdipGetPathFillMode(nativePath, &fillmode));
103 return SetStatus(DllExports::GdipSetPathFillMode(nativePath, fillmode));
113 return SetStatus(InvalidParameter);
144 return SetStatus(OutOfMemory);
153 return SetStatus(OutOfMemory);
158 return SetStatus(DllExports::GdipGetPathData(nativePath, pathData));
166 return SetStatus(DllExports::GdipStartPathFigure(nativePath));
171 return SetStatus(DllExports::GdipClosePathFigure(nativePath));
    [all...]
GdiPlusRegion.h 116 SetStatus(DllExports::GdipCloneRegion(nativeRegion, &region));
124 return SetStatus(DllExports::GdipSetInfinite(nativeRegion));
130 return SetStatus(DllExports::GdipSetEmpty(nativeRegion));
139 return SetStatus(DllExports::GdipCombineRegionRect(nativeRegion, &rect, CombineModeIntersect));
145 return SetStatus(DllExports::GdipCombineRegionRectI(nativeRegion, &rect, CombineModeIntersect));
151 return SetStatus(DllExports::GdipCombineRegionPath(nativeRegion, path->nativePath, CombineModeIntersect));
157 return SetStatus(DllExports::GdipCombineRegionRegion(nativeRegion, region->nativeRegion, CombineModeIntersect));
163 return SetStatus(DllExports::GdipCombineRegionRect(nativeRegion, &rect, CombineModeUnion));
169 return SetStatus(DllExports::GdipCombineRegionRectI(nativeRegion, &rect, CombineModeUnion));
175 return SetStatus(DllExports::GdipCombineRegionPath(nativeRegion, path->nativePath, CombineModeUnion));
    [all...]
GdiPlusBrush.h 39 SetStatus(DllExports::GdipCloneBrush(nativeBrush, &brush));
55 SetStatus(DllExports::GdipGetBrushType(nativeBrush, &type));
72 SetStatus(NotImplemented);
87 SetStatus(NotImplemented);
93 SetStatus(NotImplemented);
110 Status SetStatus(Status status) const
146 return SetStatus(InvalidParameter);
149 SetStatus(DllExports::GdipGetSolidFillColor((GpSolidFill*)nativeBrush,
159 return SetStatus(DllExports::GdipSetSolidFillColor((GpSolidFill*)nativeBrush,
352 return SetStatus(DllExports::GdipSetTextureTransform((GpTexture*)nativeBrush,
    [all...]
GdiPlusLineCaps.h 61 return SetStatus(DllExports::GdipSetCustomLineCapStrokeCaps(nativeCap,
70 return SetStatus(DllExports::GdipGetCustomLineCapStrokeCaps(nativeCap,
78 return SetStatus(DllExports::GdipSetCustomLineCapStrokeJoin(nativeCap, lineJoin));
86 SetStatus(DllExports::GdipGetCustomLineCapStrokeJoin(nativeCap, &lineJoin));
94 return SetStatus(DllExports::GdipSetCustomLineCapBaseCap(nativeCap, baseCap));
101 SetStatus(DllExports::GdipGetCustomLineCapBaseCap(nativeCap, &baseCap));
109 return SetStatus(DllExports::GdipSetCustomLineCapBaseInset(nativeCap, inset));
116 SetStatus(DllExports::GdipGetCustomLineCapBaseInset(nativeCap, &inset));
125 return SetStatus(DllExports::GdipSetCustomLineCapWidthScale(nativeCap, widthScale));
132 SetStatus(DllExports::GdipGetCustomLineCapWidthScale(nativeCap, &widthScale));
    [all...]
GdiPlusStringFormat.h 77 return SetStatus(DllExports::GdipSetStringFormatFlags(
86 SetStatus(DllExports::GdipGetStringFormatFlags(nativeFormat, &flags));
96 return SetStatus(DllExports::GdipSetStringFormatLineSpacing(
106 return SetStatus(DllExports::GdipSetStringFormatAlign(
115 SetStatus(DllExports::GdipGetStringFormatAlign(
124 return SetStatus(DllExports::GdipSetStringFormatLineAlign(
133 SetStatus(DllExports::GdipGetStringFormatLineAlign(
142 return SetStatus(DllExports::GdipSetStringFormatHotkeyPrefix(
151 SetStatus(DllExports::GdipGetStringFormatHotkeyPrefix(
164 return SetStatus(DllExports::GdipSetStringFormatTabStops(
    [all...]
GdiPlusBitmap.h 147 SetStatus(DllExports::GdipCloneImage(nativeImage, &cloneimage));
161 SetStatus(DllExports::GdipGetEncoderParameterListSize(nativeImage,
174 return SetStatus(DllExports::GdipGetEncoderParameterList(nativeImage,
189 return SetStatus(DllExports::GdipSaveImageToFile(nativeImage,
202 return SetStatus(DllExports::GdipSaveImageToStream(nativeImage,
213 return SetStatus(DllExports::GdipSaveAdd(nativeImage,
225 return SetStatus(InvalidParameter);
228 return SetStatus(DllExports::GdipSaveAddImage(nativeImage,
239 SetStatus(DllExports::GdipGetImageType(nativeImage, &type));
251 return SetStatus(InvalidParameter);
    [all...]
GdiPlusFontFamily.h 139 SetStatus(DllExports::GdipCloneFontFamily (nativeFamily, &clonedFamily));
150 return SetStatus(DllExports::GdipGetFamilyName(nativeFamily,
161 status = SetStatus(DllExports::GdipIsStyleAvailable(nativeFamily, style, &StyleAvailable));
175 SetStatus(DllExports::GdipGetEmHeight(nativeFamily, style, &EmHeight));
185 SetStatus(DllExports::GdipGetCellAscent(nativeFamily, style, &CellAscent));
195 SetStatus(DllExports::GdipGetCellDescent(nativeFamily, style, &CellDescent));
206 SetStatus(DllExports::GdipGetLineSpacing(nativeFamily, style, &LineSpacing));
221 SetStatus(DllExports::GdipGetTypographicAscent(nativeFamily, style, &TypographicAscent));
231 SetStatus(DllExports::GdipGetTypographicDescent(nativeFamily, style, &TypographicDescent));
241 SetStatus(DllExports::GdipGetTypographicLineGap(nativeFamily, style, &TypographicLineGap));
    [all...]
GdiPlusGraphics.h 124 SetStatus(DllExports::GdipGetDC(nativeGraphics, &hdc));
131 SetStatus(DllExports::GdipReleaseDC(nativeGraphics, hdc));
140 return SetStatus(
149 return SetStatus(
158 return SetStatus(DllExports::GdipSetCompositingMode(nativeGraphics,
166 SetStatus(DllExports::GdipGetCompositingMode(nativeGraphics,
174 return SetStatus(DllExports::GdipSetCompositingQuality(
183 SetStatus(DllExports::GdipGetCompositingQuality(
196 return SetStatus(DllExports::GdipSetTextRenderingHint(nativeGraphics,
204 SetStatus(DllExports::GdipGetTextRenderingHint(nativeGraphics,
    [all...]
GdiPlusFont.h 167 return SetStatus(DllExports::GdipGetLogFontA(nativeFont, g ? g->nativeGraphics : NULL, logfontA));
175 return SetStatus(DllExports::GdipGetLogFontW(nativeFont, g ? g->nativeGraphics : NULL, logfontW));
184 SetStatus(DllExports::GdipCloneFont(nativeFont, &cloneFont));
208 return SetStatus(InvalidParameter);
212 family->SetStatus(status);
214 return SetStatus(status);
222 SetStatus(DllExports::GdipGetFontStyle(nativeFont, &style));
231 SetStatus(DllExports::GdipGetFontSize(nativeFont, &size));
239 SetStatus(DllExports::GdipGetFontUnit(nativeFont, &unit));
247 SetStatus(DllExports::GdipGetFontHeight(
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_sync_ui_state_watcher.cc 27 model_->SetStatus(app_list::AppListModel::STATUS_SYNCING);
29 model_->SetStatus(app_list::AppListModel::STATUS_NORMAL);
  /external/chromium_org/chrome/browser/ui/
status_bubble.h 32 // status text. To hide the status bubble again, either call SetStatus
34 virtual void SetStatus(const base::string16& status) = 0;
  /external/chromium_org/chrome/browser/ui/ash/
app_sync_ui_state.cc 97 void AppSyncUIState::SetStatus(Status status) {
131 SetStatus(STATUS_NORMAL);
133 SetStatus(STATUS_SYNCING);
137 SetStatus(STATUS_TIMED_OUT);

Completed in 182 milliseconds

1 2 3 4 5 6