OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_props
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/Compress/
PpmdEncoder.cpp
49
_props
.Normalize(-1);
97
_props
= props;
105
props[0] = (Byte)
_props
.Order;
106
SetUi32(props + 1,
_props
.MemSize);
121
if (!Ppmd7_Alloc(&_ppmd,
_props
.MemSize, &g_BigAlloc))
128
Ppmd7_Init(&_ppmd,
_props
.Order);
PpmdEncoder.h
42
CEncProps
_props
;
member in class:NCompress::NPpmd::CEncoder
/external/lzma/CPP/7zip/Common/
MethodProps.cpp
150
NCOM::CPropVariant *
_props
;
member in class:CCoderProps
159
_props
= new NCOM::CPropVariant[numPropsMax];
164
delete []
_props
;
169
return setCoderProperties->SetCoderProperties(_propIDs,
_props
, _numProps);
178
_props
[_numProps] = prop.Value;
/external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java
55
private Map<String, byte[]>
_props
;
field in class:ServiceInfoImpl
816
if ((
_props
== null) && (this.getTextBytes() != null)) {
852
this.
_props
= properties;
854
return (
_props
!= null ?
_props
: Collections.<String, byte[]> emptyMap());
908
_props
= null; // set it null for apply update text data
[
all
...]
Completed in 306 milliseconds