HomeSort by relevance Sort by last modified time
    Searched refs:IN (Results 201 - 225 of 2453) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ide.h 13 * This source code is offered for use in the public domain. You may
16 * This code is distributed in the hope that it will be useful but
204 IN PVOID DeviceExtension,
205 IN ULONG Channel);
209 IN PVOID DeviceExtension);
213 IN PVOID DeviceExtension,
214 IN OUT PPCIIDE_TRANSFER_MODE_SELECT XferMode);
218 IN PVOID DeviceExtension,
219 IN PUCHAR CdbCommand,
220 IN PUCHAR Slave)
    [all...]
minitape.h 13 * This source code is offered for use in the public domain. You may
16 * This code is distributed in the hope that it will be useful but
73 #ifndef _INQUIRYDATA_DEFINED /* also in scsi.h */
155 IN PINQUIRYDATA InquiryData,
156 IN PMODE_CAPABILITIES_PAGE ModeCapabilitiesPage);
160 IN PVOID MinitapeExtension,
161 IN PINQUIRYDATA InquiryData,
162 IN PMODE_CAPABILITIES_PAGE ModeCapabilitiesPage);
166 IN PVOID MinitapeExtension,
167 IN PSCSI_REQUEST_BLOCK Srb
    [all...]
ntpoapi.h 13 * This source code is offered for use in the public domain. You may
16 * This code is distributed in the hope that it will be useful but
155 IN OUT PPROCESSOR_IDLE_TIMES IdleTimes);
164 IN UCHAR Throttle);
168 IN UCHAR Throttle);
193 IN PVOID SystemContext);
197 IN PVOID Context,
198 IN PENTER_STATE_SYSTEM_HANDLER SystemHandler OPTIONAL,
199 IN PVOID SystemContext,
200 IN LONG NumberProcessors
    [all...]
upssvc.h 13 * This source code is offered for use in the public domain. You may
16 * This code is distributed in the hope that it will be useful but
75 IN DWORD aTurnOffDelay);
81 IN DWORD aCurrentState,
82 IN DWORD anInterval);
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPen.h 32 Pen(IN const Color& color,
33 IN REAL width = 1.0f)
41 Pen(IN const Brush* brush,
42 IN REAL width = 1.0f)
64 Status SetWidth(IN REAL width)
83 Status SetLineCap(IN LineCap startCap,
84 IN LineCap endCap,
85 IN DashCap dashCap)
91 Status SetLineCap(IN LineCap startCap,
92 IN LineCap endCap,
    [all...]
GdiPlusFont.h 19 Font::Font(IN HDC hdc)
34 Font::Font(IN HDC hdc,
35 IN const HFONT hfont)
63 Font::Font(IN HDC hdc,
64 IN const LOGFONTW* logfont)
85 Font::Font(IN HDC hdc,
86 IN const LOGFONTA* logfont)
109 IN const FontFamily * family,
110 IN REAL emSize,
111 IN INT style,
    [all...]
GdiPlusFontFamily.h 27 IN const WCHAR* name,
28 IN const FontCollection* fontCollection
47 IN GpFontFamily *nativeOrig,
48 IN Status status
146 IN WCHAR name[LF_FACESIZE],
147 IN LANGID language
156 FontFamily::IsStyleAvailable(IN INT style) const
171 FontFamily::GetEmHeight(IN INT style) const
181 FontFamily::GetCellAscent(IN INT style) const
191 FontFamily::GetCellDescent(IN INT style) const
    [all...]
GdiPlusFontCollection.h 44 IN INT numSought,
88 FontCollection::SetStatus(IN Status status) const
108 InstalledFontCollection::InstallFontFile(IN const WCHAR* filename)
114 InstalledFontCollection::UninstallFontFile(IN const WCHAR* filename)
134 PrivateFontCollection::AddFontFile(IN const WCHAR* filename)
140 PrivateFontCollection::AddMemoryFont(IN const void* memory,
141 IN INT length)
GdiPlusStringFormat.h 27 IN INT formatFlags = 0,
28 IN LANGID language = LANG_NEUTRAL
45 IN const StringFormat *format
75 Status SetFormatFlags(IN INT flags)
92 IN REAL amount = 1.0f,
93 IN LineSpacing method = LineSpacingRecommended
104 Status SetAlignment(IN StringAlignment align)
122 Status SetLineAlignment(IN StringAlignment align)
140 Status SetHotkeyPrefix(IN HotkeyPrefix hotkeyPrefix)
159 IN REAL firstTabOffset,
    [all...]
GdiPlusLineCaps.h 20 IN const GraphicsPath* fillPath,
21 IN const GraphicsPath* strokePath,
22 IN LineCap baseCap,
23 IN REAL baseInset
58 IN LineCap startCap,
59 IN LineCap endCap)
76 IN LineJoin lineJoin)
92 CustomLineCap::SetBaseCap(IN LineCap baseCap)
107 CustomLineCap::SetBaseInset(IN REAL inset)
123 CustomLineCap::SetWidthScale(IN REAL widthScale)
    [all...]
  /external/clang/lib/Rewrite/Core/
