/external/webkit/WebKitTools/Scripts/webkitpy/commands/ |
upload.py | 132 help_text = "Mark all attachments on a bug as obsolete" 292 name = "mark-bug-fixed" 293 help_text = "Mark the specified bug as fixed" 379 make_option("--no-review", action="store_false", dest="review", default=True, help="Do not mark the patch for review."), 380 make_option("--request-commit", action="store_true", dest="request_commit", default=False, help="Mark the patch as needing auto-commit after review."),
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
ScanCncnSmSpecific.c | 138 /* mark the return status */ 280 /* mark the return status */ 420 /* mark the return status */ 555 /* mark the return status */ 703 /* mark the return status */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
BaseProjectHelper.java | 96 * @param message the message associated with the mark 97 * @param lineNumber the line number where to put the mark. If line is < 1, it puts the marker 138 * @param message the message associated with the mark 153 * @param message the message associated with the mark 240 // if it doesn't exist, we need to exit so we may as well mark it null.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ |
ScanCncnDrvSM.c | 308 /* mark that no scan is currently running */ 340 /* mark that this scan is currently running */ 450 /* mark that this scan is currently running */ 566 /* mark that this scan is no longer running */ [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
ScanCncnSmSpecific.c | 138 /* mark the return status */ 280 /* mark the return status */ 420 /* mark the return status */ 555 /* mark the return status */ 703 /* mark the return status */
|
/system/core/libacc/ |
acc.cpp | 3429 Mark mark(){ function in class:acc::Compiler::Arena 3829 Mark mark; local 3837 Mark mark = mLevelStack.back(); local [all...] |
/cts/tools/host/src/com/android/cts/ |
TestSession.java | 319 * Print the message by appending the new line mark. 449 * Mark need restarting ADB server. 452 Log.d("mark mNeedRestartAdbServer to true");
|
/dalvik/libcore/json/src/test/java/org/json/ |
JSONTokenerTest.java | 304 assertNotClean("ogham space mark", '\u1680'); 318 assertNotClean("left-to-right mark", '\u200e'); 319 assertNotClean("right-to-left mark", '\u200f');
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
ExternalMessages.properties | 81 # // K005a=Mark has been invalidated. 84 K005c=Invalid Mark. 115 K007f=Mark/Reset not supported
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
PushbackReaderTest.java | 135 * @tests java.io.PushbackReader#mark(int) 139 method = "mark", 144 pbr.mark(3);
|
/external/e2fsprogs/debugfs/ |
debugfs.8.in | 217 Mark the block number 379 Mark the block number 399 Mark inode
|
/external/icu4c/test/intltest/ |
callimts.cpp | 328 UDate mark = millis + 5000; // 5 sec local 335 if (ucal_getNow() >= mark) { 337 mark += 5000; // 5 sec
|
/external/libffi/src/x86/ |
ffi64.c | 298 /* Mark which registers the result appears in. */ 307 /* Mark the true size of the structure. */ 496 /* Mark which register the second word of the structure goes in. */
|
/external/v8/src/ |
flag-definitions.h | 192 // mark-compact.cc 197 "Flush inline caches prior to mark compact collection.") 199 "Flush code caches in maps during mark compact cycle.")
|
/frameworks/base/core/java/android/net/http/ |
Request.java | 497 "bodyProvider must support mark()"); 499 // Mark beginning of stream 500 bodyProvider.mark(Integer.MAX_VALUE);
|
/build/tools/zipalign/ |
ZipFile.cpp | 505 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush() 622 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush() 872 * Mark an entry as deleted. 885 /* mark entry as deleted, and mark archive as dirty */ 1038 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush() [all...] |
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/ |
LSSerializer.java | 125 * XML parsers. When the encoding is UTF-8, whether or not a byte order mark 129 * Byte Order Mark must be generated for non-character outputs, such as 131 * the Byte Order Mark is not generated, a "byte-order-mark-needed" warning 133 * big-endian (UTF-16BE) or little-endian (UTF-16LE) and the Byte Order Mark 424 * i.e. UTF-16. Note that no Byte Order Mark is generated in a
|
/external/webkit/WebKit/mac/Misc/ |
WebNSURLExtras.mm | 89 case 0x2039: /* SINGLE LEFT-POINTING ANGLE QUOTATION MARK */ 90 case 0x203A: /* SINGLE RIGHT-POINTING ANGLE QUOTATION MARK */ 106 case 0x3033: /* VERTICAL KANA REPEAT MARK UPPER HALF */ 107 case 0x3035: /* VERTICAL KANA REPEAT MARK LOWER HALF */ 112 case 0xFE15: /* PRESENTATION FORM FOR VERTICAL EXCLAMATION MARK */ 821 // NOTE: retain question-mark only query strings. [all...] |
/frameworks/base/tools/aapt/ |
ZipFile.cpp | 505 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush() 622 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush() 872 * Mark an entry as deleted. 885 /* mark entry as deleted, and mark archive as dirty */ 1038 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush() [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
JDKX509CertificateFactory.java | 290 in.mark(10); 385 inStream.mark(10);
|
/external/apache-http/src/org/apache/http/conn/ |
EofSensorInputStream.java | 45 * but has notable differences. It does not allow mark/reset, distinguishes 64 // override markSupported(), mark(), and reset() to disable them
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractClientConnAdapter.java | 65 * All send and receive operations will automatically clear the mark. 69 * clear the reusability mark first. The connection manager is
|
/external/clearsilver/ruby/ext/hdf/ |
neo_util.c | 56 /* Only mark the array if this is the top node, only the original node should 65 fprintf(stderr,"mark top 0x%x\n",hdfh);
|
/external/dropbear/libtommath/ |
booker.pl | 42 if ($_ =~ m/MARK/) { 60 if ($_ =~ m/MARK/) {
|
/external/icu4c/samples/ufortune/resources/ |
root.txt | 104 -- Mark Twain", 149 -- Mark Twain",
|