/aosp12/frameworks/base/test-mock/api/ |
H A D | lint-baseline.txt | 11 Missing nullability on parameter `context` in method `attachInfo` 13 Missing nullability on parameter `info` in method `attachInfo` 15 Missing nullability on parameter `uri` in method `bulkInsert` 17 Missing nullability on parameter `values` in method `bulkInsert` 21 Missing nullability on parameter `url` in method `getStreamTypes` 33 Missing nullability on parameter `service` in method `bindService` 37 Missing nullability on parameter `conn` in method `bindService` 121 Missing nullability on parameter `def` in method `getText` 125 Missing nullability on parameter `name` in method `getValue` 127 Missing nullability on parameter `outValue` in method `getValue` [all …]
|
H A D | system-lint-baseline.txt | 8 ….content.BroadcastReceiver, android.content.IntentFilter, String, android.os.Handler) parameter #0: 9 Missing nullability on parameter `receiver` in method `registerReceiverForAllUsers` 10 ….content.BroadcastReceiver, android.content.IntentFilter, String, android.os.Handler) parameter #1: 11 Missing nullability on parameter `filter` in method `registerReceiverForAllUsers` 12 ….content.BroadcastReceiver, android.content.IntentFilter, String, android.os.Handler) parameter #2: 13 Missing nullability on parameter `broadcastPermission` in method `registerReceiverForAllUsers` 14 ….content.BroadcastReceiver, android.content.IntentFilter, String, android.os.Handler) parameter #3: 15 Missing nullability on parameter `scheduler` in method `registerReceiverForAllUsers`
|
/aosp12/frameworks/base/core/api/ |
H A D | test-lint-baseline.txt | 88 ArrayReturn: android.metrics.LogMaker#LogMaker(Object[]) parameter #0: 911 Missing nullability on parameter `orig` in method `UserInfo` 913 Missing nullability on parameter `name` in method `UserInfo` 915 Missing nullability on parameter `iconPath` in method `UserInfo` 917 Missing nullability on parameter `name` in method `UserInfo` 919 Missing nullability on parameter `iconPath` in method `UserInfo` 921 Missing nullability on parameter `userType` in method `UserInfo` 923 Missing nullability on parameter `name` in method `UserInfo` 2470 NoByteOrShort: android.os.HwBlob#putInt8(long, byte) parameter #1: 2476 NoByteOrShort: android.os.HwParcel#writeInt16(short) parameter #0: [all …]
|
H A D | module-lib-lint-baseline.txt | 3 …SAM-compatible parameters (such as parameter 1, "listener", in android.app.ActivityManager.addOnUi… 5 …SAM-compatible parameters (such as parameter 4, "onFinished", in android.app.PendingIntent.send) s… 7 …SAM-compatible parameters (such as parameter 4, "onFinished", in android.app.PendingIntent.send) s… 9 …SAM-compatible parameters (such as parameter 4, "onFinished", in android.app.PendingIntent.send) s… 11 …SAM-compatible parameters (such as parameter 2, "onFinished", in android.app.PendingIntent.send) s… 13 …SAM-compatible parameters (such as parameter 1, "l", in android.media.AudioManager.abandonAudioFoc… 15 …SAM-compatible parameters (such as parameter 1, "l", in android.media.AudioManager.requestAudioFoc… 31 …SAM-compatible parameters (such as parameter 1, "owner", in android.os.Binder.attachInterface) sho… 33 …SAM-compatible parameters (such as parameter 1, "recipient", in android.os.Binder.linkToDeath) sho… 35 …SAM-compatible parameters (such as parameter 1, "recipient", in android.os.Binder.unlinkToDeath) s… [all …]
|
/aosp12/frameworks/base/test-runner/api/ |
H A D | lint-baseline.txt | 47 Missing nullability on parameter `arguments` in method `onCreate` 57 Missing nullability on parameter `service` in method `bindService` 59 Missing nullability on parameter `conn` in method `bindService` 61 Missing nullability on parameter `service` in method `bindService` 63 Missing nullability on parameter `executor` in method `bindService` 65 Missing nullability on parameter `conn` in method `bindService` 89 Missing nullability on parameter `intent` in method `sendBroadcast` 99 Missing nullability on parameter `name` in method `deleteDatabase` 101 Missing nullability on parameter `name` in method `deleteFile` 117 Missing nullability on parameter `name` in method `openFileInput` [all …]
|
/aosp12/packages/services/Car/car-lib/api/ |
H A D | system-lint-baseline.txt | 162 Missing nullability on parameter `fd` in method `dump` 164 Missing nullability on parameter `writer` in method `dump` 166 Missing nullability on parameter `args` in method `dump` 192 Missing nullability on parameter `fd` in method `dump` 194 Missing nullability on parameter `writer` in method `dump` 196 Missing nullability on parameter `args` in method `dump` 270 Missing nullability on parameter `dtc` in method `setDtc` 278 Missing nullability on parameter `dtc` in method `withDtc` 394 Missing nullability on parameter `fd` in method `dump` 398 Missing nullability on parameter `args` in method `dump` [all …]
|
H A D | lint-baseline.txt | 69 Missing nullability on parameter `context` in method `createCar` 71 Missing nullability on parameter `context` in method `createCar` 75 Missing nullability on parameter `context` in method `createCar` 79 Missing nullability on parameter `context` in method `createCar` 80 MissingNullability: android.car.Car#getCarManager(String) parameter #0: 111 Missing nullability on parameter `dest` in method `writeToParcel` 131 Missing nullability on parameter `dest` in method `writeToParcel` 145 Missing nullability on parameter `dest` in method `writeToParcel` 149 Missing nullability on parameter `dest` in method `writeToParcel` 159 Missing nullability on parameter `dest` in method `writeToParcel` [all …]
|
/aosp12/art/compiler/optimizing/ |
H A D | gvn_test.cc | 38 entry->AddInstruction(parameter); in TEST_F() 44 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F() 53 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F() 63 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F() 119 entry->AddInstruction(parameter); in TEST_F() 199 entry->AddInstruction(parameter); in TEST_F() 343 entry->AddInstruction(parameter); in TEST_F() 387 new (GetAllocator()) HInstanceFieldSet(parameter, in TEST_F() 388 parameter, in TEST_F() 413 new (GetAllocator()) HInstanceFieldSet(parameter, in TEST_F() [all …]
|
H A D | constant_folding_test.cc | 749 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local 751 entry_block->AddInstruction(parameter); in TEST_F() 757 block->AddInstruction(last = new (GetAllocator()) HAbove(zero, parameter)); in TEST_F() 758 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F() 760 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F() 762 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F() 764 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F() 766 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F() 768 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F() 770 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F() [all …]
|
H A D | nodes_test.cc | 151 entry->AddInstruction(parameter); in TEST_F() 169 environment->SetRawEnvAt(0, parameter); in TEST_F() 170 parameter->AddEnvUseAt(null_check->GetEnvironment(), 0); in TEST_F() 172 ASSERT_TRUE(parameter->HasEnvironmentUses()); in TEST_F() 173 ASSERT_TRUE(parameter->HasUses()); in TEST_F() 177 ASSERT_FALSE(parameter->HasEnvironmentUses()); in TEST_F() 178 ASSERT_FALSE(parameter->HasUses()); in TEST_F() 216 entry->AddInstruction(parameter); in TEST_F() 218 ASSERT_FALSE(parameter->HasUses()); in TEST_F() 223 ASSERT_TRUE(parameter->HasUses()); in TEST_F() [all …]
|
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
H A D | ActionServiceSystemTest.java | 56 assertEquals("Expect correct action parameter", parameter, test.parameter); in onActionSucceeded() 68 assertEquals("Expect correct action parameter", parameter, test.parameter); in onActionFailed() 80 assertEquals("Expect correct action parameter", parameter, test.parameter); in onActionExecuted() 278 private static final String parameter = "parameter"; field in ActionServiceSystemTest 322 this.parameter = parameter; in TestChatAction() 326 public final String parameter; field in ActionServiceSystemTest.TestChatAction 357 parameter = actionParameters.getString(KEY_PARAMETER); in TestChatAction() 382 this.parameter = parameter; in TestChatActionOther() 385 public final String parameter; field in ActionServiceSystemTest.TestChatActionOther 389 parameter = in.readString(); in TestChatActionOther() [all …]
|
H A D | ActionTest.java | 34 private static final String parameter = "parameter"; field in ActionTest 54 mAction = new TestChatAction(mActionKey, parameter); in setUp() 266 protected TestChatAction(final String key, final String parameter) { in TestChatAction() argument 268 this.parameter = parameter; in TestChatAction() 271 public final String parameter; field in ActionTest.TestChatAction 278 assertEquals("Check parameter", parameter, ActionTest.parameter); in executeAction() 287 assertEquals("Check parameter", parameter, ActionTest.parameter); in processBackgroundResponse() 296 assertEquals("Check parameter", parameter, ActionTest.parameter); in processBackgroundFailure() 302 parameter = in.readString(); in TestChatAction() 321 parcel.writeString(parameter); in writeToParcel()
|
/aosp12/frameworks/compile/slang/tests/F_reduce_general_bad_function/ |
H A D | stderr.txt.expect | 1 … reduce(init0)' (reduce_general_bad_function.rscript:17:12) must take exactly 1 parameter (found 0) 2 … reduce(init2)' (reduce_general_bad_function.rscript:21:12) must take exactly 1 parameter (found 2) 3 …educe(init_special1)' (reduce_general_bad_function.rscript:25:12) cannot take special parameter 'x' 4 …nit2_special1)' (reduce_general_bad_function.rscript:29:12) must take exactly 1 parameter (found 2) 5 …nit2_special0)' (reduce_general_bad_function.rscript:33:12) must take exactly 1 parameter (found 2) 6 …agma rs reduce(init_noptr)' (reduce_general_bad_function.rscript:37:12) parameter 'a' must be of p… 15 …uce_general_bad_function.rscript:85:12) parameter 'accum' (type 'double *') and initializer avi_in… 28 …general_bad_function.rscript:154:12) parameter 'accum' (type 'unsigned int *') and accumulator cva… 29 …eral_bad_function.rscript:154:12) parameter 'other' (type 'const unsigned int *') and accumulator … 32 …ce_general_bad_function.rscript:167:12) parameter 'accum' (type 'int *') must be pointer to the ty… [all …]
|
/aosp12/frameworks/compile/slang/tests/F_root_compute_really_bad/ |
H A D | stderr.txt.expect | 2 …t:5:31: error: In compute kernel root(), special parameter 'x' must be defined before special para… 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… 10 root_compute_really_bad.rscript:4:5: error: Compute kernel root() must have at least one parameter … 11 …0:44: error: Compute kernel root2() can only have one non-const pointer parameter. Parameters 'ain… 12 root_compute_really_bad.rscript:10:66: error: Unexpected parameter 'x1' for compute kernel root2() 13 root_compute_really_bad.rscript:11:26: error: Unexpected parameter 'y1' for compute kernel root2() 14 … error: In compute kernel root_kernel(), special parameter 'x' must be defined before special para… 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… [all …]
|
/aosp12/frameworks/compile/slang/tests/F_reduce_general_bad_result/ |
H A D | stderr.txt.expect | 12 …a rs reduce(redMatOutBreak)' (reduce_general_bad_result.rscript:190:12) parameter 'out' (type 'rs_… 15 …#pragma rs reduce(redAlloc)' (reduce_general_bad_result.rscript:214:12) parameter 'out' (type 'str… 19 … '#pragma rs reduce(redPtr)' (reduce_general_bad_result.rscript:257:12) parameter 'accum' (type 'c… 20 …a rs reduce(redPtrOutBreak)' (reduce_general_bad_result.rscript:267:12) parameter 'out' (type 'cha… 21 …inters cannot be used as the type of an exported global variable or the parameter to an exported f… 22 …inters cannot be used as the type of an exported global variable or the parameter to an exported f… 23 …inters cannot be used as the type of an exported global variable or the parameter to an exported f… 24 …inters cannot be used as the type of an exported global variable or the parameter to an exported f… 25 …inters cannot be used as the type of an exported global variable or the parameter to an exported f… 26 …inters cannot be used as the type of an exported global variable or the parameter to an exported f… [all …]
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | UrlQuerySanitizer.java | 77 public ParameterValuePair(String parameter, in ParameterValuePair() argument 79 mParameter = parameter; in ParameterValuePair() 664 public boolean hasParameter(String parameter) { in hasParameter() argument 665 return mEntries.containsKey(parameter); in hasParameter() 676 public String getValue(String parameter) { in getValue() argument 677 return mEntries.get(parameter); in getValue() 691 public void registerParameter(String parameter, in registerParameter() argument 694 mSanitizers.remove(parameter); in registerParameter() 797 if (mEntries.containsKey(parameter)) { in addSanitizedEntry() 801 mEntries.put(parameter, value); in addSanitizedEntry() [all …]
|
/aosp12/frameworks/av/media/libaudioclient/fuzzer/ |
H A D | README.md | 13 1. Unique IDs (parameter name: `uniqueId`) 14 2. Audio Mode (parameter name: `mode`) 15 3. Session ID (parameter name: `sessionId`) 17 5. Audio Port Role (parameter name: `portRole`) 18 6. Audio Port Type (parameter name: `portType`) 20 8. Audio Format (parameter name: `format`) 22 10. Usage (parameter name: `usage`) 24 12. Input Source (parameter name: `inputSource`) 25 13. Input Flags (parameter name: `inputFlags`) 26 14. Output Flags (parameter name: `outputFlags`) [all …]
|
/aosp12/frameworks/compile/slang/tests/F_reduce_general_bad_accumulator/ |
H A D | stderr.txt.expect | 3 …agma rs reduce(redIntA)' (reduce_general_bad_accumulator.rscript:13:12) parameter 'accum' (type 'i… 4 …a rs reduce(redIntAOut)' (reduce_general_bad_accumulator.rscript:18:12) parameter 'accum' (type 'i… 5 …ce(redStructIncomplete)' (reduce_general_bad_accumulator.rscript:27:12) parameter 'accum' (type 's… 6 …redStructIncompleteOut)' (reduce_general_bad_accumulator.rscript:32:12) parameter 'accum' (type 's… 7 …pragma rs reduce(redFn)' (reduce_general_bad_accumulator.rscript:42:12) parameter 'accum' (type 'v… 8 …pragma rs reduce(redFn)' (reduce_general_bad_accumulator.rscript:42:12) parameter 'other' (type 'F… 9 …gma rs reduce(redFnOut)' (reduce_general_bad_accumulator.rscript:47:12) parameter 'accum' (type 'v… 10 …gma rs reduce(redFnOut)' (reduce_general_bad_accumulator.rscript:47:12) parameter 'other' (type 'F… 11 …gma rs reduce(redFnOut)' (reduce_general_bad_accumulator.rscript:47:12) parameter 'val' (type 'Fn … 12 …ragma rs reduce(redObj)' (reduce_general_bad_accumulator.rscript:54:12) parameter 'accum' (type 's… [all …]
|
/aosp12/art/test/419-long-parameter/ |
H A D | Android.bp | 3 // Build rules for ART run-test `419-long-parameter`. 16 name: "art-run-test-419-long-parameter", 21 ":art-run-test-419-long-parameter-expected-stdout", 22 ":art-run-test-419-long-parameter-expected-stderr", 28 name: "art-run-test-419-long-parameter-expected-stdout", 29 out: ["art-run-test-419-long-parameter-expected-stdout.txt"], 36 name: "art-run-test-419-long-parameter-expected-stderr", 37 out: ["art-run-test-419-long-parameter-expected-stderr.txt"],
|
/aosp12/hardware/interfaces/soundtrigger/2.3/ |
H A D | ISoundTriggerHw.hal | 64 * Set a model specific parameter with the given value. This parameter 75 * @param value The value to set for the given model parameter 78 * -EINVAL invalid input parameter 84 * Get a model specific parameter. This parameter will keep its value 87 * value is returned. See ModelParameter for parameter default values. 98 * -EINVAL invalid input parameter 99 * @return value Value set to the requested parameter. Value is only set when status 106 * Get supported parameter attributes with respect to the provided model 108 * to determine if a given parameter ID is supported at all by the 116 * -EINVAL invalid input parameter [all …]
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/phone/ |
H A D | PhoneStartingWindowTypeAlgorithm.java | 51 final int parameter = windowInfo.startingWindowTypeParameter; in getSuggestedWindowType() local 52 final boolean newTask = (parameter & TYPE_PARAMETER_NEW_TASK) != 0; in getSuggestedWindowType() 53 final boolean taskSwitch = (parameter & TYPE_PARAMETER_TASK_SWITCH) != 0; in getSuggestedWindowType() 54 final boolean processRunning = (parameter & TYPE_PARAMETER_PROCESS_RUNNING) != 0; in getSuggestedWindowType() 55 final boolean allowTaskSnapshot = (parameter & TYPE_PARAMETER_ALLOW_TASK_SNAPSHOT) != 0; in getSuggestedWindowType() 56 final boolean activityCreated = (parameter & TYPE_PARAMETER_ACTIVITY_CREATED) != 0; in getSuggestedWindowType() 58 (parameter & TYPE_PARAMETER_USE_EMPTY_SPLASH_SCREEN) != 0; in getSuggestedWindowType() 60 ((parameter & TYPE_PARAMETER_LEGACY_SPLASH_SCREEN) != 0); in getSuggestedWindowType()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | StartingSurfaceController.java | 90 int parameter = 0; in makeStartingWindowTypeParameter() local 92 parameter |= TYPE_PARAMETER_NEW_TASK; in makeStartingWindowTypeParameter() 95 parameter |= TYPE_PARAMETER_TASK_SWITCH; in makeStartingWindowTypeParameter() 98 parameter |= TYPE_PARAMETER_PROCESS_RUNNING; in makeStartingWindowTypeParameter() 101 parameter |= TYPE_PARAMETER_ALLOW_TASK_SNAPSHOT; in makeStartingWindowTypeParameter() 104 parameter |= TYPE_PARAMETER_ACTIVITY_CREATED; in makeStartingWindowTypeParameter() 107 parameter |= TYPE_PARAMETER_USE_EMPTY_SPLASH_SCREEN; in makeStartingWindowTypeParameter() 110 parameter |= TYPE_PARAMETER_LEGACY_SPLASH_SCREEN; in makeStartingWindowTypeParameter() 112 return parameter; in makeStartingWindowTypeParameter()
|
/aosp12/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
H A D | ICalendar.java | 510 Parameter parameter = null; in parseLine() local 512 property.addParameter(parameter); in parseLine() 545 Parameter parameter = null; in extractParameter() local 551 if (parameter != null) { in extractParameter() 559 return parameter; // may be null in extractParameter() 561 if (parameter != null) { in extractParameter() 568 return parameter; in extractParameter() 570 parameter = new Parameter(); in extractParameter() 575 if ((parameter == null) || (startIndex == -1)) { in extractParameter() 581 if (parameter == null) { in extractParameter() [all …]
|
/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/ |
H A D | README.md | 66 1. Frame Width (parameter name: `encWidth`) 67 2. Frame Height (parameter name: `encHeight`) 68 3. Rate control mode (parameter name: `rcType`) 70 5. Qp for I-Vop(parameter name: `iQuant`) 71 6. Qp for P-Vop (parameter name: `pQuant`) 72 7. Enable RVLC mode (parameter name: `rvlcEnable`) 73 8. Quantization mode (parameter name: `quantType`) 77 12. Search range of ME (parameter name: `searchRange`) 78 13. Enable 8x8 ME and MC (parameter name: `mv8x8Enable`) 79 14. Enable AC prediction (parameter name: `useACPred`) [all …]
|
/aosp12/frameworks/compile/slang/tests/F_reduce_general_bad_halter/ |
H A D | stderr.txt.expect | 3 …rs reduce(halt0)' (reduce_general_bad_halter.rscript:25:12) must take exactly 1 parameter (found 0) 4 …rs reduce(halt2)' (reduce_general_bad_halter.rscript:29:12) must take exactly 1 parameter (found 2) 5 …ce(halt_special)' (reduce_general_bad_halter.rscript:33:12) cannot take special parameter 'context' 6 …general_bad_halter.rscript:37:12) parameter 'accum' (type 'const unsigned int *') and accumulator … 10 …pragma rs reduce(halt_const)' (reduce_general_bad_halter.rscript:57:12) parameter 'accum' (type 'i…
|