Home
last modified time | relevance | path

Searched refs:result (Results 16501 - 16525 of 25706) sorted by relevance

1...<<661662663664665666667668669670>>...1029

/third_party/node/deps/v8/src/heap/
H A Dfactory-base-inl.h112 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 Doption-utils.h31 // 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 Dmman_mmap_test.cpp32 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 Dutil.js42 // 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 Dabg-symtab-reader.h151 symtab_iterator result(*this); in operator ++()
153 return result; in operator ++()
/third_party/rust/crates/cxx/src/
H A Dlib.rs453 mod result; modules
504 pub use crate::result::{r#try, Result};
/third_party/rust/crates/aho-corasick/aho-corasick-debug/
H A Dmain.rs5 use std::result;
11 type Result<T> = result::Result<T, Box<dyn Error>>;
/third_party/python/Tools/demo/
H A Deiffel.py123 def m2_post(self, result, arg):
124 assert result > arg
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DHandleAllocator_unittest.cpp75 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 Dtest_reflow.py73 result, result_newline = loadFile(resultFile)
77 assert(result == expect)
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DVkSwapchainKHR.cpp209 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 DTestUtils.java138 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 Dssa_rewrite_pass.h55 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 Dssa_rewrite_pass.h55 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 Dolsontz.h104 * 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 Dplurfmt.h357 * @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 Drbtz.h93 * 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 Dtest_empty_response.c161 if (msg->data.result != CURLE_OK) in testInternalSelectGet()
165 __LINE__, curl_easy_strerror (msg->data.result)); in testInternalSelectGet()
H A Dtest_https_get_select.c181 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 Dtest_callback.c172 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 DFilterAudioStream.h171 Result result = mChildStream->getTimestamp(clockId, &childPosition, timeNanoseconds); variable
173 return result;
/third_party/skia/src/ports/
H A DSkImageGeneratorNDK.cpp44 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 DDSLFunction.cpp120 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 DImageCacheTest.cpp34 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 DMemoryServiceZirconHandle.cpp68 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()

Completed in 21 milliseconds

1...<<661662663664665666667668669670>>...1029