HomeSort by relevance Sort by last modified time
    Searched refs:Result (Results 201 - 225 of 1543) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/src/codec/
SkBmpMaskCodec.h 37 Result onGetPixels(const SkImageInfo& dstInfo, void* dst,
41 SkCodec::Result prepareToDecode(const SkImageInfo& dstInfo,
SkIcoCodec.h 39 Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&,
50 Result onStartScanlineDecode(const SkImageInfo& dstInfo, const SkCodec::Options& options,
SkWbmpCodec.h 27 Result onGetPixels(const SkImageInfo&, void*, size_t,
57 Result onStartScanlineDecode(const SkImageInfo& dstInfo, const Options& options,
SkGifCodec.h 59 Result onGetPixels(const SkImageInfo&, void*, size_t, const Options&,
84 static Result ReadUpToFirstImage(GifFileType* gif, uint32_t* transIndex);
120 Result prepareToDecode(const SkImageInfo& dstInfo, SkPMColor* inputColorPtr,
145 Result onStartScanlineDecode(const SkImageInfo& dstInfo, const Options& opts,
SkRawCodec.h 36 Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&,
  /external/skia/src/core/
SkColorSpace.h 62 enum Result {
72 static Result Concat(const SkColorSpace* src, const SkColorSpace* dst, SkFloat3x3* result);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 66 Result RN 0
82 MOV Result, #OMX_Sts_NoErr
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 66 Result RN 0
82 MOV Result, #OMX_Sts_NoErr
  /frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
XMLParser.java 70 public <Result> Result accept(ParseTreeVisitor<? extends Result> visitor) {
71 if ( visitor instanceof XMLParserVisitor<?> ) return ((XMLParserVisitor<? extends Result>)visitor).visitDocument(this);
154 public <Result> Result accept(ParseTreeVisitor<? extends Result> visitor) {
155 if ( visitor instanceof XMLParserVisitor<?> ) return ((XMLParserVisitor<? extends Result>)visitor).visitProlog(this);
240 public <Result> Result accept(ParseTreeVisitor<? extends Result> visitor)
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/examples/java/
HelloEdison.java 32 import mraa.Result;
50 System.exit(Result.ERROR_INVALID_PLATFORM.swigValue());
59 * default position of '0'. Note that the value could change as a result of
  /hardware/bsp/intel/peripheral/libupm/src/lpd8806/
lpd8806.h 115 mraa::Result CSOn ();
120 mraa::Result CSOff ();
  /hardware/bsp/intel/peripheral/libupm/src/max31723/
max31723.h 109 mraa::Result CSOn ();
114 mraa::Result CSOff ();
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXResult.java 22 import javax.xml.transform.Result;
27 * <p>Acts as an holder for a transformation Result.</p>
31 public class SAXResult implements Result {
36 * the Transformer supports Result output of this type.
66 * Get the {@link org.xml.sax.ContentHandler} that is the Result.
  /libcore/luni/src/main/java/javax/xml/transform/stream/
StreamResult.java 25 import javax.xml.transform.Result;
28 * <p>Acts as an holder for a transformation result,
33 public class StreamResult implements Result {
37 * the Transformer supports Result output of this type.
115 * Set the writer that is to receive the result. Normally,
  /libcore/ojluni/src/main/java/java/sql/
SQLXML.java 33 import javax.xml.transform.Result;
47 * may also be accessed through a Source or set as a Result, which
63 * Document result = parser.parse(binaryStream);
98 * or, to set the result value from SAX events:
103 * // set the XML elements and attributes into the result
111 * or, to set the result value from StAX events:
120 * File myFile = new File("result.xml");
123 * Result result = new StreamResult(myFile);
124 * xslt.transform(source, result);
    [all...]
  /system/connectivity/shill/
connection_diagnostics.h 153 enum Result {
160 Event(Type type_in, Phase phase_in, Result result_in,
164 result(result_in),
168 Result result; member in struct:shill::ConnectionDiagnostics::Event
172 // The result of the diagnostics is a string describing the connection issue
212 // performs further diagnostics based on the |result| from a completed portal
215 const PortalDetector::Result& result);
233 // Create a new Event with |type|, |phase|, |result|, and an empty message
    [all...]
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 112 LookupResult Result = statChained(Path, Data, isFile, F, FS);
118 if (Result == CacheMissing)
119 return Result;
125 return Result;
  /external/clang/lib/Lex/
PPCaching.cpp 48 void Preprocessor::CachingLex(Token &Result) {
53 Result = CachedTokens[CachedLexPos++];
58 Lex(Result);
63 CachedTokens.push_back(Result);
  /external/clang/lib/StaticAnalyzer/Checkers/
BuiltinFunctionChecker.cpp 85 llvm::APSInt Result;
86 if (CE->EvaluateAsInt(Result, C.getASTContext(), Expr::SE_NoSideEffects)) {
87 // Make sure the result has the correct type.
90 BVF.getAPSIntType(CE->getType()).apply(Result);
91 V = SVB.makeIntVal(Result);
  /external/clang/tools/libclang/
CXSourceLocation.cpp 44 CXSourceLocation Result = { { nullptr, nullptr }, 0 };
45 return Result;
55 CXSourceRange Result = { { nullptr, nullptr }, 0, 0 };
56 return Result;
63 CXSourceRange Result = { { begin.ptr_data[0], end.ptr_data[0] }, 0, 0 };
64 return Result;
71 CXSourceRange Result = { { begin.ptr_data[0], begin.ptr_data[1] },
74 return Result;
92 CXSourceLocation Result = { { range.ptr_data[0], nullptr }, 0 };
93 return Result;
    [all...]
  /external/clang/unittests/Format/
FormatTestProto.cpp 28 std::string Result = applyAllReplacements(Code, Replaces);
29 EXPECT_NE("", Result);
30 DEBUG(llvm::errs() << "\n" << Result << "\n\n");
31 return Result;
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.hpp 69 struct Result
74 Result (float megaVertPerSec_, float megaFragPerSec_) : megaVertPerSec(megaVertPerSec_), megaFragPerSec(megaFragPerSec_) {}
86 Result getResult (void) const { DE_ASSERT(m_state == STATE_FINISHED); return m_result; }
120 Result m_result;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BytesDictionaryMatcher.java 13 import com.ibm.icu.util.BytesTrie.Result;
49 Result result = bt.first(transform(c)); local
54 if (result.hasValue()) {
62 if (result == Result.FINAL_VALUE) {
65 } else if (result == Result.NO_MATCH) {
78 result = bt.next(transform(c));
  /external/junit/src/org/junit/internal/
TextListener.java 8 import org.junit.runner.Result;
25 public void testRunFinished(Result result) {
26 printHeader(result.getRunTime());
27 printFailures(result);
28 printFooter(result);
59 protected void printFailures(Result result) {
60 List<Failure> failures= result.getFailures();
77 protected void printFooter(Result result)
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
CrossThreadProgress.h 17 HRESULT Result;

Completed in 5902 milliseconds

1 2 3 4 5 6 7 891011>>