HomeSort by relevance Sort by last modified time
    Searched defs:bases (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_manager/
path_util.cc 67 std::vector<std::pair<base::FilePath, base::FilePath> > bases; local
68 bases.push_back(std::make_pair(base::FilePath(kOldDownloadsFolderPath),
70 bases.push_back(std::make_pair(DownloadPrefs::GetDefaultDownloadDirectory(),
72 bases.push_back(std::make_pair(base::FilePath(kOldDriveFolderPath), drive));
73 bases.push_back(std::make_pair(base::FilePath(kBuggyDriveFolderPath), drive));
86 bases.push_back(std::make_pair(hashed_downloads, downloads));
90 for (size_t i = 0; i < bases.size(); ++i) {
91 const base::FilePath& old_base = bases[i].first;
92 const base::FilePath& new_base = bases[i].second;
  /external/chromium_org/tools/traceline/traceline/
sym_resolver.h 60 std::vector<DWORD64> bases; local
68 if (SymEnumerateModules64(proc_, enumer, &bases) != TRUE) {
71 for (size_t i = 0; i < bases.size(); ++i) {
76 if (SymGetModuleInfo64(proc_, bases[i], &info) != TRUE) {
85 dlls_[static_cast<int>(bases[i])] = filename;
  /external/chromium_org/v8/test/mjsunit/
readonly.js 61 var bases = [CreateFromLiteral, CreateFromObject, CreateDefault]; variable
73 for (var i = 0; i < bases.length; ++i) {
74 var p = bases[i]();
  /external/clang/utils/VtableTest/
gen.cc 72 static int bases[N_BASES]; local
75 // PARAM: 1/2 of all clases should have no bases
102 // PARAM: 1/8th the bases are virtual
128 bases[n_bases] = base;
188 int base = bases[i];
275 g(" calc_s"); g(bases[i]); gl("(t);");
281 g(" if ((char *)dynamic_cast<s"); g(bases[i]); gl("*>(this))");
282 g(" mix(\"base dyn cast\", t - (char *)dynamic_cast<s"); g(bases[i]); gl("*>(this));");
314 g("s"); g(bases[i]); g("((char *)this)");
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedIntsTest.java 160 int[] bases = {2, 5, 7, 8, 10, 16}; local
162 for (int base : bases) {
UnsignedLongsTest.java 169 int[] bases = {2, 5, 7, 8, 10, 16}; local
170 for (int base : bases) {
  /external/chromium_org/courgette/
ensemble_create.cc 157 std::vector<DifferenceEstimator::Base*> bases; local
161 bases.push_back(
164 VLOG(1) << "done make bases "
195 DifferenceEstimator::Base* old_base = bases[old_index];
  /external/chromium_org/third_party/mach_override/libudis86/
decode.c 576 const unsigned int bases[] = { UD_R_BX, UD_R_BX, UD_R_BP, UD_R_BP, local
580 op->base = bases[rm & 7];
  /external/chromium_org/tools/clang/blink_gc_plugin/
RecordInfo.cpp 134 // This is a mixin if all GC bases are mixins.
157 for (Bases::iterator it = GetBases().begin();
227 // or if it inherits from multiple bases that need tracing.
232 for (Bases::iterator it = GetBases().begin(); it != GetBases().end(); ++it) {
260 RecordInfo::Bases& RecordInfo::GetBases() {
269 for (Bases::iterator it = GetBases().begin(); it != GetBases().end(); ++it) {
279 for (Bases::iterator it = GetBases().begin(); it != GetBases().end(); ++it) {
304 RecordInfo::Bases* RecordInfo::CollectBases() {
306 Bases* bases = new Bases local
    [all...]
BlinkGCPlugin.cpp 424 RecordInfo::Bases::iterator it = info_->GetBases().begin();
451 // Currently, a manually dispatched class cannot have mixin bases (having
466 RecordInfo::Bases::iterator it = info_->GetBases().find(decl);
1382 RecordInfo::Bases& bases = info->GetBases(); local
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 292 for (const auto &I : Derived->bases()) {
645 for (const auto &I : Cur->bases()) { function
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 468 /// \brief The number of base class specifiers in Bases.
477 LazyCXXBaseSpecifiersPtr Bases;
506 if (!Bases.isOffset())
507 return Bases.get(nullptr);
698 void setBases(CXXBaseSpecifier const * const *Bases, unsigned NumBases);
707 base_class_range bases() { function in class:clang::CXXRecordDecl
710 base_class_const_range bases() const { function in class:clang::CXXRecordDecl
    [all...]
  /external/clang/include/clang-c/
Index.h 5154 const CXIdxBaseClassInfo *const *bases; member in struct:__anon22295
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 638 milliseconds