HomeSort by relevance Sort by last modified time
    Searched defs:exports (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/renderer/resources/extensions/
unload_event.js 13 exports.addListener = function(listener) {
17 exports.removeListener = function(listener) {
26 exports.wasDispatched = false;
29 exports.dispatch = function() {
30 exports.wasDispatched = true;
inject_app_titlebar.js 5 exports.didCreateDocumentElement = function() {
app_custom_bindings.js 9 exports.chromeApp = {};
10 exports.onInstallStateResponse = function(){};
76 exports.chromeApp = app;
77 exports.onInstallStateResponse = onInstallStateResponse;
  /external/chromium_org/chrome_elf/
ntdll_cache.cc 33 IMAGE_EXPORT_DIRECTORY* exports = reinterpret_cast<IMAGE_EXPORT_DIRECTORY*>( local
37 base_addr + exports->AddressOfNameOrdinals);
39 base_addr + exports->AddressOfNames);
41 base_addr + exports->AddressOfFunctions);
42 int num_entries = exports->NumberOfNames;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
mount.h 51 typedef struct exportnode *exports; typedef in typeref:struct:exportnode
56 exports ex_next;
80 extern exports * mountproc_export_1(void *, CLIENT *);
81 extern exports * mountproc_export_1_svc(void *, struct svc_req *);
83 extern exports * mountproc_exportall_1(void *, CLIENT *);
84 extern exports * mountproc_exportall_1_svc(void *, struct svc_req *);
104 extern exports * mountproc_export_1();
105 extern exports * mountproc_export_1_svc();
107 extern exports * mountproc_exportall_1();
108 extern exports * mountproc_exportall_1_svc()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
mount.h 51 typedef struct exportnode *exports; typedef in typeref:struct:exportnode
56 exports ex_next;
80 extern exports * mountproc_export_1(void *, CLIENT *);
81 extern exports * mountproc_export_1_svc(void *, struct svc_req *);
83 extern exports * mountproc_exportall_1(void *, CLIENT *);
84 extern exports * mountproc_exportall_1_svc(void *, struct svc_req *);
104 extern exports * mountproc_export_1();
105 extern exports * mountproc_export_1_svc();
107 extern exports * mountproc_exportall_1();
108 extern exports * mountproc_exportall_1_svc()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
mount.h 51 typedef struct exportnode *exports; typedef in typeref:struct:exportnode
56 exports ex_next;
80 extern exports * mountproc_export_1(void *, CLIENT *);
81 extern exports * mountproc_export_1_svc(void *, struct svc_req *);
83 extern exports * mountproc_exportall_1(void *, CLIENT *);
84 extern exports * mountproc_exportall_1_svc(void *, struct svc_req *);
104 extern exports * mountproc_export_1();
105 extern exports * mountproc_export_1_svc();
107 extern exports * mountproc_exportall_1();
108 extern exports * mountproc_exportall_1_svc()
    [all...]
  /external/chromium/base/win/
pe_image_unittest.cc 91 exports, enumerator in enum:base::win::Value
178 EXPECT_GT(count, GetExpectedValue(exports, os) - 20);
179 EXPECT_LT(count, GetExpectedValue(exports, os) + 100);
pe_image.cc 152 PIMAGE_EXPORT_DIRECTORY exports = GetExportDirectory(); local
154 if (NULL == exports)
162 RVAToAddr(exports->AddressOfFunctions));
164 return functions + ordinal - exports->Base;
174 PBYTE exports = reinterpret_cast<PBYTE>( local
178 // Check for forwarded exports as a special case.
179 if (exports <= function && exports + size > function)
193 PIMAGE_EXPORT_DIRECTORY exports = GetExportDirectory();
195 if (NULL == exports)
    [all...]
  /external/chromium_org/base/win/
pe_image_unittest.cc 101 exports, enumerator in enum:base::win::Value
230 EXPECT_GT(count, GetExpectedValue(exports, os) - 20);
231 EXPECT_LT(count, GetExpectedValue(exports, os) + 100);
pe_image.cc 153 PIMAGE_EXPORT_DIRECTORY exports = GetExportDirectory(); local
155 if (NULL == exports)
163 RVAToAddr(exports->AddressOfFunctions));
165 return functions + ordinal - exports->Base;
175 PBYTE exports = reinterpret_cast<PBYTE>( local
179 // Check for forwarded exports as a special case.
180 if (exports <= function && exports + size > function)
194 PIMAGE_EXPORT_DIRECTORY exports = GetExportDirectory();
196 if (NULL == exports)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScriptFormatterWorker.js 342 var exports = { tokenizer: null };
344 var parse = exports;
  /external/chromium_org/v8/src/
interface.h 39 // interface ::= UNDETERMINED | VALUE | CONST | MODULE(exports)
40 // exports ::= {name : interface, ...}
42 // allow to turn non-const values into const, or adding additional exports to
43 // frozen interfaces. Otherwise, unifying modules merges their exports.
83 // Add a name to the list of exports. If it already exists, unify with
149 ZoneHashMap* exports = Chase()->exports_; local
150 return exports ? exports->occupancy() : 0;
184 explicit Iterator(const ZoneHashMap* exports)
185 : exports_(exports), entry_(exports ? exports->Start() : NULL) {
    [all...]
  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.cc 374 PIMAGE_EXPORT_DIRECTORY exports = pe.GetExportDirectory(); local
375 if (exports) {
376 char* name = reinterpret_cast<char*>(pe.RVAToAddr(exports->Name));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 400 milliseconds