Home
last modified time | relevance | path

Searched refs:isFoo (Results 1 – 13 of 13) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DCustomStateView.java12 public boolean isFoo; field in CustomStateView
29 if (isFoo) { in onCreateDrawableState()
/external/clang/test/SemaObjC/
Ddefault-synthesize-3.m46 @property (readonly) char isFoo; // expected-note {{property declared here}} property
54 - (char)isFoo { method
66 @property (readwrite) char isFoo; // expected-warning {{auto property synthesis will not synthesize…
/external/jsoncpp/
DNEWS.txt22 (For each type foo, isFoo always implies isConvertibleTo(fooValue).)
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayoutInflaterTest.java220 view.isFoo = true; in shouldConstructCustomViewsWithCustomState()
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m.result653 int isFoo(char c);
683 if(!isFoo(kindC[0])) // expected-warning{{null}}
685 if(!isFoo(nameC[0])) // no-warning
Dobjcmt-arc-cf-annotations.m611 int isFoo(char c); function
641 if(!isFoo(kindC[0])) // expected-warning{{null}}
643 if(!isFoo(nameC[0])) // no-warning
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTarget.td476 /// default to "isFoo", where Foo is the AsmOperandClass name. The method
478 /// bool isFoo() const;
/external/llvm/docs/
DCodingStandards.rst1053 if (BarList[I]->isFoo()) {
1072 if (List[I]->isFoo())
1117 and start with a lower case letter (e.g. ``openFile()`` or ``isFoo()``).
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodingStandards.rst1115 if (BarList[I]->isFoo()) {
1134 if (List[I]->isFoo())
1179 and start with a lower case letter (e.g. ``openFile()`` or ``isFoo()``).
/external/llvm/include/llvm/Target/
DTarget.td591 /// default to "isFoo", where Foo is the AsmOperandClass name. The method
593 /// bool isFoo() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTarget.td687 /// default to "isFoo", where Foo is the AsmOperandClass name. The method
689 /// bool isFoo() const;
/external/clang/docs/
DInternalsManual.rst1846 ``[Accessor<"isFoo", [GNU<"Foo">]>, Accessor<"isBar", [GNU<"Bar">]>]``
/external/clang/test/Analysis/
Dretain-release.m606 int isFoo(char c); function
636 if(!isFoo(kindC[0])) // expected-warning{{null}}
638 if(!isFoo(nameC[0])) // no-warning