/external/chromium_org/sync/internal_api/public/base/ |
unique_position.cc | 109 UniquePosition UniquePosition::After( 114 const std::string& after = FindGreaterWithSuffix( local 116 return UniquePosition(after + suffix, suffix); 122 const UniquePosition& after, 125 DCHECK(after.IsValid()); 126 DCHECK(before.LessThan(after)); 130 Uncompress(after.compressed_), 313 const std::string& after, 316 DCHECK_NE(before, after); 317 DCHECK_LT(before, after); [all...] |
unique_position.h | 68 static UniquePosition After(const UniquePosition& x, 71 const UniquePosition& after, 112 // Returns a string X such that |before| < (X ++ |suffix|) < |after|. 113 // |before| and after must be a trailing substrings of valid ordinals. 116 const std::string& after, 132 // The position value after it has been run through the custom compression
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
HyperParser.py | 121 after = self.indexbracket + 1 122 while after < len(self.bracketing) and \ 123 self.bracketing[after][1] >= bracketinglevel: 124 after += 1 128 if after >= len(self.bracketing) or \ 129 self.bracketing[after][0] > len(self.rawtext): 134 # We are after a real char, so it is a ')' and we give the index 138 len(self.rawtext)-(self.bracketing[after][0]-1))) 230 # [] and () may be used after an identifier, so we 234 # We can't continue after other types of bracket [all...] |
AutoExpand.py | 55 after = self.text.get("insert wordend", "end") 56 wafter = re.findall(r"\b" + word + r"\w+\b", after) 57 del after 69 # search onwards through words after
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
HyperParser.py | 121 after = self.indexbracket + 1 122 while after < len(self.bracketing) and \ 123 self.bracketing[after][1] >= bracketinglevel: 124 after += 1 128 if after >= len(self.bracketing) or \ 129 self.bracketing[after][0] > len(self.rawtext): 134 # We are after a real char, so it is a ')' and we give the index 138 len(self.rawtext)-(self.bracketing[after][0]-1))) 230 # [] and () may be used after an identifier, so we 234 # We can't continue after other types of bracket [all...] |
AutoExpand.py | 55 after = self.text.get("insert wordend", "end") 56 wafter = re.findall(r"\b" + word + r"\w+\b", after) 57 del after 69 # search onwards through words after
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2261.js | 31 // strict mode closure after modifying an argument. 39 // after the assignment and is not hoisted above the assignment. 55 // inlined strict mode closure after modifying an argument. 63 // after the assignment and is not hoisted above the assignment. 83 // deoptimizing several inlined closure after modifying an argument. 91 // after the assignment and is not hoisted above the assignment.
|
/cts/suite/pts/deviceTests/opengl/jni/graphics/ |
TexturedMeshNode.cpp | 39 void TexturedMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:TexturedMeshNode
|
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
main.js | 20 * Called by main.html after the DOM has been parsed. 38 // Final initialization is performed after all scripts and Dom is loaded.
|
/external/chromium_org/ui/base/gtk/ |
gtk_signal_registrar.h | 48 // Connect after the default handler. Returns the handler id. 66 GCallback signal_handler, gpointer data, bool after);
|
/external/llvm/bindings/ocaml/bitwriter/ |
llvm_bitwriter.mli | 21 [m] to the channel [c]. If [unbuffered] is [true], after every write the fd 28 to the channel [c]. If [unbuffered] is [true], after every write the fd
|
/external/llvm/test/MC/ARM/ |
eh-directive-pad-diagnostics.s | 27 @ TEST2: .pad after .handlerdata
|
eh-directive-personality-diagnostics.s | 27 @ TEST2: .personality after .handlerdata
|
/frameworks/base/core/java/android/text/ |
PackedObjectVector.java | 116 int after = mRows - (mRowGapStart + mRowGapLength); local 119 System.arraycopy(mValues, (mRows - after) * mColumns, newvalues, (newsize - after) * mColumns, after * mColumns);
|
/system/core/libcutils/tests/memset_mips/ |
memset_cmips.S | 101 addu a3,a0,a3 # Now a3 is the final dst after 64-byte chunks 103 # Find out, if there are any 64-byte chunks after which will be still at least 105 # "pref 30,64(a0)" prefetch, which can be used as "pref 30,0(a0)" after 116 addu t4,a0,t5 # Now t4 is the dst after 64-byte "safe" chunks
|
/external/chromium/chrome/browser/ui/cocoa/translate/ |
translate_infobar_base.h | 25 // Move the |toMove| view |spacing| pixels before/after the |anchor| view. 26 // |after| signifies the side of |anchor| on which to place |toMove|. 27 void MoveControl(NSView* anchor, NSView* toMove, int spacing, bool after); 31 // Check that the control |before| is ordered visually before the |after| 34 bool VerifyControlOrderAndSpacing(id before, id after);
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
accessibility_menu.css | 7 -webkit-padding-after: 25px;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
PseudoElement.cpp | 45 DEFINE_STATIC_LOCAL(const String, after, ("::after")); 48 case AFTER: 49 return after; 87 if (style->styleType() != BEFORE && style->styleType() != AFTER)
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
simpletz.h | 65 * TimeMode is used, together with a millisecond offset after 148 * number of milliseconds after midnight. 156 * number of milliseconds after midnight. 189 * number of milliseconds after midnight. 197 * number of milliseconds after midnight. 233 * number of milliseconds after midnight. 243 * number of milliseconds after midnight. 292 * first specified day of the week on or after the specfied day of the month. 293 * (e.g., (15, -SUNDAY) is the first Sunday after the 15th of the month 336 * first specified day of the week on or after the specfied day of the month [all...] |
/external/chromium_org/ui/android/java/src/org/chromium/ui/ |
UiUtils.java | 63 * Inserts a {@link View} into a {@link ViewGroup} after directly before a given {@View}. 74 * Inserts a {@link View} into a {@link ViewGroup} after directly after a given {@View}. 77 * @param existingView The {@link View} to insert the newView after. 85 ViewGroup container, View newView, View existingView, boolean after) { 95 if (after) index++;
|
/external/icu4c/i18n/unicode/ |
simpletz.h | 65 * TimeMode is used, together with a millisecond offset after 148 * number of milliseconds after midnight. 156 * number of milliseconds after midnight. 189 * number of milliseconds after midnight. 197 * number of milliseconds after midnight. 233 * number of milliseconds after midnight. 243 * number of milliseconds after midnight. 292 * first specified day of the week on or after the specfied day of the month. 293 * (e.g., (15, -SUNDAY) is the first Sunday after the 15th of the month 336 * first specified day of the week on or after the specfied day of the month [all...] |
/frameworks/base/tools/preload/ |
Record.java | 154 String after = result.substring(offset+6); local 156 result = String.format("%s%c%s", before, Integer.parseInt(escaped, 16), after);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
compatibility.h | 107 volatile int32 before, after; 111 after = before + addend; 113 after) != before); 153 volatile int64 before, after; 157 after = before + addend; 159 after) != before);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_tuple_params.py | 96 after = start 101 after = start + 1 105 suite[0].children[after:after] = new_lines 106 for i in range(after+1, after+len(new_lines)+1):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_tuple_params.py | 96 after = start 101 after = start + 1 105 suite[0].children[after:after] = new_lines 106 for i in range(after+1, after+len(new_lines)+1):
|