Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 118) sorted by relevance

12345

/device/generic/vulkan-cereal/third-party/angle/src/tests/test_expectations/
DGPUTestExpectationsParser_unittest.cpp35 std::string line = in TEST() local
50 std::string line = in TEST() local
65 std::string line = in TEST() local
80 std::string line = in TEST() local
95 std::string line = in TEST() local
111 std::string line = in TEST() local
127 std::string line = in TEST() local
143 std::string line = in TEST() local
158 std::string line = in TEST() local
173 std::string line = in TEST() local
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DQualifierTypes.h39 TQualifierWrapperBase(const TSourceLoc &line) : mLine(line) {} in TQualifierWrapperBase()
53 TInvariantQualifierWrapper(const TSourceLoc &line) : TQualifierWrapperBase(line) {} in TInvariantQualifierWrapper()
64 TPreciseQualifierWrapper(const TSourceLoc &line) : TQualifierWrapperBase(line) {} in TPreciseQualifierWrapper()
75 TInterpolationQualifierWrapper(TQualifier interpolationQualifier, const TSourceLoc &line) in TInterpolationQualifierWrapper()
95 TLayoutQualifierWrapper(TLayoutQualifier layoutQualifier, const TSourceLoc &line) in TLayoutQualifierWrapper()
112 TStorageQualifierWrapper(TQualifier storageQualifier, const TSourceLoc &line) in TStorageQualifierWrapper()
132 TPrecisionQualifierWrapper(TPrecision precisionQualifier, const TSourceLoc &line) in TPrecisionQualifierWrapper()
152 TMemoryQualifierWrapper(TQualifier memoryQualifier, const TSourceLoc &line) in TMemoryQualifierWrapper()
181 TSourceLoc line; member
DConstantUnion.cpp20 float CheckedSum(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedSum()
34 float CheckedDiff(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedDiff()
48 float CheckedMul(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedMul()
405 const TSourceLoc &line) in add()
440 const TSourceLoc &line) in sub()
475 const TSourceLoc &line) in mul()
531 const TSourceLoc &line) in rshift()
637 const TSourceLoc &line) in lshift()
DDeclarator.cpp14 TDeclarator::TDeclarator(const ImmutableString &name, const TSourceLoc &line) in TDeclarator()
22 const TSourceLoc &line) in TDeclarator()
DParseContext.cpp234 bool TParseContext::parseVectorFields(const TSourceLoc &line, in parseVectorFields()
377 void TParseContext::assignError(const TSourceLoc &line, in assignError()
390 void TParseContext::unaryOpError(const TSourceLoc &line, const char *op, const TType &operand) in unaryOpError()
402 void TParseContext::binaryOpError(const TSourceLoc &line, in binaryOpError()
415 void TParseContext::checkPrecisionSpecified(const TSourceLoc &line, in checkPrecisionSpecified()
481 bool TParseContext::checkCanBeLValue(const TSourceLoc &line, const char *op, TIntermTyped *node) in checkCanBeLValue()
672 bool TParseContext::checkIsAtGlobalLevel(const TSourceLoc &line, const char *token) in checkIsAtGlobalLevel()
685 bool TParseContext::checkIsNotReserved(const TSourceLoc &line, const ImmutableString &identifier) in checkIsNotReserved()
718 bool TParseContext::checkConstructorArguments(const TSourceLoc &line, in checkConstructorArguments()
876 bool TParseContext::checkIsNonVoid(const TSourceLoc &line, in checkIsNonVoid()
[all …]
DDeclarator.h34 const TSourceLoc &line() const { return mLine; } in line() function
DInfoSink.cpp93 void TInfoSinkBase::location(int file, int line) in location()
/device/generic/vulkan-cereal/protocols/vulkan/xml/
Dcomment_convert.py44 def output_line(self, line=None): argument
50 def output_normal_line(self, line): argument
79 def extract(line): argument
118 def queue_comment_line(self, line): argument
124 def handle_empty_line(self, line): argument
143 def process_line(self, line_num, line): argument
Dreflow.py220 def isOpenBlockDelimiter(self, line): argument
459 def endPara(self, line): argument
470 def endParaContinue(self, line): argument
475 def endBlock(self, line, reflow = False, vuBlock = False): argument
509 def endParaBlockReflow(self, line, vuBlock): argument
514 def endParaBlockPassthrough(self, line): argument
519 def addLine(self, line): argument
Dreflib.py42 def setLogLine(line): argument
160 def printPageInfoField(desc, line, file): argument
190 def prevPara(file, line): argument
210 def nextPara(file, line): argument
251 def clampToBlock(line, minline, maxline): argument
/device/generic/vulkan-cereal/protocols/vulkan/
Dreflow.py404 def endPara(self, line): argument
415 def endParaContinue(self, line): argument
422 def endBlock(self, line, reflow = False, vuBlock = False): argument
444 def endParaBlockReflow(self, line, vuBlock): argument
449 def endParaBlockPassthrough(self, line): argument
458 def addLine(self, line): argument
Dreflib.py49 def setLogLine(line): argument
152 def printPageInfoField(desc, line, file): argument
183 def prevPara(file, line): argument
202 def nextPara(file, line): argument
238 def clampToBlock(line, minline, maxline): argument
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Datchannel.c121 static void addIntermediate(const char *line) in addIntermediate()
150 static int isFinalResponseError(const char *line) in isFinalResponseError()
172 static int isFinalResponseSuccess(const char *line) in isFinalResponseSuccess()
190 static int isFinalResponse(const char *line) in isFinalResponse()
205 static int isSMSUnsolicited(const char *line) in isSMSUnsolicited()
220 static void handleFinalResponse(const char *line) in handleFinalResponse()
227 static void handleUnsolicited(const char *line) in handleUnsolicited()
234 static void processLine(const char *line) in processLine()
433 const char * line; in readerLoop() local
Dreference-ril.c468 static int callFromCLCCLine(char *line, RIL_Call *p_call) in callFromCLCCLine()
527 static int parseSimResponseLine(char* line, RIL_SIM_IO_Response* response) { in parseSimResponseLine()
836 char *line = p_cur->line; in requestOrSendDataCallList() local
867 char *line = p_cur->line; in requestOrSendDataCallList() local
1029 char *line; in requestQueryNetworkSelectionMode() local
1280 char *line; local
1456 char *line; local
1481 char *line, *p; local
1501 char *line, *p; local
1535 char *line = NULL; local
[all …]
Dmisc.c22 int strStartsWith(const char *line, const char *prefix) in strStartsWith()
/device/google/contexthub/firmware/os/platform/stm32/
Dexti.c37 void extiEnableIntLine(const enum ExtiLine line, enum ExtiTrigger trigger) in extiEnableIntLine()
57 void extiDisableIntLine(const enum ExtiLine line) in extiDisableIntLine()
62 void extiClearPendingLine(const enum ExtiLine line) in extiClearPendingLine()
67 bool extiIsPendingLine(const enum ExtiLine line) in extiIsPendingLine()
/device/google/sunfish/vibrator/common/
DHardwareBase.cpp50 std::string line; in debug() local
81 for (std::string line; std::getline(calfile, line);) { in HwCalBase() local
96 std::string line; in debug() local
/device/google/cuttlefish/tools/
Dtombstone_to_line.py59 def simple_match(line, info, indent, out_file): argument
64 def source_match(line, info, indent, out_file): argument
/device/generic/goldfish-opengl/fuchsia/
Dport.cc27 int line, const char* format, ...) { in __android_log_print()
57 const char* file, int line, const char* format, ...) { in __android_log_assert()
/device/generic/vulkan-cereal/protocols/vulkan/xml/spec_tools/
Dfile_process.py34 def line(self): member in LinewiseFileProcessor
82 def process_line(self, line_num, line): argument
/device/google/cuttlefish/host/commands/modem_simulator/
Dmisc_service.cpp36 std::string line; in ParseTimeZone() local
45 void MiscService::FixTimeZone(std::string& line) { in FixTimeZone()
/device/generic/vulkan-cereal/third-party/angle/src/common/third_party/base/anglebase/numerics/
Dsafe_numerics_unittest.cc84 int line, in TestSpecializedArithmetic()
126 int line, in TestSpecializedArithmetic()
160 int line, in TestSpecializedArithmetic()
184 static void TestArithmetic(const char *dst, int line) in TestArithmetic()
/device/google/cuttlefish/common/libs/utils/
Dtee_logging.cpp118 unsigned int line, const char* message) { in StderrOutputGenerator()
175 unsigned int line, in operator ()()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/preprocessor/
DSourceLocation.h27 int line; member
/device/linaro/dragonboard/qcom/rmtfs/
Dutil.c17 char line[16 * 3 + 16 + 1]; in print_hex_dump() local

12345