HomeSort by relevance Sort by last modified time
    Searched defs:home (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_linux.cc 15 // under user HOME directory in .mozilla/firefox folder on Linux.
16 base::FilePath home; local
17 PathService::Get(base::DIR_HOME, &home);
18 if (!home.empty()) {
19 ini_file = home.Append(".mozilla/firefox/profiles.ini");
  /external/chromium_org/chromecast/common/
cast_paths.cc 19 base::FilePath home = base::GetHomeDir(); local
21 // When running on the actual device, $HOME is set to the user's
23 *result = home;
26 // a data directory under $HOME (similar to Chrome).
27 *result = home.Append(".config/cast_shell");
  /external/aac/libMpegTPEnc/src/
tpenc_adif.cpp 105 const int home=0; local
135 FDKwriteBits(hBs, home ? 1:0,1);
tpenc_adts.h 111 UCHAR home; member in struct:__anon4808
  /art/compiler/dex/
reg_location.h 51 unsigned home:1; // Does this represent the home location? member in struct:art::RegLocation
  /development/samples/Home/src/com/example/android/home/
ApplicationInfo.java 17 package com.example.android.home;
Wallpaper.java 17 package com.example.android.home;
37 * Wallpaper picker for the Home application. User can choose from
43 private static final String LOG_TAG = "Home";
ApplicationsStackLayout.java 17 package com.example.android.home;
34 * The ApplicationsStackLayout is a specialized layout used for the purpose of the home screen
Home.java 17 package com.example.android.home;
71 public class Home extends Activity {
75 private static final String LOG_TAG = "Home";
130 setContentView(R.layout.home);
162 // the previous Home screen on orientation change
430 // Do HOME behavior.
550 // ViewDebug.startHierarchyTracing("Home", mGrid);
  /external/chromium_org/chrome/common/
chrome_paths_linux.cc 39 base::FilePath home;
40 PathService::Get(base::DIR_HOME, &home);
41 if (*result != home) {
50 *result = home.Append(fallback_name);
109 base::FilePath home; local
110 PathService::Get(base::DIR_HOME, &home);
111 *result = home.Append(kDownloadsDir);
  /external/oprofile/libpopt/
poptconfig.c 165 char * fn, * home; local
173 if ((home = getenv("HOME"))) {
174 fn = alloca(strlen(home) + 20);
175 strcpy(fn, home);
  /external/chromium_org/net/dns/
address_sorter_posix.h 57 bool home; // vs. care-of RFC6275 member in struct:net::AddressSorterPosix::SourceAddressInfo
  /external/ltrace/sysdeps/linux-gnu/
hooks.c 103 char *home = getenv("HOME"); local
104 if (home == NULL) {
107 home = pwd->pw_dir;
110 size_t home_len = home != NULL ? strlen(home) : 0;
114 if (home != NULL) {
116 g_home_dir = strdup(home);
118 home = g_home_dir;
121 strcpy(tmp, home);
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp 2 * Copyright 2009-2011 Oleg Mazurov, Circuits At Home, http://www.circuitsathome.com
161 void Max_LCD::home() function in class:Max_LCD
  /external/aac/libMpegTPDec/src/
tpdec_adts.h 121 UCHAR home; member in struct:__anon4793
  /external/junit/src/junit/runner/
BaseTestRunner.java 233 String home= System.getProperty("user.home"); local
234 return new File(home, "junit.properties");
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
config.c 407 const char *home = NULL; local
418 home = getenv("HOME");
419 if (perf_config_global() && home) {
420 char *user_config = strdup(mkpath("%s/.perfconfig", home));
425 "ignoring it.", home);
496 /* default to $HOME/.debug */
498 char *v = getenv("HOME");
  /external/llvm/lib/Support/
raw_ostream.cpp 71 // An out of line virtual method to provide a home for the class vtable.
422 void format_object_base::home() { function in class:format_object_base
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AACTrackImpl.java 236 int home = brb.readBits(1); local
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 556 std::string home; local
560 } else if (env->GetVar("HOME", &home) && !home.empty()) {
561 *search_path = base::FilePath(home).Append(".local").Append("share");
    [all...]
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 254 PhoneNumber::PhoneCombineHelper home; local
302 // If the fields are not the phone fields in question home.SetInfo() is
304 if (!home.SetInfo(field_type, value))
318 if (imported_profile.get() && !home.IsEmpty()) {
320 if (!home.ParseNumber(*imported_profile, app_locale_,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
pde-ant.jar 
  /external/chromium_org/net/proxy/
proxy_config_service_linux.cc 868 std::string home; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.c 949 char *home; local
960 if ((home = getenv ("HOME"))) {
961 GLuint len = strlen (home);
964 __driUtilMessage ("Can't allocate memory for %s/.drirc.", home);
966 memcpy (filenames[1], home, len);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 949 char *home; local
960 if ((home = getenv ("HOME"))) {
961 GLuint len = strlen (home);
964 __driUtilMessage ("Can't allocate memory for %s/.drirc.", home);
966 memcpy (filenames[1], home, len);
    [all...]

Completed in 2477 milliseconds

1 2