OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeMask
(Results
1 - 16
of
16
) sorted by null
/frameworks/base/tools/aapt2/
ResourceParser.h
107
bool ParseArrayImpl(xml::XmlPullParser* parser, ParsedResource* out_resource, uint32_t
typeMask
);
ResourceParser.cpp
715
* with
typeMask
denoting which items it can be. If allowRawValue is
[
all
...]
/prebuilts/go/darwin-x86/src/compress/flate/
token.go
13
typeMask
= 3 << 30
/prebuilts/go/linux-x86/src/compress/flate/
token.go
13
typeMask
= 3 << 30
/frameworks/base/tools/aapt2/test/
Builders.cpp
163
AttributeBuilder& AttributeBuilder::SetTypeMask(uint32_t
typeMask
) {
164
attr_->type_mask =
typeMask
;
Builders.h
117
AttributeBuilder& SetTypeMask(uint32_t
typeMask
);
/external/opencv/ml/src/
mlestimate.cpp
659
const CvMat*
typeMask
,
702
trainParams, compIdx, trainDataIdx,
typeMask
, missedMeasurementMask));
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java
730
* Checks if <code>
typeMask
</code> is of the specified {@link FolderType}
735
public static boolean isType(final int
typeMask
, final int folderType) {
736
return (
typeMask
& folderType) != 0;
[
all
...]
/external/skia/src/core/
SkMatrix.cpp
203
TypeMask
mask = this->getType();
231
TypeMask
mask = this->getType();
636
TypeMask
aType = a.getType();
637
TypeMask
bType = b.getType();
832
TypeMask
mask = this->getType();
1589
uint32_t
typemask
;
member in struct:__anon34014::AggregateMatrix
[
all
...]
/external/skqp/src/core/
SkMatrix.cpp
202
TypeMask
mask = this->getType();
230
TypeMask
mask = this->getType();
635
TypeMask
aType = a.getType();
636
TypeMask
bType = b.getType();
831
TypeMask
mask = this->getType();
1588
uint32_t
typemask
;
member in struct:__anon34681::AggregateMatrix
[
all
...]
/external/opencv/ml/include/
ml.h
[
all
...]
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar
/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar
Completed in 859 milliseconds