HomeSort by relevance Sort by last modified time
    Searched full:baselabel (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/gn/
target_manager_unittest.cc 65 Label baselabel(SourceDir("/base/"), "base", tc_dir, tc_name);
67 baselabel, LocationRange(), chrome, &err);
72 baselabel, LocationRange(), content1, &err);
89 target_manager.TargetGenerationComplete(baselabel);
91 EXPECT_EQ(baselabel, ttmd.writes[1]->label());
  /art/compiler/dex/quick/mips/
call_mips.cc 45 * jal BaseLabel ; stores "return address" (BaseLabel) in r_RA
47 * BaseLabel:
48 * addiu rBase, r_RA, <table> - <BaseLabel> ; table relative to BaseLabel
99 // Construct BaseLabel and set up table base register
132 * jal BaseLabel ; stores "return address" (BaseLabel) in r_RA
189 // Construct BaseLabel and set up table base register
251 // Construct BaseLabel and set up table base registe
    [all...]
  /external/skia/tools/
skdiff_image.cpp 123 SkString baseLabel;
217 baseLabel.set(argv[i]);
309 if (baseLabel.isEmpty()) {
310 baseLabel.set(baseFile);
311 outputFile = baseLabel;
313 const char* baseLabelCstr = baseLabel.c_str();
316 outputFile = baseLabel;
324 printf("Base: %s\n", baseLabel.c_str());
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]

Completed in 1040 milliseconds