/external/skia/bench/ |
TimerData.h | 33 enum Result { 50 * @param result the type of result desired 57 Result result,
|
/frameworks/compile/mclinker/include/mcld/LD/ |
Resolver.h | 41 /** \class Resolver::Result 42 * \brief the result of symbol resolution 47 struct Result { 71 Result& pResult) const {
|
/external/llvm/tools/bugpoint/ |
BugDriver.cpp | 60 std::string Result; 62 if (i) Result += " "; 63 Result += "-"; 64 Result += Passes[i]; 66 return Result; 88 Module *Result = ParseIRFile(Filename, Err, Ctxt); 89 if (!Result) 94 if (Result) { 96 Triple TheTriple(Result->getTargetTriple()); 104 Result->setTargetTriple(TargetTriple.getTriple()); // override the tripl [all...] |
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/ |
win_ce_semaphore.c | 51 will, in all likelihood, result in a defect): 62 SYNCHHANDLE hSynch = NULL, result = NULL; local 94 result=CleanUp(hSynch, 6 /* An event and a mutex, but no semaphore. */); 97 return result; 103 BOOL Result = TRUE; 117 Result = FALSE; 132 return Result; 155 a waiting thread) is released as a result of the SetEvent. */ 189 BOOL Result = TRUE; 190 if (hSynch->hEvent != NULL) Result = Result && CloseHandle (hSynch->hEvent) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
BridgeRenderSession.java | 23 import com.android.ide.common.rendering.api.Result; 44 private Result mLastResult; 47 public Result getResult() { 72 public Result getProperty(Object objectView, String propertyName) { 78 public Result setProperty(Object objectView, String propertyName, String propertyValue) { 84 public Result render(long timeout) { 100 public Result animate(Object targetObject, String animationName, 118 public Result insertChild(Object parentView, ILayoutPullParser childXml, int index, 141 public Result moveChild(Object parentView, Object childView, int index, 166 public Result removeChild(Object childView, IAnimationListener listener) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/ |
armCOMM.c | 488 * Returns the result of saturated addition of the two inputs Value1, Value2 495 * [out] Result of operation 502 OMX_S32 Result; 504 Result = Value1 + Value2; 509 if( (Result^Value1) >= 0) 511 /*Result has not saturated*/ 512 return Result; 518 /*Result has saturated in positive side*/ 523 /*Result has saturated in negative side*/ 532 return Result; 689 OMX_S32 result; local 844 OMX_S32 result; local 881 OMX_S32 result; local 918 OMX_F64 result; local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/ |
armCOMM.c | 488 * Returns the result of saturated addition of the two inputs Value1, Value2 495 * [out] Result of operation 502 OMX_S32 Result; 504 Result = Value1 + Value2; 509 if( (Result^Value1) >= 0) 511 /*Result has not saturated*/ 512 return Result; 518 /*Result has saturated in positive side*/ 523 /*Result has saturated in negative side*/ 532 return Result; 689 OMX_S32 result; local 844 OMX_S32 result; local 881 OMX_S32 result; local 918 OMX_F64 result; local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/ |
armCOMM.c | 488 * Returns the result of saturated addition of the two inputs Value1, Value2 495 * [out] Result of operation 502 OMX_S32 Result; 504 Result = Value1 + Value2; 509 if( (Result^Value1) >= 0) 511 /*Result has not saturated*/ 512 return Result; 518 /*Result has saturated in positive side*/ 523 /*Result has saturated in negative side*/ 532 return Result; 689 OMX_S32 result; local 844 OMX_S32 result; local 881 OMX_S32 result; local 918 OMX_F64 result; local [all...] |
/external/clang/unittests/Tooling/ |
CompilationDatabaseTest.cpp | 306 std::vector<std::string> Result = unescapeJsonCommandLine(""); 307 EXPECT_TRUE(Result.empty()); 311 std::vector<std::string> Result = unescapeJsonCommandLine("a b c"); 312 ASSERT_EQ(3ul, Result.size()); 313 EXPECT_EQ("a", Result[0]); 314 EXPECT_EQ("b", Result[1]); 315 EXPECT_EQ("c", Result[2]); 319 std::vector<std::string> Result = unescapeJsonCommandLine(" a b "); 320 ASSERT_EQ(2ul, Result.size()); 321 EXPECT_EQ("a", Result[0]) [all...] |
/cts/libs/vogar-expect/src/vogar/ |
Expectation.java | 25 * The expected result of an action execution. This is typically encoded in the 29 * result UNSUPPORTED 34 * result COMPILE_FAILED 45 public static final Expectation SUCCESS = new Expectation(Result.SUCCESS, MATCH_ALL_PATTERN, 51 /** The action's expected result, such as {@code EXEC_FAILED}. */ 52 private final Result result; field in class:Expectation 66 public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug) { 67 if (result == null || description == null || pattern == null) [all...] |
/external/chromium/chrome/browser/printing/ |
print_job_worker_owner.h | 26 PrintingContext::Result result) = 0;
|
/external/chromium_org/chrome/browser/component_updater/ |
crx_downloader.h | 58 struct Result { 59 Result(); 73 typedef base::Callback<void (const Result& result)> DownloadCallback; 107 const Result& result,
|
update_response.h | 59 // The result of parsing one <app> tag in an xml update check response. 60 struct Result { 87 Result(); 88 ~Result(); 107 std::vector<Result> list; 113 // Parses an update response xml string into Result data. Returns a bool
|
/external/chromium_org/chrome/browser/first_run/ |
try_chrome_dialog_view.h | 66 enum Result { 84 static Result Show(size_t flavor, const ActiveModalDialogListener& listener); 90 Result ShowModal(const ActiveModalDialogListener& listener); 124 Result result_;
|
/external/chromium_org/chrome/browser/printing/ |
print_job_worker_owner.h | 28 PrintingContext::Result result) = 0;
|
/external/chromium_org/chrome/browser/services/gcm/ |
gcm_event_router.h | 23 GCMClient::Result result) = 0;
|
/external/chromium_org/chrome/browser/ui/ash/ |
screenshot_taker.h | 31 enum Result { 45 Result screenshot_result, 65 ScreenshotTakerObserver::Result screenshot_result, 81 ScreenshotTakerObserver::Result screenshot_result,
|
/external/chromium_org/content/browser/renderer_host/input/ |
synthetic_gesture_target.h | 30 SyntheticGesture::Result result) = 0;
|
/external/chromium_org/net/websockets/ |
websocket_deflate_predictor_impl.h | 23 virtual Result Predict(const ScopedVector<WebSocketFrame>& frames,
|
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/ |
testable_callback.h | 38 // result. Returns immediately if the callback was previously called 39 // and the result wasn't returned (i.e. each result value received 52 int32_t Result() const { return result_; } 55 static void Handler(void* user_data, int32_t result); 57 bool have_result_; // is a result available? 58 int32_t result_; // value of the result
|
/external/easymock/src/org/easymock/internal/ |
Results.java | 31 private final List<Result> results = new ArrayList<Result>();
33 public void add(Result result, Range range) {
42 results.add(result);
45 public Result next() {
|
/external/libnfc-nxp/src/ |
phFriNfc_SmtCrdFmt.c | 83 NFCSTATUS result = NFCSTATUS_SUCCESS; local 91 result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, NFCSTATUS_INVALID_PARAMETER); 162 return (result); 200 NFCSTATUS result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, local 215 result = phFriNfc_MfUL_ConvertToReadOnly (NdefSmtCrdFmt); 220 result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, 228 result = phFriNfc_Desfire_ConvertToReadOnly (NdefSmtCrdFmt); 236 result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, 242 return result; 255 NFCSTATUS Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolutionNormalization.cpp | 119 const SCEV *Result = SE.getAddRecExpr(Operands, L, SCEV::FlagAnyWrap); 126 Result = SE.getMinusSCEV(Result, TransformedStep); 134 assert(S == TransformSubExpr(Result, User, OperandValToReplace) && 143 Result = SE.getMinusSCEV(Result, TransformedStep); 147 assert(S == TransformSubExpr(Result, User, OperandValToReplace) && 153 Result = cast<SCEVAddRecExpr>(Result)->getPostIncExpr(SE); 156 return Result; [all...] |
/external/skia/tools/skpdiff/ |
SkDifferentPixelsMetric.h | 21 * not the same size or have no pixels, the result will always be zero. 32 Result* result) const SK_OVERRIDE;
|
/external/chromium_org/printing/ |
printing_context_gtk.cc | 68 PrintingContext::Result PrintingContextGtk::UseDefaultSettings() { 95 PrintingContext::Result PrintingContextGtk::UpdatePrinterSettings( 111 PrintingContext::Result PrintingContextGtk::InitWithSettings( 120 PrintingContext::Result PrintingContextGtk::NewDocument( 130 PrintingContext::Result PrintingContextGtk::NewPage() { 140 PrintingContext::Result PrintingContextGtk::PageDone() { 150 PrintingContext::Result PrintingContextGtk::DocumentDone() {
|