/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/ojluni/src/main/java/java/util/concurrent/locks/ |
ReentrantLock.java | 275 * immediately, setting the lock hold count to one. 277 * <p>If the current thread already holds the lock then the hold 283 * at which time the lock hold count is set to one. 294 * immediately, setting the lock hold count to one. 296 * <p>If the current thread already holds this lock then the hold count 312 * <p>If the lock is acquired by the current thread then the lock hold 345 * lock hold count to one. Even when this lock has been set to use a 355 * <p>If the current thread already holds this lock then the hold 375 * immediately with the value {@code true}, setting the lock hold count 389 * already holds this lock then the hold count is incremented by one an [all...] |
/art/libartbase/base/ |
callee_save_type.h | 28 kSaveRefsOnly, // Only those callee-save registers that can hold references.
|
/art/runtime/arch/mips/ |
asm_support_mips.h | 38 // can hold a reference: V0-V1, A0-A3, T0-T7, S2-S8.
|
/art/runtime/entrypoints/quick/ |
quick_alloc_entrypoints.h | 31 // 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. */
|
/device/google/contexthub/firmware/os/inc/ |
slab.h | 35 uint32_t slabAllocatorGetNumItems(struct SlabAllocator *allocator); // simply say hwo many items it can hold max (numItems passed to constructor)
|
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/io/ |
io_driver.h | 37 /* Structure to hold device driver function pointers */
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/soc/ |
soc.h | 196 /* reset hold*/ 198 /* reset hold release*/ 269 * the pmusgrf reset-hold bits needs to be released. 273 * the pmusgrf reset-hold bits needs to be held.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
README.txt | 12 the type used to hold a character (char or Py_UNICODE)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
README.txt | 12 the type used to hold a character (char or Py_UNICODE)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/ |
LoadModuleAtFixedAddress.h | 4 This configuration table is to hold the top address below which the Dxe runtime code and
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/ |
VarCheckHiiGenFromHii.c | 49 // Allocate buffer to hold the HII Database.
|
/external/autotest/client/site_tests/hardware_SAT/ |
control | 12 setup/hold problems, memory controller and bus interface issues, and disk
|
control.hwqual | 12 setup/hold problems, memory controller and bus interface issues, and disk
|
control.memory_qual | 12 setup/hold problems, memory controller and bus interface issues, and disk
|
/external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/ |
control.suspend | 13 performed in the AP compatibility lab. This test would hold the connection with
|
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
AgentTask.java | 25 * Sets the name of the property to hold the agent JVM options
|