HomeSort by relevance Sort by last modified time
    Searched full:library_path (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /external/chromium_org/chrome/test/base/
javascript_browser_test.cc 30 void JavaScriptBrowserTest::AddLibrary(const base::FilePath& library_path) {
31 user_libraries_.push_back(library_path);
v8_unit_test.h 28 // Add a custom helper JS library for your test. If |library_path| is
30 void AddLibrary(const base::FilePath& library_path);
javascript_browser_test.h 26 void AddLibrary(const base::FilePath& library_path);
v8_unit_test.cc 55 void V8UnitTest::AddLibrary(const base::FilePath& library_path) {
56 user_libraries_.push_back(library_path);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_file_util_unittest.cc 92 contents["a.jpg"] = library_path().AppendASCII("a.jpg");
99 return library_path().AppendASCII("a.jpg");
109 contents["a.jpg"] = library_path().AppendASCII("orig.jpg");
116 return library_path().AppendASCII("orig.jpg");
itunes_file_util.cc 140 base::FilePath file_path = GetDataProvider()->library_path();
196 if (!base::GetFileInfo(GetDataProvider()->library_path(), &xml_info))
325 *local_file_path = GetDataProvider()->library_path();
  /external/chromium_org/chrome/common/mac/
launchd.mm 35 NSString* library_path = [library_paths objectAtIndex:0];
40 [library_path stringByAppendingPathComponent:launch_dir_name];
  /external/chromium_org/third_party/icu/source/config/
mh-beos 102 # Use LIBRARY_PATH instead of LD_LIBRARY_PATH
103 LDLIBRARYPATH_ENVVAR= LIBRARY_PATH
  /external/chromium_org/ui/ozone/platform/egltest/
ozone_platform_egltest.cc 226 base::FilePath library_path = module_path.Append(library); local
228 if (eglplatform_shim_.Load(library_path.value()))
  /external/icu/icu4c/source/config/
mh-beos 102 # Use LIBRARY_PATH instead of LD_LIBRARY_PATH
103 LDLIBRARYPATH_ENVVAR= LIBRARY_PATH
  /external/llvm/utils/lit/lit/
TestingConfig.py 20 'LIBRARY_PATH' : os.environ.get('LIBRARY_PATH',''),
  /external/chromium_org/v8/src/
platform.h 263 const std::string& library_path, uintptr_t start, uintptr_t end)
264 : library_path(library_path), start(start), end(end) {}
266 std::string library_path; member in struct:v8::internal::OS::SharedLibraryAddress
log.h 285 void SharedLibraryEvent(const std::string& library_path,
log.cc 874 addresses[i].library_path, addresses[i].start, addresses[i].end));
1056 void Logger::SharedLibraryEvent(const std::string& library_path,
1062 library_path.c_str(),
    [all...]
  /external/compiler-rt/test/
lit.common.cfg 37 'CINDEXTEST_PREAMBLE_FILE', 'LIBRARY_PATH',
  /external/libpcap/msdos/
readme.dos 94 variables `C_INCLUDE_PATH' and `LIBRARY_PATH' to point to the include
98 set LIBRARY_PATH=c:/net/watt/lib
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 453 base::FilePath library_path(
455 Send(new ChromeUtilityHostMsg_GotITunesDirectory(library_path));
  /external/chromium_org/third_party/android_platform/development/scripts/
symbol.py 159 library_path = os.path.relpath(candidate_libraries[0], SYMBOLS_DIR)
160 return '/' + library_path
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 8 ENV[ 'RUBYLIB' ] = ANTLR3.library_path
  /external/jsoncpp/
NEWS.txt 40 - LD_LIBRARY_PATH and LIBRARY_PATH environment variables are now
SConstruct 62 for name in ('PATH', 'TEMP', 'TMP', 'LD_LIBRARY_PATH', 'LIBRARY_PATH'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 216 emx_dirs = os.environ['LIBRARY_PATH'].split(';')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 216 emx_dirs = os.environ['LIBRARY_PATH'].split(';')
  /external/chromium_org/crypto/
nss_util.cc 838 const char* library_path,
842 name, library_path, params ? params : "");
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 3380 library_path = None variable in class:Config
    [all...]

Completed in 2817 milliseconds

12 3 4 5