HomeSort by relevance Sort by last modified time
    Searched refs:Instance (Results 551 - 575 of 656) sorted by null

<<21222324252627

  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/svg/
svgpan.go 134 * Instance an SVGPoint object with given event coordinates.
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/svg/
svgpan.go 134 * Instance an SVGPoint object with given event coordinates.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitter.c 243 // Driver binding instance for Console Input Device
255 // Driver binding instance for Console Out device
267 // Driver binding instance for Standard Error device
279 // Driver binding instance for Simple Pointer protocol
291 // Driver binding instance for Absolute Pointer protocol
742 VOID *Instance;
760 &Instance,
783 @param This Driver Binding protocol instance pointer.
810 @param This Driver Binding protocol instance pointer.
837 @param This Driver Binding protocol instance pointer.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c 178 @param IsInstanceEnd This node is the end of a device path instance
    [all...]
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java 138 Object instance = generatedClass.newInstance(); local
140 method.invoke(instance);
180 Object instance = generatedClass.newInstance(); local
182 method.invoke(instance, 0);
247 Object instance = generatedClass.newInstance(); local
249 assertEquals(5, method.invoke(null, instance));
281 Object instance = generatedClass.newInstance(); local
283 assertEquals(System.identityHashCode(instance), method.invoke(instance));
428 Object instance = generatedClass.newInstance() local
467 Object instance = generatedClass.getConstructor(int.class).newInstance(0xabcd); local
938 Instance instance = new Instance(); local
1743 Object instance = generatedClass.newInstance(); local
1777 Object instance = generatedClass.newInstance(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
optparse.py 107 Raised if an Option instance is created with invalid or
162 Instance attributes:
164 the controlling OptionParser instance
448 Instance attributes:
466 # The list of instance attributes that may be set through
530 # option is the Option instance calling the checker
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
optparse.py 107 Raised if an Option instance is created with invalid or
162 Instance attributes:
164 the controlling OptionParser instance
447 Instance attributes:
465 # The list of instance attributes that may be set through
529 # option is the Option instance calling the checker
910 Instance attributes:
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
Thunk.h 130 UINT16 Instance;
153 // allocated for the structure instance of a specific type.
337 @param LinkData Specifies Instance, SubInstance and ProducerName
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiApi.h 869 IN UINT32 Instance,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiStatusCode.h 101 UINT32 Instance;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
SiI3132AtaPassThru.c 294 @param[in] This A pointer to the EFI_ATA_PASS_THRU_PROTOCOL instance.
367 @param[in] This A pointer to the EFI_ATA_PASS_THRU_PROTOCOL instance.
434 @param[in] This A pointer to the EFI_ATA_PASS_THRU_PROTOCOL instance.
512 @param[in] This A pointer to the EFI_ATA_PASS_THRU_PROTOCOL instance.
593 @param[in] This A pointer to the EFI_ATA_PASS_THRU_PROTOCOL instance.
660 PciIo = SataPort->Instance->PciIo;
716 @param[in] This A pointer to the EFI_ATA_PASS_THRU_PROTOCOL instance.
767 @param[in] This A pointer to the EFI_ATA_PASS_THRU_PROTOCOL instance.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyPci.c 599 @param Private Legacy BIOS Instance data
631 @param Private Legacy BIOS Instance data
777 @param Private Legacy BIOS Instance data
892 @param Private Legacy BIOS Instance data
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/
FirmwarePerformanceDxe.c 566 @param[in] Instance The enumeration of a hardware or software entity within
567 the system. Valid instance numbers start with 1.
582 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 481 IN UINT32 Instance,
505 // TODO: Instance - add argument and description to function comment
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 189 case ObjCMessageExpr::Instance:
  /external/python/cpython2/Lib/
optparse.py 107 Raised if an Option instance is created with invalid or
162 Instance attributes:
164 the controlling OptionParser instance
448 Instance attributes:
466 # The list of instance attributes that may be set through
530 # option is the Option instance calling the checker
911 Instance attributes:
    [all...]
  /external/skia/src/gpu/instanced/
InstancedOp.cpp 360 Instance& instance = op->getSingleInstance(); local
361 instance.fInfo = (int)type << kShapeType_InfoBit;
376 float* m = instance.fShapeMatrix2x3;
408 instance.fInfo |= kPerspective_InfoFlag;
410 float* m = instance.fShapeMatrix2x3;
427 instance.fColor = color;
430 memcpy(&instance.fLocalRect, rectAsFloats, 4 * sizeof(float));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 93 /// A mapping from a local label number and an instance count to a symbol.
113 /// NextInstance() creates the next instance of the directional local label
116 /// GetInstance() gets the current instance of the directional local label
258 unsigned Instance);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 93 /// A mapping from a local label number and an instance count to a symbol.
113 /// NextInstance() creates the next instance of the directional local label
116 /// GetInstance() gets the current instance of the directional local label
258 unsigned Instance);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 93 /// A mapping from a local label number and an instance count to a symbol.
113 /// NextInstance() creates the next instance of the directional local label
116 /// GetInstance() gets the current instance of the directional local label
258 unsigned Instance);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 93 /// A mapping from a local label number and an instance count to a symbol.
113 /// NextInstance() creates the next instance of the directional local label
116 /// GetInstance() gets the current instance of the directional local label
258 unsigned Instance);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 93 /// A mapping from a local label number and an instance count to a symbol.
113 /// NextInstance() creates the next instance of the directional local label
116 /// GetInstance() gets the current instance of the directional local label
258 unsigned Instance);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 93 /// A mapping from a local label number and an instance count to a symbol.
113 /// NextInstance() creates the next instance of the directional local label
116 /// GetInstance() gets the current instance of the directional local label
258 unsigned Instance);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 93 /// A mapping from a local label number and an instance count to a symbol.
113 /// NextInstance() creates the next instance of the directional local label
116 /// GetInstance() gets the current instance of the directional local label
258 unsigned Instance);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 93 /// A mapping from a local label number and an instance count to a symbol.
113 /// NextInstance() creates the next instance of the directional local label
116 /// GetInstance() gets the current instance of the directional local label
258 unsigned Instance);

Completed in 752 milliseconds

<<21222324252627