HomeSort by relevance Sort by last modified time
    Searched refs:Modify (Results 1 - 25 of 34) sorted by null

1 2

  /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...]
clusapi.h 349 #define CLCTL_EXTERNAL_CODE(Function,Access,Modify) (((Access) << CLUSCTL_ACCESS_SHIFT) | ((CLCTL_CLUSTER_BASE + Function) << CLUSCTL_FUNCTION_SHIFT) | ((Modify) << CLCTL_MODIFY_SHIFT))
350 #define CLCTL_INTERNAL_CODE(Function,Access,Modify) (((Access) << CLUSCTL_ACCESS_SHIFT) | CLCTL_INTERNAL_MASK | ((CLCTL_CLUSTER_BASE + Function) << CLUSCTL_FUNCTION_SHIFT) | ((Modify) << CLCTL_MODIFY_SHIFT))
    [all...]
  /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) {
ResourceChooser.java 876 mNameText.addListener(SWT.Modify, this);
877 mValueText.addListener(SWT.Modify, this);
    [all...]
  /art/runtime/gc/accounting/
space_bitmap.h 76 return Modify<true>(obj);
80 return Modify<false>(obj);
202 bool Modify(const mirror::Object* obj);
space_bitmap-inl.h 159 inline bool SpaceBitmap<kAlignment>::Modify(const mirror::Object* obj) {
  /external/chromium_org/v8/test/mjsunit/
array-iteration.js 50 // Modify original array.
90 // Modify original array.
133 // Modify original array.
170 // Modify original array.
208 // Modify original array.
  /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
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
cursor.js 41 * Modify this cursor to point to the location that another cursor points to.
description_util.js 354 * Modify the descriptions to say that it is a collection.
  /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
Antlr.Runtime.Tools.Tests.pas 7 Modify the generated code to correctly setup and call the methods from the unit
Antlr.Runtime.Tree.Tests.pas 7 Modify the generated code to correctly setup and call the methods from the unit
    [all...]
  /external/chromium_org/chrome/browser/ui/search_engines/
keyword_editor_controller_unittest.cc 153 TEST_F(KeywordEditorControllerTest, Modify) {
157 // Modify the entry.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 130 SWT.Modify,
447 case SWT.Modify : {
451 notifyListeners(SWT.Modify, e);
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/lldb/source/Commands/
CommandObjectWatchpoint.cpp 751 #pragma mark Modify
759 "watchpoint modify",
760 "Modify the options on a watchpoint or set of watchpoints in the executable. "
902 #pragma mark Modify::CommandOptions
    [all...]
CommandObjectBreakpoint.cpp 692 #pragma mark Modify
700 "breakpoint modify",
701 "Modify the options on a breakpoint or set of breakpoints in the executable. "
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 524 def Modify(self, table, conditions={}, mappings={}):
525 """Modify(table, conditions={}, mappings={}) - Modify items in rows matching 'conditions' using mapping functions in 'mappings'
539 # modify only requested columns
546 # modify the requested column
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 524 def Modify(self, table, conditions={}, mappings={}):
525 """Modify(table, conditions={}, mappings={}) - Modify items in rows matching 'conditions' using mapping functions in 'mappings'
539 # modify only requested columns
546 # modify the requested column
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 206 virtual void modify (int operationNdx, EGLImageKHR img, tcu::Texture2D& reference) = 0;
279 enum Modify
309 void modify (int operationNdx, EGLImageKHR img, tcu::Texture2D& reference);
1242 void GLES2ImageApi::modify (int operationNdx, EGLImageKHR img, tcu::Texture2D& reference) function in class:deqp::egl::Image::GLES2ImageApi
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 21 # - Modify unitmasks l3_evict
26 # - Modify unitmasks for 4E0h-4E3h
333 0x04 Read block Modify
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h 14 * use, modify or distribute it freely.
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js     [all...]

Completed in 2792 milliseconds

1 2