Home
last modified time | relevance | path

Searched +full:35 +full:- +full:dynamic (Results 1 – 25 of 1198) sorted by relevance

12345678910>>...48

/aosp_15_r20/external/elfutils/tests/
H A Drun-elfputzdata.sh18 . $srcdir/test-subr.sh
25 Cannot compress 2 .note.ABI-tag
44 Cannot compress 21 .dynamic
58 Lets compress 35 .strtab, size: 5727
63 Cannot compress 2 .note.ABI-tag
82 Cannot compress 21 .dynamic
96 Lets compress 35 .strtab, size: 5727
118 Cannot compress 16 .dynamic
154 Cannot compress 16 .dynamic
179 Cannot compress 2 .note.ABI-tag
[all …]
H A Drun-strip-remove-keep.sh18 . $srcdir/test-subr.sh
20 # strip -o output and -f debug files
27 echo strip --keep-section=.strtab testfile
28 testrun ${abs_top_builddir}/src/strip --keep-section=.strtab -o testfile.elf -f testfile.debug test…
30 testrun ${abs_top_builddir}/src/elflint --gnu testfile.elf
32 testrun ${abs_top_builddir}/src/elflint --gnu -d testfile.debug
34 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.elf <<\EOF
41 [ 2] .note.ABI-tag NOTE 08048108 000108 000020 0 A 0 0 4
59 [20] .dynamic DYNAMIC 08049528 000528 0000a0 8 WA 5 0 4
69 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/mediatailor/src/main/resources/codegen-resources/
H A Dservice-2.json4 "apiVersion":"2018-04-23",
7 "protocol":"rest-json",
13 "uid":"mediatailor-2018-04-23"
48 …see <a href=\"https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html\">W…
72 … see <a href=\"https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html\">Using ad p…
84 …see <a href=\"https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html\">W…
96 … <a href=\"https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.htm…
120 …see <a href=\"https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html\">W…
168 … see <a href=\"https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html\">Using ad p…
180 …see <a href=\"https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html\">W…
[all …]
/aosp_15_r20/external/clang/test/Index/
H A Dcursor-dynamic-call.mm8 this->meth();
14 -(void)meth;
19 -(void)submeth;
24 -(void)submeth {
34 ss->meth();
42 -(id)init;
52 // RUN: c-index-test -cursor-at=%s:8:11 \
53 // RUN: -cursor-at=%s:9:11 \
54 // RUN: -cursor-at=%s:25:11 \
55 // RUN: -cursor-at=%s:26:11 \
[all …]
/aosp_15_r20/bionic/
H A Dandroid-changes-for-ndk-developers.md14 Required tools: the NDK has an `llvm-readelf` binary that understands all the
15 architecture-specific details of all Android's supported architectures. Recent
21 Our general practice with dynamic linker behavior changes is that they
33 * On a developer preview build, dynamic linker warnings will also show up
43 on the dynamic linker's search path. This meant that apps
47 dynamic linker's caching code cached failures too, so it was necessary
64 With API level 22, load order switched from depth-first to breadth-first to
69 in that order. For API level 23 and later, for any given library, the dynamic
73 flag set (by passing “-z global” to ld(1)). The local group is
74 the breadth-first transitive closure of the library and its DT_NEEDED
[all …]
/aosp_15_r20/hardware/interfaces/sensors/aidl/android/hardware/sensors/
H A DSensorType.aidl8 * http://www.apache.org/licenses/LICENSE-2.0
32 * reporting-mode: continuous
37 * Implement the non-wake-up version of this sensor and implement the
38 * wake-up version if the system possesses a wake up fifo.
44 * reporting-mode: continuous
46 * All values are in micro-Tesla (uT) and measure the geomagnetic
49 * Implement the non-wake-up version of this sensor and implement the
50 * wake-up version if the system possesses a wake up fifo.
56 * reporting-mode: continuous
63 * Implement the non-wake-up version of this sensor and implement the
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/rs/rsg-generator/linux_glibc_x86_64/gen/lex/frameworks/rs/
Dspec.c1 #line 1 "out/soong/.intermediates/frameworks/rs/rsg-generator/linux_glibc_x86_64/gen/lex/frameworks…
3 #line 3 "out/soong/.intermediates/frameworks/rs/rsg-generator/linux_glibc_x86_64/gen/lex/frameworks…
17 /* First, we deal with platform-specific or compiler-specific issues. */
32 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
60 #define INT8_MIN (-128)
63 #define INT16_MIN (-32767-1)
66 #define INT32_MIN (-2147483647-1)
106 /* Returned upon end-of-file. */
115 * but we do it the disgusting crufty way forced on us by the ()-less
123 #define YY_START (((yy_start) - 1) / 2)
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Delf.h2 Copyright (C) 1995-2024 Free Software Foundation, Inc.
26 /* Type for a 16-bit quantity. */
30 /* Types for signed and unsigned 32-bit quantities. */
36 /* Types for signed and unsigned 64-bit quantities. */
50 /* Type for section indices, which are 16-bit quantities. */
72 Elf32_Word e_flags; /* Processor-specific flags */
90 Elf64_Word e_flags; /* Processor-specific flags */
121 #define ELFCLASS32 1 /* 32-bit objects */
122 #define ELFCLASS64 2 /* 64-bit objects */
137 #define ELFOSABI_HPUX 1 /* HP-UX */
[all …]
/aosp_15_r20/external/elfutils/libelf/
H A Delf.h2 Copyright (C) 1995-2024 Free Software Foundation, Inc.
26 /* Type for a 16-bit quantity. */
30 /* Types for signed and unsigned 32-bit quantities. */
36 /* Types for signed and unsigned 64-bit quantities. */
50 /* Type for section indices, which are 16-bit quantities. */
72 Elf32_Word e_flags; /* Processor-specific flags */
90 Elf64_Word e_flags; /* Processor-specific flags */
121 #define ELFCLASS32 1 /* 32-bit objects */
122 #define ELFCLASS64 2 /* 64-bit objects */
137 #define ELFOSABI_HPUX 1 /* HP-UX */
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/services/dynamodb/high-level-library/
H A DREADME.md1 **Design:** New Feature, **Status:** [Released](../../../../../services-custom/dynamodb-enhanced/RE…
9 4. Providing a Java-focused experience for DynamoDB reduces the coding
13 6. Optimizing for cold-start performance allows customers the
33 2.x by any known third-party tool. In 1.11.x, several solutions exist,
39 provides an alternative to the data-access portion of the generated
40 DynamoDB APIs. Only limited control-plane operations will be available,
46 2. Directly supporting every data-plane operation of DynamoDB
53 Library](../../../../../services-custom/dynamodb-enhanced/README.md).
57 * [Immutable classes](https://github.com/aws/aws-sdk-java-v2/issues/35#issuecomment-315049138)
58 * [Getter/setter-less fields](https://github.com/aws/aws-sdk-java/issues/547)
[all …]
/aosp_15_r20/cts/tests/mediapc/requirements/
H A Drequirements.txtpb7 # http://www.apache.org/licenses/LICENSE-2.0
15 # proto-file: wireless/android/mediapc_requirements/requirements.proto
16 # proto-message: RequirementList
17 all_mpcs: [30, 31, 33, 34, 35]
19 id: "5.1/H-1-1"
210 key: 35
231 id: "5.1/H-1-2"
414 …specification: "MUST support 6 instances of 8-bit (SDR) hardware video decoder sessions (AVC, HEVC…
431 key: 35
434 …specification: "MUST support 6 instances of 8-bit (SDR) hardware video decoder sessions (AVC, HEVC…
[all …]
/aosp_15_r20/external/flatbuffers/dart/test/
H A Dflex_reader_test.dart17 expect(Reference.fromBuffer(b([231, 4, 1])).intValue, -25);
21 expect(Reference.fromBuffer(b([255, 251, 5, 2])).intValue, -1025);
25 expect(Reference.fromBuffer(b([0, 0, 0, 128, 6, 4])).intValue, -2147483648);
35 -9223372036854775808);
56 expect(Reference.fromBuffer(b([255, 251, 5, 2])).numValue, -1025);
95 testNumbers([3, 255, 2, 3, 3, 44, 1], [-1, 2, 3]);
187 testNumbers([255, 255, 0, 1, 4, 65, 1], [-1, 256]);
188 testNumbers([211, 255, 255, 255, 0, 232, 3, 0, 8, 66, 1], [-45, 256000]);
210 -45,
218 testNumbers([205, 204, 140, 63, 0, 0, 0, 192, 8, 74, 1], [1.1, -2]);
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/scope/detail/cpp03/preprocessed/
Ddynamic_50.hpp2 Copyright (c) 2005-2010 Joel de Guzman
16 struct dynamic<A0> : noncopyable struct
22 dynamic<A0> argument
27 dynamic() in dynamic() function
50 struct dynamic<A0 , A1> : noncopyable argument
56 dynamic<A0 , A1> argument
61 dynamic() in dynamic() function
84 struct dynamic<A0 , A1 , A2> : noncopyable struct
90 dynamic<A0 , A1 , A2> argument
95 dynamic() in dynamic() argument
[all …]
/aosp_15_r20/packages/apps/TvSettings/Settings/res/values/
Dstrings.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2014 The Android Open Source Project
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- Main app title [CHAR LIMIT=40] -->
21 <!-- Leanback Launcher App Title for main Settings app [CHAR LIMIT=40] -->
24 <!-- Leanback Launcher App Title for Network settings app [CHAR LIMIT=40] -->
27 <!-- Leanback Launcher App Title for Restricted Profile app [CHAR LIMIT=40] -->
30 <!-- General use strings -->
32 <!-- General string for items such as buttons for confirmation [CHAR LIMIT=30] -->
[all …]
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Delf.h1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
8 /* Type for a 16-bit quantity. */
12 /* Types for signed and unsigned 32-bit quantities. */
18 /* Types for signed and unsigned 64-bit quantities. */
32 /* Type for section indices, which are 16-bit quantities. */
54 Elf32_Word e_flags; /* Processor-specific flags */
72 Elf64_Word e_flags; /* Processor-specific flags */
103 #define ELFCLASS32 1 /* 32-bit objects */
104 #define ELFCLASS64 2 /* 64-bit objects */
119 #define ELFOSABI_HPUX 1 /* HP-UX */
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/services/dynamodb/high-level-library/archive/20200103/
H A DREADME.md10 4. Providing a Java-focused experience for DynamoDB reduces the coding
14 6. Optimizing for cold-start performance allows customers the
34 2.x by any known third-party tool. In 1.11.x, several solutions exist,
40 provides an alternative to the data-access portion of the generated
41 DynamoDB APIs. Control-plane operations like "create table" will not be
47 2. Supporting conversions between Java built-in types (eg. `Instant`)
49 3. Directly supporting every data-plane operation of DynamoDB
75 The operations on these "tables" match the data-plane operations in the
76 low-level DynamoDB client. For example, because `DynamoDbClient.putItem`
95 a user-friendly representation of the generated `Map<String,
[all …]
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_gpu.cu292 typedef Eigen::Map<Eigen::Matrix<float, Dynamic, Dynamic, DataLayout> > MapXf; in test_gpu_contraction()
295 Eigen::Matrix<float, Dynamic, Dynamic, DataLayout> m_result(300, 140); in test_gpu_contraction()
308 if (fabs(t_result.data()[i] - m_result.data()[i]) >= 1e-4f) { in test_gpu_contraction()
484 Tensor<float, 4, DataLayout> out(74,35,8,137); in test_gpu_convolution_2d()
507 Eigen::TensorMap<Eigen::Tensor<float, 4, DataLayout> > gpu_out(d_out,74,35,8,137); in test_gpu_convolution_2d()
516 for (int j = 0; j < 35; ++j) { in test_gpu_convolution_2d()
548 Tensor<float, 5, DataLayout> out(Eigen::array<Eigen::DenseIndex, 5>(74,35,8,136,17)); in test_gpu_convolution_3d()
571 Eigen::TensorMap<Eigen::Tensor<float, 5, DataLayout> > gpu_out(d_out,74,35,8,136,17); in test_gpu_convolution_3d()
580 for (int j = 0; j < 35; ++j) { in test_gpu_convolution_3d()
674 in(3) = Scalar(-10.5); in test_gpu_digamma()
[all …]
/aosp_15_r20/hardware/interfaces/sensors/1.0/
H A Dtypes.hal8 * http://www.apache.org/licenses/LICENSE-2.0
28 PERMISSION_DENIED = -1,
29 NO_MEMORY = -12,
30 BAD_VALUE = -22,
31 INVALID_OPERATION = -38,
62 * - string type of sensors defined in this file is overridden by Android to
68 * - string type of sensors inside of the device private range MUST be prefixed
72 * When android introduces a new sensor type that can replace an OEM-defined
78 * - Such a sensor is not officially supported in android KitKat
79 * - Glass devices launching on KitKat can implement a sensor with
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh1 #!/bin/bash -efu
2 # SPDX-License-Identifier: GPL-2.0
7 #4: skip test - including run as non-root user
13 module="gpio-mockup"
29 echo "$0 [-frv] [-t type]"
30 echo "-f: full test (minimal set run by default)"
31 echo "-r: test random lines as well as fence posts"
32 echo "-t: interface type:"
33 echo " cdev (character device ABI) - default"
36 echo "-v: verbose progress reporting"
[all …]
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTParser.m4 …* - From the grammar source file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Frame…
5 * - On : 2012-02-16 17:34:26
6 * - for the parser : TParserParser
14 …/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/hoistedPredicates/T.g 2012-02-16 17:34:26
17 /* -----------------------------------------
21 /* ----------------------------------------- */
28 * Run "java org.antlr.Tool -dfa t.g" to generate DOT (graphviz) files. See
29 * the T_dec-1.dot file to see the predicates in action.
52 #pragma mark Dynamic Global globalAttributeScopeImplementation
54 #pragma mark Dynamic Rule Scopes ruleAttributeScopeImplementation
[all …]
/aosp_15_r20/external/coreboot/util/sconfig/
H A Dlex.yy.c_shipped14 /* First, we deal with platform-specific or compiler-specific issues. */
29 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
57 #define INT8_MIN (-128)
60 #define INT16_MIN (-32767-1)
63 #define INT32_MIN (-2147483647-1)
103 /* Returned upon end-of-file. */
112 * but we do it the disgusting crufty way forced on us by the ()-less
120 #define YY_START (((yy_start) - 1) / 2)
131 /* On IA-64, the buffer size is 16k, not 8k.
175 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
[all …]
/aosp_15_r20/external/libavc/fuzzer/
H A DREADME.md8 - cmake (3.9.1 or above)
9 - make
10 - clang (6.0 or above)
11 needs to support -fsanitize=fuzzer, -fsanitize=fuzzer-no-link
24 Build fuzzer with required sanitizers (-DSANITIZE=fuzzer-no-link is mandatory
27 $ cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \
28 -DCMAKE_BUILD_TYPE=Debug -DSANITIZE=fuzzer-no-link,address,\
29 signed-integer-overflow,unsigned-integer-overflow
49 $ mm -j$(nproc) avc_dec_fuzzer
50 $ mm -j$(nproc) mvc_dec_fuzzer
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/arch-x86/shared/vndk-core/
Dlibexif.so ... 100mm f/3.5 Macro AF Canon EF 75-300mm f/4-5.6 IS Canon EF
/aosp_15_r20/prebuilts/vndk/v30/x86_64/arch-x86-x86_64/shared/vndk-core/
Dlibexif.so ... 100mm f/3.5 Macro AF Canon EF 75-300mm f/4-5.6 IS Canon EF
/aosp_15_r20/prebuilts/vndk/v30/arm64/arch-arm-armv8-a/shared/vndk-core/
Dlibexif.so ... 100mm f/3.5 Macro AF Canon EF 75-300mm f/4-5.6 IS Canon EF

12345678910>>...48