Searched defs:app_name (Results 1 - 25 of 27) sorted by relevance

12

/external/oprofile/libutil/
H A Dop_version.c18 void show_version(char const * app_name) argument
22 __DATE__ " " __TIME__ "\n", app_name);
/external/jmonkeyengine/engine/src/android/com/jme3/app/
H A DR.java17 public static final int app_name=0x7f030000; field in class:R.string
/external/chromium/chrome/common/
H A Dservice_process_util_linux.cc83 std::string app_name = "Google Chrome Service"; local
85 std::string app_name = "Chromium Service"; local
89 app_name,
/external/oprofile/daemon/liblegacy/
H A Dopd_image.h38 char * app_name; member in struct:opd_image
78 * @param app_name application owner of this kernel image. non-null only
88 char const * app_name, pid_t tid, pid_t tgid);
93 * @param app_name the application name where belongs this image
103 struct opd_image * opd_get_image(char const * name, char const * app_name,
H A Dopd_image.c51 verbprintf(vmisc, "Deleting image: name %s app_name %s, kernel %d, "
53 image->name, image->app_name, image->kernel,
57 printf("image->ref_count < 0 for image: name %s app_name %s, "
59 image->name, image->app_name, image->kernel,
69 if (image->app_name)
70 free(image->app_name);
114 * @param app_name the application name where belongs this image
129 opd_new_image(char const * name, char const * app_name, int kernel, argument
136 "tgid %d\n", name, app_name, kernel, tid, tgid);
146 image->app_name
177 is_same_image(struct opd_image const * image, char const * app_name, pid_t tid, pid_t tgid) argument
221 opd_find_image(char const * name, char const * app_name, pid_t tid, pid_t tgid) argument
249 opd_get_image(char const * name, char const * app_name, int kernel, pid_t tid, pid_t tgid) argument
260 opd_get_kernel_image(char const * name, char const * app_name, pid_t tid, pid_t tgid) argument
[all...]
H A Dopd_kernel.c415 char const * app_name; local
417 app_name = proc->name;
418 if (!app_name) {
425 image = opd_get_kernel_image(vmlinux, app_name, proc->tid, proc->tgid);
427 verbprintf(vmisc, "Can't create image for %s %s\n", vmlinux, app_name);
454 image = opd_get_kernel_image(module_name, app_name, proc->tid, proc->tgid);
457 module->name, app_name);
/external/oprofile/libpp/
H A Dsymbol_sort.h26 app_name, enumerator in enum:sort_options::sort_order
H A Dsymbol.h72 image_name_id app_name; member in class:symbol_entry
H A Dprofile_container.cpp74 op_bfd const & abfd, string const & app_name,
114 symb_entry.app_name = image_names.create(app_name);
73 add(profile_t const & profile, op_bfd const & abfd, string const & app_name, size_t pclass) argument
H A Dcallgraph_container.cpp225 sym.app_name = app;
455 string const app_name = caller_file.image; local
495 merge_lib ? app_image : app_name, pc,
503 op_bfd const & callee_bfd, string const & app_name,
533 image_name_id app_id = image_names.create(app_name);
502 add(profile_t const & profile, op_bfd const & caller_bfd, bool caller_bfd_ok, op_bfd const & callee_bfd, string const & app_name, profile_container const & pc, bool debug_info, size_t pclass) argument
H A Dxml_utils.cpp469 string const & app_name, sym_iterator it);
484 void add_modules(string const & module, string const & app_name,
614 cverb << vxml << "app_name=" << name << endl;
678 string binary = get_image_name((*it)->app_name,
705 add_modules(string const & module, string const & app_name, argument
709 processes[p].add_modules(module, app_name, it);
726 string binary = get_image_name((*it)->app_name,
829 string const & app_name, sym_iterator it)
834 if (added && name.size() == 0) name = app_name;
828 add_modules(string const & module, string const & app_name, sym_iterator it) argument
/external/chromium/chrome/browser/autocomplete/
H A Dextension_app_provider_unittest.cc47 std::string app_name; member in struct:ExtensionApps
60 app_provider_->AddExtensionAppForTesting(kExtensionApps[i].app_name,
H A Dextension_app_provider.cc27 const std::string& app_name,
29 extension_apps_.push_back(std::make_pair(app_name, url));
26 AddExtensionAppForTesting( const std::string& app_name, const std::string url) argument
/external/chromium/chrome/browser/ui/
H A Dbrowser_init_browsertest.cc24 void LoadApp(const std::string& app_name, argument
26 ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII(app_name.c_str())));
127 // The browser's app_name should include the app's ID.
156 // The browser's app_name should include the app's ID.
187 // The browser's app_name should not include the app's ID: It is in a
213 // The new browser's app_name should include the app's ID.
H A Dwindow_sizer.cc20 explicit DefaultStateProvider(const std::string& app_name, argument
21 const Browser* browser) : app_name_(app_name),
134 void WindowSizer::GetBrowserWindowBounds(const std::string& app_name, argument
139 const WindowSizer sizer(new DefaultStateProvider(app_name, browser),
147 WindowSizer::WindowSizer(const std::string& app_name) { argument
148 Init(new DefaultStateProvider(app_name, NULL),
H A Dbrowser.h148 // app. |app_name| is required and is used to identify the window to the
151 static Browser* CreateForApp(const std::string& app_name,
180 const std::string& app_name() const { return app_name_; } function in class:Browser
983 static void RegisterAppPrefs(const std::string& app_name, Profile* profile);
/external/jmonkeyengine/engine/src/android/jme3test/android/
H A DR.java40 public static final int app_name=0x7f050000; field in class:R.string
/external/chromium/chrome/browser/
H A Dshell_integration_linux.cc366 const std::string& app_name,
430 std::string wmclass = web_app::GetWMClassFromAppName(app_name);
452 std::string app_name = local
456 app_name,
364 GetDesktopFileContents( const std::string& template_contents, const std::string& app_name, const GURL& url, const std::string& extension_id, const string16& title, const std::string& icon_name) argument
H A Dshell_integration_win.cc228 std::wstring app_name; local
230 app_name = UTF8ToWide(web_app::GenerateApplicationNameFromURL(
233 app_name = UTF8ToWide(web_app::GenerateApplicationNameFromExtensionId(
236 app_name = BrowserDistribution::GetDistribution()->GetBrowserAppId();
239 expected_app_id->assign(ShellIntegration::GetAppId(app_name, profile_path));
318 std::wstring app_name = dist->GetApplicationName(); local
324 app_name += suffix;
329 AL_EFFECTIVE, app_name.c_str(), &result);
397 std::wstring ShellIntegration::GetAppId(const std::wstring& app_name, argument
399 std::wstring app_id(app_name);
[all...]
H A Dbrowser_browsertest.cc545 // The browser's app_name should include the app's ID.
724 std::string app_name = new_browser->app_name_; local
725 EXPECT_NE(app_name.find(extension_app->id()), std::string::npos)
726 << "Name " << app_name << " should contain id "<< extension_app->id();
/external/chromium/chrome/browser/web_applications/
H A Dweb_app.cc68 std::string app_name = local
71 return FilePath(UTF8ToWide(app_name));
73 return FilePath(app_name);
344 std::string app_name =
347 UTF8ToWide(app_name), profile_path_);
525 std::string GetWMClassFromAppName(std::string app_name) { argument
526 file_util::ReplaceIllegalCharactersInPath(&app_name, '_');
527 TrimString(app_name, "_", &app_name);
528 return app_name;
[all...]
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
H A DSDL_main.c190 StrFileName app_name; local
197 if ( ! getCurrentAppName (app_name) )
201 if (app_name[0] > MAX_NAME )
202 app_name[0] = MAX_NAME;
204 SDL_memcpy(prefs_name + 1, app_name + 1, app_name[0]);
205 SDL_memcpy(prefs_name + app_name[0] + 1, SUFFIX, strlen (SUFFIX));
206 prefs_name[0] = app_name[0] + strlen (SUFFIX);
/external/oprofile/pp/
H A Dopannotate.cpp290 void annotate_objdump_str_list(string const & app_name, argument
340 last_symbol = find_symbol(app_name, str);
376 string const & app_name,
380 annotate_objdump_str_list(app_name, symbols, asm_lines);
395 string const & image_name, string const & app_name,
436 output_objdump_str_list(symbols, app_name, asm_lines);
464 string const & app_name)
468 classes.extra_found_images.find_image_path(app_name, error,
484 do_one_output_objdump(symbols, image, app_name,
489 app_name,
375 output_objdump_str_list(symbol_collection const & symbols, string const & app_name, list<string> & asm_lines) argument
394 do_one_output_objdump(symbol_collection const & symbols, string const & image_name, string const & app_name, bfd_vma start, bfd_vma end) argument
463 output_objdump_asm(symbol_collection const & symbols, string const & app_name) argument
494 output_asm(string const & app_name) argument
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h113 char app_name[NFA_MAX_HCI_APP_NAME_LEN + 1]; member in struct:__anon7715
123 char app_name[NFA_MAX_HCI_APP_NAME_LEN + 1]; member in struct:__anon7716
/external/genext2fs/
H A Dgenext2fs.c671 static char * app_name; variable
679 fprintf(stderr, "%s: ", app_name);
768 perror_msg_and_die("%s:%s", app_name, path);
2502 "Report bugs to genext2fs-devel@lists.sourceforge.net\n", app_name);
2564 app_name = argv[0];
2568 app_name = argv[0];

Completed in 1409 milliseconds

12