/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | BufferNULL.cpp | 112 angle::Result BufferNULL::unmap(const gl::Context *context, GLboolean *result) in unmap() argument 114 *result = GL_TRUE; in unmap()
|
/third_party/skia/samplecode/ |
H A D | Sample.cpp | 96 bool result = dispatch(fClick.get()); in mouse() local 98 return result; in mouse()
|
/third_party/skia/src/codec/ |
H A D | SkCodecImageGenerator.cpp | 53 SkCodec::Result result = fCodec->getPixels(pm, options); in getPixels() 54 switch (result) { in getPixels()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Swapchain.cpp | 75 auto result = device.acquireNextImageKHR(swapchain, UINT64_MAX, presentCompleteSemaphore, vk::Fence()); in acquireNextImage() local 76 imageIndex = result.value; in acquireNextImage()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | format.cpp | 107 // Formats the obj and append the result in the buffer, toAppendTo. 140 // result object. Checks the parse position for errors. 144 Formattable& result, in parseObject() 150 parseObject(source, result, parsePosition); in parseObject() 143 parseObject(const UnicodeString& source, Formattable& result, UErrorCode& status) const parseObject() argument
|
H A D | nfrule.h | 78 Formattable& result) const; 82 void _appendRuleText(UnicodeString& result) const;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | dtitvinf.h | 196 * The caller owns the result and should delete it when done. 272 * @param result output param to receive the pattern 274 * @return a reference to 'result' 279 UnicodeString& result, 284 * @param result output param to receive the pattern 285 * @return a reference to 'result' 288 UnicodeString& getFallbackIntervalPattern(UnicodeString& result) const;
|
/third_party/skia/tests/ |
H A D | GrContextFactoryTest.cpp | 110 SkString result = ctxInfo.directContext()->dump(); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local 111 REPORTER_ASSERT(reporter, !result.isEmpty()); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
/third_party/skia/src/sksl/lex/ |
H A D | RegexParser.cpp | 38 RegexNode result = fStack.top(); in pop() local 40 return result; in pop()
|
/third_party/skia/third_party/externals/brotli/go/cbrotli/ |
H A D | reader.go | 22 BrotliDecoderResult result = BrotliDecoderDecompressStream( 26 return result; 107 result := C.DecompressStream(r.state, 114 switch result {
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPU.cpp | 32 std::string result = value; in GetEnvVar() local 34 return result; in GetEnvVar()
|
/third_party/optimized-routines/string/aarch64/ |
H A D | strchrnul.S | 20 #define result x0 define 110 add result, src, tmp1, lsr #1
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
H A D | chrome_subsetter.cc | 128 int result = SaveFile(argv[2], output_buffer, output_length) ? 1 : 0; in main() local 130 return result; in main()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | simpleformatter.h | 50 * UnicodeString result; 53 * fmt.format("england", "paul", result, errorCode); 240 * Formats the given values, replacing the contents of the result string. 241 * May optimize by actually appending to the result if it is the same object 245 * An argument value may be the same object as result. 249 * @param result Gets its contents replaced by the formatted pattern and values. 257 * @return result 262 UnicodeString &result, 329 UnicodeString &result, const UnicodeString *resultCopy, UBool forbidResultAsValue,
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uset_props.cpp | 132 UChar* result, int32_t resultCapacity, in uset_toPattern() 137 return pat.extract(result, resultCapacity, *ec); in uset_toPattern() 131 uset_toPattern(const USet* set, UChar* result, int32_t resultCapacity, UBool escapeUnprintable, UErrorCode* ec) uset_toPattern() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | InlineCost.h | 137 InlineResult(bool result, const char *message = nullptr) 138 : message(result ? nullptr : (message ? message : "cost > threshold")) {}
|
/third_party/vixl/src/ |
H A D | cpu-features.cc | 155 CPUFeaturesConstIterator result = *this; in operator ++() local 157 return result; in operator ++()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | unionAndIntersectionInference1.js | 16 var result = destructure(value, text => 'string', y => 'other one'); // text: string, y: Y variable 107 var result = destructure(value, text => 'string', y => 'other one'); // text: string, y: Y
|
H A D | unionOfClassCalls.js | 74 // note, you must annotate `result` for now 75 a.doThing().then((result: Bar | Baz) => { 118 // note, you must annotate `result` for now
119 a.doThing().then(function (result) {
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_auto_ptr.h | 137 T *result = p_; in Release() local 139 return result; in Release()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | TypeRegistry.java | 125 TypeRegistry result = new TypeRegistry(types); in build() 128 return result; in build()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_stream_parser.h | 63 // util::Status result = parser.Parse(chunk1); 64 // result.Update(parser.Parse(chunk2)); 65 // result.Update(parser.FinishParse()); 66 // GOOGLE_DCHECK(result.ok()) << "Failed to parse JSON"; 121 // Holds the result of parsing a number 147 // Parses a string, storing the result in parsed_. 164 util::Status ParseNumberHelper(NumberResult* result); 168 NumberResult* result); 251 // For example an unterminated string will normally result in cancelling and
|
/third_party/skia/experimental/c-api-example/ |
H A D | skia-c-example.c | 20 sk_surface_t* result = sk_surface_new_raster(info, NULL); in make_surface() local 22 return result; in make_surface()
|
/third_party/skia/build/fuchsia/ |
H A D | fidl_gen_cpp | 22 result = [] 27 libraries[parsed['name']] = result + parsed['sources']
|
/third_party/rust/crates/nix/src/ |
H A D | poll.rs | 164 Errno::result(res) in poll() 195 Errno::result(res) in ppoll()
|