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

1 2 3 4 5 6 7

  /tools/tradefederation/core/remote/src/com/android/tradefed/device/
DeviceAllocationEventHandler.java 36 * <li>Unknown -> FORCE_AVAILABLE -> Available</li>
54 return DeviceAllocationState.Available;
67 * <li>Checking_Availability -> AVAILABLE_CHECK_PASSED -> Available</li>
70 * <li>Checking_Availability -> FORCE_AVAILABLE -> Available</li>
82 return DeviceAllocationState.Available;
88 return DeviceAllocationState.Available;
100 * Handles events in {@link DeviceAllocationState#Available} state.
104 * <li>Available -> ALLOCATE_REQUEST -> Allocated</li>
105 * <li>Available -> FORCE_ALLOCATE_REQUEST -> Allocated</li>
106 * <li>Available -> STATE_CHANGE_OFFLINE -> Unavailable</li
    [all...]
DeviceAllocationState.java 26 /** device is available to be allocated to a test */
27 Available(new AvailableHandler()),
  /external/protobuf/src/google/protobuf/stubs/
bytestream_unittest.cc 53 size_t Available() const { return data_.size(); }
90 EXPECT_EQ(6, limit_source.Available());
92 EXPECT_EQ(5, limit_source.Available());
97 limit_source.CopyTo(&sink, limit_source.Available());
99 EXPECT_EQ(0, limit_source.Available());
100 EXPECT_EQ(6, source.Available());
106 source.CopyTo(&sink, source.Available());
108 EXPECT_EQ(0, source.Available());
bytestream.h 100 // while (source->Available() > 0) {
111 // Returns the number of bytes left to read from the source. Available()
112 // should decrease by N each time Skip(N) is called. Available() may not
113 // increase. Available() returning 0 indicates that the ByteSource is
118 virtual size_t Available() const = 0;
121 // reposition the source. The returned region is empty iff Available() == 0.
126 // The length of the returned StringPiece will be <= Available().
132 // REQUIRES: Available() >= n
140 // REQUIRES: Available() >= n
292 // assert(source.Available() == 5)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
VirtualMemory.h 12 are licensed and made available under the terms and conditions of the BSD License
43 UINT64 Available:3; // Available for use by system software
45 UINT64 AvabilableHigh:11; // Available for use by system software
65 UINT64 Available:3; // Available for use by system software
67 UINT64 AvabilableHigh:11; // Available for use by system software
87 UINT64 Available:3; // Available for use by system software
89 UINT64 AvabilableHigh:11; // Available for use by system software
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/X64/
VirtualMemory.h 5 are licensed and made available under the terms and conditions of the BSD License
41 UINT64 Available:3; // Available for use by system software
43 UINT64 AvabilableHigh:11; // Available for use by system software
61 UINT64 Available:3; // Available for use by system software
63 UINT64 AvabilableHigh:11; // Available for use by system software
83 UINT64 Available:3; // Available for use by system software
85 UINT64 AvabilableHigh:11; // Available for use by system software
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/Ia32/
VirtualMemory.h 5 are licensed and made available under the terms and conditions of the BSD License
38 UINT32 Available:3; // Available for use by system software
58 UINT32 Available:3; // Available for use by system software
78 UINT32 Available:3; // Available for use by system software
  /external/pdfium/core/fpdfapi/parser/
cpdf_object_avail_unittest.cpp 42 Available,
120 // The value of "Type" may be reference, and if it is not available, we can
138 holder.SetObjectState(1, TestHolder::ObjectState::Available);
152 holder.SetObjectState(1, TestHolder::ObjectState::Available);
156 holder.SetObjectState(2, TestHolder::ObjectState::Available);
173 holder.SetObjectState(1, TestHolder::ObjectState::Available);
177 holder.SetObjectState(2, TestHolder::ObjectState::Available);
181 holder.SetObjectState(3, TestHolder::ObjectState::Available);
199 holder.SetObjectState(2, TestHolder::ObjectState::Available);
200 // Object should be available in case when "Parent" object is unavailable
    [all...]
cpdf_page_object_avail_unittest.cpp 44 Available,
103 TestHolder::ObjectState::Available);
107 TestHolder::ObjectState::Available);
111 TestHolder::ObjectState::Available);
122 // Now object should be available, although the object '4' is not available,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
Capsule.h 6 are licensed and made available under the terms and conditions
62 UINT64 Available:3; // Available for use by system software
64 UINT64 AvabilableHigh:11; // Available for use by system software
84 UINT64 Available:3; // Available for use by system software
88 UINT64 AvabilableHigh:11; // Available for use by system software
108 UINT64 Available:3; // Available for use by system software
112 UINT64 AvabilableHigh:11; // Available for use by system software
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/
VirtualMemory.h 12 are licensed and made available under the terms and conditions of the BSD License
68 UINT64 Available:3; // Available for use by system software
70 UINT64 AvabilableHigh:11; // Available for use by system software
90 UINT64 Available:3; // Available for use by system software
92 UINT64 AvabilableHigh:11; // Available for use by system software
112 UINT64 Available:3; // Available for use by system software
116 UINT64 AvabilableHigh:11; // Available for use by system software
    [all...]
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.h 32 virtual int32_t Available();
input_stream.h 30 virtual int32_t Available() = 0;
memory_input_stream.h 32 virtual int32_t Available();
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
malis-include.s 9 ;; Available at:
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
bytestream.h 100 // while (source->Available() > 0) {
111 // Returns the number of bytes left to read from the source. Available()
112 // should decrease by N each time Skip(N) is called. Available() may not
113 // increase. Available() returning 0 indicates that the ByteSource is
118 virtual size_t Available() const = 0;
121 // reposition the source. The returned region is empty iff Available() == 0.
126 // The length of the returned StringPiece will be <= Available().
132 // REQUIRES: Available() >= n
140 // REQUIRES: Available() >= n
292 // assert(source.Available() == 5)
    [all...]
  /external/google-breakpad/src/common/
