Home
last modified time | relevance | path

Searched refs:nix (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium/chrome/common/
Dchrome_paths_linux.cc30 FilePath config_dir(base::nix::GetXDGDirectory(env.get(), in GetDefaultUserDataDirectory()
58 FilePath config_dir(base::nix::GetXDGDirectory(env.get(), in GetUserCacheDirectory()
70 FilePath config_dir(base::nix::GetXDGDirectory(env.get(), in GetChromeFrameUserDataDirectory()
83 *result = base::nix::GetXDGUserDirectory(env.get(), "DOCUMENTS", "Documents"); in GetUserDocumentsDirectory()
91 *result = base::nix::GetXDGUserDirectory(env.get(), "DOWNLOAD", in GetUserDownloadsDirectory()
111 *result = base::nix::GetXDGUserDirectory(env.get(), "DESKTOP", "Desktop"); in GetUserDesktop()
Dauto_start_linux.cc22 base::nix::GetXDGDirectory(environment, kXdgConfigHome, kConfig); in GetAutostartDirectory()
/external/chromium/chrome/browser/ui/webui/options/
Dadvanced_options_utils_gtk.cc68 const char* name = base::nix::GetDesktopEnvironmentName(env.get()); in ShowLinuxProxyConfigUrl()
102 switch (base::nix::GetDesktopEnvironment(env.get())) { in DetectAndStartProxyConfigUtil()
103 case base::nix::DESKTOP_ENVIRONMENT_GNOME: { in DetectAndStartProxyConfigUtil()
114 case base::nix::DESKTOP_ENVIRONMENT_KDE3: in DetectAndStartProxyConfigUtil()
119 case base::nix::DESKTOP_ENVIRONMENT_KDE4: in DetectAndStartProxyConfigUtil()
124 case base::nix::DESKTOP_ENVIRONMENT_XFCE: in DetectAndStartProxyConfigUtil()
125 case base::nix::DESKTOP_ENVIRONMENT_OTHER: in DetectAndStartProxyConfigUtil()
/external/icu4c/test/perf/collationperf/
DCollPerf.pl78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`;
82 my @nixa = split( ' = ', $nix[2] );
90 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;
94 @nixa = split( ' = ', $nix[2] );
102 @nixa = split( ' = ', $nix[3] );
/external/chromium/base/nix/
Dxdg_util.h16 #ifdef nix
26 namespace nix {
Dxdg_util.cc13 namespace nix { namespace
Dxdg_util_unittest.cc17 namespace nix { namespace
/external/chromium/chrome/browser/ui/gtk/
Dgconf_titlebar_listener.cc55 if (base::nix::GetDesktopEnvironment(env.get()) == in GConfTitlebarListener()
56 base::nix::DESKTOP_ENVIRONMENT_GNOME) { in GConfTitlebarListener()
Dgtk_theme_service.cc610 switch (base::nix::GetDesktopEnvironment(env.get())) { in DefaultUsesSystemTheme()
611 case base::nix::DESKTOP_ENVIRONMENT_GNOME: in DefaultUsesSystemTheme()
612 case base::nix::DESKTOP_ENVIRONMENT_XFCE: in DefaultUsesSystemTheme()
Dgtk_util.cc1216 if (base::nix::DESKTOP_ENVIRONMENT_KDE3 == in ApplyMessageDialogQuirks()
1217 base::nix::GetDesktopEnvironment(env.get())) in ApplyMessageDialogQuirks()
Dbrowser_window_gtk.cc331 if (base::nix::GetDesktopEnvironment(env.get()) == in Init()
332 base::nix::DESKTOP_ENVIRONMENT_XFCE) { in Init()
/external/chromium/net/proxy/
Dproxy_config_service_linux.cc453 if (base::nix::GetDesktopEnvironment(env_var_getter) == in GConfSettingGetterImplKDE()
454 base::nix::DESKTOP_ENVIRONMENT_KDE3) { in GConfSettingGetterImplKDE()
1075 switch (base::nix::GetDesktopEnvironment(env_var_getter)) { in Delegate()
1076 case base::nix::DESKTOP_ENVIRONMENT_GNOME: in Delegate()
1081 case base::nix::DESKTOP_ENVIRONMENT_KDE3: in Delegate()
1082 case base::nix::DESKTOP_ENVIRONMENT_KDE4: in Delegate()
1085 case base::nix::DESKTOP_ENVIRONMENT_XFCE: in Delegate()
1086 case base::nix::DESKTOP_ENVIRONMENT_OTHER: in Delegate()
/external/chromium/chrome/browser/profiles/
Dprofile_impl.cc1072 base::nix::DesktopEnvironment desktop_env; in CreatePasswordStore()
1077 desktop_env = base::nix::DESKTOP_ENVIRONMENT_KDE4; in CreatePasswordStore()
1079 desktop_env = base::nix::DESKTOP_ENVIRONMENT_GNOME; in CreatePasswordStore()
1081 desktop_env = base::nix::DESKTOP_ENVIRONMENT_OTHER; in CreatePasswordStore()
1085 desktop_env = base::nix::GetDesktopEnvironment(env.get()); in CreatePasswordStore()
1086 const char* name = base::nix::GetDesktopEnvironmentName(desktop_env); in CreatePasswordStore()
1092 if (desktop_env == base::nix::DESKTOP_ENVIRONMENT_KDE4) { in CreatePasswordStore()
1100 } else if (desktop_env == base::nix::DESKTOP_ENVIRONMENT_GNOME || in CreatePasswordStore()
1101 desktop_env == base::nix::DESKTOP_ENVIRONMENT_XFCE) { in CreatePasswordStore()
/external/chromium/base/
Dbase_paths_linux.cc114 FilePath cache_dir(base::nix::GetXDGDirectory(env.get(), "XDG_CACHE_HOME", in PathProviderPosix()
Dbase.gypi342 'nix/xdg_util.h',
343 'nix/xdg_util.cc',
358 ['exclude', '^nix/'],
Dbase.gyp232 'nix/xdg_util_unittest.cc',
/external/markdown/docs/
DINSTALL51 Installing on *nix Systems
/external/mksh/src/
Dcheck.t7383 ln -s nix lnnix
7394 chk dir/nix
7398 chk file/nix
7399 chk nix
7400 chk nix/
7401 chk nix/file
7402 chk nix/nix
7406 chk lndir/nix
7410 chk lnfile/nix
7414 chk lnnix/nix
[all …]
/external/chromium/testing/gtest/
DREADME176 If you are on a *nix system, you should now see a Makefile in the
392 Next, you can build Google Test and all of its own tests. On *nix,
/external/dropbear/libtommath/
Dchanges.txt310 install via "make install" on most *nix platforms
320 -- Moved to gentoo linux [hurrah!] so made *nix specific fixes to the make process
/external/chromium/testing/gmock/
DREADME126 If you are using a *nix system and plan to use the GNU Autotools build
/external/iproute2/
DChangeLog264 2005-03-10 Nix <nix@esperi.org.uk>
/external/icu4c/data/zone/
Dpt.txt662 ls{"Horário das Ilhas Fênix"}
Dpt_PT.txt728 ls{"Hora das Ilhas Fénix"}
/external/dropbear/libtomcrypt/
Dchanges796 …-- Removed ampi.o from the depends cuz it ain't no not working in *nix with it [routines are in mp…
1538 clash with the *nix package "crypt".

12