HomeSort by relevance Sort by last modified time
    Searched refs:pools (Results 151 - 175 of 186) sorted by null

1 2 3 4 5 67 8

  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_surface.c 111 provider = vws->pools.mob_fenced;
vmw_screen_dri.c 184 struct pb_manager *provider = vws->pools.gmr;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c     [all...]
  /external/autotest/site_utils/
lab_inventory_unittest.py 194 """Check that total counts for all pools match expectations.
201 Additionally, call the various functions for all the pools
202 individually, and confirm that the totals across pools match
500 pools = (self._CRITICAL_POOL, self._SPARE_POOL)
502 for i in range(0, len(pools)):
506 pools[i],
765 """Test that messages ignore boards with no critical pools."""
894 def _create_histories(self, pools, board_data):
898 used to create a lab inventory. `pools` is a list of strings
899 naming pools, and `board_data` is a list of tuples of th
    [all...]
  /external/autotest/frontend/afe/
moblab_rpc_interface.py 602 """ RPC handler to get a list of the pools labels on the DUT's connected.
606 pools = _get_connected_dut_labels("pool:", False)
607 pools.sort()
608 return pools
  /frameworks/ml/nn/runtime/
ExecutionBuilder.cpp 506 // We separate the input & output pools so that we reduce the copying done if we
541 request.pools.resize(count);
543 request.pools[i] = mMemories[i]->getHidlMemory();
626 if (!setRunTimePoolInfosFromHidlMemories(&modelPoolInfos, model.pools)) {
639 // Create as many pools as there are input / output.
ModelBuilder.cpp 351 model->pools.resize(count);
353 model->pools[i] = mMemories[i]->getHidlMemory();
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 287 /** List of all vector pools allocated so far
289 pANTLR3_VECTOR *pools; member in struct:ANTLR3_VECTOR_FACTORY_struct
291 /** Count of the vector pools allocated so far (current active pool)
  /external/autotest/server/hosts/
host_info.py 93 def pools(self): member in class:HostInfo
94 """Retrieve the set of pools for the host.
host_info_unittest.py 137 self.assertEqual(self.info.pools, set())
144 self.assertEqual(self.info.pools, {'second_pool', 'first_pool'})
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_itertools.py 645 pools = map(tuple, args) * kwds.get('repeat', 1)
646 n = len(pools)
650 if any(len(pool) == 0 for pool in pools):
653 yield tuple(pool[i] for pool, i in zip(pools, indices))
656 if indices[i] == len(pools[i]) - 1:
661 yield tuple(pool[i] for pool, i in zip(pools, indices))
668 pools = map(tuple, args) * kwds.get('repeat', 1)
670 for pool in pools:
    [all...]
  /external/python/cpython2/Lib/test/
test_itertools.py 692 pools = map(tuple, args) * kwds.get('repeat', 1
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_itertools.py 653 pools = map(tuple, args) * kwds.get('repeat', 1)
654 n = len(pools)
658 if any(len(pool) == 0 for pool in pools):
661 yield tuple(pool[i] for pool, i in zip(pools, indices))
664 if indices[i] == len(pools[i]) - 1:
669 yield tuple(pool[i] for pool, i in zip(pools, indices))
676 pools = map(tuple, args) * kwds.get('repeat', 1)
678 for pool in pools:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_itertools.py 653 pools = map(tuple, args) * kwds.get('repeat', 1)
654 n = len(pools)
658 if any(len(pool) == 0 for pool in pools):
661 yield tuple(pool[i] for pool, i in zip(pools, indices))
664 if indices[i] == len(pools[i]) - 1:
669 yield tuple(pool[i] for pool, i in zip(pools, indices))
676 pools = map(tuple, args) * kwds.get('repeat', 1)
678 for pool in pools:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 653 pools = map(tuple, args) * kwds.get('repeat', 1)
654 n = len(pools)
658 if any(len(pool) == 0 for pool in pools):
661 yield tuple(pool[i] for pool, i in zip(pools, indices))
664 if indices[i] == len(pools[i]) - 1:
669 yield tuple(pool[i] for pool, i in zip(pools, indices))
676 pools = map(tuple, args) * kwds.get('repeat', 1)
678 for pool in pools:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 653 pools = map(tuple, args) * kwds.get('repeat', 1)
654 n = len(pools)
658 if any(len(pool) == 0 for pool in pools):
661 yield tuple(pool[i] for pool, i in zip(pools, indices))
664 if indices[i] == len(pools[i]) - 1:
669 yield tuple(pool[i] for pool, i in zip(pools, indices))
676 pools = map(tuple, args) * kwds.get('repeat', 1)
678 for pool in pools:
    [all...]
  /hardware/interfaces/neuralnetworks/1.0/vts/functional/
VtsHalNeuralnetworksV1_0TargetTest.cpp 209 sp<IMemory> outputMemory = mapMemory(request.pools[OUTPUT]);
  /frameworks/ml/nn/common/
CpuExecutor.cpp 83 const hidl_vec<hidl_memory>& pools) {
84 poolInfos->resize(pools.size());
85 for (size_t i = 0; i < pools.size(); i++) {
87 if (!poolInfo.set(pools[i])) {
126 // Ignore the .pools entry in model and request. This will have been taken care of
    [all...]
  /external/autotest/scheduler/
scheduler_models.py 671 if len(self.host.pools) == 1:
672 metric_fields['pool'] = self.host.pools[0]
    [all...]
  /build/blueprint/
package_ctx.go 26 // A PackageContext provides a way to create package-scoped Ninja pools,
188 // Import enables access to the exported Ninja pools, rules, and variables
context.go     [all...]
  /system/nfc/halimpl/bcm2079x/gki/common/
gki_buffer.c 22 #error Number of pools out of range (16 Max)!
145 ** buffers and free buffer pools.
327 /* add pools to the pool_list which is arranged in the order of size */
360 ** Note: This routine only takes buffers from public pools.
361 ** It will not use any buffers from pools
404 /* search the public buffer pools that are big enough to hold the size
407 /* Only look at PUBLIC buffer pools (bypass RESTRICTED pools) */
461 LOGD("Dumping total of %d buffer pools", p_cb->curr_total_no_of_pools);
567 /* try for free buffers in public pools */
    [all...]
  /system/nfc/src/gki/common/
gki_buffer.c 22 #error Number of pools out of range (16 Max)!
112 ** buffers and free buffer pools.
209 /* add pools to the pool_list which is arranged in the order of size */
242 ** Note: This routine only takes buffers from public pools.
243 ** It will not use any buffers from pools
276 /* search the public buffer pools that are big enough to hold the size
279 /* Only look at PUBLIC buffer pools (bypass RESTRICTED pools) */
380 /* try for free buffers in public pools */
847 ** The buffer should be one allocated from one of GKI's pools
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
panic.go 117 // Assign defer allocations to pools by rounding to 16, to match malloc size classes.
  /prebuilts/go/linux-x86/src/runtime/
panic.go 117 // Assign defer allocations to pools by rounding to 16, to match malloc size classes.

Completed in 3700 milliseconds

1 2 3 4 5 67 8