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

1 2 34 5 6 7

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineScheduler.h 133 /// MachineSchedRegistry provides a selection of available machine instruction
625 ReadyQueue Available;
643 /// MinReadyCycle - Cycle of the soonest available instruction.
688 Available(ID, Name+".A"), Pending(ID << LogMaxQID, Name+".P") {
700 return Available.getID() == TopQID;
774 /// Call this before applying any other heuristics to the Available queue.
775 /// Updates the Available/Pending Q's if necessary and returns the single
776 /// available instruction, or NULL if there are multiple candidates.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineScheduler.h 133 /// MachineSchedRegistry provides a selection of available machine instruction
625 ReadyQueue Available;
643 /// MinReadyCycle - Cycle of the soonest available instruction.
688 Available(ID, Name+".A"), Pending(ID << LogMaxQID, Name+".P") {
700 return Available.getID() == TopQID;
774 /// Call this before applying any other heuristics to the Available queue.
775 /// Updates the Available/Pending Q's if necessary and returns the single
776 /// available instruction, or NULL if there are multiple candidates.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineScheduler.h 133 /// MachineSchedRegistry provides a selection of available machine instruction
625 ReadyQueue Available;
643 /// MinReadyCycle - Cycle of the soonest available instruction.
688 Available(ID, Name+".A"), Pending(ID << LogMaxQID, Name+".P") {
700 return Available.getID() == TopQID;
774 /// Call this before applying any other heuristics to the Available queue.
775 /// Updates the Available/Pending Q's if necessary and returns the single
776 /// available instruction, or NULL if there are multiple candidates.
    [all...]
  /prebuilts/go/darwin-x86/misc/ios/
detect.go 33 fmt.Println("Available provisioning profiles below.")
  /prebuilts/go/linux-x86/misc/ios/
detect.go 33 fmt.Println("Available provisioning profiles below.")
  /external/llvm/test/MC/ARM/
directive-eabi_attribute.s 193 @ CHECK-OBJ-NEXT: Description: If Available
211 @ CHECK-OBJ-NEXT: Description: If Available
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-0.s 205 @CHECK-OBJ-NEXT: Description: If Available
226 @CHECK-OBJ-NEXT: Description: If Available
  /external/protobuf/src/google/protobuf/util/internal/
json_escaping.cc 363 while (input->Available() > 0) {
  /external/sfntly/cpp/src/sfntly/
font_factory.cc 171 wfd.Attach(WritableFontData::CreateWritableFontData(is->Available()));
  /prebuilts/go/darwin-x86/src/crypto/
crypto.go 92 // Available reports whether the given hash function is linked into the binary.
93 func (h Hash) Available() bool {
  /prebuilts/go/linux-x86/src/crypto/
crypto.go 92 // Available reports whether the given hash function is linked into the binary.
93 func (h Hash) Available() bool {
  /external/v8/src/heap/
spaces.h 189 size_t available() const { return available_; } function in class:v8::internal::FreeListCategory
213 // |available_|: Total available bytes in all blocks of this free list
763 void add_available_in_free_list(size_t available) {
764 DCHECK_LE(available, area_size());
765 available_in_free_list_.Increment(available);
767 void remove_available_in_free_list(size_t available) {
768 DCHECK_LE(available, area_size());
769 DCHECK_GE(available_in_free_list(), available); local
770 available_in_free_list_.Decrement(available);
886 // Return the available bytes without growing
1719 size_t available = 0; local
    [all...]
spaces-inl.h 275 added += category->available();
614 size_t LargeObjectSpace::Available() {
615 return ObjectSizeFor(heap()->memory_allocator()->Available());
spaces.cc 800 sum += category->available();
    [all...]
gc-tracer.cc 18 DCHECK_GE(holes_size + space->Waste() + space->Available(), holes_size);
19 holes_size += space->Waste() + space->Available();
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 7 # This program and the accompanying materials are licensed and made available
114 been allocated, and the following SNP member functions are available (in
163 with the Receive member function.) The event is available to clients starting
170 available for consumption. If so, it must signal the WaitForPacket WAIT type
205 "Available Ring", and answered (processed) requests show up on the "Used Ring".
215 Available Index Available Index
219 Available +-------+-------+-------+-------+-------+
267 Finally, the guest populates the Available Ring with the indices of the head
268 descriptors. All descriptor indices on both the Available Ring and the Used
    [all...]
  /external/llvm/tools/llvm-go/
llvm-go.go 233 Available subcommands: build get install run test print-components print-config`)
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
RemoteManagerFuncTest.java 79 EasyMock.eq(FreeDeviceState.AVAILABLE));
138 EasyMock.eq(FreeDeviceState.AVAILABLE));
162 EasyMock.eq(FreeDeviceState.AVAILABLE));
202 DeviceAllocationState.Available,
231 assertEquals(DeviceAllocationState.Available, returnedDevices.get(0).getState());
255 mMockDeviceManager.freeDevice(EasyMock.eq(device), EasyMock.eq(FreeDeviceState.AVAILABLE));
281 mMockDeviceManager.freeDevice(EasyMock.eq(device), EasyMock.eq(FreeDeviceState.AVAILABLE));
412 mMockDeviceManager.freeDevice(EasyMock.eq(device), EasyMock.eq(FreeDeviceState.AVAILABLE));
437 mMockDeviceManager.freeDevice(EasyMock.eq(device), EasyMock.eq(FreeDeviceState.AVAILABLE));
458 * Test {@link GetLastCommandResultOp} result when commmand fails due to a not available device
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
malis.s 9 ;; Available at:
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DeviceFlashPreparerTest.java 146 mMockDevice.setRecoveryMode(RecoveryMode.AVAILABLE);
183 mMockDevice.setRecoveryMode(RecoveryMode.AVAILABLE);
185 new DeviceDescriptor("SERIAL", false, DeviceAllocationState.Available, "unknown",
KernelFlashPreparerTest.java 207 false, DeviceAllocationState.Available, "unknown", "unknown", "unknown", "unknown",
  /device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
S3Resume.c 10 are licensed and made available under the terms and conditions
95 UINT64 Available:3; // Available for use by system software
97 UINT64 AvabilableHigh:11; // Available for use by system software
117 UINT64 Available:3; // Available for use by system software
121 UINT64 AvabilableHigh:11; // Available for use by system software
141 UINT64 Available:3; // Available for use by system software
145 UINT64 AvabilableHigh:11; // Available for use by system software
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmCore.h 6 This program and the accompanying materials are licensed and made available
224 @retval EFI_OUT_OF_RESOURCES There is not enough memory available to complete the operation.
778 Place holder function until all the SMM System Table Service are available.
    [all...]
  /external/google-breakpad/src/common/mac/
macho_reader.cc 316 ByteBuffer command(list_cursor.here(), list_cursor.Available());
  /prebuilts/go/darwin-x86/src/cmd/vet/
doc.go 36 Available checks:

Completed in 1086 milliseconds

1 2 34 5 6 7