byte_cursor.h 102 // Return the number of bytes available to read at the cursor.
103 size_t Available() const { return size_t(buffer_->end - here_); }
106 bool AtEnd() const { return Available() == 0; }
171 = static_cast<const uint8_t *>(memchr(here_, '\0', Available()));
187 // - If there are not LIMIT bytes available at the cursor, clear the
236 // If there are at least SIZE bytes available to read from the buffer,
240 if (Available() >= size) {
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 82 /// Keep track of available resources.
299 Available.push(SU);
324 DEBUG(dbgs() << "*** " << Available.getName() << " cycle "
357 /// Release pending ready nodes in to the available queue. This makes them
360 // If the available queue is empty, it is safe to reset MinReadyCycle.
361 if (Available.empty())
365 // so, add them to the available queue.
379 Available.push(SU);
388 if (Available.isInQueue(SU))
389 Available.remove(Available.find(SU))
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
font_input_stream.h 63 virtual int32_t Available();
  /external/sfntly/cpp/src/test/
memory_io_test.cc 43 EXPECT_EQ(is.Available(), (int32_t)kTestBufferLen);
72 EXPECT_EQ(is.Available(), (int32_t)kTestBufferLen - 50);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHcMem.c 6 are licensed and made available under the terms and conditions
118 UINTN Available;
125 Available = 0;
130 // available, otherwise we need to restart our searching.
131 // Available counts the consective number of zero bit.
134 Available++;
136 if (Available >= Units) {
145 Available = 0;
151 if (Available < Units) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHcMem.c 6 are licensed and made available under the terms and conditions
118 UINTN Available;
125 Available = 0;
130 // available, otherwise we need to restart our searching.
131 // Available counts the consective number of zero bit.
134 Available++;
136 if (Available >= Units) {
145 Available = 0;
151 if (Available < Units) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHcMem.c 6 are licensed and made available under the terms and conditions
118 UINTN Available;
125 Available = 0;
130 // available, otherwise we need to restart our searching.
131 // Available counts the consective number of zero bit.
134 Available++;
136 if (Available >= Units) {
145 Available = 0;
151 if (Available < Units) {
  /external/llvm/lib/Target/AMDGPU/
R600MachineScheduler.cpp 65 (Available[CurInstKind].empty());
67 (!Available[IDFetch].empty() || !Available[IDOther].empty());
69 if (CurInstKind == IDAlu && !Available[IDFetch].empty()) {
76 (FetchInstCount + Available[IDFetch].size());
86 // Available[IDFetch].size() * 2 : GPRs required in the Fetch clause
92 unsigned NearRegisterRequirement = 2 * Available[IDFetch].size();
179 MoveUnits(Pending[IDFetch], Available[IDFetch]);
207 Available[IDOther].push_back(SU);
421 // If there is a T_XYZW alu available, use i
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Pool.c 5 This program and the accompanying materials are licensed and made available
157 Hdr->Header.Available = TRUE;
166 Hdr->Header.Available = FALSE;
197 FreePoolHdr->Header.Available = TRUE;
245 PoolHdr->Available = FALSE;
323 ASSERT (!FreePoolHdr->Header.Available);

Completed in 853 milliseconds

1 2 3 4 5 6 7