HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 251 - 275 of 2340) sorted by null

<<11121314151617181920>>

  /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.
  /external/harfbuzz_ng/src/
hb-graphite2.cc 301 unsigned int before = gr_slot_before (is); local
305 while (clusters[ci].base_char > before && ci)
312 if (gr_slot_can_insert_before (is) && clusters[ci].num_chars && before >= clusters[ci].base_char + clusters[ci].num_chars)
316 c->num_chars = before - c->base_char;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContentProviderOperationBuilderTest.java 10 import org.junit.Before;
25 @Before
26 public void before() { method in class:ContentProviderOperationBuilderTest
PowerManagerTest.java 9 import org.junit.Before;
22 @Before
23 public void before() { method in class:PowerManagerTest
  /external/stlport/stlport/stl/config/
_gcc.h 11 # error GNU compilers before 2.95 are not supported anymore.
35 /* define for gcc versions before 3.4.0. */
55 /* For gcc before version 3 this macro is defined below */
  /external/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.
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 11 # error GNU compilers before 2.95 are not supported anymore.
35 /* define for gcc versions before 3.4.0. */
55 /* For gcc before version 3 this macro is defined below */
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 11 # error GNU compilers before 2.95 are not supported anymore.
35 /* define for gcc versions before 3.4.0. */
55 /* For gcc before version 3 this macro is defined below */
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 11 # error GNU compilers before 2.95 are not supported anymore.
35 /* define for gcc versions before 3.4.0. */
55 /* For gcc before version 3 this macro is defined below */
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 11 # error GNU compilers before 2.95 are not supported anymore.
35 /* define for gcc versions before 3.4.0. */
55 /* For gcc before version 3 this macro is defined below */
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 11 # error GNU compilers before 2.95 are not supported anymore.
35 /* define for gcc versions before 3.4.0. */
55 /* For gcc before version 3 this macro is defined below */
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_gcc.h 11 # error GNU compilers before 2.95 are not supported anymore.
35 /* define for gcc versions before 3.4.0. */
55 /* For gcc before version 3 this macro is defined below */
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
TextEditor.java 54 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java 144 private static File[] dropFirst(File[] before) {
145 final File[] after = new File[before.length - 1];
146 System.arraycopy(before, 1, after, 0, after.length);
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
AccessPermissionWithDiffSigTest.java 1262 long before = System.currentTimeMillis(); local
    [all...]
  /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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ObjectTest.java 299 long before = System.currentTimeMillis(); local
302 long error = (after - before - delay);
306 // Allow jit to warm up before testing
309 toLong[count][1] = before;
319 sb.append(", before: ");
  /frameworks/base/core/java/android/content/
SyncRequest.java 47 * Amount of time before {@link #mSyncRunTimeSecs} from which the sync may optionally be
354 * @param beforeSeconds the amount of flex time in seconds before
368 private void setupInterval(long at, long before) {
369 if (before > at) {
374 mSyncFlexTimeSecs = before;
  /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;\
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java 119 final NetworkStats before = new NetworkStats(TEST_START, 2) local
127 final NetworkStats result = after.subtract(before);
135 final NetworkStats before = new NetworkStats(TEST_START, 2) local
143 final NetworkStats result = after.subtract(before);
151 final NetworkStats before = new NetworkStats(TEST_START, 2) local
160 final NetworkStats result = after.subtract(before);
169 final NetworkStats before = new NetworkStats(TEST_START, 2) local
176 final NetworkStats result = after.subtract(before);
282 final NetworkStats before = new NetworkStats(TEST_START, 3) local
290 final NetworkStats after = before.withoutUids(new int[] { 100 })
    [all...]
  /external/compiler-rt/lib/asan/
asan_report.cc 101 static void PrintShadowByte(const char *before, u8 byte,
104 Printf("%s%s%x%x%s%s", before,
108 static void PrintShadowBytes(const char *before, u8 *bytes,
111 if (before)
112 Printf("%s%p:", before, bytes);
115 const char *before = p == guilty ? "[" : local
118 PrintShadowByte(before, *p, after);
445 // Use ScopedInErrorReport to run common actions just before and
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 258 // If we have some composing text and a space before, then we should have
506 // Get the nth word before cursor. n = 1 retrieves the word immediately before the cursor,
507 // n = 2 retrieves the word before that, and so on. This splits on whitespace only.
508 // Also, it won't return words that end in a separator (if the nth word before the cursor
556 * @param additionalPrecedingWordsCount the number of words before the current word that should
566 final CharSequence before = mIC.getTextBeforeCursor(Constants.EDITOR_CONTENTS_CACHE_SIZE, local
570 if (before == null || after == null) {
577 int startIndexInBefore = before.length();
581 final int codePoint = Character.codePointBefore(before, startIndexInBefore)
    [all...]

Completed in 543 milliseconds

<<11121314151617181920>>