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

1 2

  /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 62 var bases = [CreateFromLiteral, CreateFromObject, CreateDefault]; variable
74 for (var i = 0; i < bases.length; ++i) {
75 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 133 // This is a mixin if all GC bases are mixins.
156 for (Bases::iterator it = GetBases().begin();
226 // or if it inherits from multiple bases that need tracing.
231 for (Bases::iterator it = GetBases().begin(); it != GetBases().end(); ++it) {
259 RecordInfo::Bases& RecordInfo::GetBases() {
268 for (Bases::iterator it = GetBases().begin(); it != GetBases().end(); ++it) {
278 for (Bases::iterator it = GetBases().begin(); it != GetBases().end(); ++it) {
303 RecordInfo::Bases* RecordInfo::CollectBases() {
305 Bases* bases = new Bases local
    [all...]
BlinkGCPlugin.cpp 339 // For method calls, check tracing of bases and other special GC methods.
362 // Currently, a manually dispatched class cannot have mixin bases (having
371 RecordInfo::Bases::iterator it = info_->GetBases().find(decl);
738 for (RecordInfo::Bases::iterator it = info->GetBases().begin();
870 for (RecordInfo::Bases::iterator it = info->GetBases().begin();
1030 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...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 81 asdl_seq *bases; member in struct:_stmt::__anon80647::__anon80649
388 stmt_ty _Py_ClassDef(identifier name, asdl_seq * bases, asdl_seq * body,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 81 asdl_seq *bases; member in struct:_stmt::__anon80770::__anon80772
388 stmt_ty _Py_ClassDef(identifier name, asdl_seq * bases, asdl_seq * body,
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py 157 def __init__(cls, name, bases, bodydict):
254 bases = TestCase, variable
255 ParserTestCase = ParserTesterMetaclass('ParserTestCase', bases, {})
2900 bases = TestCase, variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py 157 def __init__(cls, name, bases, bodydict):
254 bases = TestCase, variable
255 ParserTestCase = ParserTesterMetaclass('ParserTestCase', bases, {})
2900 bases = TestCase, variable
    [all...]
  /external/clang/include/clang-c/
Index.h 5154 const CXIdxBaseClassInfo *const *bases; member in struct:__anon21489
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
lint-checks.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 

Completed in 888 milliseconds

1 2