Home
last modified time | relevance | path

Searched defs:line (Results 201 - 225 of 1402) sorted by relevance

12345678910>>...57

/third_party/skia/src/sksl/ir/
H A DSkSLMethodReference.h59 MethodReference(int line, in MethodReference() argument
34 MethodReference(const Context& context, int line, std::unique_ptr<Expression> self, std::vector<const FunctionDeclaration*> functions) MethodReference() argument
H A DSkSLReturnStatement.h23 ReturnStatement(int line, std::unique_ptr<Expression> expression) in ReturnStatement() argument
27 static std::unique_ptr<Statement> Make(int line, std::unique_ptr<Expression> expression) { in Make() argument
H A DSkSLVariableReference.cpp17 VariableReference::VariableReference(int line, const Variable* variable, RefKind refKind) in VariableReference() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DErrorData.h48 int line; member
/third_party/openssl/test/helpers/
H A Dcmp_testlib.c77 int print_to_bio_out(const char *func, const char *file, int line, in print_to_bio_out() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-emoji-table.py22 line = line.strip() variable
85 line = line[ variable
87 line = line[:line.index(";")] global() variable
88 line = line.strip() global() variable
89 line = line.split(" ") global() variable
[all...]
H A Dgen-os2-unicode-ranges.py23 line = f.readline().strip() variable
H A Dtest-buffer-serialize.cc69 char line[BUFSIZ], out[BUFSIZ]; in main() local
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_id.cc40 AssertProgramIDsEqual(ProgramID a, ProgramID b, bool if_valid, diag::System system, const char* msg, const char* file, size_t line) AssertProgramIDsEqual() argument
H A Dsource.cc25 std::string line; in split_lines() local
[all...]
/third_party/toybox/toys/net/
H A Drfkill.c76 char *line, *name = 0, *type = 0; in rfkill_main() local
/third_party/toybox/toys/other/
H A Dfmt.c44 char *line; in fmt_line() local
[all...]
/third_party/toybox/toys/pending/
H A Duserdel.c27 char *filenamesfx = NULL, *sfx = NULL, *line = NULL; in update_groupfiles() local
/third_party/toybox/toys/posix/
H A Dcal.c29 int wday, mday, start, len, line; in calstrings() local
H A Duudecode.c32 char *line = 0, mode[16], in uudecode_main() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormatParseLocation.java52 static TextFormatParseLocation create(int line, int column) { in create() argument
63 private final int line; global() field in TextFormatParseLocation
66 TextFormatParseLocation(int line, int column) TextFormatParseLocation() argument
[all...]
/third_party/pulseaudio/sonic/
H A DMain.java20 runSonic( AudioInputStream audioStream, SourceDataLine line, float speed, float pitch, float rate, float volume, boolean emulateChordPitch, int quality, int sampleRate, int numChannels) runSonic() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-devd-detect.c49 pa_ioline *line; member
52 static void line_callback(pa_ioline *line, const char *s, void *userdata) { in line_callback() argument
/third_party/skia/include/private/
H A DGrSingleOwner.h38 void enter(const char* file, int line) { in enter() argument
47 void exit(const char* file, int line) { in exit() argument
/third_party/skia/gm/
H A Dfatpathfill.cpp66 SkPath line, path; in DEF_SIMPLE_GM() local
/third_party/selinux/libsepol/cil/src/
H A Dcil_lexer.h48 uint32_t line; member
H A Dcil_tree.h48 uint32_t line; member
/third_party/selinux/libselinux/src/
H A Dselinux_check_securetty_context.c11 char *line = NULL; in selinux_check_securetty_context() local
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeDefs.c86 void deAssertFail (const char* reason, const char* file, int line) in deAssertFail() argument
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluDefs.cpp35 Error::Error (int error, const char* message, const char* expr, const char* file, int line) in Error() argument
51 OutOfMemoryError::OutOfMemoryError (const char* message, const char* expr, const char* file, int line) in OutOfMemoryError() argument
65 void checkError (const RenderContext& context, const char* msg, const char* file, int line) in checkError() argument
70 void checkError (deUint32 err, const char* msg, const char* file, int line) in checkError() argument

Completed in 9 milliseconds

12345678910>>...57