| /frameworks/data-binding/extensions/library/src/main/java/android/databinding/ |
| MapChangeRegistry.java | 38 * Notifies registered callbacks that an element has been added, removed, or changed. 40 * @param sender The map that has changed. 41 * @param key The key of the element that changed.
|
| /packages/apps/LegacyCamera/src/com/android/camera/ui/ |
| RightAlignedHorizontalScrollView.java | 35 protected void onLayout(boolean changed, int l, int t, int r, int b) { 36 super.onLayout(changed, l, t, r, b); 37 if (changed) {
|
| /packages/apps/TV/src/com/android/tv/ui/ |
| TunableTvViewPlayingApi.java | 45 * Called when the availability of the time-shift for the current channel has been changed. 46 * It should be guaranteed that this is called only when the availability is really changed. 51 * Called when the record start time has been changed. This is not called when the recorded
|
| /libcore/ojluni/src/main/native/ |
| UnixFileSystem_md.c | 136 // Android-changed: Name changed because of added thread policy check 144 // Android-changed: Added ACCESS_OK case 167 // Android-changed: Name changed because of added thread policy check 215 // Android-changed: Name changed because of added thread policy check 231 // Android-changed: Name changed because of added thread policy check 250 // Android-changed: Name changed because of added thread policy chec [all...] |
| /external/webrtc/webrtc/base/ |
| network_unittest.cc | 57 bool* changed) { 59 network_manager.MergeNetworkList(list, changed, &stats); 271 bool changed; local 272 NetworkManager::Stats stats = MergeNetworkList(manager, list, &changed); 273 EXPECT_TRUE(changed); 286 stats = MergeNetworkList(manager, list, &changed); 287 EXPECT_TRUE(changed); 301 stats = MergeNetworkList(manager, list, &changed); 302 EXPECT_TRUE(changed); 318 stats = MergeNetworkList(manager, list, &changed); 371 bool changed = false; local 413 bool changed = false; local 435 bool changed = false; local 483 bool changed = false; local 508 bool changed = false; local 566 bool changed = false; local 607 bool changed; local 679 bool changed = false; local 730 bool changed; local 818 bool changed; local 846 bool changed; local [all...] |
| /external/apache-xml/src/main/java/org/apache/xalan/res/ |
| XSLMessages.java | 36 private static ListResourceBundle XSLTBundle = new XSLTErrorResources(); // android-changed 50 // BEGIN android-changed 53 // END android-changed 68 // BEGIN android-changed 71 // END android-changed
|
| /external/iptables/include/linux/netfilter/ |
| nf_conntrack_common.h | 30 /* It's an expected connection: bit 0 set. This bit never changed */ 46 /* Connection needs src nat in orig dir. This bit never changed. */ 50 /* Connection needs dst nat in orig dir. This bit never changed. */ 94 IPCT_ASSURED, /* connection status has changed to assured */ 95 IPCT_PROTOINFO, /* protocol information has changed */
|
| /external/libnl/include/linux-private/linux/netfilter/ |
| nf_conntrack_common.h | 30 /* It's an expected connection: bit 0 set. This bit never changed */ 46 /* Connection needs src nat in orig dir. This bit never changed. */ 50 /* Connection needs dst nat in orig dir. This bit never changed. */ 98 IPCT_ASSURED, /* connection status has changed to assured */ 99 IPCT_PROTOINFO, /* protocol information has changed */
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/ |
| nf_conntrack_common.h | 30 /* It's an expected connection: bit 0 set. This bit never changed */ 46 /* Connection needs src nat in orig dir. This bit never changed. */ 50 /* Connection needs dst nat in orig dir. This bit never changed. */ 94 IPCT_ASSURED, /* connection status has changed to assured */ 95 IPCT_PROTOINFO, /* protocol information has changed */
|
| /frameworks/support/leanback/src/main/java/androidx/leanback/media/ |
| PlayerAdapter.java | 39 * Client for {@link #isPrepared()} changed. 40 * @param adapter The adapter that has changed ready state. 53 * Event for {@link #getCurrentPosition()} changed. 54 * @param adapter The adapter whose {@link #getCurrentPosition()} changed. 60 * Event for {@link #getBufferedPosition()} changed. 61 * @param adapter The adapter whose {@link #getBufferedPosition()} changed. 67 * Event for {@link #getDuration()} changed. Usually the duration does not change 69 * @param adapter The adapter whose {@link #getDuration()} changed. 75 * Event for video size changed. 76 * @param adapter The adapter whose video size has been detected or changed [all...] |
| /external/libcxx/utils/libcxx/sym_check/ |
| diff.py | 40 changed = [] 47 changed += [(old_sym, new_sym)] 48 return changed 54 changed = changed_symbols(old, new) 55 return added, removed, changed 81 report += ('SYMBOL CHANGED: %s%s%s\n\n' % 94 report += ' Changed: %d\n' % len(changed_syms)
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/sym_check/ |
| diff.py | 40 changed = [] 47 changed += [(old_sym, new_sym)] 48 return changed 54 changed = changed_symbols(old, new) 55 return added, removed, changed 81 report += ('SYMBOL CHANGED: %s%s%s\n\n' % 94 report += ' Changed: %d\n' % len(changed_syms)
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| CodePlacementOpt.cpp | 156 bool Changed = false; 183 Changed = true; 235 if (Changed && 241 return Changed; 251 bool Changed = false; 304 Changed = true; 332 return Changed; 344 bool Changed = false; 348 Changed |= OptimizeIntraLoopEdgesInLoopNest(MF, *I); 351 Changed |= EliminateUnconditionalJumpsToTop(MF, L) [all...] |
| /external/mesa3d/src/gallium/state_trackers/nine/ |
| nine_state.c | 360 if (context->changed.vs_const_f || context->changed.group & NINE_STATE_SWVP) { 396 context->changed.vs_const_f = 0; 399 if (context->changed.vs_const_i || context->changed.group & NINE_STATE_SWVP) { 409 context->changed.vs_const_i = 0; 412 if (context->changed.vs_const_b || context->changed.group & NINE_STATE_SWVP) { 422 context->changed.vs_const_b = 0; 471 context->changed.group &= ~NINE_STATE_VS_CONST 927 boolean changed = FALSE; local [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
| CHANGES_FROM_133.txt | 21 #312. (Changed in MR33) Bug caused by change #299.
25 changed caused the code which set a default predicate depth for
32 #311. (Changed in MR33) Added sorcer/lib to Makefile.
36 #310. (Changed in MR32) In C mode zzastPush was spelled zzastpush in one case.
40 #309. (Changed in MR32) Renamed baseName because of VMS name conflict
45 #308. (Changed in MR32) Used "template" as name of formal in C routine
51 #307. (Changed in MR31) Compiler dependent bug in function prototype generation
59 #306. (Changed in MR30) Validating predicate following a token
77 #305. (Changed in MR30) Alternatives with guess blocks inside (...)* blocks.
107 #304. (Changed in MR30) Crash when mismatch between output value counts. [all...] |
| /external/curl/tests/unit/ |
| unit1304.c | 60 fail_unless(password[0] == 0, "password should not have been changed"); 62 fail_unless(login[0] == 0, "login should not have been changed"); 73 fail_unless(password[0] == 0, "password should not have been changed"); 76 "login should not have been changed"); 87 fail_unless(password[0] == 0, "password should not have been changed"); 90 "login should not have been changed"); 102 fail_unless(password[0] == 0, "password should not have been changed"); 105 "login should not have been changed"); 117 fail_unless(password[0] == 0, "password should not have been changed"); 120 "login should not have been changed"); [all...] |
| /libcore/ojluni/src/main/java/java/util/ |
| Observable.java | 63 private boolean changed = false; field in class:Observable 99 * If this object has changed, as indicated by the 102 * indicate that this object has no longer changed. 119 * If this object has changed, as indicated by the 122 * that this object has no longer changed. 152 // Android-changed: Call out to hasChanged() to figure out if something changes. 155 // if (!changed) 174 * Marks this <tt>Observable</tt> object as having been changed; the 178 changed = true; 182 * Indicates that this object has no longer changed, or that it ha [all...] |
| /packages/apps/TV/src/com/android/tv/parental/ |
| ParentalControlSettings.java | 147 boolean changed; 149 changed = mRatings.add(TvContentRating.UNRATED); 152 changed = mRatings.remove(TvContentRating.UNRATED); 155 if (changed) { 156 // change to custom level if the blocked status is changed 159 return changed; 170 * @return {@code true} if changed, {@code false} otherwise. 228 * @return {@code true} if changed, {@code false} otherwise. 261 boolean changed; 263 changed = mRatings.add(tvContentRating) [all...] |
| /external/doclava/test/doclava/ |
| ApiCheckTest.java | 48 String[] args = { "test/api/return-type-changed-1.xml", "test/api/return-type-changed-2.xml" }; 56 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-2.xml" }; 70 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-3.xml" }; 107 String[] args = { "test/api/simple.xml", "test/api/changed-super.xml" }; 116 "test/api/changed-assignable-return-1.xml", 117 "test/api/changed-assignable-return-2.xml" 149 String[] args = { "test/api/medium.xml", "test/api/changed-abstract.xml" } [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
| cleanfuture.py | 19 does change a file, the changed file is a fixed-point (i.e., running
100 changed = ff.run()
101 if changed:
104 if changed:
106 print "changed."
109 for s, e, line in changed:
143 self.changed = []
164 changed = self.changed
245 changed.append((startline, endline, line)) [all...] |
| /external/python/cpython2/Tools/scripts/ |
| cleanfuture.py | 19 does change a file, the changed file is a fixed-point (i.e., running 100 changed = ff.run() 101 if changed: 104 if changed: 106 print "changed." 109 for s, e, line in changed: 143 self.changed = [] 164 changed = self.changed 245 changed.append((startline, endline, line) [all...] |
| /external/python/cpython3/Tools/scripts/ |
| cleanfuture.py | 19 does change a file, the changed file is a fixed-point (i.e., running 100 changed = ff.run() 101 if changed: 104 if changed: 106 print("changed.") 109 for s, e, line in changed: 143 self.changed = [] 164 changed = self.changed 245 changed.append((startline, endline, line) [all...] |
| /external/kernel-headers/original/uapi/linux/netfilter/ |
| nf_conntrack_common.h | 43 /* It's an expected connection: bit 0 set. This bit never changed */ 59 /* Connection needs src nat in orig dir. This bit never changed. */ 63 /* Connection needs dst nat in orig dir. This bit never changed. */ 120 IPCT_ASSURED, /* connection status has changed to assured */ 121 IPCT_PROTOINFO, /* protocol information has changed */ 124 IPCT_SEQADJ, /* sequence adjustment has changed */
|
| /external/llvm/lib/CodeGen/ |
| PreISelIntrinsicLowering.cpp | 31 bool Changed = false; 52 Changed = true; 55 return Changed; 59 bool Changed = false; 62 Changed |= lowerLoadRelative(F); 64 return Changed;
|
| /external/v8/src/compiler/ |
| frame-elider.cc | 83 bool changed = false; local 85 changed |= PropagateIntoBlock(block); 87 return changed; 92 bool changed = false; local 94 changed |= PropagateIntoBlock(block); 96 return changed;
|