/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/falcon/ |
H A D | qmgr.h | 35 int result; member
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-path-selector.h | 87 status_type_t type, char *result, unsigned int maxlen);
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/ |
H A D | test_signals.h | 78 unsigned int result; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/ |
H A D | fake_sigreturn_sve_change_vl.c | 44 td->result = KSFT_SKIP; in sve_get_vls()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ |
H A D | event.h | 24 } result; member
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | auth_x_protocol.h | 25 __le32 result; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nvme_ioctl.h | 41 __u32 result; member
|
/test/xts/acts/hiviewdfx/utils/native/ |
H A D | file_utils.h | 36 void CmdRun(std::string cmd, std::string &result);
|
/third_party/curl/tests/libtest/ |
H A D | lib507.c | 86 /* this should now contain a result code from the easy handle, in test() 88 i = msg->data.result; in test()
|
H A D | lib1552.c | 79 /* this should now contain a result code from the easy handle, in test() 81 i = msg->data.result; in test()
|
/third_party/gn/src/gn/ |
H A D | action_values.h | 40 std::vector<SourceFile>* result) const;
|
H A D | function_get_label_info.cc | 100 Value result(function, Value::STRING); 102 result.string_value() = label.name(); 105 result.string_value() = DirectoryWithNoLastSlash(label.dir()); 108 result.string_value() = DirectoryWithNoLastSlash(GetSubBuildDirAsSourceDir( 113 result.string_value() = DirectoryWithNoLastSlash(GetBuildDirAsSourceDir( 117 result.string_value() = DirectoryWithNoLastSlash(GetSubBuildDirAsSourceDir( 122 result.string_value() = DirectoryWithNoLastSlash(GetBuildDirAsSourceDir( 127 result.string_value() = label.GetToolchainLabel().GetUserVisibleName(false); 130 result.string_value() = 134 result [all...] |
H A D | string_utils.h | 33 // Unescapes and expands variables in the given literal, writing the result 37 Value* result,
|
/third_party/icu/icu4c/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...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | normconf.h | 75 UnicodeString& result,
|
H A D | nmfmtrt.h | 47 static UnicodeString& typeOf(const Formattable& n, UnicodeString& result);
|
/third_party/icu/icu4c/source/common/ |
H A D | ruleiter.h | 188 * @param result a string to receive the characters to be returned 190 * @param maxLookAhead The maximum to copy into the result. 191 * @return a reference to result 193 UnicodeString& lookahead(UnicodeString& result, int32_t maxLookAhead = -1) const; 206 * @param result output parameter to receive a string 209 // UnicodeString& toString(UnicodeString& result) const;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | strrepl.h | 133 virtual UnicodeString& toReplacerPattern(UnicodeString& result,
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | Window2.h | 33 // bool OnCommand2(WPARAM wParam, LPARAM lParam, LRESULT &result);
34 virtual bool OnCommand(unsigned code, unsigned itemID, LPARAM lParam, LRESULT &result);
36 virtual bool OnNotify(UINT /* controlID */, LPNMHDR /* lParam */, LRESULT & /* result */) { return false; }
in OnNotify()
|
/third_party/libabigail/tests/ |
H A D | runtestfedabipkgdiff.py.in | 31 # where to store the result of the comparison) 34 # the first element of the tuple) the result of the comparison is 106 The result of the comparison is stored in an output file, and that 115 result = True 137 result &= not return_code 139 return result 152 result = 0 153 result = run_fedabipkgdiff_tests() 154 return not result
|
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
H A D | module.h | 114 jerry_value_t *result); /**< The resulting module, if the function returns
|
/third_party/node/src/crypto/ |
H A D | crypto_hkdf.h | 54 v8::Local<v8::Value>* result);
|
H A D | crypto_scrypt.h | 21 // the cost, the better the result. The length parameter 69 v8::Local<v8::Value>* result);
|
H A D | crypto_pbkdf2.h | 67 v8::Local<v8::Value>* result);
|
/third_party/node/deps/v8/tools/ |
H A D | callstats-from-telemetry.sh | 8 Convert telemetry json trace result to callstats.html compatible
|