Searched refs:dot (Results 1 – 9 of 9) sorted by relevance
/art/test/684-checker-simd-dotprod/ |
D | info.txt | 1 Functional tests on dot product idiom SIMD vectorization.
|
/art/tools/ |
D | analyze-init-failures.py | 78 (root_err_class,dot,root_method_name) = left_of_paren.rpartition('.') 97 (err_class,dot,err_method_name) = left_of_paren.rpartition('.')
|
/art/dexdump/ |
D | dexdump.cc | 760 std::unique_ptr<char[]> dot(descriptorToDot(interfaceName)); in dumpInterface() local 761 fprintf(gOutFile, "<implements name=\"%s\">\n</implements>\n", dot.get()); in dumpInterface() 1178 std::unique_ptr<char[]> dot(descriptorToDot(backDescriptor)); in dumpBytecodes() local 1180 codeOffset, codeOffset, dot.get(), name, signature.ToString().c_str()); in dumpBytecodes() 1305 std::unique_ptr<char[]> dot(descriptorClassToName(backDescriptor)); in dumpMethod() local 1306 fprintf(gOutFile, "<constructor name=\"%s\"\n", dot.get()); in dumpMethod() 1307 dot = descriptorToDot(backDescriptor); in dumpMethod() 1308 fprintf(gOutFile, " type=\"%s\"\n", dot.get()); in dumpMethod() 1316 std::unique_ptr<char[]> dot(descriptorToDot(returnType + 1)); in dumpMethod() local 1317 fprintf(gOutFile, " return=\"%s\"\n", dot.get()); in dumpMethod() [all …]
|
/art/dexlayout/ |
D | dexlayout.cc | 776 std::string dot(DescriptorToDot(interface_name)); in DumpInterface() local 777 fprintf(out_file_, "<implements name=\"%s\">\n</implements>\n", dot.c_str()); in DumpInterface() 1034 std::string dot(DescriptorToDot(back_descriptor)); in DumpBytecodes() local 1036 code_offset, code_offset, dot.c_str(), name, type_descriptor.c_str()); in DumpBytecodes() 1210 std::string dot(DescriptorClassToName(back_descriptor)); in DumpMethod() local 1211 fprintf(out_file_, "<constructor name=\"%s\"\n", dot.c_str()); in DumpMethod() 1212 dot = DescriptorToDot(back_descriptor); in DumpMethod() 1213 fprintf(out_file_, " type=\"%s\"\n", dot.c_str()); in DumpMethod() 1221 std::string dot(DescriptorToDot(return_type + 1)); in DumpMethod() local 1222 fprintf(out_file_, " return=\"%s\"\n", dot.c_str()); in DumpMethod() [all …]
|
/art/tools/ahat/src/main/com/android/ahat/proguard/ |
D | ProguardMap.java | 447 int dot = filename.lastIndexOf('.'); in getFileName() local 448 if (dot != -1) { in getFileName() 449 filename = filename.substring(dot + 1); in getFileName()
|
/art/profman/ |
D | profman.cc | 1023 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/dex2oat/ |
D | dex2oat.cc | 2832 std::string dot; in ReadCommentedInputStream() local 2833 std::getline(in_stream, dot); in ReadCommentedInputStream() 2834 if (android::base::StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream() 2838 std::string descriptor((*process)(dot.c_str())); in ReadCommentedInputStream() 2841 output->insert(output->end(), dot); in ReadCommentedInputStream()
|
/art/oatdump/ |
D | oatdump.cc | 3001 std::string dot; in ReadCommentedInputStream() local 3002 std::getline(in_stream, dot); in ReadCommentedInputStream() 3003 if (android::base::StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream() 3006 output.push_back(dot); in ReadCommentedInputStream()
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 8452 Ljava/util/Formatter$FormatSpecifier$BigDecimalLayout;->dot:Z
|