/third_party/node/deps/v8/src/heap/ |
H A D | factory-base-inl.h | 112 HeapObject result = AllocateRawWithImmortalMap(size, allocation, map); in NewStructInternal() local 113 Struct str = Struct::cast(result); in NewStructInternal()
|
/third_party/node/deps/v8/src/objects/ |
H A D | option-utils.h | 31 // result in value. Returns false if the value is not found. The 40 std::unique_ptr<char[]>* result); 145 // result in value. Returns false if the value is not found. The 153 const char* method_name, bool* result);
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/mman_gtest/ |
H A D | mman_mmap_test.cpp | 32 int result = remove(g_path); in CloseFileAndRemove() local 33 EXPECT_TRUE(result == 0); in CloseFileAndRemove()
|
/third_party/node/deps/undici/src/lib/fileapi/ |
H A D | util.js | 42 // 3. Set fr’s result to null. 48 // 5. Let stream be the result of calling get stream on blob. 52 // 6. Let reader be the result of getting a reader from stream. 59 // 8. Let chunkPromise be the result of reading a chunk from 115 // 4. Set chunkPromise to the result of reading a 126 // 2. Let result be the result of package data given 129 const result = packageData(bytes, type, blob.type, encodingName) 137 // 1. Set fr’s result to result [all...] |
/third_party/libabigail/src/ |
H A D | abg-symtab-reader.h | 151 symtab_iterator result(*this); in operator ++() 153 return result; in operator ++()
|
/third_party/rust/crates/cxx/src/ |
H A D | lib.rs | 453 mod result; modules 504 pub use crate::result::{r#try, Result};
|
/third_party/rust/crates/aho-corasick/aho-corasick-debug/ |
H A D | main.rs | 5 use std::result; 11 type Result<T> = result::Result<T, Box<dyn Error>>;
|
/third_party/python/Tools/demo/ |
H A D | eiffel.py | 123 def m2_post(self, result, arg): 124 assert result > arg
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | HandleAllocator_unittest.cpp | 75 GLuint result = limitedAllocator.allocate(); in TEST() local 76 EXPECT_EQ(count, result); in TEST()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | test_reflow.py | 73 result, result_newline = loadFile(resultFile) 77 assert(result == expect)
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | VkSwapchainKHR.cpp | 209 VkResult result = surface->present(&image); in present() local 218 return result; in present()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/ |
H A D | TestUtils.java | 138 CoderResult result = encoder.encode(cb, bb, true); in encodeOneChar() 139 if (result.isError()) { in encodeOneChar()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ssa_rewrite_pass.h | 55 explicit PhiCandidate(uint32_t var, uint32_t result, BasicBlock* block) in PhiCandidate() argument 57 result_id_(result), in PhiCandidate() 97 // SSA ID generated by this Phi (i.e., this is the result ID of the eventual 117 // List of all users for this Phi instruction. Each element is the result ID 118 // of the load instruction replaced by this Phi, or the result ID of a Phi 140 // Returns the Phi candidate with result ID |id| if it exists in the table 274 // rewriting. |phi_candidates_[id]| returns the Phi candidate whose result
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ssa_rewrite_pass.h | 55 explicit PhiCandidate(uint32_t var, uint32_t result, BasicBlock* block) in PhiCandidate() argument 57 result_id_(result), in PhiCandidate() 97 // SSA ID generated by this Phi (i.e., this is the result ID of the eventual 117 // List of all users for this Phi instruction. Each element is the result ID 118 // of the load instruction replaced by this Phi, or the result ID of a Phi 140 // Returns the Phi candidate with result ID |id| if it exists in the table 274 // rewriting. |phi_candidates_[id]| returns the Phi candidate whose result
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | olsontz.h | 104 * mode. The end result is that the 11 integers describing the rule 238 * @param result Receives the first transition after the base time. 241 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 248 * @param result Receives the most recent transition before the base time. 251 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | plurfmt.h | 357 * @param appendTo output parameter to receive result. 358 * result is appended to existing contents. 378 * @param appendTo output parameter to receive result. 379 * result is appended to existing contents. 450 * result and should delete it when done. 461 * @param appendTo output parameter to receive result. 477 * @param appendTo output parameter to receive result. 497 * @param result Formattable to be set to the parse result. 507 Formattable& result, [all...] |
H A D | rbtz.h | 93 * The <code>TimeZoneRule</code> must have start times, that is, the result 260 * @param result Receives the first transition after the base time. 264 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 270 * @param result Receives the most recent transition before the base time. 274 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_empty_response.c | 161 if (msg->data.result != CURLE_OK) in testInternalSelectGet() 165 __LINE__, curl_easy_strerror (msg->data.result)); in testInternalSelectGet()
|
H A D | test_https_get_select.c | 181 if (msg->data.result != CURLE_OK) in testExternalGet() 185 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_callback.c | 172 if (msg->data.result != CURLE_OK) in main() 176 __LINE__, curl_easy_strerror (msg->data.result)); in main()
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | FilterAudioStream.h | 171 Result result = mChildStream->getTimestamp(clockId, &childPosition, timeNanoseconds); variable 173 return result;
|
/third_party/skia/src/ports/ |
H A D | SkImageGeneratorNDK.cpp | 44 static bool ok(int result) { in ok() argument 45 return result == ANDROID_IMAGE_DECODER_SUCCESS; in ok()
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLFunction.cpp | 120 std::unique_ptr<SkSL::Expression> result = SkSL::FunctionCall::Convert(ThreadContext::Context(), in call() local 122 return DSLExpression(std::move(result), pos); in call()
|
/third_party/skia/tests/ |
H A D | ImageCacheTest.cpp | 34 intptr_t* result = (intptr_t*)context; in Visitor() local 36 *result = rec.fValue; in Visitor()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
H A D | MemoryServiceZirconHandle.cpp | 68 VkResult result = mDevice->fn.GetPhysicalDeviceImageFormatProperties2( in SupportsImportMemory() local 71 // If handle not supported, result == VK_ERROR_FORMAT_NOT_SUPPORTED in SupportsImportMemory() 72 if (result != VK_SUCCESS) { in SupportsImportMemory()
|