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

1 2 3

  /tools/tradefederation/core/remote/src/com/android/tradefed/device/
DeviceAllocationEventHandler.java 31 * <li>Unknown -> FORCE_ALLOCATE_REQUEST -> Allocated</li>
44 return DeviceAllocationState.Allocated;
66 * <li>Checking_Availability -> FORCE_ALLOCATE_REQUEST -> Allocated</li>
80 return DeviceAllocationState.Allocated;
104 * <li>Available -> ALLOCATE_REQUEST -> Allocated</li>
105 * <li>Available -> FORCE_ALLOCATE_REQUEST -> Allocated</li>
116 return DeviceAllocationState.Allocated;
129 * Handles events in {@link DeviceAllocationState#Allocated} state.
133 * <li>Allocated -> FREE_UNAVAILABLE -> Unavailable</li>
134 * <li>Allocated -> FREE_AVAILABLE -> Available</li
    [all...]
DeviceAllocationState.java 26 /** device is available to be allocated to a test */
30 /** device is currently allocated to a test */
31 Allocated(new AllocatedHandler()),
  /external/llvm/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
DeviceUtilStatsMonitorTest.java 61 * Test case where device has been available but never allocated
76 * Test case where device has been allocated but never available
80 DeviceAllocationState.Allocated));
95 // first return allocated, then return samples with device missing
97 DeviceAllocationState.Allocated));
103 // only 1 sample - allocated
119 // first return allocated, then return samples with device missing
121 DeviceAllocationState.Allocated));
127 // only 1 sample - allocated
DeviceManagerTest.java 287 .andReturn(new DeviceEventResponse(DeviceAllocationState.Allocated, true));
304 .andReturn(new DeviceEventResponse(DeviceAllocationState.Allocated, true));
322 .andReturn(new DeviceEventResponse(DeviceAllocationState.Allocated, true));
341 .andReturn(new DeviceEventResponse(DeviceAllocationState.Allocated, true));
349 .andReturn(new DeviceEventResponse(DeviceAllocationState.Allocated, true));
360 // ensure device can be allocated again
376 .andReturn(new DeviceEventResponse(DeviceAllocationState.Allocated, true));
389 * they can be allocated.
410 .andReturn(new DeviceEventResponse(DeviceAllocationState.Allocated, true));
422 .andReturn(new DeviceEventResponse(DeviceAllocationState.Allocated, true))
    [all...]
DeviceUtilStatsMonitorLoadTest.java 68 DeviceDescriptor device = createDeviceDesc("serial" + i, DeviceAllocationState.Allocated);
  /device/linaro/bootloader/edk2/ArmPkg/Library/UncachedMemoryAllocationLib/
UncachedMemoryAllocationLib.c 55 BOOLEAN Allocated;
60 // Track the size of the non-allocated buffer in the linked-list
65 * of the previously allocated buffer.
72 * @param Allocation Address of the newly allocated buffer
104 if ((Node->Allocated == FALSE) && (Node->MemoryType == MemoryType)) {
109 Node->Allocated = TRUE;
130 NewNode->Allocated = TRUE;
182 NewNode->Allocated = TRUE;
220 Node->Allocated = FALSE;
225 // If the size of the non-allocated reaches the threshold we raise a warning.
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
QemuBootOrderLib.c 149 @param[out] Result The array, allocated by the caller, to receive
153 @param[in out] NumResults On input, the number of elements allocated for
246 UINTN Allocated;
286 if (BootOrder->Produced == BootOrder->Allocated) {
290 ASSERT (BootOrder->Allocated > 0);
291 AllocatedNew = BootOrder->Allocated * 2;
293 BootOrder->Allocated * sizeof (*BootOrder->Data),
300 BootOrder->Allocated = AllocatedNew;
393 Parse an OpenFirmware device path node into the caller-allocated OFW_NODE
566 fragment, allocated by the caller. If the
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/device/
DeviceUtilStatsMonitor.java 47 * include stub device data only if any stub device of same type is allocated at least
110 // store samples of device util, where 0 = avail, 1 = allocated
120 if (DeviceAllocationState.Allocated.equals(state)) {
240 * available or allocated state.
249 if (DeviceAllocationState.Allocated.equals(newState)) {
  /external/pdfium/third_party/lcms/src/
cmsnamed.c 514 if (v ->Allocated == 0)
517 size = v ->Allocated * 2;
527 v ->Allocated = size;
542 while (v -> Allocated < n){
576 while (NewNC ->Allocated < v ->Allocated){
601 if (NamedColorList ->nColors + 1 > NamedColorList ->Allocated) {

Completed in 470 milliseconds

1 2 3