Home
last modified time | relevance | path

Searched refs:say (Results 1 – 25 of 38) sorted by relevance

12

/aosp12/frameworks/base/core/jni/
H A Druntime_native_boot-flags-test.sh31 function say { function
37 say "$separator"
38 say "$@"
39 say "$separator"
43 say "FAILED: $@"
48 say "Rebooting device..."
70 say "[$context] Check that the device configuration flag is set..."
112 say "[$context] Check that the persistent system property is set..."
150 say \
216 say "Setting device configuration flag..."
[all …]
/aosp12/art/build/apex/
H A Druntests.sh27 function say { function
60 say "Could not find deapexer and/or debugfs_static, building now."
112 say "Building $@" && build/soong/soong_ui.bash --make-mode "$@" || die "Cannot build $@"
125 say "Listing image files"
131 say "Printing image tree"
150 say "Skipping com.android.art.host, as \`HOST_PREFER_32_BIT\` equals \`true\`"
173 say "Checking APEX package $apex_module"
205 say "APEX package path: $apex_path"
218 [[ "$test_status" = 0 ]] && say "$apex_module tests passed"
222 [[ "$exit_status" = 0 ]] && say "All ART APEX tests passed"
/aosp12/hardware/st/secure_element2/secure_element/1.0/esehal/src/
H A Dlog.h39 # define err(fmt, ...) say(ctx, LOG_ERR fmt, ## __VA_ARGS__)
40 # define warn(fmt, ...) say(ctx, LOG_WARN fmt, ## __VA_ARGS__)
41 # define notice(fmt, ...) say(ctx, LOG_NOTICE fmt, ## __VA_ARGS__)
42 # define info(fmt, ...) say(ctx, LOG_INFO fmt, ## __VA_ARGS__)
44 # define dbg(fmt, ...) say(ctx, LOG_DEBUG fmt, ## __VA_ARGS__)
53 say(struct se_gto_ctx *ctx, const char *fmt, ...) { in say() function
/aosp12/art/test/960-default-smali/
H A Dexpected-stdout.txt11 B-virtual B.SayHiTwice()='I say Hello Hello '
12 B-interface Greeter.SayHiTwice()='I say Hello Hello '
13 B-interface Greeter2.SayHiTwice()='I say Hello Hello '
38 E-virtual A.SayHiTwice()='I say Hi2 Hi2 '
39 E-virtual E.SayHiTwice()='I say Hi2 Hi2 '
40 E-interface Greeter.SayHiTwice()='I say Hi2 Hi2 '
41 E-interface Greeter2.SayHiTwice()='I say Hi2 Hi2 '
72 I-virtual A.SayHiTwice()='I say Hi Hi '
73 I-interface Greeter.SayHiTwice()='I say Hi Hi '
74 I-interface Greeter2.SayHiTwice()='I say Hi Hi '
[all …]
/aosp12/art/test/1990-structural-bad-verify/
H A Dexpected-stdout.txt2 I say hello and you say goodbye!
/aosp12/art/test/1991-hello-structural-retransform/
H A Dexpected-stdout.txt2 I say hello and you say goodbye!
/aosp12/frameworks/base/tools/orientationplot/
H A DREADME.txt67 angle (say, 45 degrees) is between the current orientation's ideal angle
68 (say, 0 degrees) and an adjacent orientation's ideal angle (say, 90 degrees).
/aosp12/art/test/064-field-access/
H A Dinfo.txt2 should be thrown, but doesn't say which exception previals when two or
/aosp12/system/tools/hidl/test/error_test/line_number_doc_comments/1.0/
H A DIFoo.hal34 // The error is on the next line. Should say 35 in the output.
/aosp12/system/core/cli-test/
H A DREADME.md17 * Sensible defaults. We expect your exit status to be 0 unless you say
18 otherwise. We expect nothing on stderr unless you say otherwise. And so on.
/aosp12/system/extras/ANRdaemon/
H A DREADME22 from some other process to the daemon. Then sometime later (say 20 secs later),
/aosp12/system/libbase/
H A DREADME.md30 show that there's precedent. Being able to say "so-and-so has used this
/aosp12/hardware/interfaces/oemlock/1.0/
H A DIOemLock.hal21 * Both the carrier and the device itself have a say as to whether OEM unlock is
/aosp12/system/extras/ioshark/
H A DREADME19 device (on /data/local/tmp say). Explode the tarfile.
/aosp12/bionic/docs/
H A Ddefines.md41 well on a desktop Linux distro, say. Common alternatives on this dimension
/aosp12/hardware/interfaces/power/1.0/
H A Dtypes.hal152 * All the voters have to say yes or all the system conditions need to be
/aosp12/hardware/interfaces/contexthub/1.0/
H A Dtypes.hal93 // definition may be different from say the
/aosp12/hardware/interfaces/neuralnetworks/utils/
H A DREADME.md4 object if the conversion succeeds. For example, let's say that an enumeration in the current version
/aosp12/hardware/interfaces/graphics/common/1.1/
H A Dtypes.hal241 * changes. That is to say that when a render intent maps color C to color C',
/aosp12/art/runtime/
H A Dmutator_gc_coord.md47 Although we say that a thread is "suspended" when it is not running Java code,
/aosp12/packages/services/Car/car-lib/src/android/car/navigation/
H A Dnavigation_state.proto123 // wish to say "Keep left". Note that this is used in contrast to STRAIGHT
128 // wish to say "Keep right". Note that this is used in contrast to STRAIGHT
/aosp12/frameworks/base/packages/SystemUI/docs/
H A Dfalsing.md146 That is to say, if the owner makes a bad tap on your feature, the "belief" in pocket dialing will
/aosp12/system/bt/doc/
H A Dpower_management.md38 it's willing to go to into SNIFF and specifies that as an action, and say, a PAN
/aosp12/hardware/interfaces/graphics/composer/2.4/
H A DIComposerClient.hal90 * metadata may affect the composition result, which is to say that it
/aosp12/hardware/interfaces/camera/device/3.4/
H A Dtypes.hal226 * whether it comes from hwbinder or FMQ. When the below specifications say that

12