HomeSort by relevance Sort by last modified time
    Searched refs:POOL (Results 1 - 25 of 38) sorted by null

1 2

  /external/autotest/contrib/
task_runner.sh 13 POOL: Pool to use for the hosts."
37 # All hosts need to be in a pool.
38 POOL=pool:bot
107 atest_hosts MASTER_HOSTS[*] $POOL,$MASTER_BOARD
113 atest_hosts SHARD_HOSTS[*] $POOL,$SHARD_BOARD
119 atest_hosts SHARD_FREON_HOSTS[*] $POOL,$SHARD_FREON_BOARD
move_cq_hosts.sh 4 POOL=pool:cq
42 HOSTS_TO_MOVE=$(./cli/atest host list --web=$FROM_HOST -b $POOL | sed 1d | awk '{ print $1 }')
  /external/deqp/framework/delibs/depool/
deMemPool.h 4 * drawElements Memory Pool Library
23 * \brief Memory pool management.
29 /** Enable support for failure-simulating pool allocations. */
35 /** Enable support for memory tracking of pools (will collect the maximum memory consumption to root pool). */
47 DE_POOL_DEFAULT_ALLOC_ALIGNMENT = DE_PTR_SIZE /*!< Default alignment for pool allocations (in bytes). */
50 /** Macro for allocating a new struct from a pool (leaves it uninitialized!). */
51 #define DE_POOL_NEW(POOL, TYPE) ((TYPE*)deMemPool_alloc(POOL, sizeof(TYPE)))
67 void deMemPool_destroy (deMemPool* pool);
68 int deMemPool_getNumChildren (const deMemPool* pool);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Pool.c 2 UEFI Memory pool management functions.
76 } POOL;
79 // Pool header for each memory type.
81 POOL mPoolHead[EfiMaxMemoryType];
84 // List of pool header to search for the appropriate memory type.
89 Get pool size table index from the specified size.
91 @param Size The specified size to get index from pool table.
93 @return The index of pool size table.
113 Called to initialize the pool.
136 Look up pool head for specified memory type.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 279 /* Pool for small blocks. */
283 block *freeblock; /* pool's free list head */
284 struct pool_header *nextpool; /* next pool of this size class */
285 struct pool_header *prevpool; /* previous pool "" */
303 /* Pool-aligned pointer to the next pool to be carved off. */
323 * with at least one available pool, both members are used in the
341 /* Round pointer P down to the closest pool-aligned address <= P, as a poolp */
344 /* Return total number of blocks in pool of size index I, as a uint. */
359 * Pool table -- headed, circular, doubly-linked lists of partially used pools.
793 poolp pool; local
996 poolp pool; local
1228 poolp pool; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 249 /* Pool for small blocks. */
253 block *freeblock; /* pool's free list head */
254 struct pool_header *nextpool; /* next pool of this size class */
255 struct pool_header *prevpool; /* previous pool "" */
273 /* Pool-aligned pointer to the next pool to be carved off. */
293 * with at least one available pool, both members are used in the
311 /* Round pointer P down to the closest pool-aligned address <= P, as a poolp */
314 /* Return total number of blocks in pool of size index I, as a uint. */
329 * Pool table -- headed, circular, doubly-linked lists of partially used pools.
750 poolp pool; local
952 poolp pool; local
1179 poolp pool; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/devtools/tools/lib/
repository.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0/
repository-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-beta1/
repository-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-beta2/
repository-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-beta3/
repository-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-rc1/
repository-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-rc2/
repository-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.1/
repository-25.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.3/
repository-25.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.4/
repository-25.2.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.3.0/
repository-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.3.0-alpha1/
repository-25.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.3.0-beta1/
repository-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.3.0-beta2/
repository-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.3.0-beta3/
repository-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.3.0-beta4/
repository-25.3.0-beta4.jar 

Completed in 219 milliseconds

1 2