Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 8 of 8) sorted by relevance

/art/test/684-checker-simd-dotprod/
Dinfo.txt1 Functional tests on dot product idiom SIMD vectorization.
/art/tools/
Danalyze-init-failures.py78 (root_err_class,dot,root_method_name) = left_of_paren.rpartition('.')
97 (err_class,dot,err_method_name) = left_of_paren.rpartition('.')
/art/dexdump/
Ddexdump.cc821 std::unique_ptr<char[]> dot(descriptorToDot(interfaceName)); in dumpInterface() local
822 fprintf(gOutFile, "<implements name=\"%s\">\n</implements>\n", dot.get()); in dumpInterface()
1245 std::unique_ptr<char[]> dot(descriptorToDot(backDescriptor)); in dumpBytecodes() local
1247 codeOffset, codeOffset, dot.get(), name, signature.ToString().c_str()); in dumpBytecodes()
1395 std::unique_ptr<char[]> dot(descriptorClassToName(backDescriptor)); in dumpMethod() local
1396 fprintf(gOutFile, "<constructor name=\"%s\"\n", dot.get()); in dumpMethod()
1397 dot = descriptorToDot(backDescriptor); in dumpMethod()
1398 fprintf(gOutFile, " type=\"%s\"\n", dot.get()); in dumpMethod()
1406 std::unique_ptr<char[]> dot(descriptorToDot(returnType + 1)); in dumpMethod() local
1407 fprintf(gOutFile, " return=\"%s\"\n", dot.get()); in dumpMethod()
[all …]
/art/dexlayout/
Ddexlayout.cc841 std::string dot(DescriptorToDot(interface_name)); in DumpInterface() local
842 fprintf(out_file_, "<implements name=\"%s\">\n</implements>\n", dot.c_str()); in DumpInterface()
1099 std::string dot(DescriptorToDot(back_descriptor)); in DumpBytecodes() local
1101 code_offset, code_offset, dot.c_str(), name, type_descriptor.c_str()); in DumpBytecodes()
1277 std::string dot(DescriptorClassToName(back_descriptor)); in DumpMethod() local
1278 fprintf(out_file_, "<constructor name=\"%s\"\n", dot.c_str()); in DumpMethod()
1279 dot = DescriptorToDot(back_descriptor); in DumpMethod()
1280 fprintf(out_file_, " type=\"%s\"\n", dot.c_str()); in DumpMethod()
1288 std::string dot(DescriptorToDot(return_type + 1)); in DumpMethod() local
1289 fprintf(out_file_, " return=\"%s\"\n", dot.c_str()); in DumpMethod()
[all …]
/art/tools/ahat/src/main/com/android/ahat/proguard/
DProguardMap.java533 int dot = filename.lastIndexOf('.'); in getFileName() local
534 if (dot != -1) { in getFileName()
535 filename = filename.substring(dot + 1); in getFileName()
/art/profman/
Dprofman.cc1023 std::string dot; in ReadCommentedInputStream() local
1024 std::getline(in_stream, dot); in ReadCommentedInputStream()
1025 if (android::base::StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream()
1029 std::string descriptor((*process)(dot.c_str())); in ReadCommentedInputStream()
1032 output->insert(output->end(), dot); in ReadCommentedInputStream()
/art/oatdump/
Doatdump.cc3063 std::string dot; in ReadCommentedInputStream() local
3064 std::getline(in_stream, dot); in ReadCommentedInputStream()
3065 if (android::base::StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream()
3068 output.push_back(dot); in ReadCommentedInputStream()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt8452 Ljava/util/Formatter$FormatSpecifier$BigDecimalLayout;->dot:Z