DeltaTree.cpp 22 /// than binary trees, because they store multiple keys/values in each node.
33 /// full delta implied by a whole subtree in constant time.
36 /// SourceDelta - As code in the original input buffer is added and deleted,
63 /// WidthFactor - This controls the number of K/V slots held in the BTree:
69 /// Values - This tracks the SourceDelta's currently in this node.
81 /// FullDelta - This is the full delta of all the values in this node and
169 if (DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(this))
171 NewFullDelta += IN->getChild(i)->getFullDelta();
194 // leaving an entry with Delta=0, so we just leave an entry with Delta=0 in
204 // For an insertion into a non-full leaf node, just insert the value in
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/md4/
md4.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/md5/
md5.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ripemd/
rmd160.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
sha1.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
  /external/openssl/crypto/md4/
md4.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
  /external/openssl/crypto/md5/
md5.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
  /external/openssl/crypto/sha/
sha.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
sha1.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
DSPStream.h 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
41 *! 17-Dec-2001 ag Fix return codes in DSPStream_[Issue][Reclaim]
44 *! Added bufSize param and renamed dwBytes to dwDataSize in
50 *! 07-Sep-2000 jeh Changed type HANDLE in DSPStream_RegisterNotify to
117 IN BYTE ** apBuffer, UINT uNumBufs);
166 * dwDataSize: Size of data in buffer in bytes.
167 * dwBufSize: Size of actual buffer in bytes.
174 * of buffers allowed in the stream at once
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPStream.h 41 *! 17-Dec-2001 ag Fix return codes in DSPStream_[Issue][Reclaim]
44 *! Added bufSize param and renamed dwBytes to dwDataSize in
50 *! 07-Sep-2000 jeh Changed type HANDLE in DSPStream_RegisterNotify to
119 IN BYTE ** apBuffer, UINT uNumBufs);
168 * dwDataSize: Size of data in buffer in bytes.
169 * dwBufSize: Size of actual buffer in bytes.
176 * of buffers allowed in the stream at once;
183 extern DBAPI DSPStream_Issue(DSP_HSTREAM hStream, IN BYTE * pBuffer,
185 IN DWORD dwArg)
    [all...]
  /external/chromium_org/third_party/lcov/bin/
updateversion.pl 66 local *IN;
70 open(IN, "<$filename") || die ("Error: cannot open $filename\n");
73 while (<IN>) {
79 close(IN);
89 local *IN;
92 open(IN, "<$filename") || die ("Error: cannot open $filename\n");
95 while (<IN>) {
100 close(IN);
110 local *IN;
113 open(IN, "<$filename") || die ("Error: cannot open $filename\n")
    [all...]
  /external/chromium_org/sandbox/win/tools/finder/
ntundoc.h 3 // found in the LICENSE file.
196 IN ACCESS_MASK DesiredAccess,
197 IN POBJECT_ATTRIBUTES ObjectAttributes);
201 IN ACCESS_MASK DesiredAccess,
202 IN POBJECT_ATTRIBUTES ObjectAttributes);
206 IN ACCESS_MASK DesiredAccess,
207 IN POBJECT_ATTRIBUTES ObjectAttributes);
211 IN ACCESS_MASK DesiredAccess,
212 IN POBJECT_ATTRIBUTES ObjectAttributes);
216 IN ACCESS_MASK DesiredAccess
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 29 #pragma warning(disable:4115) // named type definition in parentheses
46 IN NTSTATUS Status
53 IN HANDLE Handle
62 IN ACCESS_MASK DesiredAccess,
63 IN POBJECT_ATTRIBUTES ObjectAttributes,
65 IN ULONG ShareAccess,
66 IN ULONG OpenOptions
73 IN HANDLE FileHandle,
82 IN HANDLE FileHandle,
83 IN HANDLE Event OPTIONAL
    [all...]

Completed in 1204 milliseconds

1 2 3 4 5 6 7 891011>>