HomeSort by relevance Sort by last modified time
    Searched refs:lib_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/base/
android_network_library.cc 18 LibHolder() : lib_(NULL) {}
24 if (lib_) {
29 lib_ = lib;
33 delete lib_;
34 lib_ = NULL;
38 return lib_;
42 AndroidNetworkLibrary* lib_; member in class:net::LibHolder
  /external/chromium_org/tools/gyp/test/product/
gyptest-product.py 33 test.built_file_must_exist(test.lib_ + 'alt7' + test._lib,
35 test.built_file_must_exist(test.lib_ + 'hello8.stuff',
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 70 lib_ = TestCommon.lib_prefix variable in class:TestGypBase
319 name = self.lib_ + name + self._lib
445 name = 'lib_%s' % name
    [all...]

Completed in 4819 milliseconds