HomeSort by relevance Sort by last modified time
    Searched full:oss (Results 1 - 25 of 947) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/
reference_table_test.cc 39 std::ostringstream oss; local
40 rt.Dump(oss);
41 EXPECT_NE(oss.str().find("(empty)"), std::string::npos) << oss.str();
57 std::ostringstream oss; local
58 rt.Dump(oss);
59 EXPECT_NE(oss.str().find("1 of java.lang.String"), std::string::npos) << oss.str();
60 EXPECT_EQ(oss.str().find("short[]"), std::string::npos) << oss.str()
68 std::ostringstream oss; local
87 std::ostringstream oss; local
96 std::ostringstream oss; local
    [all...]
gc_root-inl.h 39 std::ostringstream oss; local
40 Describe(oss);
41 return oss.str();
  /prebuilts/tools/common/gradle-plugins/repository/org/sonatype/oss/oss-parent/
maven-metadata.xml 3 <groupId>org.sonatype.oss</groupId>
4 <artifactId>oss-parent</artifactId>
  /prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/
maven-metadata.xml 3 <groupId>org.sonatype.oss</groupId>
4 <artifactId>oss-parent</artifactId>
  /art/runtime/base/
hex_dump_test.cc 35 std::ostringstream oss; local
36 oss << HexDump(test_text, strlen(test_text), false, "");
37 EXPECT_STREQ(oss.str().c_str(),
44 std::ostringstream oss; local
45 oss << HexDump(test_text, strlen(test_text), false, "");
46 EXPECT_STREQ(oss.str().c_str(),
56 std::ostringstream oss; local
57 oss << HexDump(&g16byte_aligned_number, 8, true, "");
59 EXPECT_STREQ(oss.str().c_str() + (kBitsPerIntPtrT / 4),
65 std::ostringstream oss; local
    [all...]
  /external/v8/test/cctest/
test-ostreams.cc 16 OStringStream oss; local
18 CHECK(expected_size == oss.size());
19 CHECK_GT(oss.capacity(), 0);
20 CHECK_NE(NULL, oss.data());
21 CHECK_EQ("", oss.c_str());
32 OStringStream oss; local
36 oss.write(TEST_STRING, len);
46 CHECK(expected_len == oss.size());
47 CHECK_GT(oss.capacity(), 0);
48 CHECK_EQ(0, strncmp(expected, oss.data(), expected_len))
55 OStringStream oss; local
    [all...]
  /external/ceres-solver/google3/gmock/
gmock.h 4 // Shim file to translate the paths from the OSS version to the
mock-log.h 4 // Shim file to translate the paths from the OSS version to the
  /external/ceres-solver/google3/gtest/
gtest.h 4 // Shim file to translate the paths from the OSS version to the
  /external/droiddriver/
releasing_to_jcenter.md 13 Snapshots of DroidDriver are released to `http://oss.jfrog.org/artifactory` in the oss-snapshot-local
20 `maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' }`
artifactory.gradle 30 contextUrl = 'http://oss.jfrog.org/artifactory'
33 repoKey = 'oss-snapshot-local'
  /prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/9/
oss-parent-9.pom 17 <groupId>org.sonatype.oss</groupId>
18 <artifactId>oss-parent</artifactId>
22 <name>Sonatype OSS Parent</name>
23 <url>http://nexus.sonatype.org/oss-repository-hosting.html</url>
24 <description>Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/</description>
27 <connection>scm:svn:http://svn.sonatype.org/spice/trunk/oss/oss-parenti-9</connection>
28 <developerConnection>scm:svn:https://svn.sonatype.org/spice/trunk/oss/oss-parent-9</developerConnection>
29 <url>http://svn.sonatype.org/spice/trunk/oss/oss-parent-9</url
    [all...]
  /art/compiler/optimizing/
optimizing_compiler_stats.h 77 std::ostringstream oss; local
78 oss << "Attempted compilation of " << compile_stats_[kAttemptCompilation] << " methods: ";
80 oss << unoptimized_percent << "% (" << compile_stats_[kCompiledBaseline] << ") unoptimized, ";
81 oss << optimized_percent << "% (" << compile_stats_[kCompiledOptimized] << ") optimized, ";
82 oss << quick_percent << "% (" << compile_stats_[kCompiledQuick] << ") quick.";
84 LOG(INFO) << oss.str();
  /prebuilts/tools/common/gradle-plugins/repository/org/sonatype/oss/oss-parent/7/
oss-parent-7.pom 17 <groupId>org.sonatype.oss</groupId>
18 <artifactId>oss-parent</artifactId>
22 <name>Sonatype OSS Parent</name>
23 <url>http://nexus.sonatype.org/oss-repository-hosting.html</url>
24 <description>Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ </description>
27 <connection>scm:svn:http://svn.sonatype.org/spice/tags/oss-parent-7</connection>
28 <developerConnection>scm:svn:https://svn.sonatype.org/spice/tags/oss-parent-7</developerConnection>
29 <url>http://svn.sonatype.org/spice/tags/oss-parent-7</url>
36 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
56 <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/7/
oss-parent-7.pom 17 <groupId>org.sonatype.oss</groupId>
18 <artifactId>oss-parent</artifactId>
22 <name>Sonatype OSS Parent</name>
23 <url>http://nexus.sonatype.org/oss-repository-hosting.html</url>
24 <description>Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ </description>
27 <connection>scm:svn:http://svn.sonatype.org/spice/tags/oss-parent-7</connection>
28 <developerConnection>scm:svn:https://svn.sonatype.org/spice/tags/oss-parent-7</developerConnection>
29 <url>http://svn.sonatype.org/spice/tags/oss-parent-7</url>
36 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
56 <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url
    [all...]
  /prebuilts/tools/common/offline-m2/org/sonatype/oss/oss-parent/7/
oss-parent-7.pom 17 <groupId>org.sonatype.oss</groupId>
18 <artifactId>oss-parent</artifactId>
22 <name>Sonatype OSS Parent</name>
23 <url>http://nexus.sonatype.org/oss-repository-hosting.html</url>
24 <description>Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ </description>
27 <connection>scm:svn:http://svn.sonatype.org/spice/tags/oss-parent-7</connection>
28 <developerConnection>scm:svn:https://svn.sonatype.org/spice/tags/oss-parent-7</developerConnection>
29 <url>http://svn.sonatype.org/spice/tags/oss-parent-7</url>
36 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
56 <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url
    [all...]
  /external/clang/test/Driver/
windows-wildcard-expansion.c 1 // Clang does wildcard expansion on Windows. On other OSs, it's done by the shell.
  /art/compiler/utils/arm/
assembler_arm_test.h 90 std::ostringstream oss; local
143 oss << "\n";
145 oss << base4;
154 oss << "\n";
156 return oss.str();
181 std::ostringstream oss; local
235 oss << "\n";
237 oss << after_reg2;
245 oss << "\n";
247 return oss.str()
267 std::ostringstream oss; local
333 std::ostringstream oss; local
397 std::ostringstream oss; local
453 std::ostringstream oss; local
    [all...]
assembler_arm32_test.cc 238 std::ostringstream oss; variable
239 oss << c;
240 return oss.str();
252 std::ostringstream oss; variable
256 oss << sop.GetRegister() << ", " << sop.GetShift();
258 oss << sop.GetRegister() << ", " << sop.GetShift() << " #" << sop.GetImmediate();
261 oss << sop.GetRegister();
264 oss << "#" << sop.GetImmediate();
266 return oss.str();
285 void ExecuteAndPrint(std::function<void()> f, std::string fmt, std::ostringstream& oss) {
361 after_reg, oss); local
379 after_shift, oss); local
396 after_cond, oss); local
428 std::ostringstream oss; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 200 void printInputColor (ostringstream& oss, const VariableDeclaration& input)
229 oss << "hsv(vec3(" << exp << ", 1.0, 1.0))";
232 oss << "hsv(vec3(" << exp << ", 1.0))";
235 oss << "vec4(" << exp << ", 1.0)";
238 oss << exp;
250 oss << "hsv(vec3(determinant(" << exp << ")))";
261 oss << "hsv(" << exp << ")";
384 void printFloat (ostringstream& oss, double d)
386 oss.setf(oss.fixed | oss.internal)
    [all...]
  /external/parameter-framework/remote-processor/
ListeningSocket.cpp 66 std::ostringstream oss; local
67 oss << uiPort;
68 strError = "Could not bind socket to port " + oss.str() + ": " + strerror(errno);
74 std::ostringstream oss; local
75 oss << uiPort;
76 strError = "Could not listen to port " + oss.str() + ": " + strerror(errno);
  /external/droiddriver/droiddriver-android_support_test/
build.gradle 21 maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' }
  /prebuilts/tools/common/lombok-ast/
deploy.txt 3 mvn gpg:sign-and-deploy-file -DpomFile=lombok-ast-0.2.1.pom -Dfile=lombok-ast-0.2.1.jar -DrepositoryId=sonatype-nexus-staging -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -Dsources=lombok-ast-0.2.1-sources.jar -Djavadoc=lombok-ast-0.2.1-javadoc.jar -Dgpg.keyname=???? -Dgpg.passphrase=????
18 It is used to pass the login/password on https://oss.sonatype.or
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.pom 12 <groupId>org.sonatype.oss</groupId>
13 <artifactId>oss-parent</artifactId>
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.pom 8 <groupId>org.sonatype.oss</groupId>
9 <artifactId>oss-parent</artifactId>

Completed in 303 milliseconds

1 2 3 4 5 6 7 8 91011>>