/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
BaseBuilder.java | 286 * @param message the message associated with the mark 415 * Parse the output of aapt and mark the incorrect file with error markers 418 * @param project the project containing the file to mark 456 // check the values and attempt to mark the file. 504 // check the values and attempt to mark the file. 518 // check the values and attempt to mark the file. 542 // check the values and attempt to mark the file. 558 // check the values and attempt to mark the file. 574 // check the values and attempt to mark the file. 589 // check the values and attempt to mark the file [all...] |
/frameworks/base/opengl/libagl/ |
matrix.cpp | 63 #pragma mark - 168 #pragma mark - 169 #pragma mark transform_t 232 #pragma mark - 233 #pragma mark matrixx_t 248 #pragma mark - 249 #pragma mark matrixf_t 382 #pragma mark - 383 #pragma mark matrix_stack_t 480 #pragma mark [all...] |
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
InflaterInputStreamTest.java | 142 * @tests java.util.zip.InflaterInputStream#mark(int) 147 method = "mark", 153 // mark do nothing, do no check 154 iis.mark(0); 155 iis.mark(-1); 156 iis.mark(10000000);
|
/external/icu4c/layout/ |
TibetanReordering.cpp | 64 //_ac A-chung, Vowel Lengthening mark 71 //_vs Visaraga/Post mark 280 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,}, // 19 - strss mark 282 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,}, // 21 - digit mark 346 // copy the rest to output, inverting the pre-number mark if present after a digit. 359 // If the present character is a number, and the next character is a pre-number combining mark
|
/external/icu4c/test/intltest/ |
g7coll.cpp | 72 /* new table collation with rules "& Question-mark ; ? & Hash-mark ; # & Ampersand ; '&' " loop to TOTALTESTSET */ 228 logln("Demo Test 3 : Create a new table collation with rules \"& Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'\""); 237 UnicodeString newRules = "& Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'";
|
/external/jpeg/ |
jcmainct.c | 149 * call suspended; then mark the main buffer empty. 223 * call suspended; then mark the main buffer empty. 231 /* If get here, we are done with this iMCU row. Mark buffer empty. */
|
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/ |
MovieControllerLayer.m | 111 #pragma mark Drawing 186 #pragma mark Movie handling 282 # pragma mark Event handling
|
/packages/apps/Email/src/com/android/email/ |
AccountBackupRestore.java | 126 // If this is the default account, mark it as such 131 // Mark this account as a backup of a Provider account, instead of a legacy 177 // Mark the default account if this is it
|
/build/tools/soslim/ |
soslim.c | 104 one more section the header. We just mark the old section for removal 134 /* Mark them as present but not yet investigated. By "investigating" 230 /* Mark the static symbol table for removal */ 237 /* Mark the symbol table's string table for removal. */ 253 /* Mark the SHT_NULL section as handled. */ 371 /* Mark this section as used. */ 409 /* Mark the section as investigated. */ 417 /* Mark the SHT_NULL section as handled. */ 421 /* Mark the section header string table as unused, we will create
|
/dalvik/dx/src/com/android/dx/rop/ |
package-info.java | 165 * <h3>mark-local</h3> 167 * A {@link RegOps.MARK_LOCAL mark-local} instruction indicates that a local 169 * purposes of debug information. A {@code mark-local} instruction has 197 * returns successfully. In such a case, a {@code mark-local} will
|
/dalvik/dx/src/com/android/dx/ssa/ |
ConstCollector.java | 253 * Inserts mark-locals if necessary when changing a register. If 255 * variable, then insert a mark-local for {@code newReg} just below 273 * This is a mark-local. it will be updated when all uses 284 // Now add a mark-local to the new reg immediately after.
|
/dalvik/dx/tests/094-scala-locals/ |
expected.txt | 66 @????: mark-local-int . <- v14:"x"I
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
ReaderTest.java | 165 * @tests {@link java.io.Reader#mark(int)} 170 method = "mark", 176 mockReader.mark(0); 177 fail("Should throw IOException for Reader do not support mark");
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
InputStreamTest.java | 108 * @tests java.io.InputStream#mark(int) 112 notes = "Verifies mark(int). Since this method does nothing, this test is intentionally kept basic.", 113 method = "mark", 118 is.mark(10);
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
DoubleBuffer.java | 164 * and mark are the same as this buffer's. 168 * buffer's position, limit and mark are independent. 179 * limit is set to capacity; the mark is cleared. 223 * The duplicated buffer's position, limit, capacity and mark are the same 229 * position, limit and mark are independent. 240 * Position, limit, capacity and mark are not considered. 360 * position, limit, capacity and mark don't affect the hash code. 541 * mark is cleared. The new buffer's read-only property and byte order are 546 * position, limit and mark are independent.
|
FloatBuffer.java | 164 * and mark are the same as this buffer. 168 * buffer's position, limit and mark are independent. 179 * limit is set to capacity; the mark is cleared. 223 * The duplicated buffer's position, limit, capacity and mark are the same 229 * position, limit and mark are independent. 240 * Position, limit, capacity and mark are not considered. 360 * position, limit, capacity and mark don't affect the hash code. 539 * mark is cleared. The new buffer's read-only property and byte order are 544 * position, limit and mark are independent.
|
IntBuffer.java | 160 * is read-only itself. The new buffer's position, limit, capacity and mark 165 * buffer's position, limit and mark are independent. 176 * limit is set to capacity; the mark is cleared. 220 * The duplicated buffer's position, limit, capacity and mark are the same 226 * position, limit and mark are independent. 237 * same. Position, limit, capacity and mark are not considered. 347 * position, limit, capacity and mark don't affect the hash code. 526 * mark is cleared. The new buffer's read-only property and byte order are 531 * position, limit and mark are independent.
|
LongBuffer.java | 163 * and mark are the same as this buffer's. 167 * buffer's position, limit and mark are independent. 178 * limit is set to capacity; the mark is cleared. 222 * The duplicated buffer's position, limit, capacity and mark are the same 228 * position, limit and mark are independent. 239 * the same. Position, limit, capacity and mark are not considered. 350 * position, limit, capacity and mark don't affect the hash code. 531 * mark is cleared. The new buffer's read-only property and byte order are 536 * position, limit and mark are independent.
|
ShortBuffer.java | 163 * and mark are the same as this buffer's. 167 * buffer's position, limit and mark are independent. 178 * limit is set to capacity; the mark is cleared. 220 * The duplicated buffer's position, limit, capacity and mark are the same 226 * position, limit and mark are independent. 237 * exactly the same. Position, limit, capacity and mark are not considered. 349 * position, limit, capacity and mark don't affect the hash code. 528 * mark is cleared. The new buffer's read-only property and byte order are 533 * position, limit and mark are independent.
|
/dalvik/vm/compiler/codegen/arm/ |
CodegenCommon.c | 69 * Mark load/store instructions that access Dalvik registers through rFP + 77 * Store the Dalvik register id in aliasInfo. Mark he MSB if it is a 64-bit 87 * Decode the register id and mark the corresponding bit(s). 357 /* Mark all resources as being clobbered */
|
/development/simulator/wrapsim/ |
BitVector.c | 93 * Mark the specified bit as "free".
|
/external/dropbear/libtommath/ |
bn_mp_toradix_n.c | 50 /* store the flag and mark the number as positive */
|
/external/e2fsprogs/debugfs/ |
debug_cmds.ct | 19 request do_dirty_filesys, "Mark the filesystem as dirty",
|
/external/elfutils/libelf/ |
elf32_newehdr.c | 69 /* Mark the ELF header has modified. */
|
gelf_update_dyn.c | 97 /* Mark the section as modified. */
|