/external/jdiff/src/jdiff/ |
DiffMyers.java | 281 storing a 1 in the element for each line that is an insertion or deletion. 286 All line numbers are origin-0 and discarded lines are not counted. */ 475 If DELETED is 0 then LINE0 is the number of the line before 485 /** Line number of 1st deleted line. */ 487 /** Line number of 1st inserted line. */ 495 If DELETED is 0 then LINE0 is the number of the line before 514 /* Allocate a flag for each line of each file, saying whether that line [all...] |
/external/openssl/crypto/asn1/ |
asn1_mac.h | 72 #define ASN1_MAC_H_err(f,r,line) \ 73 ERR_PUT_error(ASN1_MAC_ERR_LIB,(f),(r),__FILE__,(line)) 84 { c.line=__LINE__; goto err; } } \ 93 { c.line=__LINE__; goto err; } \ 101 ASN1_MAC_H_err((e),c.error,c.line); \ 108 { c.line=__LINE__; goto err; } 119 ASN1_MAC_H_err((e),c.error,c.line); \ 132 {c.line=__LINE__; goto err; } \ 139 {c.line=__LINE__; goto err; } \ 146 {c.line=__LINE__; goto err; } [all...] |
/external/openssl/crypto/ |
crypto.h | 414 void CRYPTO_lock(int mode, int type,const char *file,int line); 416 const char *file,int line)); 418 int line); 420 const char *file, int line)); 422 const char *file,int line); 428 int line); 431 void (*do_dynlock_cb)(int mode, int type, const char *file, int line)); 436 void CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *(*dyn_create_function)(const char *file, int line)); 437 void CRYPTO_set_dynlock_lock_callback(void (*dyn_lock_function)(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)); 438 void CRYPTO_set_dynlock_destroy_callback(void (*dyn_destroy_function)(struct CRYPTO_dynlock_value *l, const char *file, int line)); [all...] |
/external/openssl/include/openssl/ |
asn1_mac.h | 72 #define ASN1_MAC_H_err(f,r,line) \ 73 ERR_PUT_error(ASN1_MAC_ERR_LIB,(f),(r),__FILE__,(line)) 84 { c.line=__LINE__; goto err; } } \ 93 { c.line=__LINE__; goto err; } \ 101 ASN1_MAC_H_err((e),c.error,c.line); \ 108 { c.line=__LINE__; goto err; } 119 ASN1_MAC_H_err((e),c.error,c.line); \ 132 {c.line=__LINE__; goto err; } \ 139 {c.line=__LINE__; goto err; } \ 146 {c.line=__LINE__; goto err; } [all...] |
crypto.h | 414 void CRYPTO_lock(int mode, int type,const char *file,int line); 416 const char *file,int line)); 418 int line); 420 const char *file, int line)); 422 const char *file,int line); 428 int line); 431 void (*do_dynlock_cb)(int mode, int type, const char *file, int line)); 436 void CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *(*dyn_create_function)(const char *file, int line)); 437 void CRYPTO_set_dynlock_lock_callback(void (*dyn_lock_function)(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)); 438 void CRYPTO_set_dynlock_destroy_callback(void (*dyn_destroy_function)(struct CRYPTO_dynlock_value *l, const char *file, int line)); [all...] |
/external/webkit/WebCore/accessibility/ |
AccessibilityObject.cpp | 210 // A line in the accessibility sense should include floating objects, such as aligned image, as part of a line. 243 // we move off of a line start) 250 // keep searching for a valid line start position. Unless the VisiblePosition is at the very beginning, there should 251 // always be a valid line range. However, startOfLine will return null for position next to a floating object, 252 // since floating object doesn't really belong to any line. 253 // This check will reposition the marker before the floating object, to ensure we get a line start. 271 // make sure we move off of a line end 278 // fetch for a valid line start position 287 // as long as the position hasn't reached the end of the doc, keep searching for a valid line end positio [all...] |
/external/freetype/src/sfnt/ |
ttsbit.c | 66 /* line_bits :: The number of bits per line. */ 123 FT_Int count = line_bits; /* # of bits to extract per line */ 191 /* now, skip to next line */ 989 FT_Byte* line; local [all...] |
/bootable/recovery/edify/ |
Android.mk | 15 # Build the host-side command line tool
|
/bootable/recovery/updater/ |
updater.c | 125 char* line = strtok(state.errmsg, "\n"); local 126 while (line) { 127 fprintf(cmd_pipe, "ui_print %s\n", line); 128 line = strtok(NULL, "\n");
|
/build/core/ |
host_shared_library.mk | 23 # to simplify the link line.
|
shared_library.mk | 24 # to simplify the link line.
|
/build/tools/ |
dump-package-stats | 35 types of files in each package. Emits one line per package. 38 Example output line: 94 print "'$PROGNAME': ERROR: Line 1 is \"" $0 "\"" > \ 113 print "'$PROGNAME': ERROR: Line 2 is \"" $0 "\"" > \
|
/cts/tests/assets/webkit/ |
test_br_tag.html | 26 there are two brs after line3<br><br>line 4
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
DiscretePathEffectTest.java | 70 // draw guide line into red channel (each segment should cross this once) 102 // the number of pixels in all segments must be at least the same as the line length 104 // green line must vary in y direction 108 // intersecting pixels must be less than line length, otherwise deviation doesn't work
|
/cts/tools/signature-tools/src/signature/ |
UsageException.java | 20 * Simple exception class used to communicate that the command-line tool should
|
/dalvik/dx/src/com/android/dx/command/ |
UsageException.java | 20 * Simple exception class used to communicate that the command-line tool
|
/dalvik/dx/src/com/android/dx/util/ |
IndentingWriter.java | 27 * line. 30 /** {@code null-ok;} optional prefix for every line */ 54 * @param prefix {@code non-null;} the prefix for each line 162 * Indicates that output is at the beginning of a line.
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
LineNumberReaderTest.java | 78 assertEquals("Returned incorrect line number--expected 0, got ", 0, lnr 86 assertTrue("Returned incorrect line number--expected 2, got: " 100 String line; local 103 line = lnr.readLine(); 106 line.equals(lnr.readLine())); 134 assertEquals("Test 2: Read failed to increase the line number;", 216 assertEquals("Returned incorrect line number", 0, lnr.getLineNumber()); 217 String line = null; local 219 line = lnr.readLine(); 220 assertEquals("Test 1: Returned incorrect string;", "1", line); 245 String line = null; local [all...] |
/dalvik/tests/030-bad-finalizer/ |
run | 21 # ignore the details of the line
|
/dalvik/vm/mterp/arm-vfp/ |
fbinop2addr.S | 3 * an "instr" line that specifies an instruction that performs
|
fbinopWide.S | 3 * Provide an "instr" line that specifies an instruction that performs
|
fbinopWide2addr.S | 3 * an "instr" line that specifies an instruction that performs
|
funop.S | 3 * line that specifies an instruction that performs "s1 = op s0".
|
funopNarrower.S | 3 * "instr" line that specifies an instruction that performs "s0 = op d0".
|
funopWider.S | 3 * "instr" line that specifies an instruction that performs "d0 = op s0".
|