HomeSort by relevance Sort by last modified time
    Searched full:drop (Results 201 - 225 of 4686) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/compiler/
js-intrinsic-lowering.h 64 // TODO(turbofan): typedarray.js support; drop once TypedArrays are
70 // TODO(turbofan): collection.js support; drop once Maps and Sets are
76 // TODO(turbofan): JavaScript builtins support; drop once all uses of
  /hardware/qcom/gps/msm8909/utils/
LocSharedLock.h 39 // itself when the last client calls its drop() method. To add a cient,
51 // whe a client no longer needs this shared lock, drop() shall be called.
52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } function in class:LocSharedLock
  /hardware/qcom/gps/msm8996/utils/
LocSharedLock.h 39 // itself when the last client calls its drop() method. To add a cient,
51 // whe a client no longer needs this shared lock, drop() shall be called.
52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } function in class:LocSharedLock
  /hardware/qcom/gps/msm8998/utils/
LocSharedLock.h 39 // itself when the last client calls its drop() method. To add a cient,
51 // whe a client no longer needs this shared lock, drop() shall be called.
52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } function in class:LocSharedLock
  /hardware/qcom/gps/sdm845/utils/
LocSharedLock.h 39 // itself when the last client calls its drop() method. To add a cient,
51 // whe a client no longer needs this shared lock, drop() shall be called.
52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } function in class:LocSharedLock
  /frameworks/layoutlib/bridge/src/android/view/
ShadowPainter.java 33 * Adds a drop shadow to a semi-transparent image (of an arbitrary shape) and returns it as a
55 * Creates a drop shadow of a given image and returns a new image which shows the input image on
56 * top of its drop shadow.
175 * Draws a rectangular drop shadow (of size {@link #SHADOW_SIZE} by {@link #SHADOW_SIZE} around
180 * @return the source image with a drop shadow on the bottom and right
202 * Draws a small rectangular drop shadow (of size {@link #SMALL_SHADOW_SIZE} by {@link
207 * @return the source image with a drop shadow on the bottom and right
231 * Draws a drop shadow for the given rectangle into the given context. It will not draw anything
252 * Draws a small drop shadow for the given rectangle into the given context. It will not draw
273 * The width and height of the drop shadow painted b
    [all...]
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/res/values/
base-strings.xml 24 This sample demonstrates a drag and drop action on different shapes. Elevation and
  /development/samples/browseable/ElevationDrag/res/values/
base-strings.xml 24 This sample demonstrates a drag and drop action on different shapes. Elevation and
  /device/lge/bullhead/sepolicy/
rmt.te 8 # Drop (user, group) to (nobody, nobody)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Database.py 67 # Drop all old existing tables
69 # self.TblDataModel.Drop()
70 # self.TblDsc.Drop()
71 # self.TblFile.Drop()
  /external/autotest/client/bin/self-test/tests/
NNN-filter 14 # Barriers are timeout based, so we need to drop all the noise.
  /external/autotest/client/site_tests/security_Minijail0/src/
test-caps 29 [ $matched -eq 1 ] || die "Did not drop non-CAP_DAC_OVERRIDE caps: $mismatch"
  /external/autotest/client/site_tests/security_SandboxedServices/
exclude 43 # daemons. Plus, it usually runs as root so it can drop privs for daemons.
  /external/autotest/frontend/migrations/
028_add_atomic_groups.py 18 manager.execute("DROP TABLE IF EXISTS `atomic_groups`")
  /external/fonttools/Windows/
fonttools-win-setup.txt 5 then be able to drop .TTF or .OTF files onto the ttx.exe icon to dump the font
  /external/iproute2/examples/diffserv/
README 51 drop
57 drop
92 drop;
95 else drop;
  /external/iptables/
INCOMPATIBILITIES 4 with kernels that do not support it, will result in a plain DROP instead
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.h 31 /* return of 0 means drop frame */
  /external/llvm/test/Transforms/InstCombine/
memset2.ll 3 ; Test to check that instcombine doesn't drop the address space when optimizing
  /external/llvm/test/tools/gold/X86/
drop-linkage.ll 3 ; RUN: llvm-as %p/Inputs/drop-linkage.ll -o %t2.o
  /external/llvm/unittests/IR/
FunctionTest.cpp 53 // steal(empty); drop (empty)
68 // steal(real); drop (empty)
92 // steal(real); drop (real)
106 // steal(empty); drop (real)
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResourceCursorAdapter.java 49 * define both the item views and the drop down views.
64 * define both the item views and the drop down views.
103 * <p>Sets the layout resource of the drop down views.</p>
105 * @param dropDownLayout the layout resources used to create drop down views
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
memset2.ll 3 ; Test to check that instcombine doesn't drop the address space when optimizing
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_performance_test.h 23 // |lossrate|: drop one out of |lossrate| packets, e.g., one out of 10.
  /frameworks/base/core/java/com/android/internal/view/
IDragAndDropPermissions.aidl 22 * Interface to allow a drop receiver to request permissions for URIs passed along with ClipData

Completed in 1067 milliseconds

1 2 3 4 5 6 7 891011>>