/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Strip.java | 224 Token after = (Token)all.get(index+1); local 225 String ws = after.getText(); 227 //System.out.println("killing WS after action"); 238 tokens.replace(after.getTokenIndex(), ws); 241 tokens.delete(after.getTokenIndex());
|
/external/chromium_org/chrome/browser/resources/ssl/ |
fancy_firefox.js | 63 // Supports UMA timing, which starts after the warning is first viewed. 71 // UI modifications and event listeners that take place after load.
|
firefox.js | 77 // Supports UMA timing, which starts after the warning is first viewed. 85 // UI modifications and event listeners that take place after load.
|
/external/chromium_org/remoting/host/linux/ |
x_server_clipboard.cc | 176 unsigned long item_count, after; local 180 &item_count, &after, &data); 197 unsigned long item_count, after; local 202 &item_count, &after, &data);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/ |
LengthBox.h | 79 Length after(WritingMode) const;
|
/external/chromium_org/third_party/icu/source/i18n/ |
chnsecal.h | 168 virtual int32_t newMoonNear(double days, UBool after) const;
|
/external/chromium_org/ui/base/gestures/ |
gesture_point.h | 89 bool IsInClickAggregateTimeWindow(double before, double after) const;
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-326.js | 38 assertEquals(undefined, nonArray[2], "sort undefined after largest"); 40 assertEquals(0, nonArray[4], "don't affect after length.");
|
/external/chromium_org/v8/test/webkit/ |
dfg-integer-optimization.js | 29 // The point of this test is to see if the DFG CSE's the second (a + b) against the first, after 37 // Create numbers big enough that we'll start seeing doubles only after about 200 invocations.
|
/external/clang/test/Parser/ |
cxx-casting.cpp | 44 (void)const_cast<::c>(&x); // expected-error{{found '<::' after a const_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}} 45 (void)dynamic_cast<::a>(b); // expected-error{{found '<::' after a dynamic_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}} 46 (void)reinterpret_cast<::c>(x); // expected-error{{found '<::' after a reinterpret_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}} 47 (void)static_cast<::c>(&x); // expected-error{{found '<::' after a static_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}} 51 expected-error {{expected '<' after 'static_cast'}} \ 55 (void)static_cast<: // expected-error {{expected '<' after 'static_cast'}} \ 62 (void)static_cast LC:c>(&x); // expected-error {{expected '<' after 'static_cast'}} expected-error 2{{}} expected-note{{}} 64 (void)static_cast<:C c>(&x); // expected-error {{expected '<' after 'static_cast'}} expected-error 2{{}} expected-note{{}} 67 test1::A LCC B> e; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}} 68 (void)static_cast LCC c>(&x); // expected-error{{found '<::' after a static_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?} [all...] |
/external/gtest/src/ |
Android.mk | 81 # NDK support of other archs (ie. x86 and mips) are only available after android-9 105 # NDK support of other archs (ie. x86 and mips) are only available after android-9
|
/external/v8/test/mjsunit/regress/ |
regress-326.js | 38 assertEquals(undefined, nonArray[2], "sort undefined after largest"); 40 assertEquals(0, nonArray[4], "don't affect after length.");
|
/libcore/json/src/main/java/org/json/ |
JSONTokener.java | 170 * Advances the position until after the next newline character. If the line 379 throw syntaxError("Expected ':' after " + name);
|
/ndk/toolchains/mipsel-linux-android-4.6/ |
setup.mk | 34 -fgcse-after-reload \ 35 -frerun-cse-after-loop \
|
/ndk/toolchains/mipsel-linux-android-4.7/ |
setup.mk | 34 -fgcse-after-reload \ 35 -frerun-cse-after-loop \
|
/ndk/toolchains/mipsel-linux-android-4.8/ |
setup.mk | 34 -fgcse-after-reload \ 35 -frerun-cse-after-loop \
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
TextEditor.java | 50 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
AccessPermissionWithDiffSigTest.java | 713 assertReadingClipNotAllowed(subClip, "shouldn't read after losing granted URI"); 714 assertReadingClipNotAllowed(sub2Clip, "shouldn't read after losing granted URI"); 1264 long after = System.currentTimeMillis(); local [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ObjectTest.java | 301 long after = System.currentTimeMillis(); local 302 long error = (after - before - delay); 310 toLong[count][2] = after; 321 sb.append(" after: "); 374 assertTrue("Thread did not wake after 1 ms. (status = "
|
/external/chromium_org/chrome/browser/resources/file_manager/css/ |
common.css | 36 input.common[type='checkbox']:checked::after { 48 input.common[type='checkbox'].white:not(:checked)::after { 55 input.common[type='checkbox'].white:checked::after { 62 input.common[type='checkbox']::after { 248 menu[showShortcuts] > menuitem[shortcutText][selected]:not([disabled])::after { 446 -webkit-margin-after: 10px;
|
/frameworks/base/core/tests/coretests/src/android/net/ |
NetworkStatsTest.java | 123 final NetworkStats after = new NetworkStats(TEST_START, 2) local 127 final NetworkStats result = after.subtract(before); 139 final NetworkStats after = new NetworkStats(TEST_START, 2) local 143 final NetworkStats result = after.subtract(before); 155 final NetworkStats after = new NetworkStats(TEST_START, 3) local 160 final NetworkStats result = after.subtract(before); 173 final NetworkStats after = new NetworkStats(TEST_START, 1) local 176 final NetworkStats result = after.subtract(before); 290 final NetworkStats after = before.withoutUids(new int[] { 100 }); local 292 assertEquals(2, after.size()) [all...] |
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
IsValidUtf8TestUtil.java | 394 private static void outputFailure(long byteChar, byte[] bytes, byte[] after) { 395 outputFailure(byteChar, bytes, after, after.length); 398 private static void outputFailure(long byteChar, byte[] bytes, byte[] after, 401 toHexString(bytes) + " => " + toHexString(after, len));
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
profiledata_unittest.cc | 330 const ProfileData::State& after) { 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); 443 // Start after already started. Should return false and not impact
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
profiledata_unittest.cc | 330 const ProfileData::State& after) { 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); 443 // Start after already started. Should return false and not impact
|
/external/opencv/cv/src/ |
_cvlist.h | 308 ELEMENT_##type* after;\ 312 after = (ELEMENT_##type*)pos.m_pos;\ 313 element->m_prev = after->m_prev;\ 314 element->m_next = after;\ 315 after->m_prev = element;\
|