HomeSort by relevance Sort by last modified time
    Searched full:userprofile (Results 1 - 25 of 38) sorted by null

1 2

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 33 if "%USERPROFILE%"=="" goto alpha
34 if "%USERPROFILE%"=="%HOME%" goto alpha
35 if "%USERPROFILE%"=="%HOMEDRIVE%%HOMEPATH%" goto alpha
36 if exist "%USERPROFILE%\antrc_pre.bat" call "%USERPROFILE%\antrc_pre.bat"
220 if "%USERPROFILE%"=="" goto omega
221 if "%USERPROFILE%"=="%HOME%" goto omega
222 if "%USERPROFILE%"=="%HOMEDRIVE%%HOMEPATH%" goto omega
223 if exist "%USERPROFILE%\antrc_post.bat" call "%USERPROFILE%\antrc_post.bat
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipHelper.java 211 public ClientTransaction sendRegister(SipProfile userProfile, String tag,
214 Request request = createRequest(Request.REGISTER, userProfile, tag);
220 request.addHeader(createContactHeader(userProfile));
233 private Request createRequest(String requestType, SipProfile userProfile,
235 FromHeader fromHeader = createFromHeader(userProfile, tag);
236 ToHeader toHeader = createToHeader(userProfile);
238 String replaceStr = Pattern.quote(userProfile.getUserName() + "@");
240 userProfile.getUriString().replaceFirst(replaceStr, ""));
  /external/chromium_org/chrome/installer/util/
helper.h 31 // Data" in %USERPROFILE%). Note that these are the defaults and do not take
product.h 84 // Settings\Application Data" in %USERPROFILE%). Note that these are the
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
fs.cc 51 TryOpenFile(L"%UserProfile%", output);
  /external/chromium/chrome/browser/download/
download_prefs.cc 54 // The default download path is userprofile\download.
  /external/qemu/android/utils/
bufprint.c 69 ** "%USERPROFILE%/Local Settings/AppData/Android" on XP, and something different
  /external/ceres-solver/docs/source/
contributing.rst 92 Executing ``setx HOME %USERPROFILE%`` in a terminal will set up
  /external/chromium_org/chrome/browser/download/
download_prefs.cc 160 // The default download path is userprofile\download.
  /external/llvm/utils/
llvm.natvis 5 Put this file into "%USERPROFILE%\Documents\Visual Studio 2012\Visualizers"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 287 elif 'USERPROFILE' in os.environ:
288 userhome = os.environ['USERPROFILE']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 287 elif 'USERPROFILE' in os.environ:
288 userhome = os.environ['USERPROFILE']
  /external/chromium/chrome/browser/metrics/
metrics_log.cc 411 OPEN_ELEMENT_FOR_SCOPE("userprofile");
  /external/chromium_org/tools/
bisect_utils.py 161 os.environ['HOME'] = os.environ['USERPROFILE']
  /external/clang/test/
lit.cfg 67 # safe_env_vars = ('TMPDIR', 'TEMP', 'TMP', 'USERPROFILE', 'PWD',
  /external/chromium_org/tools/gyp/pylib/gyp/
__init__.py 353 home_vars.append('USERPROFILE')
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 579 env_vars.push_back(L"USERPROFILE");
    [all...]
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 639 env_vars.push_back(L"USERPROFILE");
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 153 env->GetVar("USERPROFILE", &appdata_path);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse.so 
libpulse.so.0 
libpulse.so.0.4 
libpulse.so.0.4.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpulse.so 
libpulse.so.0 

Completed in 1011 milliseconds

1 2