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

1 2 3 45 6 7

  /prebuilts/go/linux-x86/src/cmd/vet/
doc.go 36 Available checks:
  /external/v8/src/heap/
heap.cc 239 size_t Heap::Available() {
245 total += space->Available();
280 // Note that MemoryAllocator->MaxAvailable() undercounts the memory available
283 // and does not count available bytes already in the old space or code
331 " available: %6" PRIuS " KB\n",
333 memory_allocator()->Available() / KB);
336 ", available: %6" PRIuS
339 new_space_->Size() / KB, new_space_->Available() / KB,
343 ", available: %6" PRIuS
346 old_space_->SizeOfObjects() / KB, old_space_->Available() / KB
    [all...]
heap.h 597 // should instead adapt it's heap size based on available physical memory.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c 6 are licensed and made available under the terms and conditions of the BSD License
    [all...]
  /external/google-breakpad/src/common/
byte_cursor_unittest.cc 62 EXPECT_EQ(0U, cursor.Available());
83 EXPECT_EQ(10U, cursor.Available());
  /external/vulkan-validation-layers/
update_external_sources.bat 123 echo Available options:
  /build/soong/genrule/
genrule.go 63 // Available variables for substitution:
  /build/soong/java/
droiddoc.go 105 // Available variables for substitution:
  /tools/tradefederation/core/src/com/android/tradefed/device/
DeviceManager.java 230 CLog.w("Fastboot is not available.");
368 * Asynchronously checks if device is available, and adds to queue
389 if (r.stateChanged && r.allocationState == DeviceAllocationState.Available) {
400 CLog.w("Device %s is unresponsive, will not be available for testing",
546 deviceState = FreeDeviceState.AVAILABLE;
576 case AVAILABLE:
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiException.asm 4 ; are licensed and made available under the terms and conditions of the BSD License
583 ;; Clear TS bit in CR0 to avoid Device Not Available Exception (#NM)
  /external/syslinux/memdisk/
memdisk16.asm 576 xor eax,eax ; Available for future use...
589 mov esp,[ebp+PMESP] ; Load protmode %esp if available
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
TestDeviceTest.java 452 testDevice.setRecoveryMode(RecoveryMode.AVAILABLE);
737 "/mnt/sdcard: 3864064K total, 1282880K used, 2581184K available (block size 32768)";
    [all...]
  /build/make/core/
main.mk 801 $(info Available variants:)\
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtctl.h     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/
aws-java-sdk-directconnect-1.11.18.jar 
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandScheduler.java 107 * A scheduler for running TradeFederation commands across all available devices.
537 deviceStates.put(device, FreeDeviceState.AVAILABLE);
576 CLog.w("Device %s is not available. Reason: %s", e.getSerial(), e.getMessage());
605 deviceStates.put(device, FreeDeviceState.AVAILABLE);
614 device.setRecoveryMode(RecoveryMode.AVAILABLE);
783 * A {@link IDeviceMonitor} that signals scheduler to process commands when an available device
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
runtime2.go 486 deferpool [5][]*_defer // pool of available defer structs of different sizes (see panic.go)
508 // Available G's (status == Gdead)
591 // Central pool of available defer structs of different sizes.
753 // Information about what cpu features are available.
  /prebuilts/go/linux-x86/src/runtime/
runtime2.go 486 deferpool [5][]*_defer // pool of available defer structs of different sizes (see panic.go)
508 // Available G's (status == Gdead)
591 // Central pool of available defer structs of different sizes.
753 // Information about what cpu features are available.
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/
aws-java-sdk-efs-1.11.18.jar 
  /tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
TestInvocationTest.java 205 mFakeDescriptor = new DeviceDescriptor(SERIAL, false, DeviceAllocationState.Available,
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 
  /external/protobuf/js/
message.js 79 * class's .serializeBinary method, if available.
241 * Available if {@link jspb.generate_xid} is added as a Message option to
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 887 if !hashType.Available() {
    [all...]

Completed in 482 milliseconds

1 2 3 45 6 7