HomeSort by relevance Sort by last modified time
    Searched full:setstatus (Results 1 - 25 of 345) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
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...]
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...]
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...]
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...]
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...]
  /frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
RemoteDisplayProviderService.java 77 mTestDisplay1.setStatus(RemoteDisplay.STATUS_AVAILABLE);
87 mTestDisplay2.setStatus(RemoteDisplay.STATUS_AVAILABLE);
94 mTestDisplay3.setStatus(RemoteDisplay.STATUS_NOT_AVAILABLE);
101 mTestDisplay4.setStatus(RemoteDisplay.STATUS_IN_USE);
108 mTestDisplay5.setStatus(RemoteDisplay.STATUS_AVAILABLE);
115 mTestDisplay6.setStatus(RemoteDisplay.STATUS_AVAILABLE);
122 mTestDisplay8.setStatus(RemoteDisplay.STATUS_AVAILABLE);
129 mTestDisplay9.setStatus(RemoteDisplay.STATUS_AVAILABLE);
136 mTestDisplay10.setStatus(RemoteDisplay.STATUS_AVAILABLE);
170 display.setStatus(RemoteDisplay.STATUS_CONNECTING)
    [all...]
  /external/chromium_org/components/proximity_auth/
connection_unittest.cc 48 using Connection::SetStatus;
92 connection.SetStatus(Connection::CONNECTED);
95 connection.SetStatus(Connection::DISCONNECTED);
98 connection.SetStatus(Connection::IN_PROGRESS);
104 connection.SetStatus(Connection::IN_PROGRESS);
113 connection.SetStatus(Connection::CONNECTED);
122 connection.SetStatus(Connection::CONNECTED);
131 connection.SetStatus(Connection::CONNECTED);
150 connection.SetStatus(Connection::CONNECTED);
162 connection.SetStatus(Connection::DISCONNECTED)
    [all...]
  /development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/
ActivityA.java 45 mStatusTracker.setStatus(mActivityName, getString(R.string.on_create));
52 mStatusTracker.setStatus(mActivityName, getString(R.string.on_start));
59 mStatusTracker.setStatus(mActivityName, getString(R.string.on_restart));
66 mStatusTracker.setStatus(mActivityName, getString(R.string.on_resume));
73 mStatusTracker.setStatus(mActivityName, getString(R.string.on_pause));
80 mStatusTracker.setStatus(mActivityName, getString(R.string.on_stop));
86 mStatusTracker.setStatus(mActivityName, getString(R.string.on_destroy));
ActivityB.java 45 mStatusTracker.setStatus(mActivityName, getString(R.string.on_create));
52 mStatusTracker.setStatus(mActivityName, getString(R.string.on_start));
59 mStatusTracker.setStatus(mActivityName, getString(R.string.on_restart));
66 mStatusTracker.setStatus(mActivityName, getString(R.string.on_resume));
73 mStatusTracker.setStatus(mActivityName, getString(R.string.on_pause));
80 mStatusTracker.setStatus(mActivityName, getString(R.string.on_stop));
86 mStatusTracker.setStatus(mActivityName, getString(R.string.on_destroy));
ActivityC.java 45 mStatusTracker.setStatus(mActivityName, getString(R.string.on_create));
52 mStatusTracker.setStatus(mActivityName, getString(R.string.on_start));
59 mStatusTracker.setStatus(mActivityName, getString(R.string.on_restart));
66 mStatusTracker.setStatus(mActivityName, getString(R.string.on_resume));
73 mStatusTracker.setStatus(mActivityName, getString(R.string.on_pause));
80 mStatusTracker.setStatus(mActivityName, getString(R.string.on_stop));
86 mStatusTracker.setStatus(mActivityName, getString(R.string.on_destroy));
  /external/chromium_org/chrome/browser/ui/cocoa/
status_bubble_mac_unittest.mm 185 TEST_F(StatusBubbleMacTest, SetStatus) {
186 bubble_->SetStatus(base::string16());
187 bubble_->SetStatus(UTF8ToUTF16("This is a test"));
192 bubble_->SetStatus(UTF8ToUTF16("This is a test"));
196 bubble_->SetStatus(base::string16());
221 bubble_->SetStatus(UTF8ToUTF16("Showing"));
232 bubble_->SetStatus(UTF8ToUTF16("Status"));
241 bubble_->SetStatus(base::string16());
246 bubble_->SetStatus(UTF8ToUTF16("Status"));
249 bubble_->SetStatus(base::string16())
    [all...]
  /external/lldb/source/Commands/
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...]
CommandObjectMemory.cpp 392 result.SetStatus(eReturnStatusFailed);
489 result.SetStatus(eReturnStatusFailed);
540 result.SetStatus(eReturnStatusFailed);
558 result.SetStatus(eReturnStatusFailed);
570 result.SetStatus(eReturnStatusFailed);
586 result.SetStatus(eReturnStatusFailed);
629 result.SetStatus(eReturnStatusFailed);
640 result.SetStatus(eReturnStatusFailed);
646 result.SetStatus(eReturnStatusFailed);
652 result.SetStatus(eReturnStatusFailed)
    [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/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/chromium_org/chrome/browser/ui/ash/
app_sync_ui_state.cc 99 void AppSyncUIState::SetStatus(Status status) {
133 SetStatus(STATUS_NORMAL);
135 SetStatus(STATUS_SYNCING);
139 SetStatus(STATUS_TIMED_OUT);
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
IncomingFileTransfer.java 134 setStatus(Status.in_progress);
138 setStatus(Status.error);
143 setStatus(Status.error);
149 setStatus(Status.complete);
173 setStatus(FileTransfer.Status.error);
178 setStatus(Status.negotiating_transfer);
181 setStatus(Status.negotiating_stream);
207 setStatus(Status.negotiated);
212 setStatus(Status.cancelled);

Completed in 724 milliseconds

1 2 3 4 5 6 7 8 91011>>