/external/libchrome/base/threading/ |
thread_collision_warner_unittest.cc | 88 } // Unpin section. 89 } // Unpin section. 95 } // Unpin section. 107 } // Unpin section. 118 } // Unpin section. 119 } // Unpin section. 125 } // Unpin section.
|
thread_collision_warner.h | 233 // (when allowed) in order to unpin it when counter_ reaches 0.
|
/external/libchrome/base/memory/ |
shared_memory_android.cc | 16 // will automatically pin the region. We never explicitly call pin/unpin. When
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/ |
PinnedSliceStateTest.java | 122 assertTrue(mPinnedSliceManager.unpin("pkg", mToken)); 135 assertFalse(mPinnedSliceManager.unpin("pkg", mToken)); 136 assertTrue(mPinnedSliceManager.unpin("pkg2", t2));
|
SliceManagerServiceTest.java | 105 when(mCreatedSliceState.unpin(eq("pkg"), eq(mToken))).thenReturn(false);
|
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/ |
DialerFutures.java | 71 ref.set(null); // unpin 82 ref.set(null); // unpin 131 futures = null; // unpin
|
/frameworks/base/libs/hwui/tests/unit/ |
CacheManagerTests.cpp | 71 // unpin the image which should add a unique purgeable key to the cache
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/ |
ScreenPinningTestActivity.java | 193 // Unpin from code and check that it worked. 206 Log.d(TAG, "Check unpin ... " + retry);
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8460/ |
poc.c | 53 __u32 *handles; /* array of handles to pin/unpin */ 66 __u32 handles; /* array of handles to pin/unpin */
|
/frameworks/base/core/java/com/android/server/net/ |
NetworkPinner.java | 109 unpin(); method 132 public static void unpin() { method in class:NetworkPinner
|
/external/skia/src/core/ |
SkImagePriv.h | 75 * The context passed to unpin must match the one passed to pin.
|
/external/skqp/src/core/ |
SkImagePriv.h | 75 * The context passed to unpin must match the one passed to pin.
|
/frameworks/base/libs/hwui/pipeline/skia/ |
SkiaDisplayList.cpp | 62 // remainder of this tree traversal and also unpin any currently pinned images
|
/frameworks/base/core/java/android/app/slice/ |
SliceProvider.java | 130 public static final String METHOD_UNPIN = "unpin"; 393 throw new SecurityException("Only the system can pin/unpin slices"); 399 throw new SecurityException("Only the system can pin/unpin slices");
|
/external/libdrm/intel/ |
intel_bufmgr_priv.h | 218 * Unpin a buffer from the aperture, allowing it to be removed 220 * \param buf Buffer to unpin
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
jpegstream.cpp | 240 // Write out and unpin buffer. 267 // Unpin buffer
|
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/ |
ShortcutListFragment.java | 240 return si.isPinned() ? "Unpin" : "Pin";
|
/frameworks/base/services/core/java/com/android/server/slice/ |
PinnedSliceState.java | 135 public boolean unpin(String pkg, IBinder token) { method in class:PinnedSliceState
|
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
LauncherAppsCompatVO.java | 99 * -> Update model and unpin (in system) any shortcut not in out model. (d)
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
ShortcutsChangedTask.java | 109 // means they were cleared, so we remove and unpin them now.
|
/external/libevent/ |
buffer_iocp.c | 81 /** Unpin all the chains noted as pinned in 'eo'. */
|
/frameworks/base/libs/hwui/renderthread/ |
CanvasContext.h | 98 * Unpin any image that had be previously pinned to the GPU cache
|
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/ |
DeepShortcutManager.java | 119 Log.w(TAG, "Failed to unpin shortcut", e);
|
/frameworks/base/packages/SystemUI/res/values-tl/ |
strings.xml | [all...] |
/frameworks/base/packages/SystemUI/res/values-en-rAU/ |
strings.xml | [all...] |