HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 301 - 325 of 4374) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/views/controls/
prefix_selector.h 52 virtual void ExtendSelectionAndDelete(size_t before, size_t after) OVERRIDE;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-102153.js 30 // Test that the break point is set before initializing the loop variable
31 // so that we break before any iteration has been run.
regress-969.js 58 assertEquals('number', test1(), 'test1 before');
65 assertEquals('number', test2(), 'test2 before');
71 assertEquals('number', test3(), 'test3 before');
  /external/harfbuzz_ng/src/
hb-graphite2.cc 306 unsigned int before = gr_slot_before (is); local
310 while (clusters[ci].base_char > before && ci)
317 if (gr_slot_can_insert_before (is) && clusters[ci].num_chars && before >= clusters[ci].base_char + clusters[ci].num_chars)
322 c->num_chars = before - c->base_char;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 70 before = pre_action || @pre_action
73 tree = before.call( tree ) unless before.nil? or flat
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodController.cpp 192 // We should send this event before sending a TextEvent as written in Section 6.2.2 and 6.2.3 of
231 // Updates styles before setting selection for composition to prevent
400 void InputMethodController::extendSelectionAndDelete(int before, int after)
408 // A common call of before=1 and after=0 will fail if the last character
421 if (!setSelectionOffsets(PlainTextRange(std::max(static_cast<int>(selectionOffsets.start()) - before, 0), selectionOffsets.end() + after)))
423 if (before == 0)
425 ++before;
426 } while (frame().selection().start() == frame().selection().end() && before <= static_cast<int>(selectionOffsets.start()));
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 286 // space before the filename.
300 // before the filename.
329 void ExpectSameState(const ProfileData::State& before,
331 EXPECT_EQ(before.enabled, after.enabled);
332 EXPECT_EQ(before.samples_gathered, after.samples_gathered);
333 EXPECT_EQ(before.start_time, after.start_time);
334 EXPECT_STREQ(before.profile_name, after.profile_name);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiledata_unittest.cc 286 // space before the filename.
300 // before the filename.
329 void ExpectSameState(const ProfileData::State& before,
331 EXPECT_EQ(before.enabled, after.enabled);
332 EXPECT_EQ(before.samples_gathered, after.samples_gathered);
333 EXPECT_EQ(before.start_time, after.start_time);
334 EXPECT_STREQ(before.profile_name, after.profile_name);
  /external/markdown/markdown/
blockprocessors.py 228 before = block[:m.start()] # Lines before blockquote
229 # Pass lines before blockquote in recursively for parsing forst.
230 self.parser.parseBlocks(parent, [before])
343 before = block[:m.start()] # All lines before header
345 if before:
347 # lines before the header must be parsed first,
349 self.parser.parseBlocks(parent, [before])
399 # Check for lines in block before hr
    [all...]
  /external/opencv/cv/src/
_cvlist.h 3 // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
290 ELEMENT_##type* before;\
294 before = (ELEMENT_##type*)pos.m_pos;\
295 element->m_prev = before;\
296 element->m_next = before->m_next;\
297 before->m_next = element;\
  /external/chromium_org/third_party/pexpect/
pexpect.py 148 ## """Raised when a buffer fills before matching an expected pattern."""
246 child_result_list.append(child.before + child.after)
250 child_result_list.append(child.before)
264 child_result_list.append(child.before)
267 child_result_list.append(child.before)
369 turn off stdin echo, but if you send your password before the
372 real keyboard. If you introduce a slight delay just before writing then
375 to sleep just before writing to the child application. 1/20th of a
402 self.before = None
426 # Data before searchwindowsize point is preserved, but not searched
    [all...]
  /external/lldb/test/pexpect-2.4/
pexpect.py 143 ## """Raised when a scan buffer fills before matching an expected pattern."""
235 child_result_list.append(child.before + child.after)
237 child_result_list.append(child.before)
251 child_result_list.append(child.before)
254 child_result_list.append(child.before)
354 turn off stdin echo, but if you send your password before the
357 real keyboard. If you introduce a slight delay just before writing then
360 to sleep just before writing to the child application. 1/20th of a
387 self.before = None
405 self.searchwindowsize = searchwindowsize # Anything before searchwindowsize point is preserved, but not searched
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 250 return # Don't expect blank lines before the first line
270 - Immediately before a comma, semicolon, or colon.
294 yield found, "%s whitespace before '%s'" % (code, char)
307 before, after = match.groups()
309 if '\t' in before:
310 yield match.start(1), "E274 tab before keyword"
311 elif len(before) > 1:
312 yield match.start(1), "E272 multiple spaces before keyword"
337 before = line[:index]
338 if char == ':' and before.count('[') > before.count(']') and
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 551 double before = m_currentPosition; local
555 EXPECT_NEAR(before, after, 10);
560 before = m_currentPosition;
564 EXPECT_NEAR(before, after, 10);
624 double before = m_currentPosition; local
628 EXPECT_NEAR(before, after, 10);
633 before = m_currentPosition;
637 EXPECT_NEAR(before, after, 10);
1020 double before = m_currentPosition; local
1041 double before = m_currentPosition; local
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 425 DexCacheStats before; local
429 PreloadDexCachesStatsFilled(&before);
497 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches strings total=%d before=%d after=%d",
498 total.num_strings, before.num_strings, after.num_strings);
499 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches types total=%d before=%d after=%d",
500 total.num_types, before.num_types, after.num_types);
501 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches fields total=%d before=%d after=%d",
502 total.num_fields, before.num_fields, after.num_fields);
503 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches methods total=%d before=%d after=%d",
504 total.num_methods, before.num_methods, after.num_methods)
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 290 struct mtd_ecc_stats before, after; local
291 if (ioctl(fd, ECCGETSTATS, &before)) {
308 } else if (after.failed != before.failed) {
310 after.corrected - before.corrected,
311 after.failed - before.failed, pos);
313 memcpy(&before, &after, sizeof(struct mtd_ecc_stats));
  /external/chromium_org/chrome/browser/resources/bookmark_manager/css/
