/external/deqp/external/openglcts/modules/common/ |
glcConfigListCase.cpp | 50 static const char* getExcludeReasonName(ExcludeReason reason) 52 switch (reason) 65 throw tcu::Exception("Unknown exclude reason"); 146 << "): " << getExcludeReasonName(cfgIter->reason) << TestLog::EndMessage; 156 (cfgIter->reason == EXCLUDEREASON_NOT_CONFORMANT ? numNotConformant : numNotCompatible) += 1;
|
/external/libmojo/mojo/public/cpp/bindings/ |
associated_group_controller.h | 52 const base::Optional<DisconnectReason>& reason) = 0;
|
/external/llvm/tools/llvm-as-fuzzer/ |
llvm-as-fuzzer.cpp | 11 // lib/Fuzzer. The main reason for using this tool is that it is much 34 void MyFatalErrorHandler(void *user_data, const std::string& reason, 36 // Don't bother printing reason, just return to the test function,
|
/external/swiftshader/src/OpenGL/compiler/ |
Diagnostics.h | 38 const std::string& reason,
|
/external/vboot_reference/firmware/2lib/include/ |
2misc.h | 62 * @param reason Recovery reason 65 void vb2_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode);
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/ |
SRWebSocket.h | 83 - (void)closeWithCode:(NSInteger)code reason:(NSString *)reason; 105 - (void)webSocket:(SRWebSocket *)webSocket didCloseWithCode:(NSInteger)code reason:(NSString *)reason wasClean:(BOOL)wasClean;
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
GlobalActions.java | 29 default void showShutdownUi(boolean isReboot, String reason) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
DozeHost.java | 29 void pulseWhileDozing(@NonNull PulseCallback callback, int reason);
|
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageUsage.java | 137 for (int reason = 0; 138 reason < PackageManager.NOTIFY_PACKAGE_USE_REASONS_COUNT; 139 reason++) { 140 pkg.mLastPackageUsageTimeInMills[reason] = timestamp; 162 for (int reason = 0; 163 reason < PackageManager.NOTIFY_PACKAGE_USE_REASONS_COUNT; 164 reason++) { 165 pkg.mLastPackageUsageTimeInMills[reason] = parseAsLong(tokens[reason + 1]);
|
/frameworks/base/telephony/java/android/telephony/data/ |
DataService.java | 81 /** The reason of the data request is normal */ 84 /** The reason of the data request is device shutdown */ 87 /** The reason of the data request is IWLAN handover */ 148 * @param reason The reason for data setup. Must be {@link #REQUEST_REASON_NORMAL} or 150 * @param linkProperties If {@code reason} is {@link #REQUEST_REASON_HANDOVER}, this is the 156 boolean allowRoaming, @SetupDataReason int reason, 170 * @param reason The reason for data deactivation. Must be {@link #REQUEST_REASON_NORMAL}, 176 public void deactivateDataCall(int cid, @DeactivateDataReason int reason, 264 public final int reason; field in class:DataService.SetupDataCallRequest 282 public final int reason; field in class:DataService.DeactivateDataCallRequest [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiLastResortWatchdog.java | 197 * Increments the failure reason count for the given bssid. Performs a check to see if we have 200 * @param reason Message id from WifiStateMachine for this failure 203 public boolean noteConnectionFailureAndTriggerIfNeeded(String ssid, String bssid, int reason) { 206 + reason + "]"); 210 updateFailureCountForNetwork(ssid, bssid, reason); 279 * Increments the failure reason count for the given network, in 'mSsidFailureCount' 285 * @param reason Message id from WifiStateMachine for this failure 287 private void updateFailureCountForNetwork(String ssid, String bssid, int reason) { 290 + reason + "]"); 293 incrementSsidFailureCount(ssid, reason); [all...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
CRLReasonCodeExtension.java | 37 * the reason for the certificate revocation. 50 public static final String REASON = "reason"; 67 * Create a CRLReasonCodeExtension with the passed in reason. 70 * @param reason the enumerated value for the reason code. 72 public CRLReasonCodeExtension(int reason) throws IOException { 73 this(false, reason); 77 * Create a CRLReasonCodeExtension with the passed in reason. 80 * @param reason the enumerated value for the reason code [all...] |
/packages/apps/Dialer/java/com/android/dialer/common/ |
Assert.java | 47 * @param reason the optional reason to supply as the exception message 52 public static void fail(String reason) { 53 throw new AssertionError(reason); 62 public static AssertionError createAssertionFailException(String msg, Throwable reason) { 63 return new AssertionError(msg, reason);
|
/packages/services/Telephony/src/com/android/phone/settings/ |
VoicemailProviderSettings.java | 58 fi.reason = FORWARDING_SETTINGS_REASONS[i]; 59 fi.status = (fi.reason == CommandsInterface.CF_REASON_UNCONDITIONAL) ? 0 : 1; 117 || i1.reason != i2.reason
|
/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/ |
AppActiveStreams.java | 82 public void startStreaming(String serviceId, StreamingServiceCallback callback, int reason) { 96 callback.onStreamStateUpdated(StreamingService.STATE_STARTED, reason); 100 public void stopStreaming(String serviceId, int reason) { 106 entry.getCallback().onStreamStateUpdated(StreamingService.STATE_STOPPED, reason);
|
/system/core/adb/ |
adb_io.h | 27 // Sends the protocol "FAIL" message, with the given failure reason. 28 bool SendFail(int fd, const std::string& reason);
|
/system/tools/hidl/docs/src/writer/files/ |
AbstractFileWriter.kt | 50 if (!dir.canWrite()) throw FileSystemException(dir, reason = "No write access to output directory") 54 if (!fp.isFile) throw FileSystemException(fp, reason = "Error writing file")
|
resources.kt | 46 if (!dir.canWrite()) throw FileSystemException(dir, reason = "No write access to output directory") 50 if (!fp.isFile) throw FileSystemException(fp, reason = "Error writing file")
|
/frameworks/base/services/core/java/com/android/server/job/ |
JobServiceContext.java | 138 // Debugging: reason this job was last stopped. 302 void cancelExecutingJobLocked(int reason, String debugReason) { 303 doCancelLocked(reason, debugReason); 329 String reason) { 335 mParams.setStopReason(JobParameters.REASON_TIMEOUT, reason); 527 void doCallback(JobCallback cb, boolean reschedule, String reason) { 534 doCallbackLocked(reschedule, reason); 542 void doCallbackLocked(boolean reschedule, String reason) { 553 handleFinishedLocked(reschedule, reason); 652 private void handleFinishedLocked(boolean reschedule, String reason) { [all...] |
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
CameraErrorCollector.java | 60 * @param message A string containing the failure reason. 90 * Adds a failure with the given {@code reason} to the table if 96 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) { 97 super.checkThat(mCameraMsg + reason, value, matcher); 491 "actual (%s), error percent (%s), reason: ", 530 "actual (%s), error percent (%s), reason: ", 556 "actual (%s), error percent (%s), reason: ", 720 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString(); local 721 checkThat(reason, value, CoreMatchers.not(expected)); 742 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString() local 764 String reason = "Key " + key.getName() + " value " + value.toString() local 788 String reason = "Key " + key.getName() + " value " + value.toString() local 874 String reason = "Key " + key.getName() + " value " + value local 891 String reason = "Key " + key.getName() + " value " + value local 909 String reason = "Key " + key.getName() + " value " + value local 927 String reason = "Key " + key.getName() + " value " + Arrays.toString(value) local 945 String reason = "Key " + key.getName() + " value " + Arrays.toString(value) local 963 String reason = "Key " + key.getName() + " value " + Arrays.toString(value) local 983 String reason = "Expected value " + expected local 1019 String reason = "Expected value " + expected local 1063 String reason = "Expected value " + expected local [all...] |
/external/v8/src/ |
runtime-profiler.cc | 79 char const* OptimizationReasonToString(OptimizationReason reason) { 85 size_t const index = static_cast<size_t>(reason); 90 std::ostream& operator<<(std::ostream& os, OptimizationReason reason) { 91 return os << OptimizationReasonToString(reason); 135 static void TraceRecompile(JSFunction* function, const char* reason, 141 PrintF(" for %s recompilation, reason: %s", type, reason); 155 OptimizationReason reason) { 156 DCHECK_NE(reason, OptimizationReason::kDoNotOptimize); 157 TraceRecompile(function, OptimizationReasonToString(reason), "optimized") [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
ActivityStartController.java | 137 ActivityStarter obtainStarter(Intent intent, String reason) { 138 return mFactory.obtain().setIntent(intent).setReason(reason); 163 void startHomeActivity(Intent intent, ActivityInfo aInfo, String reason) { 164 mSupervisor.moveHomeStackTaskToTop(reason); 166 mLastHomeActivityStartResult = obtainStarter(intent, "startHomeActivity: " + reason) 238 int realCallingPid, int realCallingUid, String reason) { 241 targetUserId, false, ALLOW_FULL_ONLY, reason, null); 251 int userId, TaskRecord inTask, String reason, boolean validateIncomingUser) { 254 reason); 257 return obtainStarter(intent, reason) 286 final String reason = "startActivityInPackage"; local [all...] |
/system/extras/latencytop/ |
latencytop.c | 39 char reason[MAX_LINE]; member in struct:latency_entry 53 static struct latency_entry *find_latency_entry(struct latency_entry *e, char *reason); 287 static struct latency_entry *find_latency_entry(struct latency_entry *head, char *reason) { 293 if (!strcmp(e->reason, reason)) 319 char reason[MAX_LINE]; local 335 sscanf(line, "%ld %ld %ld %s", &count, &total, &max, reason); 337 e = find_latency_entry(head, reason); 348 strcpy(e->reason, reason); [all...] |
/frameworks/base/services/core/java/com/android/server/notification/ |
ZenModeHelper.java | 217 private void loadConfigForUser(int user, String reason) { 220 if (DEBUG) Log.d(TAG, reason + " u=" + user); 223 if (DEBUG) Log.d(TAG, reason + " generating default config for user " + user); 228 setConfigLocked(config, reason); 285 public String addAutomaticZenRule(AutomaticZenRule automaticZenRule, String reason) { 309 Log.d(TAG, "addAutomaticZenRule rule= " + automaticZenRule + " reason=" + reason); 315 if (setConfigLocked(newConfig, reason, true)) { 324 String reason) { 330 + " reason=" + reason) 604 String reason = "readXml"; local 1263 public final String reason; field in class:ZenModeHelper.H.ConfigMessageData [all...] |
/build/kati/testcase/ |
define_with_comments.mk | 22 # Note: for some reason, the following is an error.
|