| /external/llvm/lib/Target/Hexagon/ |
| HexagonBitSimplify.cpp | 219 bool Changed = false; 222 Changed = T.processBlock(B, AVs); 232 Changed |= visitBlock(*SB, T, NewAVs); 235 Changed |= T.processBlock(B, AVs); 237 return Changed; 938 bool Changed = false; 941 Changed |= runOnNode(*I); [all...] |
| /external/libxkbcommon/xkbcommon/test/ |
| state.c | 304 enum xkb_state_component changed; local 321 changed = xkb_state_update_mask(state, 1 << caps, 0, 0, 0, 0, 0); 322 assert(changed == (XKB_STATE_MODS_DEPRESSED | XKB_STATE_MODS_EFFECTIVE)); 326 changed = xkb_state_update_mask(state, (1 << caps), 0, (1 << shift), 0, 0, 0); 327 assert(changed == (XKB_STATE_MODS_LOCKED | XKB_STATE_MODS_EFFECTIVE | 337 changed = xkb_state_update_mask(state, 0, 0, 0, 0, 0, 0); 338 assert(changed == (XKB_STATE_MODS_DEPRESSED | XKB_STATE_MODS_LOCKED | 342 changed = xkb_state_update_mask(state, (1 << alt), 0, 0, 0, 0, 0); 343 assert(changed == (XKB_STATE_MODS_DEPRESSED | XKB_STATE_MODS_EFFECTIVE)); 347 changed = xkb_state_update_mask(state, 0, 0, (1 << num), 0, 0, 0) [all...] |
| /frameworks/base/core/java/com/android/internal/widget/ |
| ActionBarOverlayLayout.java | 290 boolean changed = false; 293 changed = true; 297 changed = true; 301 changed = true; 305 changed = true; 308 return changed; 320 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true); 322 changed |= applyInsets(mActionBarBottom, systemInsets, true, false, true, true); 331 changed = true; 335 changed = true [all...] |
| /frameworks/base/graphics/java/android/graphics/drawable/ |
| DrawableContainer.java | 274 boolean changed = false; 279 changed = true; 289 changed = true; 293 changed = true; 295 if (changed) { 420 boolean changed = super.setVisible(visible, restart); 427 return changed; 453 * @return {@code true} if the drawable changed, {@code false} otherwise 928 boolean changed = false; 938 changed = childChanged [all...] |
| /frameworks/base/telephony/java/com/android/internal/telephony/ |
| TelephonyIntents.java | 33 * Broadcast Action: The phone service state has changed. The intent will have the following 63 * <p>Broadcast Action: The radio technology has changed. The intent will have the following 85 * <p>Broadcast Action: The emergency callback mode is changed. 105 * <p>Broadcast Action: The emergency call state is changed. 126 * Broadcast Action: The phone's signal strength has changed. The intent will have the 153 * Broadcast Action: The data connection state has changed for any one of the 193 * Broadcast Action: The sim card state has changed. 323 * <p>Broadcast Action: It indicates one column of a subinfo record has been changed 340 * Broadcast Action: The default subscription has changed. This has the following 352 * Broadcast Action: The default data subscription has changed. This has the followin [all...] |
| /external/guava/guava/src/com/google/common/collect/ |
| AbstractMapBasedMultimap.java | 374 * ancestor delegate hasn't changed. 467 * If the delegate changed since the iterator was created, the iterator is 505 boolean changed = delegate.add(value); 506 if (changed) { 512 return changed; 526 boolean changed = delegate.addAll(collection); 527 if (changed) { 534 return changed; 559 boolean changed = delegate.remove(o); 560 if (changed) { [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
| CHANGES_FROM_133_BEFORE_MR13.txt | 19 #153. (Changed in MR12b) Bug in computation of -mrhoist suppression set
40 #153. (Changed in MR12a) Bug in computation of -mrhoist suppression set
48 #152. (Changed in MR12) Bug in generation of predicate expressions
111 #151a. (Changed in MR12) ANTLRParser::getLexer()
133 #151b.(Changed in MR12) ParserBlackBox member getLexer()
138 #150. (Changed in MR12) syntaxErrCount and lexErrCount now public
142 #149. (Changed in MR12) antlr option -info o (letter o for orphan)
157 #148. (Changed in MR11) #token names appearing in zztokens,token_tbl
181 #147. (Changed in MR11) Bug in follow set computation
231 #146. (Changed in MR11) Option -treport for locating "difficult" alts [all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
| CHANGES_FROM_133_before_mr13.txt | 19 #153. (Changed in MR12b) Bug in computation of -mrhoist suppression set
40 #153. (Changed in MR12a) Bug in computation of -mrhoist suppression set
48 #152. (Changed in MR12) Bug in generation of predicate expressions
111 #151a. (Changed in MR12) ANTLRParser::getLexer()
133 #151b.(Changed in MR12) ParserBlackBox member getLexer()
138 #150. (Changed in MR12) syntaxErrCount and lexErrCount now public
142 #149. (Changed in MR12) antlr option -info o (letter o for orphan)
157 #148. (Changed in MR11) #token names appearing in zztokens,token_tbl
181 #147. (Changed in MR11) Bug in follow set computation
231 #146. (Changed in MR11) Option -treport for locating "difficult" alts [all...] |
| /art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
| CmpBiasChanger.java | 125 Log.info("Changed " + oldInsnString + " to " + cmpBiasInsn); 127 stats.incrementStat("Changed comparison bias");
|
| ConstantValueChanger.java | 138 Log.info("Changed constant value #" + oldConstant + " to #" + mutation.newConstant 141 stats.incrementStat("Changed constant value");
|
| IfBranchChanger.java | 131 Log.info("Changed " + oldInsnString + " to " + ifBranchInsn); 133 stats.incrementStat("Changed if branch operator to " + getMutationTag() + " operator");
|
| /bionic/libc/kernel/ |
| README.TXT | 38 copies all the changed files into external/kernel-headers. 43 content has changed. You can also process more than one file with -u.
|
| /bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
| hexnan.c | 30 * with " at " changed at "@" and " dot " changed to "."). */
|
| strtorQ.c | 30 * with " at " changed at "@" and " dot " changed to "."). */
|
| sum.c | 30 * with " at " changed at "@" and " dot " changed to "."). */
|
| /cts/common/device-side/util/src/com/android/compatibility/common/util/ |
| CallbackAsserter.java | 76 * Create an instance for a content changed notification. 83 * Create an instance for a content changed notification.
|
| /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
| AudioRestrictionTest.java | 94 // Verify that volume can't be changed. 103 // Verify the volume can be changed now.
|
| /cts/tests/app/app/src/android/app/stubs/ |
| OrientationTestUtils.java | 32 * @param activity whose orientation will be changed and restored 43 * @param activity whose orientation will be changed
|
| /cts/tests/autofillservice/src/android/autofillservice/cts/common/ |
| StateKeeperRuleTest.java | 61 when(mStateManager.get()).thenReturn("before", "changed"); 74 when(mStateManager.get()).thenReturn("before", "changed");
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| ArrayAdapterTest.java | 115 // clear notify changed 118 // if empty before, clear also notify changed 134 // no data changed, but force notify 241 * insert the item to the specific position, notify data changed 357 * Removes the specified object from the array. notify data changed 448 * insert multiple items via add, notify data changed 468 * insert multiple items via addAll, notify data changed 496 * insert multiple items via addAll, notify data changed
|
| /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/ |
| WiFiDirectBroadcastReceiver.java | 71 Log.d(MainActivity.TAG, "P2P state changed - " + state); 81 Log.d(MainActivity.TAG, "P2P peers changed");
|
| /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
| WiFiDirectBroadcastReceiver.java | 71 Log.d(WiFiDirectActivity.TAG, "P2P state changed - " + state); 81 Log.d(WiFiDirectActivity.TAG, "P2P peers changed");
|
| /development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/ |
| RequestDuringLayout.java | 98 protected void onLayout(boolean changed, int l, int t, int r, int b) { 99 super.onLayout(changed, l, t, r, b);
|
| /device/google/cuttlefish_common/common/vsoc/lib/ |
| wifi_exchange_view.cpp | 83 "Mac address size has changed"); 104 "Mac address size has changed");
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
| UsbEnumer.h | 173 Enumerate all the changed hub ports.
189 Enumerate all the changed hub ports.
|