/third_party/node/deps/icu-small/source/common/ |
H A D | bytesinkutil.cpp | 148 char* result = dest_.getAppendBuffer( in GetAppendBuffer() local 154 return result; in GetAppendBuffer()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_vs_vertex_conversion.c | 161 bool result = in dxil_nir_lower_vs_vertex_conversion() local 166 return result; in dxil_nir_lower_vs_vertex_conversion()
|
/third_party/node/deps/icu-small/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 `TimeZoneRule` must have start times, that is, the result 261 * @param result Receives the first transition after the base time. 265 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const override; 271 * @param result Receives the most recent transition before the base time. 275 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const override;
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_query_hw_metric.c | 124 union pipe_query_result *result) in nv50_hw_metric_get_query_result() 140 *(uint64_t *)result = sm11_hw_metric_calc_result(hq, res64); in nv50_hw_metric_get_query_result() 122 nv50_hw_metric_get_query_result(struct nv50_context *nv50, struct nv50_hw_query *hq, bool wait, union pipe_query_result *result) nv50_hw_metric_get_query_result() argument
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_threads.c | 144 void * result; in main() local 188 exit_status = pthread_join (thread[cnt], &result); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
H A D | 6-3.c | 141 if ((scenarii[sc].result == 0) && (ret != 0)) in test() 144 if ((scenarii[sc].result == 1) && (ret == 0)) in test()
|
/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()
|