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

  /external/clang/bindings/python/tests/cindex/
test_location.py 86 location1 = SourceLocation.from_position(tu, file, 1, 1)
89 range1 = SourceRange.from_locations(location1, location2)
90 range2 = SourceRange.from_locations(location1, location2)
94 range3 = SourceRange.from_locations(location1, location3)
  /external/chromium/chrome/browser/extensions/
external_policy_extension_loader_unittest.cc 79 Extension::Location location1; local
81 provider_->GetExtensionDetails(id, &location1, &version1);
82 EXPECT_EQ(Extension::EXTERNAL_POLICY_DOWNLOAD, location1);
extension_service_unittest.cc 312 Extension::Location location1 = Extension::INVALID; local
313 EXPECT_TRUE(provider_->GetExtensionDetails(id, &location1, &v1));
315 EXPECT_EQ(Extension::EXTERNAL_PREF_DOWNLOAD, location1);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
external_policy_loader_unittest.cc 89 Manifest::Location location1; variable
91 provider_->GetExtensionDetails(id, &location1, &version1);
92 EXPECT_EQ(Manifest::EXTERNAL_POLICY_DOWNLOAD, location1);
extension_service_unittest.cc 407 Manifest::Location location1 = Manifest::INVALID_LOCATION; variable
408 EXPECT_TRUE(provider_->GetExtensionDetails(id, &location1, &v1));
410 EXPECT_EQ(Manifest::EXTERNAL_PREF_DOWNLOAD, location1);
    [all...]
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_bind_uniform_location.txt 65 GLint location1 = 124;
67 glBindUniformLocation(program, location1, "u_someArray[1]"); // ERROR!
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 80 SourceLocation Location1 = Context.getLocation(ID, 2, 3);
81 Replacement Replace1(createReplacement(Location1, 12, "x\ny\n"));
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 

Completed in 469 milliseconds