HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 276 - 300 of 14805) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/base/models/
list_model_observer.h 27 // Invoked after items has been changed.
  /external/chromium_org/ui/compositor/
layer_delegate.h 24 // Called when the layer's device scale factor has changed.
  /external/chromium_org/ui/gfx/
display_observer.h 18 // Called when the |display|'s bound has changed.
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_cursor_loader_updater.h 32 // Called when the display has changed (as we may need to reload the cursor
  /external/chromium_org/ui/views/widget/
widget_hwnd_utils.h 22 // the window may have changed size. This can be caused by the window being
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-const.js 35 // var0: init after break point, changed by debug eval.
36 // const0: init before break point, changed by debug eval.
38 // const2: init after break point, materialized and changed by debug eval.
39 // const3: context allocated const, init before break point, changed by eval.
  /external/clang/tools/libclang/
CXString.h 41 /// \p String should not be changed by the caller afterwards.
47 /// \p String can be changed or freed by the caller.
53 /// \p String should not be changed by the caller afterwards.
59 /// \p String can be changed or freed by the caller.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
IFlyoutListener.java 17 * The flyout has changed state from the old state to the new state (see the
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 278 boolean changed;
282 changed = true;
284 changed = old.merge(frame);
287 if (changed) {
311 boolean changed = false;
315 changed = true;
324 changed = true;
332 changed = true;
339 changed = true;
342 if (changed && old.isRetMerged()
    [all...]
  /external/jdiff/src/jdiff/
ClassDiff.java 41 /** Constructors changed in the new API. */
48 /** Methods changed in the new API. */
55 /** Fields changed in the new API. */
91 res += "The superclass changed from <code>" + oldClass.extends_ + "</code> to <code>" + newClass.extends_ + "</code>.<br>";
PackageDiff.java 20 /** Classes changed in the new API. */
  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_common.h 28 /* It's an expected connection: bit 0 set. This bit never changed */
44 /* Connection needs src nat in orig dir. This bit never changed. */
48 /* Connection needs dst nat in orig dir. This bit never changed. */
97 /* Status has changed */
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_get_caps_process.3 11 capng_get_caps_process will get the capabilities and bounding set of the pid stored inside libcap-ng's state table. The default is the pid of the running process. This can be changed by using the capng_setpid function.
  /external/llvm/cmake/modules/
GetSVN.cmake 22 # Copy the file only if it has changed.
  /external/llvm/include/llvm/ADT/
SetOperations.h 20 /// set_union(A, B) - Compute A := A u B, return whether A changed.
24 bool Changed = false;
29 Changed = true;
31 return Changed;
  /external/llvm/test/Analysis/BasicAA/
2003-02-26-AccessSizeTest.ll 3 ; the value computed by the first load instruction is changed by the store.
  /external/llvm/test/CodeGen/X86/
widen_load-1.ll 22 %changed = alloca i32, align 4 ; <i32*> [#uses=3]
26 store i32 0, i32* %changed, align 4
30 call void @killcommon(i32* %changed)
34 %r5 = load i32* %changed, align 4 ; <i32> [#uses=1]
  /external/smack/src/com/kenai/jbosh/
BOSHClientConnListener.java 27 * is registered against has changed. The event object supplied can
  /external/valgrind/main/memcheck/tests/
nanoleak2.c 10 // [The .vgtest file was later changed to use --leak-check=all so that if a
  /external/valgrind/main/none/tests/darwin/
apple-main-arg.c 10 // argv[0] it can't be changed using exec().
  /frameworks/base/core/java/android/accessibilityservice/
package.html 11 focus has changed, a button has been clicked, etc. Such a service can optionally request the
  /frameworks/base/core/java/android/app/
IWallpaperManagerCallback.aidl 28 * Called when the wallpaper has changed
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCacheListener.java 25 * Invoked when a service is registered or changed.
  /frameworks/base/core/java/android/print/
ILayoutResultCallback.aidl 27 void onLayoutFinished(in PrintDocumentInfo info, boolean changed, int sequence);
  /frameworks/base/services/java/com/android/server/display/
DisplayTransactionListener.java 21 * display may have changed. Provides an opportunity for the client to

Completed in 1460 milliseconds

<<11121314151617181920>>