/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 915 * The command-line options `-b' and `-m', accepted and ignored. In 999 * Pass command-line variable assignments automatically through the 1051 * Provide any goals given on the command line in the variable 1155 write each shell command line to stand on its own and not require 1184 Every Makefile should contain this line: 1200 The first line clears out the suffix list, the second introduces all 1767 # line so we notice real errors from install-info. 2039 categories, insert "category lines" among them. A category line 2042 A category line consists of a tab and a reference to a special Make 2056 If you don't use a category line at the beginning of the `install' [all …]
|
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack-parser.c | 103 static int MatchRegex(const char* line, const regex_t* regex, regmatch_t* match); 178 ParseLine(NdkCrashParser* parser, const char* line) in ParseLine() argument 183 if (line == NULL || *line == '\0') { in ParseLine() 189 if (strstr(line, _crash_dump_header) != NULL) { in ParseLine() 204 if (strstr(line, _build_fingerprint_header) != NULL) { in ParseLine() 206 strstr(line, _build_fingerprint_header)); in ParseLine() 213 if (MatchRegex(line, &parser->re_pid_header, &match)) { in ParseLine() 214 fprintf(parser->out_handle, "%s\n", line + match.rm_so); in ParseLine() 222 if (MatchRegex(line, &parser->re_sig_header, &match)) { in ParseLine() 223 fprintf(parser->out_handle, "%s\n", line + match.rm_so); in ParseLine() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | logged_expectations.ipp | 92 std::string line; 94 std::getline( m_log_file, line, LINE_SEP ); 96 const_string cline( line ); 114 std::string line; 116 std::getline( m_log_file, line, LINE_SEP ); 118 const_string cline( line ); 137 std::string line; 139 std::getline( m_log_file, line, LINE_SEP ); 141 const_string cline( line ); 160 std::string line; [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | ansi2knr.c | 240 char *line; local 308 line = buf; 309 while ( fgets(line, (unsigned)(buf + bufsize - line), in) != NULL ) 311 test: line += strlen(line); 319 more = ++line; 320 f: if ( line >= buf + (bufsize - 1) ) /* overflow check */ 322 if ( fgets(line, (unsigned)(buf + bufsize - line), in) == NULL ) 334 line += strlen(line); 341 line = buf; 346 if ( line != buf + (bufsize - 1) ) /* overflow check */ [all …]
|
D | read.c | 133 static int conditional_line PARAMS ((char *line, int len, const struct floc *flocp)); 144 static void remove_comments PARAMS ((char *line)); 509 char *line; in eval() local 523 line = ebuf->buffer; in eval() 524 if (line[0] == '\0') in eval() 527 linelen = strlen (line); in eval() 531 if (line[0] == '\t') in eval() 556 bcopy (line, &commands[commands_idx], linelen); in eval() 575 strcpy (collapsed, line); in eval() 853 if (line[0] == '\t') in eval() [all …]
|
D | variable.h | 113 extern char *variable_expand PARAMS ((char *line)); 114 extern char *variable_expand_for_file PARAMS ((char *line, struct file *file)); 115 extern char *allocated_variable_expand_for_file PARAMS ((char *line, struct file *file)); 116 #define allocated_variable_expand(line) \ argument 117 allocated_variable_expand_for_file (line, (struct file *) 0) 119 extern char *variable_expand_string PARAMS ((char *line, char *string, 148 extern struct variable *parse_variable_definition PARAMS ((struct variable *v, char *line)); 149 extern struct variable *try_variable_definition PARAMS ((const struct floc *flocp, char *line, enum…
|
D | expand.c | 197 variable_expand_string (char *line, char *string, long length) in variable_expand_string() argument 204 if (!line) in variable_expand_string() 205 line = initialize_variable_output(); in variable_expand_string() 208 o = line; in variable_expand_string() 209 line_offset = line - variable_buffer; in variable_expand_string() 416 variable_expand (char *line) in variable_expand() argument 418 return variable_expand_string(NULL, line, (long)-1); in variable_expand() 449 variable_expand_for_file (char *line, struct file *file) in variable_expand_for_file() argument 455 return variable_expand (line); in variable_expand_for_file() 463 result = variable_expand (line); in variable_expand_for_file() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | assert.hpp | 42 char const * function, char const * file, long line); // user defined 71 char const * function, char const * file, long line); // user defined 98 char const * file, long line) in assertion_failed_msg() argument 103 << file << '(' << line << "): " << msg << std::endl; in assertion_failed_msg()
|
D | throw_exception.hpp | 82 throw_exception_( E const & x, char const * current_function, char const * file, int line ) in throw_exception_() argument 91 throw_line(line))); in throw_exception_()
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | test_driver.pl | 386 local($line); 390 $len = &max (length ($line), length ($testee_version), 392 $line = ("-" x $len) . "\n"; 398 &print_centered ($len, $line); 402 &print_centered ($len, $line); 544 local($line); 549 foreach $line (@moreusage) 551 print " $line\n"; 558 local($line); 562 $line = "Test Driver For $testee"; [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | origin | 14 'command line' defined on the command line 38 'undefined default environment default file command line override automatic 44 command line
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | comments | 2 ."and comment continuation to the next line using a \n" 8 ."comment to the next line using a backslash. To test whether\n" 10 ."text on the line which should never execute since it should be \n" 18 # Test comment vs semicolon parsing and line continuation
|
/ndk/sources/host-tools/make-3.81/po/ |
D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 14 # Output the file's contents by reading the next line. But don't lose the 15 # current line while doing this.
|
D | remove-potcdate.sin | 1 # Sed script that remove the POT-Creation-Date line in the header entry 11 # Yes it was empty. First occurrence. Remove the line.
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | addr2line.c | 141 static unsigned int line; variable 171 &line, &discriminator); in find_address_in_section() 193 &line, &discriminator); in find_offset_in_section() 299 if (line != 0) in translate_addresses() 302 printf ("%u (discriminator %u)\n", line, discriminator); in translate_addresses() 304 printf ("%u\n", line); in translate_addresses() 312 &line); in translate_addresses()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | config.h | 66 …static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) __at… 67 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) { in assert_rtn() argument 68 fprintf(stderr, "libunwind: %s %s:%d - %s\n", func, file, line, msg); in assert_rtn()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | new1_3.cpp | 46 int line; member 47 line_error(int i):line(i){} in line_error() 166 printf("Got error in line %d\n",e.line); in main()
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | new1_3.cpp | 46 int line; member 47 line_error(int i):line(i){} in line_error() 166 printf("Got error in line %d\n",e.line); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/ |
D | compiler.py | 34 for line in stderr.split('\n'): 35 print 'Checking {}'.format(line) 36 match = re.search(r'^Target: (.+)$', line)
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 80 const char* file, int line, DeathTest** test); 144 const char* file, int line, DeathTest** test) = 0; 151 const char* file, int line, DeathTest** test); 249 int line() const { return line_; } in line() function
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-typed-test.cc | 52 const char* file, int line, const char* registered_tests) { in VerifyRegisteredTestNames() argument 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
D | gtest-death-test.cc | 346 const char* file, int line, DeathTest** test) { in Create() argument 348 statement, regex, file, line, test); in Create() 613 int line) in WindowsDeathTest() argument 614 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {} in WindowsDeathTest() 871 const char* file, int line) : in ExecDeathTest() argument 872 ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { } in ExecDeathTest() 1154 const char* file, int line, in Create() argument 1171 if (!(flag->file() == file && flag->line() == line && in Create() 1182 *test = new WindowsDeathTest(statement, regex, file, line); in Create() 1188 *test = new ExecDeathTest(statement, regex, file, line); in Create() [all …]
|
D | gtest-port.cc | 456 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() argument 459 if (line < 0) { in FormatFileLocation() 463 return file_name + "(" + StreamableToString(line) + "):"; in FormatFileLocation() 465 return file_name + ":" + StreamableToString(line) + ":"; in FormatFileLocation() 475 const char* file, int line) { in FormatCompilerIndependentFileLocation() argument 478 if (line < 0) in FormatCompilerIndependentFileLocation() 481 return file_name + ":" + StreamableToString(line); in FormatCompilerIndependentFileLocation() 485 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) in GTestLog() argument 492 << FormatFileLocation(file, line).c_str() << ": "; in GTestLog()
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | negative | 19 # Bogus variable value passed on the command line. 40 # Bogus variable value passed on the command line.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
D | numeric_cast_traits.hpp | 26 … #pragma wave option(preserve: 2, line: 0, output: "preprocessed/numeric_cast_traits_common.hpp") 76 …#pragma wave option(preserve: 2, line: 0, output: "preprocessed/numeric_cast_traits_long_long.hpp")
|