/aosp12/art/test/426-monitor/ |
H A D | expected-stdout.txt | 1 In static method 2 In instance method 3 In synchronized block 4 In second instance method 5 In second static method
|
/aosp12/art/test/401-optimizing-compiler/ |
H A D | expected-stdout.txt | 1 In static method 2 In static method with 2 args 1 2 3 In static method with 5 args 1 2 3 4 5 4 In static method with 7 args 1 2 3 4 5 6 7 8 In static method with object arg class java.lang.Object
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/logging/ |
H A D | ui_action.proto | 23 // In call log, starting from 100 30 // In dialpad, starting from 200 35 // In search, starting from 300 40 // In call history, starting from 400
|
/aosp12/art/test/435-try-finally-without-catch/ |
H A D | expected-stdout.txt | 1 In finally 2 In finally 3 In finally
|
/aosp12/art/test/409-materialized-condition/ |
H A D | expected-stdout.txt | 2 In do nothing. 3 In if. 5 In do nothing.
|
/aosp12/frameworks/compile/slang/tests/F_root_compute_really_bad/ |
H A D | stderr.txt.expect | 2 root_compute_really_bad.rscript:5:31: error: In compute kernel root(), special parameter 'x' must b… 3 root_compute_really_bad.rscript:6:19: error: In compute kernel root(), parameter 'extra1' cannot ap… 4 root_compute_really_bad.rscript:6:36: error: In compute kernel root(), parameter 'extra2' cannot ap… 14 root_compute_really_bad.rscript:16:38: error: In compute kernel root_kernel(), special parameter 'x… 15 root_compute_really_bad.rscript:16:50: error: In compute kernel root_kernel(), parameter 'extra1' c… 16 root_compute_really_bad.rscript:16:67: error: In compute kernel root_kernel(), parameter 'extra2' c…
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
H A D | dom.md | 9 In the tutorial, `Value` and `Document` was used. Similarly to `std::string`, these are actually `… 69 `Document` provides several functions for parsing. In below, (1) is the fundamental function, while… 86 // (4) In situ parsing 90 // (5) In situ parsing, using default parse flags 113 `kParseInsituFlag` | In-situ(destructive) parsing. 168 ## In Situ Parsing {#InSituParsing} 176 In normal parsing process, a large overhead is to decode JSON strings and copy them to other buffer… 201 // In situ parsing the buffer into d, buffer will also be modified 213 In situ parsing minimizes allocation overheads and memory copying. Generally this improves cache co… 222 *In situ* parsing is mostly suitable for short-term JSON that only need to be processed once, and t… [all …]
|
/aosp12/art/test/628-vdex/ |
H A D | expected-stdout.txt | 1 In foo 2 In foo
|
/aosp12/art/test/674-vdex-uncompress/ |
H A D | expected-stdout.txt | 1 In foo 2 In foo
|
/aosp12/frameworks/proto_logging/stats/enums/app/ |
H A D | tvsettings_enums.proto | 145 // TvSettings > Account & Sign In (Slice) 148 // TvSettings > Account & Sign In (Slice) > [A regular account] 151 // TvSettings > Account & Sign In (Slice) > [A regular account] > 155 // TvSettings > Account & Sign In (Slice) > [A regular account] > 159 // TvSettings > Account & Sign In (Slice) > [A regular account] > 164 // TvSettings > Account & Sign In (Slice) > [A regular account] > 169 // TvSettings > Account & Sign In (Slice) > [A regular account] > 174 // TvSettings > Account & Sign In (Slice) > [A regular account] > 210 // TvSettings > Account & Sign In (Slice) > Add account... 213 // TvSettings > Account & Sign In (Classic) [all …]
|
/aosp12/art/test/496-checker-inlining-class-loader/ |
H A D | expected-stdout.txt | 3 In between the two calls. 4 In $noinline$bar
|
/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/ |
H A D | README.md | 86 | `packetSize` | In the range `0 to 255` | All the bits of 7th byte of data | 87 | `iQuant` | In the range `1 to 31` | All the bits of 8th byte of data | 88 | `pQuant` | In the range `1 to 31` | All the bits of 9th byte of data | 93 | `numIntraMB` | In the range `0 to 7` | bit 0, 1 and 2 of 14th byte of data | 94 | `searchRange` | In the range `0 to 31` | bit 0, 1, 2, 3 and 4 of 15th byte of data | 97 | `intraDCVlcTh` | In the range `0 to 7` | bit 0, 1 and 2 of 18th byte of data | 103 | `encWidth` | In the range `0 to 10239` | All the bits of 1st and 2nd byte of data | 104 | `encHeight` | In the range `0 to 10239` | All the bits of 3rd and 4th byte of data |
|
/aosp12/system/chre/chpp/ |
H A D | QUICKSTART.md | 33 In addition, the system must implement and initialize the platform-specific linkParams data structu… 37 In order to initialize CHPP, it is necessary to 46 Several unit tests are provided in transport_test.c. In addition, loopback functionality is already… 50 In order to terminate CHPP's main transport layer thread, it is necessary to 72 In order to integrate the standard services using the CHRE PAL API, please refer to each service's …
|
/aosp12/frameworks/base/services/tests/rescueparty/ |
H A D | how_to_run.txt | 1 # In one terminal: 5 # In another terminal:
|
/aosp12/frameworks/compile/slang/tests/F_root_compute_too_many_args/ |
H A D | stderr.txt.expect | 1 root_compute_too_many_args.rscript:6:20: error: In compute kernel root(), parameter 'extra1' cannot… 2 root_compute_too_many_args.rscript:6:37: error: In compute kernel root(), parameter 'extra2' cannot…
|
/aosp12/build/soong/scripts/ |
H A D | check_do_not_merge.sh | 21 Please use the Merged-In tag to be more explicit about where this change 24 If this check is mis-triggering or you know Merged-In is incorrect in this
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | ArgMinMax.cpp | 28 template <typename In, typename Out> 29 static void argMinMaxImpl(const In* inputData, const Shape& inputShape, int32_t axis, bool isArgMin, in argMinMaxImpl()
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
H A D | README | 5 In the enable sequence, this will enable all the engines, output, and all dmp 7 In the disable sequence, this will disable all but accel engine; all outputs
|
/aosp12/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzwar/ |
H A D | stderr.txt.expect | 6 root_compute_non_uint32_t_xyzwar.rscript:6:44: error: In compute kernel root(), parameter 'w' canno… 7 root_compute_non_uint32_t_xyzwar.rscript:6:53: error: In compute kernel root(), parameter 'ar' cann…
|
/aosp12/frameworks/compile/slang/ |
H A D | README.rst | 112 In fountain.rscript, we have:: 116 In ScriptC_fountain.java, we have:: 140 In ScriptC_fountain.java, llvm-rs-cc will reflect the following methods:: 147 to the functions and global variables within a script. In summary, 169 In fountain.rscript, we have:: 180 struct. In this case, llvm-rs-cc will reflect two files, 201 In ScriptField_Point_s.java:: 207 // In general, this method would not be invoked directly 242 * In terms of a script's global functions, they can be called from Java. 294 * In terms of a script's global data, global variables can be written
|
/aosp12/frameworks/base/startop/view_compiler/ |
H A D | README.md | 49 In each case, you should be able to cargo-cult the existing test cases. 51 In general, you can probably get by without adding a new generated DEX file, and 52 instead add more methods to the files that are already generated. In this case,
|
/aosp12/art/test/1932-monitor-events-misc/ |
H A D | expected-stdout.txt | 76 In wait monitor usage: MonitorUsage{ monitor: NamedLock[test testWaitMonitorEnter], owner: Locker t… 77 In wait monitor usage sync: MonitorUsage{ monitor: NamedLock[test testWaitMonitorEnter], owner: Loc… 82 In waited monitor usage: MonitorUsage{ monitor: NamedLock[test testWaitedMonitorEnter], owner: <NUL… 83 In waited monitor usage sync: MonitorUsage{ monitor: NamedLock[test testWaitedMonitorEnter], owner:… 87 In MonitorEntered usage: MonitorUsage{ monitor: NamedLock[test testRecursiveMontiorEnteredLock], ow… 88 In MonitorEntered sync: MonitorUsage{ monitor: NamedLock[test testRecursiveMontiorEnteredLock], own…
|
/aosp12/frameworks/base/packages/SystemUI/docs/ |
H A D | broadcasts.md | 9 …ituation that occurs whenever many classes are filtering for the same intent action. In particular: 37 …sing `Context#sendStickyBroadcast` or `Context#sendStickyBroadcastAsUser`. In general they behave … 38 …ntext#registerReceiver` if the broadcast is matched by the `IntentFilter`. In case that multiple c… 80 In the same way as with `Context`, subscribing the same `BroadcastReceiver` for the same user using… 105 … `BroadcastReceiver` has never been registered with `BroadcastDispatcher`. In that case, it is a N…
|
/aosp12/frameworks/av/services/medialog/fuzzer/ |
H A D | README.md | 20 | `logSize` | In the range `256 to 65536` | Value obtained from FuzzedDataProvider | 22 | `numberOfLines` | In the range `0 to 65535` | Value obtained from FuzzedDataProvider |
|
/aosp12/system/bt/doc/ |
H A D | style_guide.md | 23 mirrored. In other words, if `src/` contains a subdirectory called `foo/`, 33 In general, do not cast pointers to integers or vice versa. 62 The use of the C preprocessor should be minimized. In particular: 96 In nearly all cases, variables should be declared and initialized on the same line. 138 In particular, do not write code like this: 163 mechanism exists. In other words, use `__func__` over `__FUNCTION__`. 201 In general, every source file (`.c` or `.cpp`) in a `src/` directory should 225 // Each public function must have a comment describing its semantics. In 276 the tree since the formatting change was applied, the better. In this short
|