HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 726 - 750 of 19572) sorted by null

<<21222324252627282930>>

  /external/webrtc/webrtc/modules/audio_coding/neteq/
decoder_database_unittest.cc 212 bool changed; // Should be true when the active decoder changed. local
213 EXPECT_EQ(DecoderDatabase::kOK, db.SetActiveDecoder(0, &changed));
214 EXPECT_TRUE(changed);
219 EXPECT_EQ(DecoderDatabase::kOK, db.SetActiveDecoder(0, &changed));
220 EXPECT_FALSE(changed);
225 EXPECT_EQ(DecoderDatabase::kOK, db.SetActiveDecoder(103, &changed));
226 EXPECT_TRUE(changed);
245 db.SetActiveDecoder(17, &changed));
  /frameworks/base/core/java/android/widget/
ScrollBarDrawable.java 170 boolean changed = super.onStateChange(state);
172 changed |= mVerticalTrack.setState(state);
175 changed |= mVerticalThumb.setState(state);
178 changed |= mHorizontalTrack.setState(state);
181 changed |= mHorizontalThumb.setState(state);
183 return changed;
203 final boolean changed = mRangeChanged || mBoundsChanged;
207 if (changed) {
217 if (changed) {
  /external/adhd/cras/src/server/
cras_hfp_slc.h 44 /* Handles the call status changed event.
48 /* Handles the call setup status changed event.
52 /* Handles the call held status changed event.
  /external/antlr/antlr-3.4/runtime/CSharp2/
API CHANGES.TXT 22 Antlr.Runtime.Parser.Input - return type has been changed to ITokenStream
24 Antlr.Runtime.Lexer.Input - return type has been changed to ICharStream
26 Antlr.Runtime.TreeParser - return type has been changed to ITreeNodeStream
  /external/clang/test/SemaObjC/
iboutlet.m 10 @property (getter = MyGetter, readonly, assign) IBOutlet NSView *myView; // expected-warning {{readonly IBOutlet property 'myView' when auto-synthesized may not work correctly with 'nib' loader}} expected-note {{property should be changed to be readwrite}}
12 IBInspectable @property (readonly) IBOutlet NSView *myView1; // expected-warning {{readonly IBOutlet property 'myView1' when auto-synthesized may not work correctly with 'nib' loader}} expected-note {{property should be changed to be readwrite}}
28 @property( readonly ) __attribute__((iboutlet)) UILabel *autoReadOnlyReadOnly; // expected-warning {{readonly IBOutlet property 'autoReadOnlyReadOnly' when auto-synthesized may not work correctly with 'nib' loader}} expected-note {{property should be changed to be readwrite}}
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 134 boolean changed = false;
139 changed = true;
142 if (changed) {
143 changed = false;
153 changed = true;
158 tb.status = changed ? CHANGED_NOW : DONE;
172 boolean changed = false;
182 changed = true;
189 return changed;
194 boolean changed = false
    [all...]
  /external/libxkbcommon/xkbcommon/test/
common.c 431 test_print_state_changes(enum xkb_state_component changed)
433 if (changed == 0)
436 printf("changed [ ");
437 if (changed & XKB_STATE_LAYOUT_EFFECTIVE)
439 if (changed & XKB_STATE_LAYOUT_DEPRESSED)
441 if (changed & XKB_STATE_LAYOUT_LATCHED)
443 if (changed & XKB_STATE_LAYOUT_LOCKED)
445 if (changed & XKB_STATE_MODS_EFFECTIVE)
447 if (changed & XKB_STATE_MODS_DEPRESSED)
449 if (changed & XKB_STATE_MODS_LATCHED
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
17-1.c 19 * 3. Check that the policy and priority have not changed.
103 printf(" The param has changed\n");
106 printf(" The policy has changed\n");
17-2.c 18 * 3. Check that the policy and priority have not changed.
78 printf("The param has changed\n");
81 printf("The policy has changed\n");
17-3.c 18 * 3. Check that the policy and priority have not changed.
77 printf("The param has changed\n");
80 printf("The policy has changed\n");
17-4.c 18 * 3. Check that the policy and priority have not changed.
74 printf("The param has changed\n");
78 printf("The policy has changed\n");
17-7.c 21 * 5. Check that the policy and priority have not changed.
92 printf("The param has changed\n");
95 printf("The policy has changed\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
12-1.c 87 printf("FAIL: signal mask was changed. \n");
92 printf("FAIL: signal mask was changed. \n");
96 printf("Test PASSED: signal mask was not changed.\n");
  /external/python/cpython2/Mac/Demo/textedit/
ped.py 40 self.changed = 0
103 self.changed = 1
108 if self.changed:
131 self.changed = 0
151 self.changed = 1
169 self.changed = 1
176 self.changed = 1
217 changed = 0
223 changed = 1
231 changed =
    [all...]
  /external/selinux/restorecond/
utmpwatcher.c 50 int changed = 0; local
75 changed = strings_list_diff(prev_utmp_ptr, utmp_ptr);
79 return changed;
  /external/valgrind/gdbserver_tests/
mcleak.stdinB.gdb 58 monitor leak_check full reachable changed
65 monitor leak_check full reachable changed
72 monitor leak_check full reachable changed
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
BottomScrollView.java 70 protected void onLayout(boolean changed, int l, int t, int r, int b) {
71 super.onLayout(changed, l, t, r, b);
79 // properties are changed in the callbacks.
  /libcore/ojluni/src/main/java/java/net/
InetAddressImpl.java 39 // BEGIN Android-changed: Rewrote hostname lookup methods on top of Libcore.os.
59 // END Android-changed: Rewrote hostname lookup methods on top of Libcore.os.
66 // Android-changed: Let loopbackAddresses() return both Inet4 and Inet6 loopbacks.
  /libcore/ojluni/src/main/java/java/text/
CollationElementIterator.java 110 // Android-changed: use ICU CollationElementIterator constant.
129 // Android-changed: delegate to ICU CollationElementIterator.
151 // Android-changed: delegate to ICU CollationElementIterator.
174 // Android-changed: delegate to ICU CollationElementIterator.
185 // Android-changed: delegate to ICU CollationElementIterator.
195 // Android-changed: delegate to ICU CollationElementIterator.
205 // Android-changed: delegate to ICU CollationElementIterator.
227 // Android-changed: delegate to ICU CollationElementIterator.
247 // Android-changed: delegate to ICU CollationElementIterator.
262 // Android-changed: delegate to ICU CollationElementIterator
    [all...]
  /libcore/ojluni/src/main/java/javax/sql/
RowSetEvent.java 31 * generated when a single row in a rowset is changed, the whole rowset
32 * is changed, or the rowset cursor moves.
50 * @param source the <code>RowSet</code> object whose data has changed or
  /packages/apps/Camera2/src/com/android/camera/ui/
ProgressOverlay.java 45 public void onLayout(boolean changed, int left, int top, int right, int bottom) {
46 super.onLayout(changed, left, top, right, bottom);
47 if (changed) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ComboAlbum.java 85 boolean changed = false;
88 if (version > mDataVersion) changed = true;
90 if (changed) mDataVersion = nextVersionNumber();
ComboAlbumSet.java 78 boolean changed = false;
81 if (version > mDataVersion) changed = true;
83 if (changed) mDataVersion = nextVersionNumber();
  /packages/apps/Launcher3/src/com/android/launcher3/qsb/
QsbWidgetHostView.java 51 // Re-inflate is required if the orientation has changed since last inflation.
57 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
59 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
DateTimeField.java 22 //BEGIN android-changed: Stubbing out logging
58 //BEGIN android-changed
60 //END android-changed

Completed in 1395 milliseconds

<<21222324252627282930>>