/third_party/icu/icu4c/source/test/intltest/ |
H A D | icusvtst.h | 40 UnicodeString& lrmsg(UnicodeString& result, const UnicodeString& message, const UObject* lhs, const UObject* rhs) const;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | winnmfmt.h | 56 * @param appendTo Output parameter to receive result. 70 * @param appendTo Output parameter to receive result. 84 * @param appendTo Output parameter to receive result. 101 virtual void parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const;
|
/third_party/ltp/testcases/kernel/kvm/include/ |
H A D | kvm_host.h | 55 struct tst_kvm_result *result; member 70 * Validate KVM guest test result (usually passed via result->result) and 122 * shared result structure. KVM memory slots 0 and 1 will be set by this
|
/third_party/lwip/src/include/lwip/apps/ |
H A D | mdns.h | 66 /** Callback function to let application know the result of probing network for name 67 * uniqueness, called with result MDNS_PROBING_SUCCESSFUL if no other node claimed 70 typedef void (*mdns_name_result_cb_t)(struct netif* netif, u8_t result);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
H A D | 1-2.c | 125 switch (scenarii[i].result) { in main() 140 case 2: /* We did not know the expected result */ in main()
|
H A D | 4-1.c | 142 switch (scenarii[i].result) { in main() 157 case 2: /* We did not know the expected result */ in main()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-promise.h | 28 // We also overlay the result and reactions fields on the JSPromise, since 29 // the reactions are only necessary for pending promises, whereas the result 34 // [result]: Checks that the promise is settled and returns the result. 35 inline Object result() const;
|
/third_party/node/deps/v8/src/torque/ |
H A D | cc-generator.h | 21 static void EmitCCValue(VisitResult result, const Stack<std::string>& values,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query.h | 44 bool wait, union pipe_query_result *result);
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_dump_state.h | 97 const union pipe_query_result *result);
|
/third_party/musl/libc-test/src/functionalext/time/ |
H A D | gmtime_r.c | 50 EXPECT_STREQ("gmtime_r_0100", test_gmtime_data[i].result, buff); in gmtime_r_0100()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | error.rs | 16 pub(crate) type Result<T, E = Error> = std::result::Result<T, E>;
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | error.rs | 16 pub(crate) type Result<T, E = Error> = std::result::Result<T, E>;
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | error.rs | 16 pub(crate) type Result<T, E = Error> = std::result::Result<T, E>;
|
/third_party/python/Lib/asyncio/ |
H A D | base_futures.py | 55 result = reprlib.repr(future._result) 56 info.append(f'result={result}')
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | BufferImpl_mock.h | 44 MOCK_METHOD2(unmap, angle::Result(const gl::Context *contextImpl, GLboolean *result));
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
H A D | esextcGPUShader5FmaAccuracy.hpp | 47 * the Euler method. Both shaders should store the result in 133 void calculateRelativeError(glw::GLfloat result, glw::GLfloat expected_result, glw::GLfloat& relative_error);
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestResultParser.hpp | 23 * \brief Test case result parser. 121 void parseTestCaseResultFromData (TestResultParser* parser, TestCaseResult* result, const TestCaseResultData& data);
|
/third_party/skia/src/core/ |
H A D | SkBitmapCache.h | 44 * result will be set to the matching bitmap with its pixels already locked. 46 static bool Find(const SkBitmapCacheDesc&, SkBitmap* result);
|
H A D | SkStroke.h | 50 * Larger values (res > 1) indicate that the result should be more precise, since it will 52 * Smaller values (0 < res < 1) indicate that the result can be less precise, since it will 64 void strokeRect(const SkRect& rect, SkPath* result,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | selfmt.h | 168 * UnicodeString result; 172 * msgFmt->format(args1, 2, result, ignore, status); 173 * cout << "Input is " << str1 << " and result is: " << result << endl; 233 * @param appendTo output parameter to receive result. 234 * result is appended to existing contents. 275 * result and should delete it when done. 287 * @param appendTo output parameter to receive result. 303 * @param appendTo output parameter to receive result. 323 * @param result Formattabl [all...] |
H A D | ulistformatter.h | 54 * The literal text in the result which came from the resources. 59 * The element text in the result which came from the input strings. 178 * Creates an object to hold the result of a UListFormatter 271 * @param result 274 * The maximum size of result. 292 UChar* result, 316 * The object in which to store the result of the list formatting
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | winnmfmt.h | 56 * @param appendTo Output parameter to receive result. 70 * @param appendTo Output parameter to receive result. 84 * @param appendTo Output parameter to receive result. 101 virtual void parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const;
|
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | uprintf.h | 63 const UChar *result,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Adapter.h | 80 MaybeError CreateDeviceInternal(DeviceBase** result,
|