Home
last modified time | relevance | path

Searched refs:details (Results 1 – 25 of 1601) sorted by relevance

12345678910>>...65

/reactos/sdk/tools/widl/
H A Dtypetree.c53 memset(&t->details, 0, sizeof(t->details)); in make_type()
175 t->details.function = xmalloc(sizeof(*t->details.function)); in type_new_function()
199 a->details = t->details; in type_new_alias()
282 t->details.enumeration = tag_type->details.enumeration; in type_new_enum()
313 t->details.structure = tag_type->details.structure; in type_new_struct()
316 t->details.structure = xmalloc(sizeof(*t->details.structure)); in type_new_struct()
336 t->details.structure = tag_type->details.structure; in type_new_nonencapsulated_union()
339 t->details.structure = xmalloc(sizeof(*t->details.structure)); in type_new_nonencapsulated_union()
358 t->details.structure = xmalloc(sizeof(*t->details.structure)); in type_new_encapsulated_union()
441 iface->details.iface = xmalloc(sizeof(*iface->details.iface)); in type_interface_define()
[all …]
H A Dtypetree.h77 return type->details.basic.type; in type_basic_get_type()
84 return type->details.basic.sign; in type_basic_get_sign()
98 return type->details.function->args; in type_function_get_args()
155 return type->details.iface->stmts; in type_iface_get_stmts()
162 return type->details.iface->inherit; in type_iface_get_inherit()
236 return type->details.array.dim; in type_array_get_dim()
243 return type->details.array.size_is; in type_array_get_conformance()
257 return type->details.array.elem; in type_array_get_element()
264 return type->details.array.declptr; in type_array_is_decl_as_ptr()
296 return type->details.pointer.ref; in type_pointer_get_ref()
[all …]
H A Dparser.y1473 if (!type->details.function->args) in type_function_add_head_arg()
1475 type->details.function->args = xmalloc( sizeof(*type->details.function->args) ); in type_function_add_head_arg()
1685 ptype = &(*ptype)->details.pointer.ref; in declare_var()
1687 ptype = &(*ptype)->details.array.elem; in declare_var()
1713 ptype = &(*ptype)->details.array.elem; in declare_var()
1974 t->details.structure = ot->details.structure; in fix_type()
1998 tn->type->details.structure = complete_type->details.structure; in fix_incomplete_types()
2891 inherit = iface->details.iface->inherit; in check_async_uuid()
2917 begin_func->type->details.function->retval = func->type->details.function->retval; in check_async_uuid()
2923 finish_func->type->details.function->retval = func->type->details.function->retval; in check_async_uuid()
[all …]
H A Dproxy.c631 int idx = func->type->details.function->idx; in write_proxy()
638 idx = m->type->details.function->idx; in write_proxy()
770 … iface->details.iface->async_iface == iface ? "CStdAsyncStubBuffer" : "CStdStubBuffer", in write_proxy()
871 if (iface->details.iface->async_iface) in write_proxy_stmts()
872 write_proxy(iface->details.iface->async_iface, proc_offset); in write_proxy_stmts()
901 if (iface->details.iface->async_iface) in build_iface_list()
903 iface = iface->details.iface->async_iface; in build_iface_list()
1043 if (interfaces[i]->details.iface->async_iface != interfaces[i]) continue; in write_proxy_routines()
/reactos/sdk/include/ucrt/
H A Dsafeint.h337 return (details::SafeCastHelper< U, T, in SafeCast()
380 …return ( details::ModulusHelper< T, U, details::SafeIntErrorPolicy_NoThrow >::Modulus( t, u, resul… in SafeModulus()
393 return ( details::DivisionHelper< T, U, in SafeDivide()
400 return ( details::AdditionHelper< T, U, in SafeAdd()
407 return ( details::SubtractionHelper< T, U, in SafeSubtract()
605 details::NegationHelper< T, E, details::IntTraits< T >::isSigned >::Negative( m_int, tmp );
1204 …_SAFEINT_SHIFT_ASSERT( ( ( details::IntTraits<T>::isSigned && bits < (int)details::IntTraits< T >:… in Align()
1205 … || ( !details::IntTraits<T>::isSigned && bits < (int)details::IntTraits< T >::bitCount ) ) && in Align()
1332 …if( sizeof(T) == sizeof(U) && details::IntTraits< T >::isSigned == details::IntTraits< U >::isSign…
1363 if( details::DivisionMethod< U, T >::method == details::DivisionState_UnsignedSigned )
[all …]
/reactos/modules/rostests/apitests/kernel32/
H A DDefaultActCtx.c27 …PACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION details = (PACTIVATION_CONTEXT_ASSEMBLY_DETAILED… in START_TEST() local
65 …ok(details->lpAssemblyEncodedAssemblyIdentity == NULL, "Expected null lpAssemblyEncodedAssemblyIde… in START_TEST()
66 …ok(details->lpAssemblyManifestPath == NULL, "Expected null lpAssemblyManifestPath, got %S\n", deta… in START_TEST()
67 …ok(details->lpAssemblyPolicyPath == NULL, "Expected null lpAssemblyPolicyPath, got %S\n", details-… in START_TEST()
68 …ok(details->lpAssemblyDirectoryName == NULL, "Expected null lpAssemblyDirectoryName, got %S\n", de… in START_TEST()
86 …ok(details->lpAssemblyEncodedAssemblyIdentity == NULL, "Expected null lpAssemblyEncodedAssemblyIde… in START_TEST()
87 …ok(details->lpAssemblyManifestPath == NULL, "Expected null lpAssemblyManifestPath, got %S\n", deta… in START_TEST()
88 …ok(details->lpAssemblyPolicyPath == NULL, "Expected null lpAssemblyPolicyPath, got %S\n", details-… in START_TEST()
89 …ok(details->lpAssemblyDirectoryName == NULL, "Expected null lpAssemblyDirectoryName, got %S\n", de… in START_TEST()
H A DFindActCtxSectionStringW.c227 …PACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION details = (PACTIVATION_CONTEXT_ASSEMBLY_DETAILED… in TestLibDependency() local
249 ok(assemplyData->ulFlags == details->ulFlags, "\n"); in TestLibDependency()
250 …ok(assemplyData->ulEncodedAssemblyIdentityLength == details->ulEncodedAssemblyIdentityLength, "\n"… in TestLibDependency()
251 ok(assemplyData->ulManifestPathType == details->ulManifestPathType, "\n"); in TestLibDependency()
252 ok(assemplyData->ulManifestPathLength == details->ulManifestPathLength, "\n"); in TestLibDependency()
253 … ok(assemplyData->ulAssemblyDirectoryNameLength == details->ulAssemblyDirectoryNameLength, "\n"); in TestLibDependency()
254 …ok(assemplyData->liManifestLastWriteTime.QuadPart == details->liManifestLastWriteTime.QuadPart, "\… in TestLibDependency()
256 …ok(wcscmp(ManifestPath, details->lpAssemblyManifestPath) == 0, "Expected path %S, got %S\n", detai… in TestLibDependency()
257 …ok(wcscmp(AssemblyDirectory, details->lpAssemblyDirectoryName) == 0, "Expected path %S, got %S\n",… in TestLibDependency()
260 …ok(memcmp(AssemblyIdentity, details->lpAssemblyEncodedAssemblyIdentity, assemplyData->ulEncodedAss… in TestLibDependency()
/reactos/modules/rostests/winetests/winmm/
H A Dmixer.c193 MIXERCONTROLDETAILS details; in mixer_test_controlA() local
198 details.cChannels = 1; in mixer_test_controlA()
203 details.paDetails = NULL; in mixer_test_controlA()
210 details.paDetails = &value; in mixer_test_controlA()
280 MIXERCONTROLDETAILS details; in mixer_test_controlA() local
285 details.cChannels = 1; in mixer_test_controlA()
287 details.paDetails = &value; in mixer_test_controlA()
584 details.cChannels = 1; in mixer_test_controlW()
586 details.paDetails = &value; in mixer_test_controlW()
664 details.cChannels = 1; in mixer_test_controlW()
[all …]
/reactos/modules/rostests/winetests/shell32/
H A Dshfldr_special.c139 SHELLDETAILS details; in test_printers_folder() local
164 hr = IShellFolder2_GetDetailsOf(folder, NULL, 6, &details); in test_printers_folder()
170 details.str.pOleStr = NULL; in test_printers_folder()
171 hr = IShellFolder2_GetDetailsOf(folder, NULL, 0, &details); in test_printers_folder()
173 if (SHELL_OsIsUnicode()) SHFree(details.str.pOleStr); in test_printers_folder()
178 ok(details.str.uType == STRRET_WSTR, "got %d\n", details.str.uType); in test_printers_folder()
182 hr = IShellFolder2_GetDetailsOf(folder, NULL, i, &details); in test_printers_folder()
186 ok(details.fmt == LVCFMT_LEFT, "got 0x%x\n", details.fmt); in test_printers_folder()
189 if (SHELL_OsIsUnicode()) SHFree(details.str.pOleStr); in test_printers_folder()
/reactos/sdk/include/reactos/kjk/
H A Dargv_parser.h31 namespace details
50 if(!details::is_separator<Traits>(c)) in copy_argument()
105 if(details::is_separator<Traits>(c) && !quoting) in copy_argument()
116 if(!details::is_separator<Traits>(c)) in copy_argument()
/reactos/dll/win32/setupapi/res/Icon_Licence/
H A DTango.txt3 Please see COPYING for details
44 Please see COPYING for details
/reactos/dll/shellext/cabview/
H A Dutil.h90 SHELLDETAILS details; in GetDetailsOf() local
91 HRESULT hr = Folder.GetDetailsOf(pidl, Column, &details); in GetDetailsOf()
93 hr = StrRetToStrW(&details.str, pidl, &String); in GetDetailsOf()
/reactos/dll/win32/setupapi/
H A Ddriver.c58 struct InfFileDetails *details; in CreateInfFileDetails() local
66 if (!details) in CreateInfFileDetails()
72 memset(details, 0, Needed); in CreateInfFileDetails()
73 strcpyW(details->szData, FullInfFileName); in CreateInfFileDetails()
74 last = strrchrW(details->szData, '\\'); in CreateInfFileDetails()
77 details->DirectoryName = details->szData; in CreateInfFileDetails()
78 details->FileName = last + 1; in CreateInfFileDetails()
82 details->FileName = details->szData; in CreateInfFileDetails()
83 ReferenceInfFile(details); in CreateInfFileDetails()
85 if (details->hInf == INVALID_HANDLE_VALUE) in CreateInfFileDetails()
[all …]
/reactos/sdk/include/psdk/
H A Dinseng.idl13 * Lesser General Public License for more details.
101 HRESULT GetDetails(char *details, DWORD size);
203 HRESULT SetDetails(const char *details);
226 HRESULT GetDetails(char *details, DWORD size);
239 HRESULT SetDetails(const char *details);
/reactos/dll/win32/netcfgx/res/Icon_Licence/
H A DTango.txt3 Please see COPYING for details
/reactos/media/fonts/doc/TimesNewRoman/
H A DREADME.txt6 Please read file "LICENSE" for details.
/reactos/dll/win32/shell32/res/avis/Licence/
H A DTango.txt3 Please see COPYING for details
/reactos/media/fonts/doc/Arial/
H A DREADME.txt6 Please read file "LICENSE" for details.
/reactos/dll/3rdparty/libtirpc/
H A DREADME35 TIRPCSRC. Please see the manual pages for details about which
43 the rpcgen manual page and the rpcgen Programming Guide for details.
/reactos/dll/cpl/inetcpl/resources/Icon_Licence/
H A DTango.txt3 Please see COPYING for details
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/keymaps/
H A Dmodifiers14 # This is hardcoded. See documentation for details.
/reactos/dll/opengl/
H A DMesa_for_ReactOS.txt5 See CORE-7499 for details.
/reactos/base/system/diskpart/lang/
H A Dru-RU.rc190 IDS_HELP_DETAIL_DISK "Print disk details.\n"
191 IDS_HELP_DETAIL_PARTITION "Print partition details.\n"
192 IDS_HELP_DETAIL_VOLUME "Print volume details.\n"
H A Dzh-CN.rc197 IDS_HELP_DETAIL_DISK "Print disk details.\n"
198 IDS_HELP_DETAIL_PARTITION "Print partition details.\n"
199 IDS_HELP_DETAIL_VOLUME "Print volume details.\n"
H A Den-US.rc187 IDS_HELP_DETAIL "Provide details about an object.\n"
188 IDS_HELP_DETAIL_DISK "Print disk details.\n"
189 IDS_HELP_DETAIL_PARTITION "Print partition details.\n"
190 IDS_HELP_DETAIL_VOLUME "Print volume details.\n"

12345678910>>...65