| /external/gemmlowp/standalone/ |
| D | cache_counters.cc | 13 #error This program is for 64-bit ARM only. 18 int fd = -1; 28 fd = syscall(__NR_perf_event_open, &pe, 0, -1, -1, 0); in PerfEvent() 29 if (fd == -1) { in PerfEvent() 149 // Note that TWO separate tricks are needed here to prevent Cortex-A76 in Workload() 151 // 1. A data-dependency whereby the pointers being dereferenced at the in Workload() 154 // 2. A pseudo-random sequence. This is the role of register w0, in Workload() 157 // Cortex-A76 successfully speculates some addresses, resulting in different in Workload() 165 // in [1 .. 2^32-1]. in Workload() 167 // on Cortex-A76 from prefetching data from future loop iterations. in Workload() [all …]
|
| /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
| D | SimplePieChartActivity.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 import com.androidplot.pie.PieChart; 25 import com.androidplot.pie.PieRenderer; 26 import com.androidplot.pie.Segment; 27 import com.androidplot.pie.SegmentFormatter; 38 private PieChart pie; field in SimplePieChartActivity 53 pie = (PieChart) findViewById(R.id.mySimplePieChart); in onCreate() 67 pie.getRenderer(PieRenderer.class).setDonutSize(seekBar.getProgress()/100f, in onCreate() 69 pie.redraw(); in onCreate() 105 pie.addSeries(s1, sf1); in onCreate() [all …]
|
| /external/clang/test/Driver/ |
| D | pic.c | 4 // CHECK-NO-PIC: "-mrelocation-model" "static" 5 // CHECK-NO-PIC-NOT: "-pic-level" 6 // CHECK-NO-PIC-NOT: "-pic-is-pie" 8 // CHECK-PIC1: "-mrelocation-model" "pic" 9 // CHECK-PIC1: "-pic-level" "1" 10 // CHECK-PIC1-NOT: "-pic-is-pie" 12 // CHECK-PIC2: "-mrelocation-model" "pic" 13 // CHECK-PIC2: "-pic-level" "2" 14 // CHECK-PIC2-NOT: "-pic-is-pie" 16 // CHECK-STATIC: "-static" [all …]
|
| D | ps4-pic.c | 1 // REQUIRES: x86-registered-target 7 // CHECK-NO-PIC: "-mrelocation-model" "static" 8 // CHECK-NO-PIC-NOT: "-pic-level" 9 // CHECK-NO-PIC-NOT: "-pic-is-pie" 11 // CHECK-DYNAMIC-NO-PIC2: unsupported option '-mdynamic-no-pic' 12 // CHECK-DYNAMIC-NO-PIC2: "-mrelocation-model" "dynamic-no-pic" 14 // CHECK-PIC2: "-mrelocation-model" "pic" 15 // CHECK-PIC2: "-pic-level" "2" 17 // CHECK-PIE2: "-mrelocation-model" "pic" 18 // CHECK-PIE2: "-pic-is-pie" [all …]
|
| D | fsanitize.c | 1 …UN: %clang -target x86_64-linux-gnu -fsanitize=undefined -fsanitize-trap=undefined %s -### 2>&1 | … 2 …-target x86_64-linux-gnu -fsanitize=undefined -fsanitize-trap=undefined -fno-sanitize-trap=signed-… 3 …clang -target x86_64-linux-gnu -fsanitize=undefined -fsanitize-undefined-trap-on-error %s -### 2>&… 4 …ang -target x86_64-linux-gnu -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error %s -### … 5 …ang -target x86_64-linux-gnu -fsanitize-undefined-trap-on-error -fsanitize=undefined-trap %s -### … 6 …-UNDEFINED-TRAP: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-ze… 7 …-UNDEFINED-TRAP: "-fsanitize-trap=alignment,array-bounds,bool,enum,float-cast-overflow,float-divid… 8 …-UNDEFINED-TRAP2: "-fsanitize-trap=alignment,array-bounds,bool,enum,float-cast-overflow,float-divi… 10 // RUN: %clang -target x86_64-linux-gnu -fsanitize=undefined %s -### 2>&1 | FileCheck %s --check-pr… 11 …-UNDEFINED: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-zero|fu… [all …]
|
| D | freebsd-mips-as.c | 3 // RUN: %clang -target mips-unknown-freebsd -### \ 4 // RUN: -no-integrated-as -c %s 2>&1 \ 5 // RUN: | FileCheck -check-prefix=MIPS32-EB-AS %s 6 // MIPS32-EB-AS: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EB" 7 // MIPS32-EB-AS-NOT: "-KPIC" 9 // RUN: %clang -target mips-unknown-freebsd -### \ 10 // RUN: -no-integrated-as -fPIC -c %s 2>&1 \ 11 // RUN: | FileCheck -check-prefix=MIPS32-EB-PIC %s 12 // MIPS32-EB-PIC: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EB" 13 // MIPS32-EB-PIC: "-KPIC" [all …]
|
| /external/fastrpc/ |
| D | Makefile | 2 CFLAGS = -fno-short-enums -U_DEBUG -DARM_ARCH_7A -DLE_ENABLE -DUSE_SYSLOG -Iinc -Isrc -DDEFAULT_DOM… 3 LDFLAGS = -fPIC -pie -Wl,--version-script=src/symbols.lst -ldl -lpthread -lm 59 $(CC) -fpic -pie $(CFLAGS) -c $< -o $@ 62 echo $(LD) -fpic -pie $(LDFLAGS) -o cdsprpcd 63 …$(CC) -fpic -pie -fPIC -pie -Wl,--version-script=src/symbols.lst -ldl -lpthread -lm $(ADSPRPCD_OBJ… 66 LDFLAGS = -fPIC -pie -Wl,--version-script=src/symbols.lst -shared -ldl -lpthread -lm 69 echo $(LD) -fpic -pie -shared $(LDFLAGS) -o libcdsp_default_listener.so 70 …-fpic -pie -shared -fPIC -pie -Wl,--version-script=src/adsp_def_symbols.lst -ldl -lpthread -lm $(L… 74 echo $(LD) -fpic -pie -shared $(LDFLAGS) -o libcdsprpc.so 75 $(CC) -fpic -pie -shared $(LDFLAGS) $(LIBADSPRPC_OBJ) -o libcdsprpc.so [all …]
|
| /external/iproute2/man/man8/ |
| D | tc-pie.8 | 1 .TH PIE 8 "16 January 2014" "iproute2" "Linux" 3 PIE \- Proportional Integral controller-Enhanced AQM algorithm 5 .B tc qdisc ... pie 27 Proportional Integral controller-Enhanced (PIE) is a control theoretic active 92 # tc qdisc add dev eth0 root pie 93 # tc -s qdisc show 94 qdisc pie 8034: dev eth0 root refcnt 2 limit 200p target 19000us tupdate 29000us alpha 2 beta 20 100 # tc qdisc add dev eth0 root pie limit 100 target 20ms tupdate 30ms ecn 101 # tc -s qdisc show 102 qdisc pie 8036: dev eth0 root refcnt 2 limit 200p target 19000 tupdate 29000 alpha 2 beta 20 ecn [all …]
|
| /external/compiler-rt/test/profile/Linux/ |
| D | coverage_test.cpp | 1 // RUN: %clang_profgen -fuse-ld=gold -O2 -fdata-sections -ffunction-sections -fcoverage-mapping -Wl… 3 // RUN: llvm-profdata merge -o %t.profdata %t.profraw 4 // RUN: llvm-cov show %t -instr-profile %t.profdata -filename-equivalence 2>&1 | FileCheck %s 5 …r than 2.26 has a bug that per-func profile data will be wrongly garbage collected when GC is turn… 6 // RUN: %clang_profgen -O2 -fcoverage-mapping -o %t.2 %s 8 // RUN: llvm-profdata merge -o %t.2.profdata %t.2.profraw 9 // RUN: llvm-cov show %t.2 -instr-profile %t.2.profdata -filename-equivalence 2>&1 | FileCheck %s 12 // RUN: %clang_profgen -O2 -fcoverage-mapping -Wl,--gc-sections -o %t.3 %s 13 // RUN: llvm-objdump -h %t.3 | FileCheck --check-prefix COVMAP %s 14 // Check PIE option [all …]
|
| /external/rust/android-crates-io/crates/plotters/examples/ |
| D | pie.rs | 3 const OUT_FILE_NAME: &str = "plotters-doc-data/pie-chart.png"; 4 fn main() -> Result<(), Box<dyn std::error::Error>> { in main() 7 let title_style = TextStyle::from(("sans-serif", 30).into_font()).color(&(BLACK)); in main() 18 let mut pie = Pie::new(¢er, &radius, &sizes, &colors, &labels); in main() localVariable 19 pie.start_angle(66.0); in main() 20 pie.label_style((("sans-serif", 50).into_font()).color(&(ORANGE))); in main() 21 pie.percentages((("sans-serif", radius * 0.08).into_font()).color(&BLACK)); in main() 22 root_area.draw(&pie)?; in main()
|
| /external/dokka/core/src/test/kotlin/utilities/ |
| D | StringExtensionsTest.kt | 8 * https://www.apache.org/licenses/LICENSE-2.0 75 assertEquals("API level 28 (Android Pie).", "API level 28 (Android Pie).".firstSentence()) in firstSentence_singleSentence_withParenthesis() 81 "API level 28 (Android Pie).", in firstSentence_multipleSentences_withParenthesis() 82 "API level 28 (Android Pie). API level 27 (Android Oreo)".firstSentence() in firstSentence_multipleSentences_withParenthesis() 88 … assertEquals("API level 28 (Android 9.0 Pie).", "API level 28 (Android 9.0 Pie).".firstSentence()) in firstSentence_singleSentence_withPeriodInParenthesis() 94 "API level 28 (Android 9.0 Pie).", in firstSentence_multipleSentences_withPeriodInParenthesis() 95 "API level 28 (Android 9.0 Pie). API level 27 (Android 8.0 Oreo).".firstSentence() in firstSentence_multipleSentences_withPeriodInParenthesis()
|
| /external/googleapis/google/monitoring/dashboard/v1/ |
| D | piechart.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 31 // A widget that displays timeseries data as a pie or a donut. 41 // displayed in the legend and the tooltip of the pie chart. It replaces the 42 // auto-generated names for the slices. For example, if the template is set 57 // Types for the pie chart. 62 // A Pie type PieChart. 63 PIE = 1; enumerator 65 // Similar to PIE, but the DONUT type PieChart has a hole in the middle. 76 // Optional. Indicates whether or not the pie chart should show slices' labels
|
| /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 5 $(MAKE) -C ../../ 7 # The EBB handler is 64-bit code and everything links against it 8 CFLAGS += -m64 11 # Toolchains may build PIE by default which breaks the assembly 12 no-pie-option := $(call try-run, echo 'int main() { return 0; }' | \ 13 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie) 15 LDFLAGS += $(no-pie-option)
|
| /external/rust/android-crates-io/crates/plotters/src/element/ |
| D | pie.rs | 13 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt() 22 /// A Pie Graph 23 pub struct Pie<'a, Coord, Label: Display> { struct 37 impl<'a, Label: Display> Pie<'a, (i32, i32), Label> { argument 38 /// Build a Pie object. 46 ) -> Self { in new() 47 // fold iterator to pre-calculate total from given slice sizes in new() 54 let label_style = TextStyle::from(("sans-serif", radius_5pct).into_font()).color(&BLACK); in new() 74 …/// let mut pie = Pie::new(&(50,50), &10.0, &[50.0, 25.25, 20.0, 5.5], &[RED, BLUE, GREEN, WHITE],… 75 …/// pie.start_angle(-90.0); // retract to a right angle, so it starts aligned to a vertical Y axi… [all …]
|
| /external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/ |
| D | PieChart.java | 23 * View that represents a pie chart. Draws cake like slices. 41 * array that holds the width of each pie-slice in degrees 56 * if true, the hole will see-through to the inner tips of the slices 71 * variable for the text that is drawn in the center of the pie-chart 84 * the radius of the transparent circle next to the chart-hole in the center 163 // create the circle box that will contain the pie-chart (the bounds of in calculateOffsets() 164 // the pie-chart) in calculateOffsets() 165 mCircleBox.set(c.x - radius + shift, in calculateOffsets() 166 c.y - radius + shift, in calculateOffsets() 167 c.x + radius - shift, in calculateOffsets() [all …]
|
| /external/toolchain-utils/go/ |
| D | go_target | 2 set -e -o pipefail 8 # position independent executable (PIE) for ASLR. 22 -ldflags | -ldflags=*) return 0 ;; 23 -linkmode | -linkmode=*) return 0 ;; 24 -buildmode | -buildmode=*) return 0 ;; 25 -installsuffix | -installsuffix=*) return 0 ;; 26 -extld | -extld=*) return 0 ;; 27 -extldflags | -extldflags=*) return 0 ;; 38 # Add "-buildmode=pie" to "go build|install|run|test" commands. 41 [[ "${GOOS}" == "android" ]] || pie_flags+=( "-buildmode=pie" ) [all …]
|
| /external/compiler-rt/test/tsan/ |
| D | pie_test.cc | 1 // Check if tsan work with PIE binaries. 2 // RUN: %clang_tsan %s -pie -fpic -o %t && %run %t 4 // Some kernels might map PIE segments outside the current segment
|
| /external/cronet/stable/third_party/icu/source/data/unit/ |
| D | qu.txt | 3 // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml 7 meter-per-square-second{ 20 square-centimeter{ 25 square-foot{ 26 dnam{"pie cuadrado"} 27 other{"{0} pie cuadrado"} 29 square-inch{ 34 square-kilometer{ 39 square-meter{ 44 square-mile{ [all …]
|
| D | es_GT.txt | 3 // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml 53 cubic-centimeter{ 54 per{"{0} por pie cúbico"} 73 dnam{"pie"} 82 acre-foot{ 83 dnam{"acre pie"}
|
| /external/icu/icu4c/source/data/unit/ |
| D | qu.txt | 3 // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml 7 meter-per-square-second{ 20 square-centimeter{ 25 square-foot{ 26 dnam{"pie cuadrado"} 27 other{"{0} pie cuadrado"} 29 square-inch{ 34 square-kilometer{ 39 square-meter{ 44 square-mile{ [all …]
|
| D | es_GT.txt | 3 // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml 53 cubic-centimeter{ 54 per{"{0} por pie cúbico"} 73 dnam{"pie"} 82 acre-foot{ 83 dnam{"acre pie"}
|
| /external/cronet/tot/third_party/icu/source/data/unit/ |
| D | qu.txt | 3 // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml 7 meter-per-square-second{ 20 square-centimeter{ 25 square-foot{ 26 dnam{"pie cuadrado"} 27 other{"{0} pie cuadrado"} 29 square-inch{ 34 square-kilometer{ 39 square-meter{ 44 square-mile{ [all …]
|
| D | es_GT.txt | 3 // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml 53 cubic-centimeter{ 54 per{"{0} por pie cúbico"} 73 dnam{"pie"} 82 acre-foot{ 83 dnam{"acre pie"}
|
| /external/tensorflow/tensorflow/lite/tools/benchmark/ |
| D | BUILD | 35 "-pie", # Android 5.0 and later supports only PIE 36 "-lm", # some builtin ops, e.g., tanh, need -lm 37 … "-Wl,--rpath=/data/local/tmp/", # Hexagon delegate libraries should be in /data/local/tmp 55 "-pie", # Android 5.0 and later supports only PIE 56 "-lm", # some builtin ops, e.g., tanh, need -lm 57 … "-Wl,--rpath=/data/local/tmp/", # Hexagon delegate libraries should be in /data/local/tmp 70 # `--config=monolithic` build flag, e.g., 71 # bazel build --config=monolithic --config=android_arm64 \ 72 # -c opt --cxxopt='--std=c++17' :benchmark_model_plus_flex 81 "-pie", # Android 5.0 and later supports only PIE [all …]
|
| /external/linux-kselftest/tools/testing/selftests/exec/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 CFLAGS = -Wall 3 CFLAGS += -Wno-nonnull 4 CFLAGS += -D_GNU_SOURCE 7 TEST_GEN_PROGS := execveat load_address_4096 load_address_2097152 load_address_16777216 non-regular 9 # Makefile is a run-time dependency, since it's accessed by the execveat test 12 TEST_GEN_PROGS += recursion-depth 13 TEST_GEN_PROGS += null-argv 21 mkdir -p $@ 27 cd $(OUTPUT) && ln -s -f $(shell basename $<) $(shell basename $@) [all …]
|