bmm.css 262 .drag-above::before,
280 .drag-above::before {
288 list.drag-above::before {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
widgets.css 118 input[type='checkbox']:checked::before {
128 html[dir='rtl'] input[type='checkbox']:checked::before {
132 input[type='radio']:checked::before {
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/
options_widgets.css 111 input[type='checkbox']:checked::before {
121 html[dir='rtl'] input[type='checkbox']:checked::before {
125 input[type='radio']:checked::before {
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java 152 private static File[] dropFirst(File[] before) {
153 final File[] after = new File[before.length - 1];
154 System.arraycopy(before, 1, after, 0, after.length);
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc 577 const base::TimeTicks before = base::TimeTicks::Now(); local
582 base::TimeTicks::Now() - before);
886 const base::TimeTicks before = base::TimeTicks::Now(); local
1215 const base::TimeTicks before = base::TimeTicks::Now(); local
1295 const base::TimeTicks before = base::TimeTicks::Now(); local
1381 const base::TimeTicks before = base::TimeTicks::Now(); local
1475 const base::TimeTicks before = base::TimeTicks::Now(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_vs_draw.c 108 struct tgsi_full_declaration *before,
115 for (i = before->Range.First; i < Elements(vsctx->out_remap); i++) {
121 before->Range.First + vsctx->decl_shift);
291 /* Inserting 2 instructions before the END opcode moves all following
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c 108 struct tgsi_full_declaration *before,
115 for (i = before->Range.First; i < Elements(vsctx->out_remap); i++) {
121 before->Range.First + vsctx->decl_shift);
291 /* Inserting 2 instructions before the END opcode moves all following
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 122 // to insert after, just insert before next index (even if past end)
286 * I.i.u = insert u before op @ index i
291 * 1. wipe out any insertions before op within that range.
292 * 2. Drop any replace op before that is contained completely within
307 * inserted stuff would be before the replace range. But, if you
309 * body, I think the stuff before the '{' you added should disappear too.
404 /** Get all operations before an index of a particular kind */
405 protected function getKindOfOps(rewrites:Array, kind:Class, before:int = -1):Array {
406 if (before == -1) {
407 before = rewrites.length
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-template.rb 131 before :each do
210 before :each do

Completed in 371 milliseconds

<<11121314151617181920>>