HomeSort by relevance Sort by last modified time
    Searched defs:diagnostic (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
binary.cpp 26 #include "diagnostic.h"
72 // Otherwise returns an error code and issues a diagnostic.
74 spv_diagnostic* diagnostic);
87 // On failure, returns an error code and issues a diagnostic.
99 // issues a diagnostic.
120 // Returns a diagnostic stream object initialized with current position in
122 // returned object will be propagated to the current parse's diagnostic
124 libspirv::DiagnosticStream diagnostic(spv_result_t error) { function in class:__anon774::Parser
128 // Returns a diagnostic stream object with the default parse error code.
129 libspirv::DiagnosticStream diagnostic() { function in class:__anon774::Parser
    [all...]
diagnostic.cpp 15 #include "diagnostic.h"
23 // Diagnostic API
27 spv_diagnostic diagnostic = new spv_diagnostic_t; local
28 if (!diagnostic) return nullptr;
30 diagnostic->error = new char[length];
31 if (!diagnostic->error) {
32 delete diagnostic;
35 diagnostic->position = *position;
36 diagnostic->isTextSource = false;
37 memset(diagnostic->error, 0, length)
    [all...]
text_handler.h 23 #include "diagnostic.h"
147 // Returns a diagnostic object initialized with current position in the input
150 DiagnosticStream diagnostic(spv_result_t error) { function in class:libspirv::AssemblyContext
154 // Returns a diagnostic object with the default assembly error code.
155 DiagnosticStream diagnostic() { function in class:libspirv::AssemblyContext
157 return diagnostic(SPV_ERROR_INVALID_TEXT);
193 // a diagnostic if that error code is not SPV_FAILED_MATCH.
  /external/deqp/external/vulkancts/framework/vulkan/
vkSpirVAsm.cpp 62 spv_diagnostic diagnostic = DE_NULL; local
71 const spv_result_t compileOk = spvTextToBinary(context, spvSource.c_str(), spvSource.size(), &binary, &diagnostic);
74 buildInfo->infoLog = diagnostic? diagnostic->error : ""; // \todo [2015-07-13 pyry] Include debug log?
86 spvDiagnosticDestroy(diagnostic);
94 spvDiagnosticDestroy(diagnostic);
105 spv_diagnostic diagnostic = DE_NULL; local
112 const spv_result_t result = spvBinaryToText(context, binary, binarySizeInWords, 0, &text, &diagnostic);
120 spvDiagnosticDestroy(diagnostic);
126 spvDiagnosticDestroy(diagnostic);
136 spv_diagnostic diagnostic = DE_NULL; local
    [all...]
  /external/mesa3d/src/glx/apple/
apple_glx_log.c 40 static bool diagnostic = false; variable
45 diagnostic = true;
92 if (diagnostic) {
  /external/v8/tools/clang/plugins/
ChromeClassTester.h 31 clang::DiagnosticsEngine& diagnostic() { return diagnostic_; } function in class:ChromeClassTester
  /external/kotlinc/lib/
noarg-compiler-plugin.jar 
  /external/turbine/java/com/google/turbine/diag/
TurbineError.java 27 /** A diagnostic kind. */
58 * Formats a diagnostic.
61 * @param position the diagnostic position
79 String diagnostic = sb.toString(); local
80 return new TurbineError(kind, diagnostic);
85 private TurbineError(ErrorKind kind, String diagnostic) {
86 super(diagnostic);
90 /** The diagnostic kind. */
  /packages/services/Car/car-lib/src/android/car/diagnostic/
IntegerSensorIndex.java 17 package android.car.diagnostic;
25 * This class is a container for the indices of diagnostic sensors. The values are extracted by
CarDiagnosticManager.java 17 package android.car.diagnostic;
27 import android.car.diagnostic.ICarDiagnosticEventListener.Stub;
47 * API for monitoring car diagnostic data.
107 /** Listener for diagnostic events. Callbacks are called in the Looper context. */
110 * Called when there is a diagnostic event from the car.
126 "%d is not a valid diagnostic frame type", frameType));
168 * Unregister a listener, causing it to stop receiving all diagnostic events.
244 * of the actual diagnostic data, and must be prepared to handle a missing frame.
289 * its local knowledge of the vehicle diagnostic state.
FloatSensorIndex.java 17 package android.car.diagnostic;
25 * This class is a container for the indices of diagnostic sensors. The values are extracted by
CarDiagnosticEvent.java 17 package android.car.diagnostic;
33 * A CarDiagnosticEvent object corresponds to a single diagnostic event frame coming from the car.
49 * Sparse array that contains the mapping of OBD2 diagnostic properties to their values for
55 * Sparse array that contains the mapping of OBD2 diagnostic properties to their values for
61 * Diagnostic Troubleshooting Code (DTC) that was detected and caused this frame to be stored
112 * Store the contents of this diagnostic event in a JsonWriter.
256 if (key >= android.car.diagnostic.IntegerSensorIndex.LAST_SYSTEM) {
262 if (key >= android.car.diagnostic.FloatSensorIndex.LAST_SYSTEM) {
384 "%s diagnostic frame {\n"
401 @android.car.diagnostic.IntegerSensorIndex.SensorIndex int sensor, int defaultValue)
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/diagnostic/
DiagnosticTestFragment.java 17 package com.google.android.car.kitchensink.diagnostic;
21 import android.car.diagnostic.CarDiagnosticEvent;
22 import android.car.diagnostic.CarDiagnosticManager;
23 import android.car.diagnostic.CarDiagnosticManager.OnDiagnosticEventListener;
41 private static final String TAG = "CAR.DIAGNOSTIC.KS";
70 View view = inflater.inflate(R.layout.diagnostic, container, false);
  /bionic/libc/kernel/uapi/linux/
rose.h 77 unsigned char diagnostic; member in struct:rose_cause_struct
x25.h 92 unsigned char diagnostic; member in struct:x25_causediag
  /external/kernel-headers/original/uapi/linux/
rose.h 77 unsigned char diagnostic; member in struct:rose_cause_struct
x25.h 139 * Call clearing Cause and Diagnostic structure.
143 unsigned char diagnostic; member in struct:x25_causediag
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rose.h 76 unsigned char diagnostic; member in struct:rose_cause_struct
x25.h 138 * Call clearing Cause and Diagnostic structure.
142 unsigned char diagnostic; member in struct:x25_causediag
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netrose/
rose.h 101 unsigned char diagnostic; member in struct:rose_cause_struct
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 82 /** optional flag to print out a diagnostic file */
83 private boolean diagnostic; field in class:ANTLR3
281 * Sets a flag to emit diagnostic text
284 diagnostic = enable;
491 if (diagnostic) {
492 commandline.createArgument().setValue("-diagnostic");
  /external/clang/lib/Sema/
SemaAccess.cpp 1239 unsigned diagnostic; local
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0/
kotlin-android-extensions-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.2/
kotlin-android-extensions-1.0.2.jar 

Completed in 1478 milliseconds

1 2 3 4 5 6 7