Searched defs:isBoolean (Results 1 - 20 of 20) sorted by relevance

/external/vogar/src/vogar/
H A DOptionParser.java301 if (handler.isBoolean()) {
321 if (handler.isBoolean()) {
409 boolean isBoolean() { method in class:OptionParser.Handler
421 @Override boolean isBoolean() { method in class:OptionParser.BooleanHandler
/external/caliper/caliper/src/main/java/com/google/caliper/options/
H A DCommandLineParser.java184 abstract boolean isBoolean(); method in class:CommandLineParser.InjectableOption
196 @Override boolean isBoolean() {
274 private boolean isBoolean; field in class:CommandLineParser.FieldOption
279 this.isBoolean = c == boolean.class || c == Boolean.class;
287 @Override boolean isBoolean() { method in class:CommandLineParser.FieldOption
288 return isBoolean;
311 private boolean isBoolean; field in class:CommandLineParser.MethodOption
316 this.isBoolean = c == boolean.class || c == Boolean.class;
326 @Override boolean isBoolean() { method in class:CommandLineParser.MethodOption
327 return isBoolean;
[all...]
/external/clang/lib/Analysis/
H A DBodyFarm.cpp292 bool isBoolean = ResultTy->isBooleanType(); local
293 if (!isBoolean && !ResultTy->isIntegralType(C))
334 Expr *RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal)
341 RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal)
/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.hpp133 template<typename T> inline bool isBoolean (void) { return false; } function in namespace:de::cmdline
134 template<> inline bool isBoolean<bool> (void) { return true; } function in namespace:de::cmdline
137 template<class Option> inline bool isBooleanOpt (void) { return isBoolean<typename OptTraits<Option>::ValueType>(); }
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/v8/src/debug/
H A Dmirrors.js309 Mirror.prototype.isBoolean = function() {
/external/caliper/lib/
H A Dgson-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/stream/ ...
/external/guice/extensions/struts2/lib/
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1596 milliseconds