Searched defs:module (Results 1 - 25 of 374) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/gm/rebaseline_server/static/
H A Dconstants.js4 var module = angular.module( variable
9 module.constant('constants', (function() {
/external/skia/gm/rebaseline_server/static/
H A Dconstants.js4 var module = angular.module( variable
9 module.constant('constants', (function() {
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/
H A Dkarma.conf.js4 module.exports = function(config) {
/external/chromium_org/third_party/skia/experimental/webtry/poly/
H A DGruntfile.js0 module.exports = function(grunt) {
/external/skia/experimental/webtry/poly/
H A DGruntfile.js0 module.exports = function(grunt) {
/external/chromium_org/chrome_elf/blacklist/test/
H A Dblacklist_test_dll_1.cc7 BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) { argument
H A Dblacklist_test_dll_3.cc9 BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) { argument
H A Dblacklist_test_main_dll.cc11 BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) { argument
H A Dblacklist_test_dll_2.cc10 // Have a dummy export so that the module gets an export table entry.
14 BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) { argument
/external/chromium_org/chrome_elf/
H A Dchrome_redirects_main.cc9 BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) { argument
H A Dchrome_elf_main.cc17 BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) { argument
/external/chromium_org/chrome/browser/safe_browsing/verifier_test/
H A Dverifier_test_dll.cc8 // Have a dummy export so that the module gets an export table entry.
13 BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) { argument
/external/chromium_org/native_client_sdk/
H A DPRESUBMIT.py15 'F0401', # Unable to import module namespace
/external/chromium_org/ppapi/cpp/private/
H A Dinternal_module.cc5 #include "ppapi/cpp/module.h"
17 void InternalSetModuleSingleton(Module* module) { argument
18 g_module_singleton = module;
/external/chromium_org/rlz/win/dll/
H A Ddll_main.cc12 BOOL APIENTRY DllMain(HANDLE module, DWORD reason, LPVOID reserved) { argument
/external/chromium_org/third_party/sqlite/src/src/
H A Dshell_icu_win.c15 HMODULE module; local
20 module = LoadLibrary(L"icudt.dll");
21 if (!module)
24 addr = GetProcAddress(module, ICU_DATA_SYMBOL);
/external/chromium_org/base/
H A Dfile_version_info.h47 // Creates a FileVersionInfo for the specified module. Returns NULL in case
50 HMODULE module);
52 // Creates a FileVersionInfo for the current module. Returns NULL in case
54 // This function should be inlined so that the "current module" is evaluated
55 // correctly, instead of being the module that contains base.
58 HMODULE module = reinterpret_cast<HMODULE>(&__ImageBase); local
59 return CreateFileVersionInfoForModule(module);
62 // Creates a FileVersionInfo for the current module. Returns NULL in case
/external/chromium_org/chrome/common/
H A Dchrome_version_info_win.cc21 base::FilePath module; local
23 if (PathService::Get(base::FILE_MODULE, &module)) {
25 !InstallUtil::IsPerUserInstall(module.value().c_str());
45 base::FilePath module; local
46 if (PathService::Get(base::FILE_MODULE, &module)) {
48 !InstallUtil::IsPerUserInstall(module.value().c_str());
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dpocdll.cc9 BOOL APIENTRY DllMain(HMODULE module, argument
12 UNREFERENCED_PARAMETER(module);
/external/chromium_org/tools/idl_parser/
H A Drun_tests.py14 module = __import__(testname[:-3]) variable
15 suite.addTests(unittest.defaultTestLoader.loadTestsFromModule(module))
/external/chromium_org/content/test/
H A Dppapi_unittest.h30 PluginModule* module() const { return module_.get(); } function in class:content::PpapiUnittest
37 // Deletes the instance and module to simulate module shutdown.
44 // Note: module must be declared first since we want it to get destroyed last.
/external/chromium_org/mojo/public/tools/bindings/generators/
H A Drun_cpp_generator.py23 module = mojom.generate.data.ModuleFromData(dict) variable
27 cpp = mojom_cpp_generator.Generator(module, ".", dir)
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dppapi_entrypoints.cc10 #include "ppapi/cpp/module.h"
18 plugin::ModulePpapi* module = new plugin::ModulePpapi(); local
19 if (!module->InternalInit(module_id, get_browser_interface)) {
20 delete module;
24 pp::InternalSetModuleSingleton(module);
/external/chromium_org/remoting/client/plugin/
H A Dpepper_entrypoints.cc13 #include "ppapi/cpp/module.h"
29 ChromotingModule* module = new ChromotingModule(); local
30 if (!module->InternalInit(module_id, get_browser_interface)) {
31 delete module;
40 pp::InternalSetModuleSingleton(module);
/external/chromium_org/sandbox/win/src/
H A Dservice_resolver.cc25 NTSTATUS ServiceResolverThunk::ResolveTarget(const void* module, argument
28 if (NULL == module)
31 base::win::PEImage module_image(module);

Completed in 397 milliseconds

1234567891011>>