OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numproperties
(Results
1 - 11
of
11
) sorted by null
/external/lzma/CPP/7zip/Archive/
IArchive.h
131
STDMETHOD(GetNumberOfProperties)(UInt32 *
numProperties
) x; \
133
STDMETHOD(GetNumberOfArchiveProperties)(UInt32 *
numProperties
) x; \
185
STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32
numProperties
) PURE;
203
STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *
numProperties
) \
204
{ *
numProperties
= sizeof(kProps) / sizeof(kProps[0]); return S_OK; } \
208
STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *
numProperties
) \
209
{ *
numProperties
= sizeof(kProps) / sizeof(kProps[0]); return S_OK; } \
214
STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *
numProperties
) \
215
{ *
numProperties
= sizeof(kArcProps) / sizeof(kArcProps[0]); return S_OK; } \
219
STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *
numProperties
) \
[
all
...]
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.h.tmpl
41
StylePropertyShorthand(CSSPropertyID id, const CSSPropertyID* properties, unsigned
numProperties
)
44
, m_length(
numProperties
)
49
StylePropertyShorthand(CSSPropertyID id, const CSSPropertyID* properties, const StylePropertyShorthand** propertiesForInitialization, unsigned
numProperties
)
52
, m_length(
numProperties
)
/external/lzma/CPP/7zip/Archive/7z/
7zHandler.h
63
STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32
numProperties
);
7zProperties.cpp
144
STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *
numProperties
)
146
*
numProperties
= _fileInfoPopIDs.Size();
7zHandler.cpp
59
STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 * /*
numProperties
*/)
447
STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32
numProperties
)
453
for (int i = 0; i <
numProperties
; i++)
7zHandlerOut.cpp
452
STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32
numProperties
)
458
for (int i = 0; i <
numProperties
; i++)
/external/lzma/CPP/7zip/Common/
FilterCoder.h
104
const PROPVARIANT *properties, UInt32
numProperties
);
FilterCoder.cpp
221
const PROPVARIANT *properties, UInt32
numProperties
)
223
return _SetCoderProperties->SetCoderProperties(propIDs, properties,
numProperties
);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp
194
ObjectTag = '{', //
numProperties
:uint32_t -> pops the last object from the open stack;
195
// fills it with the last
numProperties
name,value pairs pushed onto the deserialization stack
196
SparseArrayTag = '@', //
numProperties
:uint32_t, length:uint32_t -> pops the last object from the open stack;
197
// fills it with the last
numProperties
name,value pairs pushed onto the deserialization stack
198
DenseArrayTag = '$', //
numProperties
:uint32_t, length:uint32_t -> pops the last object from the open stack;
199
// fills it with the last length elements and
numProperties
name,value pairs pushed onto deserialization stack
495
void writeObject(uint32_t
numProperties
)
498
doWriteUint32(
numProperties
);
501
void writeSparseArray(uint32_t
numProperties
, uint32_t length)
504
doWriteUint32(
numProperties
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser.h
154
bool parseFillShorthand(CSSPropertyID, const CSSPropertyID* properties, int
numProperties
, bool important);
CSSParser-in.cpp
[
all
...]
Completed in 664 milliseconds