HomeSort by relevance Sort by last modified time
    Searched refs:Boolean (Results 151 - 175 of 571) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/jarjar/src/main/com/tonicsystems/jarjar/
Main.java 45 private boolean verbose;
91 boolean verbose = Boolean.getBoolean("verbose");
92 boolean skipManifest = Boolean.getBoolean("skipManifest");
  /external/javassist/src/main/javassist/runtime/
Desc.java 34 public static boolean useContextClassLoader = false;
58 + Boolean.toString(useContextClassLoader) + ")", e);
94 clazz = Boolean.TYPE;
  /external/jmdns/src/javax/jmdns/impl/
NetworkTopologyDiscoveryImpl.java 85 public boolean useInetAddress(NetworkInterface networkInterface, InetAddress interfaceAddress) {
89 if (!((Boolean) _isUp.invoke(networkInterface, (Object[]) null)).booleanValue()) {
98 if (!((Boolean) _supportsMulticast.invoke(networkInterface, (Object[]) null)).booleanValue()) {
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 90 struct Boolean
93 Boolean (GLboolean value_) : value(value_) {}
96 std::ostream& operator<< (std::ostream& str, const Boolean& boolean) { return str << (boolean.value ? "GL_TRUE" : "GL_FALSE"); }
138 Boolean query<Boolean> (const glw::Functions& gl, deUint32 param)
142 return Boolean(val);
161 bool compare<Boolean> (const Boolean& min, const Boolean& reported
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 372 * <li><b>gov.nist.javax.sip.CONGESTION_CONTROL_ENABLED = boolean </b> Defailt
451 boolean reEntrantListener;
457 boolean deliverTerminatedEventForAck = false;
461 boolean deliverUnsolicitedNotify = false;
517 * @return boolean, true if automatic dialog support is enabled for this
520 boolean isAutomaticDialogSupportEnabled() {
    [all...]
  /art/test/061-out-of-memory/src/
Main.java 46 Boolean sawEx = false;
70 private static boolean testOomeSmallInternal() {
79 boolean sawEx = false;
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
IsolatedServiceTest.java 64 private void runServiceTest(final boolean isolated) {
82 Boolean success = mActivity.getSuccess();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
AbstractXmlPullParser.java 76 * Parse a boolean attribute value
78 protected boolean parseBooleanAttr(XmlPullParser parser, String name) {
81 Boolean.parseBoolean(stringValue);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BitSet.as 144 public function equals(other:Object):Boolean {
180 public function member(el:int):Boolean {
197 public function get isNil():Boolean {
245 var havePrintedAnElement:Boolean = false;
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
InfoBarTestAnimationListener.java 21 private volatile Boolean mCondition;
35 public boolean waitAndExpire(long millis) throws InterruptedException {
42 boolean result = mCondition;
48 public void set(boolean value) {
87 public boolean addInfoBarAnimationFinished() throws InterruptedException {
91 public boolean swapInfoBarAnimationFinished() throws InterruptedException {
95 public boolean removeInfoBarAnimationFinished() throws InterruptedException {
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DownloadInfoTest.java 43 public boolean equals(Object obj) {
63 * signature: Type getFoo(), where Type is a String or a primitive type other than boolean.
64 * Boolean getters are an exception and have special prefixes. In case of a boolean getter, the
65 * signature is 'boolean isFoo()' or 'boolean hasFoo', i.e. boolean getters start with "is" or
78 if (returnType.equals(Boolean.TYPE)) {
104 if (parameter.equals(Boolean.TYPE)) {
105 // Boolean setters are of form setIsFoo or setHasFoo
    [all...]
  /external/chromium_org/extensions/renderer/guest_view/
guest_view_internal_custom_bindings.cc 75 args.GetReturnValue().Set(v8::Boolean::New(context()->isolate(), true));
  /external/chromium_org/extensions/renderer/
render_view_observer_natives.cc 40 v8::Handle<v8::Value> args[] = {v8::Boolean::New(isolate, succeeded)};
user_gestures_native_handler.cc 29 args.GetReturnValue().Set(v8::Boolean::New(
  /external/chromium_org/third_party/cld/base/
macros.h 236 template <typename Boolean> struct ERROR_TYPE_MUST_BE_POD;
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayTypes.h 34 DECLARE_DISPLAY_MEMBER_INFO(Boolean);
SkDrawShader.cpp 47 SK_MEMBER(filterBitmap, Boolean),
SkHitTest.cpp 18 SK_MEMBER(value, Boolean)
SkSnapshot.cpp 22 SK_MEMBER(sequence, Boolean),
  /external/chromium_org/v8/test/mjsunit/regress/
regress-752.js 28 // Test that JSON.stringify correctly unwraps Boolean objects.
33 return value === 42 ? new Boolean(false) : value;
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DM.java 45 return new Boolean(SoapEnvelope.stringToBoolean(text));
76 cm.addMapping(cm.xsd, "boolean", PropertyInfo.BOOLEAN_CLASS, this);
  /external/lldb/source/Host/macosx/cfcpp/
CFCBundle.cpp 67 Boolean resolveAgainstBase = 0;
  /external/okhttp/android/main/java/com/squareup/okhttp/
ConfigAwareConnectionPool.java 41 if (keepAliveProperty != null && !Boolean.parseBoolean(keepAliveProperty)) {
58 private boolean networkEventListenerRegistered;
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
AnimatedRecyclerView.java 49 boolean mAnimationsEnabled = true;
50 boolean mPredictiveAnimationsEnabled = true;
75 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
89 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
98 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
105 public boolean onCreateOptionsMenu(Menu menu) {
112 public boolean onOptionsItemSelected(MenuItem item) {
119 boolean selected = ((CheckBox) view).isChecked();
140 boolean selected = mAdapter.mSelected.get(itemText);
165 mAdapter.mSelected.put(text, Boolean.FALSE)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/security/
KeyStoreUsage.java 209 public void onFocusChange(View v, boolean hasFocus) {
217 public void onFocusChange(View v, boolean hasFocus) {
252 private void setKeyActionButtonsEnabled(boolean enabled) {
298 private class GenerateTask extends AsyncTask<String, Void, Boolean> {
300 protected Boolean doInBackground(String... params) {
341 protected void onPostExecute(Boolean result) {
414 private class VerifyTask extends AsyncTask<String, Void, Boolean> {
416 protected Boolean doInBackground(String... params) {
445 boolean valid = s.verify(signature);
473 protected void onPostExecute(Boolean result)
    [all...]

Completed in 1461 milliseconds

1 2 3 4 5 67 8 91011>>