/external/libvpx/libvpx/vpx/ |
vp8dx.h | 90 /*!\brief Structure to hold decryption state 92 * Defines a structure to hold the decryption state and access function.
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
GeocodeProvider.java | 59 * Classes implementing this method should not hold a reference to the params parameter. 67 * Classes implementing this method should not hold a reference to the params parameter.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
CommandDetails.java | 103 // Container class to hold icon identifier value. 114 // Container class to hold item icon identifier list value.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vp8dx.h | 83 /*!\brief Structure to hold decryption state 85 * Defines a structure to hold the decryption state and access function.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
atmmpc.h | 48 __u16 mpc_p6; /* Hold Down Time */ 89 #define MPC_P6 160 /* Hold Down Time */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
atmmpc.h | 48 __u16 mpc_p6; /* Hold Down Time */ 89 #define MPC_P6 160 /* Hold Down Time */
|
/system/bt/bta/hf_client/ |
bta_hf_client_at.h | 103 TIMER_LIST_ENT hold_timer; /* AT hold timer */ 104 BOOLEAN hold_timer_on; /* TRUE if AT hold timer is active */
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsState.java | 148 // The settings provider must hold its lock when calling here. 153 // The settings provider must hold its lock when calling here. 163 // The settings provider must hold its lock when calling here. 187 // The settings provider must hold its lock when calling here. 198 // The settings provider must hold its lock when calling here. 206 // The settings provider must hold its lock when calling here. 215 // The settings provider must hold its lock when calling here. 240 // The settings provider must hold its lock when calling here. 246 // The settings provider must hold its lock when calling here. 261 // The settings provider must hold its lock when calling here [all...] |
/external/iputils/ |
ping_common.c | 467 * of the data portion are used to hold a UNIX "timeval" struct in VAX 591 int rcvbuf, hold; local 592 socklen_t tmplen = sizeof(hold); 598 rcvbuf = hold = alloc * preload; 599 if (hold < 65536) 600 hold = 65536; 601 setsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, sizeof(hold)); 602 if (getsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, &tmplen) == 0) { 603 if (hold < rcvbuf 631 int hold; local [all...] |
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
ReentrantLock.java | 246 * immediately, setting the lock hold count to one. 248 * <p>If the current thread already holds the lock then the hold 254 * at which time the lock hold count is set to one. 265 * immediately, setting the lock hold count to one. 267 * <p>If the current thread already holds this lock then the hold count 283 * <p>If the lock is acquired by the current thread then the lock hold 316 * lock hold count to one. Even when this lock has been set to use a 326 * <p>If the current thread already holds this lock then the hold 346 * immediately with the value {@code true}, setting the lock hold count 360 * already holds this lock then the hold count is incremented by one an [all...] |
/art/runtime/entrypoints/quick/ |
quick_alloc_entrypoints.h | 29 // starting it doesn't hold the mutator lock until after it has been added to the thread list.
|
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/ |
ImageGridActivity.java | 27 * Simple FragmentActivity to hold the main {@link ImageGridFragment} and not much else.
|
/developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/ |
Constants.java | 21 /** Used to hold constants. */
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/ |
ImageGridActivity.java | 27 * Simple FragmentActivity to hold the main {@link ImageGridFragment} and not much else.
|
/developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/ |
Constants.java | 21 /** Used to hold constants. */
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssItem.java | 21 // Custom class to hold an RSS item.
|
/development/samples/RSSReader/src/com/example/android/rssreader/ |
RssItem.java | 20 * Simple struct class to hold the data for one rss item --
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/ |
ImageGridActivity.java | 27 * Simple FragmentActivity to hold the main {@link ImageGridFragment} and not much else.
|
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/ |
Constants.java | 21 /** Used to hold constants. */
|
/external/icu/icu4c/source/layout/ |
loengine.h | 123 * The caller must ensure that the array is large enough to hold all 139 * The caller must ensure that the array is large enough to hold a 155 * The caller must ensure that the array is large enough to hold a 173 * The caller must ensure that the array is large enough to hold an
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Blur/ |
HGaussianBlur.frag | 1 uniform sampler2D m_Texture; // this should hold the texture rendered by the horizontal blur pass
|
VGaussianBlur.frag | 1 uniform sampler2D m_Texture; // this should hold the texture rendered by the horizontal blur pass
|
/external/jpeg/ |
rdjpgcom.1 | 21 are widely used to hold user-supplied text strings. This lets you add
|
/external/jsilver/src/com/google/clearsilver/jsilver/exceptions/ |
ExceptionUtil.java | 22 * Class to hold utilities related to exceptions used by JSilver code.
|
/external/libavc/encoder/ |
ih264e_version.h | 51 * Pointer to hold version info
|