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

1 2 3 4

  /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.cc 71 size_t available = capacity_ - size_; local
72 if (n > available) {
73 n = available;
96 size_t available = capacity_ - size_; local
103 if (n > available) {
104 Expand(n - available);
146 size_t ArrayByteSource::Available() const {
164 size_t LimitByteSource::Available() const {
165 size_t available = source_->Available(); local
    [all...]
  /tools/tradefederation/core/remote/src/com/android/tradefed/device/
DeviceAllocationState.java 26 /** device is available to be allocated to a test */
27 Available(new AvailableHandler()),
  /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_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,
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...]
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 38 int32_t FileInputStream::Available() {
memory_input_stream.cc 40 int32_t MemoryInputStream::Available() {
  /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/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) {
  /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...]
  /external/sfntly/cpp/src/sfntly/data/
font_input_stream.cc 35 int32_t FontInputStream::Available() {
37 return stream_->Available();
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
UsbHcMem.c 7 are licensed and made available under the terms and conditions of the BSD License
171 UINTN Available;
178 Available = 0;
183 // available, otherwise we need to restart our searching.
184 // Available counts the consective number of zero bit.
187 Available++;
189 if (Available >= Units) {
198 Available = 0;
204 if (Available < Units) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
UsbHcMem.c 8 are licensed and made available under the terms and conditions
145 UINTN Available;
152 Available = 0;
157 // available, otherwise we need to restart our searching.
158 // Available counts the consective number of zero bit.
161 Available++;
163 if (Available >= Units) {
172 Available = 0;
178 if (Available < Units) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UsbHcMem.c 7 are licensed and made available under the terms and conditions of the BSD License
170 UINTN Available;
177 Available = 0;
182 // available, otherwise we need to restart our searching.
183 // Available counts the consective number of zero bit.
186 Available++;
188 if (Available >= Units) {
197 Available = 0;
203 if (Available < Units) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
UsbHcMem.c 8 are licensed and made available under the terms and conditions
130 UINTN Available;
137 Available = 0;
142 // available, otherwise we need to restart our searching.
143 // Available counts the consective number of zero bit.
146 Available++;
148 if (Available >= Units) {
156 Available = 0;
162 if (Available < Units) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/
DxeLoadFunc.c 6 are licensed and made available under the terms and conditions of the BSD License
174 The function will check if Execute Disable Bit is available.
176 @retval TRUE Execute Disable Bit is available.
177 @retval FALSE Execute Disable Bit is not available.
187 BOOLEAN Available;
189 Available = FALSE;
195 // Bit 20: Execute Disable Bit available.
197 Available = TRUE;
201 return Available;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
UsbHcMem.c 7 are licensed and made available under the terms and conditions of the BSD License
171 UINTN Available;
178 Available = 0;
183 // available, otherwise we need to restart our searching.
184 // Available counts the consective number of zero bit.
187 Available++;
189 if (Available >= Units) {
198 Available = 0;
204 if (Available < Units) {
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
UsbHcMem.c 7 are licensed and made available under the terms and conditions of the BSD License
147 UINTN Available;
154 Available = 0;
159 // available, otherwise we need to restart our searching.
160 // Available counts the consective number of zero bit.
163 Available++;
165 if (Available >= Units) {
174 Available = 0;
180 if (Available < Units) {
  /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/AMDGPU/
R600MachineScheduler.h 53 std::vector<SUnit *> Available[IDLast], Pending[IDLast];
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterScavenging.cpp 12 // It also provides a mechanism to make registers available by evicting them to
249 /// getRegsAvailable - Return all available registers in the register class
323 "No available scavenger restore location!");
349 BitVector Available = getRegsAvailable(RC);
351 if ((Candidates & Available).any())
352 Candidates &= Available;

Completed in 600 milliseconds

1 2 3 4