Home
last modified time | relevance | path

Searched +full:- +full:pie (Results 1 – 25 of 1014) sorted by relevance

12345678910>>...41

/aosp_15_r20/external/gemmlowp/standalone/
H A Dcache_counters.cc13 #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 …]
/aosp_15_r20/external/clang/test/Driver/
H A Dpic.c4 // 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 …]
H A Dfsanitize.c1 …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 …]
H A Dps4-pic.c1 // 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 …]
/aosp_15_r20/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DSimplePieChartActivity.java8 * 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 …]
/aosp_15_r20/external/fastrpc/
H A DMakefile2 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 …]
/aosp_15_r20/external/iproute2/man/man8/
H A Dtc-pie.81 .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 …]
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/
H A DPieChart.java23 * 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/
Dpie.rs13 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
36 impl<'a, Label: Display> Pie<'a, (i32, i32), Label> { argument
37 /// Build a Pie object.
45 ) -> Self { in new()
46 // fold iterator to pre-calculate total from given slice sizes in new()
53 let label_style = TextStyle::from(("sans-serif", radius_5pct).into_font()).color(&BLACK); in new()
72 …/// let mut pie = Pie::new(&(50,50), &10.0, &[50.0, 25.25, 20.0, 5.5], &[RED, BLUE, GREEN, WHITE],…
73 …/// pie.start_angle(-90.0); // retract to a right angle, so it starts aligned to a vertical Y axi…
[all …]
/aosp_15_r20/platform_testing/tests/microbenchmarks/LauncherIconsApp/
H A DAndroidManifest.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
9 http://www.apache.org/licenses/LICENSE-2.0
16 -->
21 <uses-sdk android:minSdkVersion="23"
23 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
24 <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"/>
31 <uses-library android:name="android.test.runner"/>
32 <!-- below are fake activity stubs to inflate launcher all apps icon count-->
36 <intent-filter>
[all …]
/aosp_15_r20/platform_testing/tests/jank/UbSystemUiJankTests/
H A DAndroidManifest.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
9 http://www.apache.org/licenses/LICENSE-2.0
16 -->
21 <uses-sdk android:minSdkVersion="23"
23 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
24 <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"/>
31 <uses-library android:name="android.test.runner"/>
32 <!-- below are fake activity stubs to inflate launcher all apps icon count-->
36 <intent-filter>
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/policy/
DCMP0083.rst2 -------
6 To control generation of Position Independent Executable (``PIE``) or not, some
12 The ``OLD`` behavior for this policy is to not manage ``PIE`` link flags. The
17 passed to the linker step. For example ``-pie`` for ``GCC``.
19 passed to the linker step. For example ``-no-pie`` for ``GCC``.
22 Since a given linker may not support ``PIE`` flags in all environments in
35 Android platform has a special handling of ``PIE`` so it is not required
44 Behave like CMake 3.13 and do not apply any ``PIE`` flags at link stage.
46 .. code-block:: cmake
56 Use the :module:`CheckPIESupported` module to detect whether ``PIE`` is
[all …]
/aosp_15_r20/external/compiler-rt/test/profile/Linux/
H A Dcoverage_test.cpp1 // 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 …]
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DSplitSelectStateControllerTest.kt8 * http://www.apache.org/licenses/LICENSE-2.0
107 ComponentName("pumpkin", "pie"), in activeTasks_noMatchingTasks()
152 ComponentName("pumpkin", "pie"), in activeTasks_singleMatchingTask()
205 ComponentName("pumpkin", "pie"), in activeTasks_skipTaskWithDifferentUser()
248 ComponentName("pumpkin", "pie"), in activeTasks_findTaskAsNonPrimaryUser()
298 ComponentName("pumpkin", "pie"), in activeTasks_multipleMatchMostRecentTask()
351 generateGroupTask(ComponentName("hotdog", "pie"), ComponentName("pumpkin", "pie")) in activeTasks_multipleSearchShouldFindTask()
404 generateGroupTask(ComponentName("hotdog", "pie"), ComponentName("pumpkin", "pie")) in activeTasks_multipleSearchShouldNotFindSameTaskTwice()
459 ComponentName("pumpkin", "pie"), in activeTasks_multipleSearchShouldFindDifferentInstancesOfSameTask()
527 generateGroupTask(ComponentName("hotdog", "pie"), ComponentName("pumpkin", "pie")) in activeTasks_multipleSearchShouldFindExactPairMatch()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/dist/
Dtest.go2 // Use of this source code is governed by a BSD-style
35 flag.BoolVar(&noRebuild, "no-rebuild", false, "overrides -rebuild (historical dreg)")
38 flag.BoolVar(&t.compileOnly, "compile-only", false, "compile tests, but don't run them")
47 xflagparse(-1) // any number of args
87 flush func() // if non-nil, called after cmd.Run
106 name string // unique test name; may be filtered with -run flag
132 if nlines := len(parts) - 1; nlines < 1 {
138 fatalf("the -run regular expression flag is mutually exclusive with test name arguments")
161 goInstall(toolenv(), gorootBinGo, append([]string{"-a"}, toolchain...)...)
166 // Ensure that installed commands are up to date, even with -no-rebuild,
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/examples/
Dpie.rs3 const OUT_FILE_NAME: &'static 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(&center, &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()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/
Dversion.txt7 ! go version -m
9 ! go version -v
26 env GOFLAGS='-m -v'
36 [cgo] go build -ldflags=-linkmode=external empty.go
42 # Check that 'go version' and 'go version -m' work on a binary built in module mode.
44 go build -o fortune.exe rsc.io/fortune
47 go version -m fortune.exe
48 stdout -buildmode=exe
53 go build -o test2json.exe cmd/test2json
54 go version -m test2json.exe
[all …]
Dbuild_pie_race.txt1 # go build -buildmode=pie -race main.go on Darwin should work without errors
5 [!GOOS:darwin] ! go build -buildmode=pie -race
6 [!GOOS:darwin] stderr '^-buildmode=pie not supported when -race is enabled on '$GOOS'/'$GOARCH'$'
7 [!GOOS:darwin] stop 'not testing -buildmode=pie -race on platform that does not support it'
9 go build -buildmode=pie -race bytes
12 [short] stop 'not linking a binary in -short mode'
14 go build -buildmode=pie -race main.go
19 -- go.mod --
23 -- main.go --
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Delf_test.go2 // Use of this source code is governed by a BSD-style
42 cmd := testenv.Command(t, testenv.GoToolPath(t), "build", "-o", binFile, src)
87 pair := runtime.GOOS + "-" + runtime.GOARCH
89 case "linux-amd64", "linux-arm64", "freebsd-amd64", "openbsd-amd64":
104 argv := []string{"build", "-o", path, filepath.Join(wd, "testdata", "issue39256")}
149 cmd := testenv.Command(t, testenv.GoToolPath(t), "build", "-o", binFile, src)
170 // The .shstrtab section should have a zero address, non-zero
200 // - for linux/amd64 and linux/arm64, for relro we'll always see a
201 // .got section when building with -buildmode=pie (in addition
206 // - when using the external linker, checking for read-only ".got"
[all …]
/aosp_15_r20/external/dokka/core/src/test/kotlin/utilities/
H A DStringExtensionsTest.kt8 * 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()
/aosp_15_r20/external/icu/icu4c/source/data/unit/
H A Dqu.txt3 // 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 …]
/aosp_15_r20/external/cronet/third_party/icu/source/data/unit/
H A Dqu.txt3 // 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/objdump/
Dobjdump_test.go2 // Use of this source code is governed by a BSD-style
137 t.Fatalf("-target argument must be goos/goarch")
146 …hash := notsha256.Sum256([]byte(fmt.Sprintf("%v-%v-%v-%v", srcfname, flags, printCode, printGnuAsm…
148 hello := filepath.Join(tmp, fmt.Sprintf("hello-%x.exe", hash))
149 args := []string{"build", "-o", hello}
178 var pie bool
180 if flag == "-buildmode=pie" {
181 pie = true
185 if pie {
186 // In PPC64 PIE binaries we use a "local entry point" which is
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCheckPIESupported.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
6 -----------------
10 Check whether the linker supports Position Independent Code (PIE) or No
40 Set to ``YES`` if ``PIE`` is supported by the linker and ``NO`` otherwise.
47 .. code-block:: cmake
52 .. code-block:: cmake
58 message(WARNING "PIE is not supported at link time: ${output}.\n"
59 "PIE link options will not be passed to linker.")
117 string (APPEND outputs "PIE (${lang}): ${output}\n")
129 set(CMAKE_${lang}_LINK_PIE_SUPPORTED NO CACHE INTERNAL "PIE (${lang})")
[all …]
/aosp_15_r20/external/googleapis/google/monitoring/dashboard/v1/
H A Dpiechart.proto7 // 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

12345678910>>...41