HomeSort by relevance Sort by last modified time
    Searched defs:false (Results 301 - 325 of 793) sorted by null

<<11121314151617181920>>

  /external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
SampleServer.java 35 server.useHttps(sslContext.getSocketFactory(), false); local
  /external/opencv/cxcore/include/
cxcore.hpp 265 set( cvCreateMat( rows, cols, type ), false ); local
  /external/opencv3/modules/cudaarithm/test/
test_arithm.cpp 157 cv::cuda::mulSpectrums(loadMat(a), loadMat(b), c, flag, false); local
160 cv::mulSpectrums(a, b, c_gold, flag, false);
170 cv::cuda::mulAndScaleSpectrums(loadMat(a), loadMat(b), c, flag, scale, false); local
173 cv::mulSpectrums(a, b, c_gold, flag, false);
295 testR2CThenC2R("sanity", cols, rows, false);
296 testR2CThenC2R("sanity 0 1", cols, rows + 1, false);
297 testR2CThenC2R("sanity 1 0", cols + 1, rows, false);
298 testR2CThenC2R("sanity 1 1", cols + 1, rows + 1, false);
299 testR2CThenC2R("single col", 1, rows, false);
300 testR2CThenC2R("single col 1", 1, rows + 1, false);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AnimationPlayerActivity.java 146 assert false; local
GameObjectManager.java 53 mVisitingGraph = false;
109 mInactiveObjects.sort(false);
131 mVisitingGraph = false;
156 assert mVisitingGraph == false; local
LevelBuilder.java 80 assert false; local
110 backgroundRender.setCameraRelative(false);
148 assert false; local
178 backgroundRender.setCameraRelative(false);
  /external/skia/include/gpu/
GrXferProcessor.h 33 /** Should be able to treat kNone as false in boolean expressions */
34 GR_STATIC_ASSERT(SkToBool(kNone_GrXferBarrierType) == false); variable
197 * for antialiasing and this returns false.
217 return false;
220 return false;
223 return false;
226 return false;
229 return false;
267 virtual bool onHasSecondaryOutput() const { return false; }
331 return false;
    [all...]
  /external/skia/tools/debugger/
SkObjectParser.cpp 91 mBool->append("False");
188 SkPath::Iter iter(const_cast<SkPath&>(path), false); local
192 for(verb = iter.next(points, false);
194 verb = iter.next(points, false)) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DumpFields.java 76 boolean experimental = false;
96 assert false; local
DumpVtables.java 74 boolean experimental = false;
94 assert false; local
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliInstruction.java 79 opcode = new Opcodes(15, false).getOpcodeByName(instructionNode.getText());
90 assert false; local
189 assert false; local
215 assert false;
  /external/v8/src/compiler/
verifier.cc 1305 BoolVector marked(static_cast<int>(count), false, zone); local
    [all...]
  /external/webrtc/webrtc/base/
thread.cc 133 previous_state_(thread_->SetAllowBlockingCalls(false)) {
143 running_(true, false),
173 return false;
180 if (running()) return false;
192 if (!owned_) return false;
194 if (running()) return false;
211 return false;
220 return false;
246 WrapCurrentWithThreadManager(ThreadManager::Instance(), false); local
342 bool ready = false;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver_unittest_oldapi.cc 34 return false;
58 packet_sent_(false),
78 rtp_header_.header.markerBit = false;
83 rtp_header_.type.Audio.isCNG = false;
106 packet_sent_ = false;
138 rtp_header_.type.Audio.isCNG = false;
147 assert(false); variable
353 packet_sent_ = false;
367 acm_->SetVAD(false, false, VADAggr)
    [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
opensles_player.cc 43 initialized_(false),
44 playing_(false),
149 initialized_ = false;
150 playing_ = false;
155 available = false;
219 RTC_CHECK(false) << "Unsupported sample rate: " << sample_rate;
229 RTC_CHECK(false) << "Unsupported number of channels: "
276 false); local
278 engine_object_->Realize(engine_object_.Get(), SL_BOOLEAN_FALSE), false);
281 false);
    [all...]
  /frameworks/base/core/java/android/content/pm/permission/
RuntimePermissionPresenter.java 175 super(context.getMainLooper(), null, false); local
306 mBound = false;
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 150 mIsEmulated = false;
189 // NXP-tag: false
334 * @return true on success, false on authentication failure
361 * @return true on success, false on authentication failure
366 return authenticate(sectorIndex, key, false);
395 if (transceive(cmd, false) != null) {
401 // No need to deal with, will return false anyway
403 return false;
425 return transceive(cmd, false);
454 transceive(cmd, false);
482 transceive(cmd.array(), false); local
510 transceive(cmd.array(), false); local
    [all...]
  /frameworks/base/core/java/android/webkit/
CacheManager.java 244 * @deprecated This method no longer has any effect and always returns false.
248 return false;
254 * running transactions and false is returned.
257 * @deprecated This method no longer has any effect and always returns false.
261 return false;
269 * @deprecated This method no longer has any effect and always returns false.
273 return false;
333 assert false; local
  /frameworks/base/core/java/com/android/internal/app/
NightDisplayController.java 47 private static final boolean DEBUG = false;
274 false /* notifyForDescendants */, mContentObserver, mUserId); local
276 false /* notifyForDescendants */, mContentObserver, mUserId); local
278 false /* notifyForDescendants */, mContentObserver, mUserId); local
280 false /* notifyForDescendants */, mContentObserver, mUserId); local
  /frameworks/base/core/java/com/android/internal/view/
RotationPolicy.java 170 false, listener.mObserver, userHandle); local
173 false, listener.mObserver, userHandle); local
  /frameworks/base/core/tests/coretests/src/android/net/
SntpClientTest.java 65 mServer.setServerReply(HexEncoding.decode(WORKING_VERSION4.toCharArray(), false)); local
83 final byte[] reply = HexEncoding.decode(WORKING_VERSION4.toCharArray(), false);
92 final byte[] reply = HexEncoding.decode(WORKING_VERSION4.toCharArray(), false);
117 final byte[] reply = HexEncoding.decode(WORKING_VERSION4.toCharArray(), false);
134 final byte[] reply = HexEncoding.decode(WORKING_VERSION4.toCharArray(), false);
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
WakeupMessageTest.java 68 null, false); local
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
NavigationView.java 100 mIgnoreNextNavigation = false;
126 showBreadcrumb(false);
134 mBreadcrumb.setSelection(mBreadcrumbAdapter.getCount() - 1, false); local
195 .inflate(R.layout.item_subdir_title, parent, false);
215 .inflate(R.layout.item_subdir, parent, false);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
ModelBackedDocumentsAdapter.java 126 holder.setSelected(mEnv.isSelected(modelId), false); local
  /frameworks/base/packages/ExtServices/src/android/ext/services/notification/
Ranker.java 96 maybeUnbundle(sbn, false, sbn.getUserId());
119 boolean removeSummary = false;
148 adjustAutobundlingSummary(sbn.getPackageName(), null, false, user); local
150 adjustNotificationBundling(sbn.getPackageName(), notificationsToUnAutobundle, false, local
171 signals.putBoolean(Adjustment.NEEDS_AUTOGROUPING_KEY, false);

Completed in 5147 milliseconds

<<11121314151617181920>>