OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMandatory
(Results
1 - 25
of
179
) sorted by null
1
2
3
4
5
6
7
8
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
Dependency.java
27
boolean
mMandatory
= false;
46
mMandatory
= mandatory;
50
return
mMandatory
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ClassAttributeDescriptor.java
39
boolean
mMandatory
;
62
mMandatory
= true;
93
mMandatory
= true;
104
mMandatory
, this, uiParent, mDefaultToProjectOnly);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java
59
private final Mandatory
mMandatory
;
86
mMandatory
= mandatory;
114
mMandatory
= mandatory ? Mandatory.MANDATORY : Mandatory.NOT_MANDATORY;
164
return
mMandatory
;
174
mMandatory
!= Mandatory.NOT_MANDATORY ? ", " +
mMandatory
.toString() : "" //$NON-NLS-1$ //$NON-NLS-2$
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java
100
private boolean
mMandatory
;
234
mMandatory
= mandatory;
304
if (
mMandatory
) {
/prebuilts/devtools/tools/lib/
sdklib.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/1.0/
compiler-1.0.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/1.0-rc5/
compiler-1.0-rc5.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/1.1/
compiler-1.1.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0/
compiler-2.0.0.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-alpha9/
compiler-2.0.0-alpha9.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta2/
compiler-2.0.0-beta2.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta5/
compiler-2.0.0-beta5.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta6/
compiler-2.0.0-beta6.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta7/
compiler-2.0.0-beta7.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-rc3/
compiler-2.0.0-rc3.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha3/
compiler-2.1.0-alpha3.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha4/
compiler-2.1.0-alpha4.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha6/
compiler-2.2.0-alpha6.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.4/
compiler-2.2.4.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/
sdklib-22.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/
sdklib-22.5.1.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.3/
sdklib-22.5.3.jar
Completed in 828 milliseconds
1
2
3
4
5
6
7
8