Searched defs:Insert (Results 1 - 25 of 50) sorted by relevance

12

/prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerTracePC.h35 void Insert(size_t Idx, T Arg1, T Arg2) { function in struct:fuzzer::TableOfRecentCompares
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
H A Ddbtables.py480 def Insert(self, table, rowdict) : member in class:bsdTableDB
481 """Insert(table, datadict) - Insert a new row into the table
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
H A Ddbtables.py480 def Insert(self, table, rowdict) : member in class:bsdTableDB
481 """Insert(table, datadict) - Insert a new row into the table
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
H A Ddbtables.py480 def Insert(self, table, rowdict) : member in class:bsdTableDB
481 """Insert(table, datadict) - Insert a new row into the table
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
H A Ddbtables.py480 def Insert(self, table, rowdict) : member in class:bsdTableDB
481 """Insert(table, datadict) - Insert a new row into the table
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmlang.h166 virtual HRESULT WINAPI Insert(__LONG32 cchOffset,__LONG32 cchMaxInsert,__LONG32 *pcchActual) = 0;
178 HRESULT (WINAPI *Insert)(IMLangStringBufW *This,__LONG32 cchOffset,__LONG32 cchMaxInsert,__LONG32 *pcchActual); member in struct:IMLangStringBufWVtbl
192 #define IMLangStringBufW_Insert(This,cchOffset,cchMaxInsert,pcchActual) (This)->lpVtbl->Insert(This,cchOffset,cchMaxInsert,pcchActual)
217 virtual HRESULT WINAPI Insert(__LONG32 cchOffset,__LONG32 cchMaxInsert,__LONG32 *pcchActual) = 0;
229 HRESULT (WINAPI *Insert)(IMLangStringBufA *This,__LONG32 cchOffset,__LONG32 cchMaxInsert,__LONG32 *pcchActual); member in struct:IMLangStringBufAVtbl
243 #define IMLangStringBufA_Insert(This,cchOffset,cchMaxInsert,pcchActual) (This)->lpVtbl->Insert(This,cchOffset,cchMaxInsert,pcchActual)
H A Dagtctl.h783 virtual HRESULT WINAPI Insert(BSTR Name,BSTR RefName,VARIANT Before,VARIANT Caption,VARIANT Voice,VARIANT Enabled,VARIANT Visible,IAgentCtlCommand **Command) = 0;
808 HRESULT (WINAPI *Insert)(IAgentCtlCommands *This,BSTR Name,BSTR RefName,VARIANT Before,VARIANT Caption,VARIANT Voice,VARIANT Enabled,VARIANT Visible,IAgentCtlCommand **Command); member in struct:IAgentCtlCommandsVtbl
835 #define IAgentCtlCommands_Insert(This,Name,RefName,Before,Caption,Voice,Enabled,Visible,Command) (This)->lpVtbl->Insert(This,Name,RefName,Before,Caption,Voice,Enabled,Visible,Command)
910 HRESULT (WINAPI *Insert)(IAgentCtlCommandsEx *This,BSTR Name,BSTR RefName,VARIANT Before,VARIANT Caption,VARIANT Voice,VARIANT Enabled,VARIANT Visible,IAgentCtlCommand **Command); member in struct:IAgentCtlCommandsExVtbl
949 #define IAgentCtlCommandsEx_Insert(This,Name,RefName,Before,Caption,Voice,Enabled,Visible,Command) (This)->lpVtbl->Insert(This,Name,RefName,Before,Caption,Voice,Enabled,Visible,Command)
H A Dagtsvr.h575 virtual HRESULT WINAPI Insert(BSTR bszCaption,BSTR bszVoice,__LONG32 bEnabled,__LONG32 bVisible,__LONG32 dwRefID,__LONG32 bBefore,__LONG32 *pdwID) = 0;
598 HRESULT (WINAPI *Insert)(IAgentCommands *This,BSTR bszCaption,BSTR bszVoice,__LONG32 bEnabled,__LONG32 bVisible,__LONG32 dwRefID,__LONG32 bBefore,__LONG32 *pdwID); member in struct:IAgentCommandsVtbl
623 #define IAgentCommands_Insert(This,bszCaption,bszVoice,bEnabled,bVisible,dwRefID,bBefore,pdwID) (This)->lpVtbl->Insert(This,bszCaption,bszVoice,bEnabled,bVisible,dwRefID,bBefore,pdwID)
695 HRESULT (WINAPI *Insert)(IAgentCommandsEx *This,BSTR bszCaption,BSTR bszVoice,__LONG32 bEnabled,__LONG32 bVisible,__LONG32 dwRefID,__LONG32 bBefore,__LONG32 *pdwID); member in struct:IAgentCommandsExVtbl
735 #define IAgentCommandsEx_Insert(This,bszCaption,bszVoice,bEnabled,bVisible,dwRefID,bBefore,pdwID) (This)->lpVtbl->Insert(This,bszCaption,bszVoice,bEnabled,bVisible,dwRefID,bBefore,pdwID)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmlang.h166 virtual HRESULT WINAPI Insert(__LONG32 cchOffset,__LONG32 cchMaxInsert,__LONG32 *pcchActual) = 0;
178 HRESULT (WINAPI *Insert)(IMLangStringBufW *This,__LONG32 cchOffset,__LONG32 cchMaxInsert,__LONG32 *pcchActual); member in struct:IMLangStringBufWVtbl
192 #define IMLangStringBufW_Insert(This,cchOffset,cchMaxInsert,pcchActual) (This)->lpVtbl->Insert(This,cchOffset,cchMaxInsert,pcchActual)
217 virtual HRESULT WINAPI Insert(__LONG32 cchOffset,__LONG32 cchMaxInsert,__LONG32 *pcchActual) = 0;
229 HRESULT (WINAPI *Insert)(IMLangStringBufA *This,__LONG32 cchOffset,__LONG32 cchMaxInsert,__LONG32 *pcchActual); member in struct:IMLangStringBufAVtbl
243 #define IMLangStringBufA_Insert(This,cchOffset,cchMaxInsert,pcchActual) (This)->lpVtbl->Insert(This,cchOffset,cchMaxInsert,pcchActual)
H A Dagtctl.h783 virtual HRESULT WINAPI Insert(BSTR Name,BSTR RefName,VARIANT Before,VARIANT Caption,VARIANT Voice,VARIANT Enabled,VARIANT Visible,IAgentCtlCommand **Command) = 0;
808 HRESULT (WINAPI *Insert)(IAgentCtlCommands *This,BSTR Name,BSTR RefName,VARIANT Before,VARIANT Caption,VARIANT Voice,VARIANT Enabled,VARIANT Visible,IAgentCtlCommand **Command); member in struct:IAgentCtlCommandsVtbl
835 #define IAgentCtlCommands_Insert(This,Name,RefName,Before,Caption,Voice,Enabled,Visible,Command) (This)->lpVtbl->Insert(This,Name,RefName,Before,Caption,Voice,Enabled,Visible,Command)
910 HRESULT (WINAPI *Insert)(IAgentCtlCommandsEx *This,BSTR Name,BSTR RefName,VARIANT Before,VARIANT Caption,VARIANT Voice,VARIANT Enabled,VARIANT Visible,IAgentCtlCommand **Command); member in struct:IAgentCtlCommandsExVtbl
949 #define IAgentCtlCommandsEx_Insert(This,Name,RefName,Before,Caption,Voice,Enabled,Visible,Command) (This)->lpVtbl->Insert(This,Name,RefName,Before,Caption,Voice,Enabled,Visible,Command)
H A Dagtsvr.h575 virtual HRESULT WINAPI Insert(BSTR bszCaption,BSTR bszVoice,__LONG32 bEnabled,__LONG32 bVisible,__LONG32 dwRefID,__LONG32 bBefore,__LONG32 *pdwID) = 0;
598 HRESULT (WINAPI *Insert)(IAgentCommands *This,BSTR bszCaption,BSTR bszVoice,__LONG32 bEnabled,__LONG32 bVisible,__LONG32 dwRefID,__LONG32 bBefore,__LONG32 *pdwID); member in struct:IAgentCommandsVtbl
623 #define IAgentCommands_Insert(This,bszCaption,bszVoice,bEnabled,bVisible,dwRefID,bBefore,pdwID) (This)->lpVtbl->Insert(This,bszCaption,bszVoice,bEnabled,bVisible,dwRefID,bBefore,pdwID)
695 HRESULT (WINAPI *Insert)(IAgentCommandsEx *This,BSTR bszCaption,BSTR bszVoice,__LONG32 bEnabled,__LONG32 bVisible,__LONG32 dwRefID,__LONG32 bBefore,__LONG32 *pdwID); member in struct:IAgentCommandsExVtbl
735 #define IAgentCommandsEx_Insert(This,bszCaption,bszVoice,bEnabled,bVisible,dwRefID,bBefore,pdwID) (This)->lpVtbl->Insert(This,bszCaption,bszVoice,bEnabled,bVisible,dwRefID,bBefore,pdwID)
/prebuilts/tools/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/
H A Dgoogle-api-services-storage-v1-rev82-1.22.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
H A Dsaxon-9.1.0.8.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/saxon/ net/sf/saxon/AugmentedSource ...
/prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
H A Dandroid-4.0.1.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
H A Dandroid-4.1.1.4.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/sounds/ assets/webkit/ res/ res/raw/ ...
/prebuilts/sdk/10/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/images/android-logo-mask ...
/prebuilts/sdk/5/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/crypto/ javax/crypto/SealedObject.class SealedObject. ...
/prebuilts/sdk/6/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/prebuilts/sdk/7/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml junit/ junit/runner/ junit/runner/TestSuiteLoader. ...
/prebuilts/sdk/8/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/xml/ org/xml/sax/ org/xml/sax/Locator ...
/prebuilts/sdk/9/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/sounds/ assets/sounds/bootanim1.raw assets/sounds/ ...
/prebuilts/sdk/11/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/sounds/ assets/sounds/bootanim1.raw assets/sounds/ ...
/prebuilts/sdk/12/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml dalvik/ dalvik/bytecode/ dalvik/bytecode/OpcodeInfo. ...
/prebuilts/sdk/13/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF java/ java/util/ java/util/TimerTask.class TimerTask. ...
/prebuilts/sdk/14/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/content/ android/content/DialogInterface$OnKeyListener.class ...

Completed in 611 milliseconds

12