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

  /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/dropbear/libtommath/etc/
pprime.c 179 static const mp_digit bases[] = { 2, 3, 5, 7, 11, 13, 17, 19 }; local
263 /* now try base x=bases[ii] */
265 mp_set (&x, bases[ii]);
321 /* no bases worked? */
333 printf("B == \n%s\n\nG == %d\n", buf, bases[ii]);
376 printf ("Enter number of bases to try (1 to 8):\n");
  /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 148 std::vector<DifferenceEstimator::Base*> bases; local
152 bases.push_back(
155 VLOG(1) << "done make bases "
186 DifferenceEstimator::Base* old_base = bases[old_index];
  /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::__anon62181::__anon62183
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::__anon62304::__anon62306
388 stmt_ty _Py_ClassDef(identifier name, asdl_seq * bases, asdl_seq * body,
  /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 5503 const CXIdxBaseClassInfo *const *bases; member in struct:__anon17462
    [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/misc/common/jython/
jython.jar 

Completed in 564 milliseconds