| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 75 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 D | gen_interface.go | |
| /third_party/skia/tools/ |
| H A D | win_dbghelp.cpp | 98 char line[1000]; in printCallstack() local
|
| /third_party/toybox/kconfig/ |
| H A D | conf.c | 35 static char line[128]; variable [all...] |
| H A D | confdata.c | 97 char line[1024]; in conf_read_simple() local [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | bootchartd.c | 96 char *line = 0; in parse_config_file() local
|
| H A D | crontab.c | 35 static char *omitspace(char *line) in omitspace() argument 118 char *line = NULL; in parse_crontab() local [all...] |
| H A D | init.c | 125 char *line = 0; in parse_inittab() local
|
| /third_party/toybox/toys/posix/ |
| H A D | grep.c | 94 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 D | sort.c | 281 char *line; in sort_lines() local [all...] |
| /third_party/vixl/src/aarch64/ |
| H A D | debugger-aarch64.cc | 117 std::string line; in Debug() local
|
| /third_party/skia/third_party/externals/expat/expat/tests/ |
| H A D | minicheck.c | 212 _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 D | ftdebug.c | 144 FT_Throw( FT_Error error, int line, const char* file ) FT_Throw() argument
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | importer.h | 205 virtual void AddWarning(const std::string& filename, int line, int column, in AddWarning() argument
|
| H A D | importer_unittest.cc | 75 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 D | tokenizer.h | 81 virtual void AddWarning(int line, ColumnNumber column, in AddWarning() argument 136 int line; member [all...] |
| H A D | tokenizer_unittest.cc | 165 void AddError(int line, int column, const std::string& message) { in AddError() argument [all...] |
| /third_party/python/Python/ |
| H A D | dynamic_annotations.c | 48 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 D | getpath.py | 761 line = line.partition('#')[0].strip() variable [all...] |
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | common.cc | 129 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 D | readline.c.h | 431 PyObject *line; in readline_replace_history_item() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | sysinfo.cc | 193 char line[1024]; in ReadLongFromFile() local
|
| /third_party/skia/modules/skplaintexteditor/include/ |
| H A D | editor.h | 85 StringView line(size_t i) const { in line() function in SkPlainTextEditor::Editor
|
| /third_party/skia/gm/ |
| H A D | strokes.cpp | 185 static void line(SkScalar scale, SkCanvas* canvas, SkColor color) { in line() function in TeenyStrokesGM
|
| /third_party/skia/experimental/sktext/tests/ |
| H A D | SelectableText.cpp | 209 auto line = selectableText->getLine(next.fLineIndex); in UNIX_ONLY_TEST() local 250 auto line = selectableText->getLine(prev.fLineIndex); in UNIX_ONLY_TEST() local
|