/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | tmutfmt.h | 76 * Formattable result; 77 * ((Format*)format)->parseObject(formatted, result, status); 79 * assert (result == formattable); 124 * Clone this Format object polymorphically. The caller owns the result and 160 Formattable& result,
|
H A D | search.h | 152 * This call returns a valid result only after a successful call to 170 * pattern. This call returns a valid result only after a successful call 190 * @param result stores the matched string or an empty string if a match 198 void getMatchedText(UnicodeString &result) const; 354 * result match is always less than <tt>position</tt>. 355 * When <tt>USERARCH_OVERLAP</tt> is on, the result match may span across
|
H A D | ulocdata.h | 161 * owns the result and must dispose of it by calling 189 * @param result A pointer to a buffer to receive the result. 190 * @param resultLength The maximum size of result. 197 ulocdata_getDelimiter(ULocaleData *uld, ULocaleDataDelimiterType type, UChar *result, int32_t resultLength, UErrorCode *status);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | ulocdata.h | 161 * owns the result and must dispose of it by calling 189 * @param result A pointer to a buffer to receive the result. 190 * @param resultLength The maximum size of result. 197 ulocdata_getDelimiter(ULocaleData *uld, ULocaleDataDelimiterType type, UChar *result, int32_t resultLength, UErrorCode *status);
|
H A D | tmutfmt.h | 76 * Formattable result; 77 * ((Format*)format)->parseObject(formatted, result, status); 79 * assert (result == formattable); 124 * Clone this Format object polymorphically. The caller owns the result and 160 Formattable& result,
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
H A D | 1-2.c | 151 switch (scenarii[sc].result) { in main() 166 case 2: /* We did not know the expected result */ in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
H A D | 2-2.c | 148 switch (scenarii[i].result) { in main() 163 case 2: /* We did not know the expected result */ in main()
|
H A D | 5-1.c | 171 switch (scenarii[i].result) { in main() 186 case 2: /* We did not know the expected result */ in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
H A D | 4-1.c | 109 switch (scenarii[sc].result) { in main() 125 /* We did not know the expected result */ in main()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-heap-profiler-agent-impl.h | 51 std::unique_ptr<protocol::Runtime::RemoteObject>* result) override;
|
/third_party/node/deps/v8/src/torque/ |
H A D | csa-generator.h | 23 static void EmitCSAValue(VisitResult result, const Stack<std::string>& values,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_hw.h | 67 * - the query result is the sum of the sample periods 89 const void *end, union pipe_query_result *result);
|
/third_party/musl/include/scsi/ |
H A D | sg.h | 120 int result; member
|
/third_party/node/deps/uv/src/ |
H A D | uv-data-getter-setters.c | 98 return req->result; in uv_fs_get_result()
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | error.rs | 8 pub(super) type Result<T, E = Error> = std::result::Result<T, E>;
|
/third_party/python/Lib/asyncio/ |
H A D | __main__.py | 58 return future.result()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | EGLSync.h | 53 Error dupNativeFenceFD(const Display *display, EGLint *result) const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Buffer9.h | 53 angle::Result unmap(const gl::Context *context, GLboolean *result) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | BufferNULL.h | 54 angle::Result unmap(const gl::Context *context, GLboolean *result) override;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | currpinf.h | 127 * @param result output param to receive the pattern 132 UnicodeString& result) const;
|
H A D | tmutfmt.h | 76 * Formattable result; 77 * ((Format*)format)->parseObject(formatted, result, status); 79 * assert (result == formattable); 124 * Clone this Format object polymorphically. The caller owns the result and 169 Formattable& result,
|
H A D | ulocdata.h | 161 * owns the result and must dispose of it by calling 189 * @param result A pointer to a buffer to receive the result. 190 * @param resultLength The maximum size of result. 197 ulocdata_getDelimiter(ULocaleData *uld, ULocaleDataDelimiterType type, UChar *result, int32_t resultLength, UErrorCode *status);
|
/third_party/openssl/test/ |
H A D | cmp_status_test.c | 89 return result; in test_PKISI()
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_call_test.cc | 75 EXPECT_EQ(gen.result(), " my_func(param1, param2);\n"); in TEST_F()
|
H A D | generator_impl_test.cc | 41 EXPECT_EQ(gen.result(), R"(#version 310 es in TEST_F()
|