HomeSort by relevance Sort by last modified time
    Searched defs:false (Results 226 - 250 of 803) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
send_time_history_unittest.cc 49 PacketInfo() : webrtc::PacketInfo(-1, 0, 0, 0, 0, false) {}
51 : PacketInfo(arrival_time_ms, 0, sequence_number, 0, false) {}
76 PacketInfo received_packet(0, 0, kSeqNo, 0, false);
77 EXPECT_TRUE(history_.GetInfo(&received_packet, false));
80 PacketInfo received_packet2(0, 0, kSeqNo, 0, false);
84 PacketInfo received_packet3(0, 0, kSeqNo, 0, false);
119 static_cast<uint16_t>(i), kPacketSize, false)); local
132 EXPECT_TRUE(history_.GetInfo(&packet, false));
139 EXPECT_FALSE(history_.GetInfo(&packet, false));
146 AddPacketWithSendTime(i, 0, false, i * 100)
    [all...]
  /external/webrtc/webrtc/p2p/base/
stunport_unittest.cc 51 done_(false), error_(false), stun_keepalive_delay_(0) {
85 std::string(), false)); local
123 error_ = false;
  /frameworks/base/core/java/android/app/
Presentation.java 177 super(createPresentationContext(outerContext, display, theme), theme, false); local
183 setCanceledOnTouchOutside(false);
  /frameworks/base/core/java/android/view/
HardwareLayer.java 63 * @return True if the layer can be rendered into, false otherwise
92 * @return True if the copy was successful, false otherwise
100 * return false if the requested width/height cannot be satisfied
106 * @return true if the layer's properties will change, false if they already
135 nSetSurfaceTexture(mFinalizer.get(), surface, false); local
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarTransitions.java 51 applyModeBackground(-1, getMode(), false /*animate*/);
52 applyMode(getMode(), false /*animate*/); local
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
PowerNotificationControlsFragment.java 44 return inflater.inflate(R.layout.power_notification_controls_settings, container, false);
85 getContext(), MetricsEvent.TUNER_POWER_NOTIFICATION_CONTROLS, false); local
TunerFragment.java 89 MetricsLogger.visibility(getContext(), MetricsEvent.TUNER, false); local
  /frameworks/base/services/core/java/com/android/server/
SamplingProfilerService.java 39 private static final boolean LOCAL_LOGV = false;
94 false, new SamplingProfilerSettingsObserver(contentResolver)); local
110 onChange(false);
  /frameworks/base/services/core/java/com/android/server/location/
LocationBlacklist.java 62 BLACKLIST_CONFIG_NAME), false, this, UserHandle.USER_ALL); local
64 // WHITELIST_CONFIG_NAME), false, this, UserHandle.USER_ALL);
99 return false;
111 return false;
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestBasic.java 40 currentView = inflater.inflate(R.layout.basic, container, false);
78 assert false; local
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PathMeasure_Delegate.java 84 return false;
92 return false;
99 return false;
142 return false;
163 return false;
180 startWithMoveTo = false;
213 assert false; local
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
Choreographer_Delegate.java 79 assert false; local
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DataBindingUtilTest.java 81 R.layout.basic_binding, content, false);
85 R.layout.basic_binding, null, false);
90 R.layout.plain_layout, null, false)); local
99 R.layout.merge_layout, content, false); local
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmSmsDispatcherTest.java 111 "6501002000", "121" /*scAddr*/, "test sms", null, null, null, null, false);
129 null, null, null, null, false); local
  /hardware/ti/omap4-aah/security/tf_sdk/include/
s_type.h 81 #define false ( (bool)0 ) macro
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 81 #define false ( (bool)0 ) macro
  /libcore/luni/src/main/java/java/util/concurrent/
AbstractExecutorService.java 191 return doInvokeAny(tasks, false, 0);
193 assert false; local
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharsetEncoderDecoderBufferTest.java 35 * hasArray()==false. In that situation ICU may overwrite the first out-buffer.
44 out, false); local
67 * hasArray()==false. In that situation ICU may overwrite the array of the first in-buffer.
76 decoder.decode(inWithArray, out, false);
93 * hasArray()==false. In that situation ICU may overwrite the first out-buffer.
102 encoder.encode(CharBuffer.wrap("ab"), out, false);
125 * hasArray()==false. In that situation ICU may overwrite the array of the first in-buffer.
134 encoder.encode(inWithArray, out, false);
  /libcore/ojluni/src/main/java/java/nio/charset/
CoderResult.java 76 * errors but <tt>false</tt> for those that describe underflow or overflow
280 assert false; local
  /libcore/ojluni/src/main/java/sun/nio/ch/
NativeObject.java 383 assert false; local
  /packages/apps/Calendar/src/com/android/calendar/
MultiStateButton.java 101 * Attempts to set the state. Returns true if successful, false otherwise.
107 return false;
150 d.setVisible(getVisibility() == VISIBLE, false); local
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java 94 getResources(), false, null)); local
119 return false;
135 return false;
146 return false;
158 return false;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilterController.java 59 * @param persistent True when the given filter should be saved soon. False when the filter
152 false, notifyListeners); local
171 return accountTypeManager.contains(filterAccount, false);
  /packages/apps/Settings/src/com/android/settings/
FallbackHome.java 119 SystemClock.uptimeMillis(), false); local
ResetNetwork.java 198 ShowAdminSupportDetailsDialog.setAdminSupportDetails(getActivity(), view, admin, false); local

Completed in 491 milliseconds

1 2 3 4 5 6 7 8 91011>>