| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| icrsint.h | 37 #define ADO_FIXED_LENGTH_ENTRY(Ordinal,DataType,Buffer,Status,Modify) {Ordinal,DataType,0,0,0,offsetof(ADORowClass,Buffer),offsetof(ADORowClass,Status),0,classoffset(CADORecordBinding,ADORowClass),Modify}, 38 #define ADO_FIXED_LENGTH_ENTRY2(Ordinal,DataType,Buffer,Modify) {Ordinal,DataType,0,0,0,offsetof(ADORowClass,Buffer),0,0,classoffset(CADORecordBinding,ADORowClass),Modify}, 39 #define ADO_NUMERIC_ENTRY(Ordinal,DataType,Buffer,Precision,Scale,Status,Modify) {Ordinal,DataType,Precision,Scale,0,offsetof(ADORowClass,Buffer),offsetof(ADORowClass,Status),0,classoffset(CADORecordBinding,ADORowClass),Modify}, 40 #define ADO_NUMERIC_ENTRY2(Ordinal,DataType,Buffer,Precision,Scale,Modify) {Ordinal,DataType,Precision,Scale,0,offsetof(ADORowClass,Buffer),0,0,classoffset(CADORecordBinding,ADORowClass),Modify}, 41 #define ADO_VARIABLE_LENGTH_ENTRY(Ordinal,DataType,Buffer,Size,Status,Length,Modify) {Ordinal,DataType,0,0,Size,offsetof(ADORowClass,Buffer),offsetof(ADORowClass,Status),offsetof(ADORowClass,Length),classoffset(CADORecordBinding,ADORowClass),Modify}, [all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/PciCfg/ |
| PciCfg.h | 60 PEI_PCI_CFG_PPI_RW Modify;
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/PciCfg2/ |
| PciCfg2.h | 60 EFI_PEI_PCI_CFG_PPI_RW Modify;
|
| /art/runtime/gc/accounting/ |
| space_bitmap.h | 81 return Modify<true>(obj); 85 return Modify<false>(obj); 205 bool Modify(const mirror::Object* obj);
|
| space_bitmap-inl.h | 159 inline bool SpaceBitmap<kAlignment>::Modify(const mirror::Object* obj) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
| MarginChooser.java | 160 mAllField.addListener(SWT.Modify, this); 161 mLeftField.addListener(SWT.Modify, this); 162 mRightField.addListener(SWT.Modify, this); 163 mTopField.addListener(SWT.Modify, this); 164 mBottomField.addListener(SWT.Modify, this); 194 if (event.type == SWT.Modify) {
|
| /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Ppi/ |
| PciCfg.h | 63 PCI read-modify-write operation.
103 /// PCI read-modify-write services. See the Modify() function description.
105 EFI_PEI_PCI_CFG_PPI_RW Modify;
|
| /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/ |
| PciCfg2.h | 127 Performs a read-modify-write operation on the contents
174 EFI_PEI_PCI_CFG2_PPI_RW Modify;
|
| SuperIo.h | 114 The Modify() function provides an interface for table based programming of the
127 modify operation.
176 EFI_PEI_SIO_REGISTER_MODIFY Modify;
|
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| SuperIo.h | 139 The Modify() function provides an interface for table based programming of the Super I/O
149 structures. Each structure specifies a single Super I/O register modify operation. Type
170 EFI_SIO_MODIFY Modify;
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PciCfgOnPciCfg2Thunk/ |
| PciCfgOnPciCfg2Thunk.c | 106 PCI read-modify-write operation.
266 PCI read-modify-write operation.
308 return PciCfg2->Modify ((CONST EFI_PEI_SERVICES **)PeiServices, PciCfg2, Width, Address, &SetBits, &ClearBits);
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/ |
| test_dbtables.py | 358 self.tdb.Modify(tabname, 361 self.tdb.Modify(tabname, 364 self.tdb.Modify(tabname, 369 self.tdb.Modify(tabname, 386 # Modify value by select conditions
|
| /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/ |
| test_dbtables.py | 358 self.tdb.Modify(tabname, 361 self.tdb.Modify(tabname, 364 self.tdb.Modify(tabname, 369 self.tdb.Modify(tabname, 386 # Modify value by select conditions
|
| /prebuilts/go/darwin-x86/src/net/ |
| hosts_test.go | 152 // Ensure that programs can't modify the internals of the host cache. 159 // Modify the addresses return by lookupStaticHost. 169 // Modify the hosts return by lookupStaticAddr.
|
| /prebuilts/go/linux-x86/src/net/ |
| hosts_test.go | 152 // Ensure that programs can't modify the internals of the host cache. 159 // Modify the addresses return by lookupStaticHost. 169 // Modify the hosts return by lookupStaticAddr.
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
| test_dbtables.py | 358 self.tdb.Modify(tabname, 361 self.tdb.Modify(tabname, 364 self.tdb.Modify(tabname, 369 self.tdb.Modify(tabname, 386 # Modify value by select conditions
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
| test_dbtables.py | 358 self.tdb.Modify(tabname, 361 self.tdb.Modify(tabname, 364 self.tdb.Modify(tabname, 369 self.tdb.Modify(tabname, 386 # Modify value by select conditions
|
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
| copyelim.go | 10 // Modify all values so no arg (including args
|
| deadstore.go | 94 // Modify store into a copy
|
| /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
| copyelim.go | 10 // Modify all values so no arg (including args
|
| deadstore.go | 94 // Modify store into a copy
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PciCfg2OnPciCfgThunk/ |
| PciCfg2OnPciCfgThunk.c | 42 This change enable the detection of code segment which invokes PeiServices->PciCfg->Modify.
43 Such code causes a build break as ECP_PEI_PCI_CFG_PPI does not has "Modify" field.
47 *->Modify(<*>);
173 PCI read-modify-write operation.
396 PCI read-modify-write operation.
446 return PciCfg->Modify ((EFI_PEI_SERVICES **)PeiServices, PciCfg, Width, Address, *(UINTN *)SetBits, *(UINTN *)ClearBits);
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesLib/ |
| PeiServicesLib.c | 395 PCI read-modify-write operations.
399 EFI_PEI_PCI_CFG2_PPI in PI 1.0. "Modify" function in these two PPI are not
403 PciCfg->Modify (
460 Status = PciCfg2->Modify (
|
| /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
| Antlr.Runtime.Collections.Tests.pas | 7 Modify the generated code to correctly setup and call the methods from the unit
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/ |
| PeiLib.c | 170 PCI read-modify-write operations.
174 EFI_PEI_PCI_CFG2_PPI in PI 1.0. "Modify" function in these two PPI are not
180 PciCfg->Modify (
240 Status = PciCfg2->Modify (
|