/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
fix_operator.py | 79 method.changed()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_import.py | 65 imp.changed()
|
fix_operator.py | 79 method.changed()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_import.py | 65 imp.changed()
|
fix_operator.py | 79 method.changed()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationChooser.java | 176 /** Whether the SDK has changed since the last model reload; if so we must reload targets */ 637 boolean accepted = mClient.changed(MASK_ALL); 652 int changed = 0; local 654 changed |= CFG_THEME; 657 changed |= CFG_DEVICE | CFG_DEVICE_STATE; 659 if (changed != 0) { 660 syncToVariations(changed, mEditedFile, mConfiguration, false, true); 671 * the SDK path was changed). [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
WallpaperController.java | 232 // Only send notification if the visibility actually changed and we are not trying to hide 256 boolean changed = wallpaperWin.mXOffset != offset; 257 if (changed) { 276 changed = true; 322 return changed; 687 boolean changed = false; [all...] |
/ndk/sources/host-tools/make-3.81/ |
remake.c | 79 one goal whose `changed' member is nonzero is successfully made. */ 96 /* Clear the `changed' flag of each goal in the chain. 103 g->changed = 0; 158 /* Set the goal's `changed' flag if any commands were started 162 g->changed = 1; 187 if (file->updated && g->changed && 194 If STATUS is changed, we will get re-exec'd, and 224 or not at all. G->changed will have been set above if 226 && file->update_status == 0 && !g->changed 428 that its name may be changed by a VPATH search, and thus it ma [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
TableRowTest.java | 257 protected void onLayout(boolean changed, int l, int t, int r, int b) { 258 super.onLayout(changed, l, t, r, b);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CameraPreview.java | 220 protected void onLayout(boolean changed, int l, int t, int r, int b) { 221 if (changed && getChildCount() > 0) {
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ContentBrowserActivity.java | 142 final boolean changed = newVis == getSystemUiVisibility(); 146 if (changed || visible) {
|
ContentBrowserNavActivity.java | 144 final boolean changed = newVis == getSystemUiVisibility(); 148 if (changed || visible) {
|
/development/samples/Support7Demos/src/com/example/android/supportv7/view/ |
CardViewActivity.java | 96 boolean changed = lp.width != mWidthSeekBar.getProgress() 98 if (!changed) {
|
/external/antlr/antlr-3.4/runtime/Perl5/tools/ |
port.pl | 192 changes made to the primary target, by knowing I<what> has changed and I<how>. 197 primary files have changed (C<port status>). The revision control software
|
/external/curl/ |
Android.mk | 90 # if libcurl is changed to be built as a dynamic library
|
/external/libchrome/base/files/ |
file_path_watcher_fsevents.cc | 252 bool changed = resolved != resolved_target_; local 258 return changed;
|
/external/llvm/utils/vim/syntax/ |
tablegen.vim | 12 " May be changed if you have a really slow machine
|
/external/v8/test/mjsunit/es6/ |
computed-property-names-object-literals-methods.js | 112 // ES6 does but we haven't changed our code yet.
|
/external/v8/test/webkit/ |
dfg-call-method-hit-watchpoint.js | 25 "Tests correctness of method calls when the prototype is changed."
|
/external/valgrind/gdbserver_tests/ |
mssnapshot.stderrB.exp | 2 vgdb-error value changed from 0 to 999999
|
/external/vboot_reference/tests/ |
vb2_nvstorage_tests.c | 54 static void test_changed(struct vb2_context *ctx, int changed, const char *why) 56 if (changed) 83 "vb2_nv_init() status changed"); 84 test_changed(&c, 1, "vb2_nv_init() reset changed"); 102 test_changed(&c, 1, "vb2_nv_init() corrupt changed"); 112 test_changed(&c, 1, "vb2_nv_init() corrupt elsewhere changed"); 130 /* That should have changed the CRC */ 132 "vb2_nv_init() CRC changed due to flags clear"); 176 test_changed(&c, 0, "No regen CRC if data not changed");
|
/external/webrtc/webrtc/base/ |
network.h | 152 // objects in the |list|. |changed| will be set to true if there is 154 void MergeNetworkList(const NetworkList& list, bool* changed); 156 // |stats| will be populated even if |*changed| is false. 158 bool* changed,
|
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_i.h | 83 unsigned int changed:1; member in struct:wpa_state_machine 166 Boolean changed; member in struct:wpa_group
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuItemView.java | 241 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 242 super.onLayout(changed, left, top, right, bottom); 304 * Shortcut has changed and we're showing it right now, need to
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
MtpDatabase.java | 449 boolean changed = false; 463 changed = true; 470 changed = true; 473 return changed; 488 boolean changed = false; 501 changed = true; 506 changed = true; 509 return changed; [all...] |