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

<<21222324252627282930>>

  /external/valgrind/gdbserver_tests/
mcbreak.stdoutB.exp 8 old_pc has changed after step
10 old_pc has changed after step
13 old_pc has changed after step
19 old_pc has changed after step
21 old_pc has changed after step
49 old_pc has changed after step
  /libcore/ojluni/src/main/java/java/beans/
IndexedPropertyChangeEvent.java 31 * but contains the index of the property that has changed.
37 * arbitrary set of if its properties have changed. In this case the
53 * was changed.
56 * @param index index of the property element that was changed.
66 * Gets the index of the property that was changed.
69 * changed.
  /packages/apps/Dialer/java/com/android/dialer/app/list/
SmartDialNumberListAdapter.java 102 boolean changed = false;
103 changed |= setShortcutEnabled(SHORTCUT_CREATE_NEW_CONTACT, showNumberShortcuts);
104 changed |= setShortcutEnabled(SHORTCUT_ADD_TO_EXISTING_CONTACT, showNumberShortcuts);
105 changed |= setShortcutEnabled(SHORTCUT_SEND_SMS_MESSAGE, showNumberShortcuts);
106 changed |=
109 if (changed) {
  /external/drm_hwcomposer/tests/
worker_test.cpp 38 bool changed = false; local
42 changed = true;
46 if (enable && changed)
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_pass_fix.h 35 bool changed = false; variable
39 changed |= changed_this_iteration;
41 return changed;
zero_sized_hlo_elimination.cc 31 bool changed = false; local
43 changed = true;
47 return changed;
  /external/v8/src/wasm/
wasm-code-specialization.cc 119 bool changed = false; local
126 changed |= ApplyToWasmCode(wasm_function, icache_flush_mode);
152 changed = true;
158 return changed;
185 bool changed = false; local
194 changed = true;
200 changed = true;
206 changed = true;
238 changed = true;
247 changed = true
    [all...]
  /frameworks/av/include/media/
MmapStreamCallback.h 32 * the requested parameters have changed and do not allow it to operate with the requested
39 * The volume to be applied to the use case specified when opening the stream has changed
48 * The device the stream is routed to/from has changed
  /frameworks/base/core/java/android/content/pm/
ChangedPackages.java 28 * Packages that have been changed since the last time they
35 /** The names of the packages that have changed */
68 * Returns the names of the packages that have changed.
  /frameworks/base/core/java/android/database/
ContentObserver.java 100 * Includes the changed content Uri when available.
127 * @param uri The Uri of the changed content, or null if unknown.
134 * Dispatches a change notification to the observer. Includes the changed
135 * content Uri when available and also the user whose content changed.
138 * @param uri The Uri of the changed content, or null if unknown.
139 * @param userId The user whose content changed. Can be either a specific
167 * Includes the changed content Uri when available.
175 * @param uri The Uri of the changed content, or null if unknown.
182 * Dispatches a change notification to the observer. Includes the changed
183 * content Uri when available and also the user whose content changed
    [all...]
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
ObservableMap.java 25 * an item is added, changed, or removed.
55 * and changed.
57 * @param key The key of the value inserted, removed, or changed.
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_display_types.h 21 // indicating what changed since the last snapshot.
29 // Visibility/z-order changed.
31 // Generic attributes changed.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
IUiUpdateListener.java 27 /** The node's attributes have been updated. They may or may not actually have changed. */
29 /** The node sub-structure (i.e. child nodes) has changed */
42 * XML model. The actual UI element node may or may not have changed.
  /art/runtime/interpreter/mterp/mips/
op_long_to_double.S 16 JAL(__floatdidf) # a0/a1 <- op, a2-a3 changed
unopWider.S 14 $instr # result <- op, a0-a3 changed
  /art/runtime/interpreter/mterp/mips64/
unop.S 15 $instr # a0 <- op, a0-a3 changed
unopWide.S 14 $instr # a0 <- op, a0-a3 changed
  /art/test/021-string2/src/junit/framework/
ComparisonCompactor.java 3 // android-changed add @hide
27 // android-changed use local method instead of Assert.format, since
35 // android-changed use local format method
80 // android-changed copy of Assert.format for reasons described above
  /art/test/082-inline-execute/src/junit/framework/
ComparisonCompactor.java 3 // android-changed add @hide
27 // android-changed use local method instead of Assert.format, since
35 // android-changed use local format method
80 // android-changed copy of Assert.format for reasons described above
  /cts/tests/tests/widget/src/android/widget/cts/
TextSwitcherTest.java 78 final String changedText = "Changed";
93 // tvChild2's text is changed
99 // tvChild1's text is changed
105 // tvChild2's text is changed
117 final String changedText1 = "Changed 1";
118 final String changedText2 = "Changed 2";
133 // tvChild1's text is changed
139 // tvChild1's text is changed
145 // tvChild1's text is changed
  /dalvik/dx/src/com/android/dx/ssa/
RegisterMapper.java 46 * @return new mapped register list, or old if nothing has changed.
58 // Return the old sources if nothing has changed.
65 * @return new mapped register set, or old if nothing has changed.
80 // Return the old sources if nothing has changed.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
crlf.py 2 "Replace CRLF with LF in argument files. Print names of changed files."
lfcr.py 3 "Replace LF with CRLF in argument files. Print names of changed files."
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/
control 13 CRITERIA = "Permissions are changed to expected values after seccomp calls"
  /external/autotest/scheduler/
scheduler_config.py 8 Contains configuration that can be changed during scheduler execution.

Completed in 1735 milliseconds

<<21222324252627282930>>