OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIsNative
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Target.java
50
private boolean
mIsNative
;
67
mIsNative
= isNative;
290
if (mIsRelaxedPrecision ||
mIsNative
) {
352
if ((mIsRelaxedPrecision ||
mIsNative
) && IsSubnormal(mMinValue)) {
387
if ((mIsRelaxedPrecision ||
mIsNative
) && IsSubnormal(mMaxValue)) {
426
if (mIsRelaxedPrecision ||
mIsNative
) {
440
if (mIsRelaxedPrecision ||
mIsNative
) {
472
if (
mIsNative
) {
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java
49
private final boolean
mIsNative
;
58
mIsNative
= isNative;
67
* OverrideMethod.invoke("signature",
mIsNative
? true : false, null or this);
71
mParentVisitor.visitInsn(
mIsNative
? Opcodes.ICONST_1 : Opcodes.ICONST_0);
/external/doclava/src/com/google/doclava/
MethodInfo.java
245
mIsSynchronized,
mIsNative
, mIsAnnotationElement, kind(), mFlatSignature,
279
mIsNative
= isNative;
300
return
mIsNative
;
678
private boolean
mIsNative
;
755
if (
mIsNative
!= mInfo.
mIsNative
) {
Completed in 161 milliseconds