/external/lzma/CS/7zip/Compress/LZ/ |
LzInWindow.cs | 20 UInt32 _keepSizeBefore; // how many BYTEs must be kept in buffer before _pos
|
/external/mesa3d/docs/ |
MESA_swap_control.spec | 93 the maximum implementation-dependent value supported before being
|
/external/smack/src/org/jivesoftware/smack/util/ |
StringUtils.java | 233 if (calendar != null && calendar.before(now)) { 401 * be escaped to "Joe\20Smith" before being made into a JID (e.g. "joe\20smith@example.com" 462 * be escaped to "Joe\20Smith" before being made into a JID (e.g. "joe\20smith@example.com"
|
/external/v8/test/es5conform/ |
harness-adapt.js | 52 // Drop the before/after stuff, just run the test.
|
/external/v8/test/mjsunit/compiler/ |
regress-3218915.js | 40 // immediately before the deopt is in a comma expresion in an effect context
|
/external/v8/test/mjsunit/ |
debug-break-inline.js | 31 // inlined functions where the full-code is generated before the
|
object-define-properties.js | 59 // Make sure that all property descriptors are calculated before any
|
string-replace-one-char.js | 85 // Sliced string as input. A cons string is always flattened before sliced.
|
/external/v8/test/mjsunit/regress/ |
regress-1853.js | 78 // Set break points before the code has been compiled.
|
/external/valgrind/main/memcheck/tests/ |
mempool.stderr.exp | 4 Address 0x........ is 1 bytes before a block of size 10 client-defined
|
/frameworks/volley/src/com/android/volley/toolbox/ |
DiskBasedCache.java | 257 long before = mTotalSize; local 282 prunedFiles, (mTotalSize - before), SystemClock.elapsedRealtime() - startTime);
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldRuntimeTest.java | 48 long before = r.totalMemory() - r.freeMemory(); local 56 after != before);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
RawContactDeltaList.java | 72 * Create an {@link RawContactDeltaList} that contains the entities of the Iterator as before 87 final RawContact before = nextObject instanceof Entity local 90 final RawContactDelta rawContactDelta = RawContactDelta.fromBefore(before); 113 // No local entry before, so insert 123 * the "before" {@link Entity} states into the modified state which all
|
ValuesDelta.java | 37 * or delete operations based on a "before" {@link Entity} snapshot. 48 * we can concretely reference this {@link ValuesDelta} before it has 58 * "before" state, usually from an {@link Entity}. 60 public static ValuesDelta fromBefore(ContentValues before) { 62 entry.mBefore = before; 76 // Assign temporary id which is dropped before insert. 199 * When no "before" or "after", is transient 234 * When no "before" id, and has "after", action is "insert" 305 * Return complete set of "before" and "after" values mixed together, 337 // Any "before" record is missing, so take all values as "insert [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
RecipientsEditor.java | 105 int before, int after) { 106 if (before == 0 && after == 1) { // inserting a character 148 // it will get added to the list of recipients so we end up with the old before-editing 254 // seen before, the contact gets the correct trailing comma. But when the 283 // Check layout before getExtendedPaddingTop().
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RefactoringTest.java | 167 String before = document.get(); local 181 actual = getDiff(before, actual);
|
/external/chromium_org/v8/src/ |
messages.js | 656 * @param {number} opt_before The number of characters to prefer before the 662 var before; 669 before = opt_before; 671 // If no before is specified center for small limits and perfer more source 672 // before the the position that after for longer limits. 674 before = $floor(limit / 2); 676 before = limit - 10; 679 if (before >= limit) { 680 before = limit - 1; 687 var start_limit = this.position - before; [all...] |
/external/v8/src/ |
messages.js | 624 * @param {number} opt_before The number of characters to prefer before the 630 var before; 637 before = opt_before; 639 // If no before is specified center for small limits and perfer more source 640 // before the the position that after for longer limits. 642 before = $floor(limit / 2); 644 before = limit - 10; 647 if (before >= limit) { 648 before = limit - 1; 655 var start_limit = this.position - before; [all...] |
/development/apps/Development/src/com/android/development/ |
MediaScannerActivity.java | 88 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTokenRewriteStream.h | 165 - (ANTLRHashMap *)getKindOfOps:(ANTLRHashMap *)rewrites KindOfClass:(Class)kind Index:(NSInteger)before;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTokenRewriteStream.h | 165 - (ANTLRHashMap *)getKindOfOps:(ANTLRHashMap *)rewrites KindOfClass:(Class)kind Index:(NSInteger)before;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTokenRewriteStream.h | 165 - (ANTLRHashMap *)getKindOfOps:(ANTLRHashMap *)rewrites KindOfClass:(Class)kind Index:(NSInteger)before;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTokenRewriteStream.h | 165 - (ANTLRHashMap *)getKindOfOps:(ANTLRHashMap *)rewrites KindOfClass:(Class)kind Index:(NSInteger)before;
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/ |
basic.rb | 26 example 'insert before' do 38 example 'insert before after middle index' do 76 example 'replace middle index 1 insert before' do 113 example 'replace then insert before last index' do 245 error.to_s.should == %q<operation (insert-before @ 4 : "y") overlaps with previous operation (replace @ 2..4 : "x")>
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
X509AttributeCertificateHolder.java | 123 * Return the date before which this attribute certificate is not valid. 303 return !date.before(CertUtils.recoverDate(certValidityPeriod.getNotBeforeTime())) && !date.after(CertUtils.recoverDate(certValidityPeriod.getNotAfterTime()));
|