Home
last modified time | relevance | path

Searched defs:line (Results 1051 - 1075 of 2302) sorted by relevance

1...<<41424344454647484950>>...93

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCCodeView.h75 void setLine(unsigned line) { Line = line; } in setLine() argument
42 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, unsigned line, unsigned column, bool prologueend, bool isstmt) MCCVLoc() argument
/third_party/skia/tools/gpu/gl/interface/
H A Dgen_interface.go
/third_party/skia/tools/
H A Dwin_dbghelp.cpp98 char line[1000]; in printCallstack() local
/third_party/toybox/kconfig/
H A Dconf.c35 static char line[128]; variable
[all...]
H A Dconfdata.c97 char line[1024]; in conf_read_simple() local
[all...]
/third_party/toybox/toys/pending/
H A Dbootchartd.c96 char *line = 0; in parse_config_file() local
H A Dcrontab.c35 static char *omitspace(char *line) in omitspace() argument
118 char *line = NULL; in parse_crontab() local
[all...]
H A Dinit.c125 char *line = 0; in parse_inittab() local
/third_party/toybox/toys/posix/
H A Dgrep.c94 static void outline(char *line, char dash, char *name, long lcount, long bcount, in outline() argument
148 char *line = 0, *start; in do_grep() local
[all...]
H A Dsort.c281 char *line; in sort_lines() local
[all...]
/third_party/vixl/src/aarch64/
H A Ddebugger-aarch64.cc117 std::string line; in Debug() local
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dminicheck.c212 _fail_unless(int condition, const char *file, int line, const char *msg) { in _fail_unless() argument
/third_party/skia/third_party/externals/freetype/builds/windows/
H A Dftdebug.c144 FT_Throw( FT_Error error, int line, const char* file ) FT_Throw() argument
/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.h205 virtual void AddWarning(const std::string& filename, int line, int column, in AddWarning() argument
H A Dimporter_unittest.cc75 void AddError(const std::string& filename, int line, int column, in AddError() argument
81 void AddWarning(const std::string& filename, int line, int column, in AddWarning() argument
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.h81 virtual void AddWarning(int line, ColumnNumber column, in AddWarning() argument
136 int line; member
[all...]
H A Dtokenizer_unittest.cc165 void AddError(int line, int column, const std::string& message) { in AddError() argument
[all...]
/third_party/python/Python/
H A Ddynamic_annotations.c48 void AnnotateRWLockCreate(const char *file, int line, in AnnotateRWLockCreate() argument
50 void AnnotateRWLockDestroy(const char *file, int line, in AnnotateRWLockDestroy() argument
52 void AnnotateRWLockAcquired(const char *file, int line, in AnnotateRWLockAcquired() argument
54 void AnnotateRWLockReleased(const char *file, int line, in AnnotateRWLockReleased() argument
56 void AnnotateBarrierInit(const char *file, int line, in AnnotateBarrierInit() argument
59 void AnnotateBarrierWaitBefore(const char *file, int line, in AnnotateBarrierWaitBefore() argument
61 void AnnotateBarrierWaitAfter(const char *file, int line, in AnnotateBarrierWaitAfter() argument
63 void AnnotateBarrierDestroy(const char *file, int line, in AnnotateBarrierDestroy() argument
66 void AnnotateCondVarWait(const char *file, int line, in AnnotateCondVarWait() argument
69 void AnnotateCondVarSignal(const char *file, int line, in AnnotateCondVarSignal() argument
71 AnnotateCondVarSignalAll(const char *file, int line, const volatile void *cv) AnnotateCondVarSignalAll() argument
73 AnnotatePublishMemoryRange(const char *file, int line, const volatile void *address, long size) AnnotatePublishMemoryRange() argument
76 AnnotateUnpublishMemoryRange(const char *file, int line, const volatile void *address, long size) AnnotateUnpublishMemoryRange() argument
79 AnnotatePCQCreate(const char *file, int line, const volatile void *pcq) AnnotatePCQCreate() argument
81 AnnotatePCQDestroy(const char *file, int line, const volatile void *pcq) AnnotatePCQDestroy() argument
83 AnnotatePCQPut(const char *file, int line, const volatile void *pcq) AnnotatePCQPut() argument
85 AnnotatePCQGet(const char *file, int line, const volatile void *pcq) AnnotatePCQGet() argument
87 AnnotateNewMemory(const char *file, int line, const volatile void *mem, long size) AnnotateNewMemory() argument
90 AnnotateExpectRace(const char *file, int line, const volatile void *mem, const char *description) AnnotateExpectRace() argument
93 AnnotateBenignRace(const char *file, int line, const volatile void *mem, const char *description) AnnotateBenignRace() argument
96 AnnotateBenignRaceSized(const char *file, int line, const volatile void *mem, long size, const char *description) AnnotateBenignRaceSized() argument
100 AnnotateMutexIsUsedAsCondVar(const char *file, int line, const volatile void *mu) AnnotateMutexIsUsedAsCondVar() argument
102 AnnotateTraceMemory(const char *file, int line, const volatile void *arg) AnnotateTraceMemory() argument
104 AnnotateThreadName(const char *file, int line, const char *name) AnnotateThreadName() argument
106 AnnotateIgnoreReadsBegin(const char *file, int line) AnnotateIgnoreReadsBegin() argument
107 AnnotateIgnoreReadsEnd(const char *file, int line) AnnotateIgnoreReadsEnd() argument
108 AnnotateIgnoreWritesBegin(const char *file, int line) AnnotateIgnoreWritesBegin() argument
109 AnnotateIgnoreWritesEnd(const char *file, int line) AnnotateIgnoreWritesEnd() argument
110 AnnotateIgnoreSyncBegin(const char *file, int line) AnnotateIgnoreSyncBegin() argument
111 AnnotateIgnoreSyncEnd(const char *file, int line) AnnotateIgnoreSyncEnd() argument
112 AnnotateEnableRaceDetection(const char *file, int line, int enable) AnnotateEnableRaceDetection() argument
113 AnnotateNoOp(const char *file, int line, const volatile void *arg) AnnotateNoOp() argument
115 AnnotateFlushState(const char *file, int line) AnnotateFlushState() argument
[all...]
/third_party/python/Modules/
H A Dgetpath.py761 line = line.partition('#')[0].strip() variable
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc129 void DefaultLogHandler(LogLevel level, const char* filename, int line, in DefaultLogHandler() argument
207 LogMessage::LogMessage(LogLevel level, const char* filename, int line) in LogMessage() argument
/third_party/python/Modules/clinic/
H A Dreadline.c.h431 PyObject *line; in readline_replace_history_item() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dsysinfo.cc193 char line[1024]; in ReadLongFromFile() local
/third_party/skia/modules/skplaintexteditor/include/
H A Deditor.h85 StringView line(size_t i) const { in line() function in SkPlainTextEditor::Editor
/third_party/skia/gm/
H A Dstrokes.cpp185 static void line(SkScalar scale, SkCanvas* canvas, SkColor color) { in line() function in TeenyStrokesGM
/third_party/skia/experimental/sktext/tests/
H A DSelectableText.cpp209 auto line = selectableText->getLine(next.fLineIndex); in UNIX_ONLY_TEST() local
250 auto line = selectableText->getLine(prev.fLineIndex); in UNIX_ONLY_TEST() local

Completed in 18 milliseconds

1...<<41424344454647484950>>...93