HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 226 - 250 of 4251) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardEmulationFragment.java 60 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
CardEmulationFragment.java 60 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /external/chromium_org/build/android/pylib/gtest/
test_runner.py 97 # Signal handlers are installed before starting tests
114 log = p.before.replace('\r', '')
138 log=p.before.replace('\r', '')))
145 log=p.before.replace('\r', '')))
152 'gtest exit code: %d\npexpect.before: %s\npexpect.after: %s',
153 ret_code, p.before, p.after)
  /external/chromium_org/content/browser/renderer_host/
ime_adapter_android.h 55 void DeleteSurroundingText(JNIEnv*, jobject, int before, int after);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodController.h 83 void extendSelectionAndDelete(int before, int after);
  /external/chromium_org/third_party/WebKit/Source/platform/
LengthBox.cpp 46 const Length& LengthBox::before(WritingMode writingMode) const function in class:WebCore::LengthBox
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutBoxExtent.h 62 LayoutUnit before(WritingMode) const;
  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils_unittest.cc 150 time_t before = ::time(NULL); local
154 // Assert that 'tm' represents a time between 'before' and 'after'.
156 time_t local_delta = before - ::mktime(::gmtime(&before)); // NOLINT
159 EXPECT_TRUE(before <= t && t <= after);
  /external/chromium_org/third_party/skia/include/core/
SkThread.h 31 * If *addr == before, set *addr to after and return true, otherwise return false.
34 static bool sk_atomic_cas(int32_t* addr, int32_t before, int32_t after);
  /external/chromium_org/third_party/webrtc/base/
timeutils_unittest.cc 133 time_t before = ::time(NULL); local
137 // Assert that 'tm' represents a time between 'before' and 'after'.
139 time_t local_delta = before - ::mktime(::gmtime(&before)); // NOLINT
142 EXPECT_TRUE(before <= t && t <= after);
  /external/chromium_org/ui/base/ime/
dummy_text_input_client.cc 98 void DummyTextInputClient::ExtendSelectionAndDelete(size_t before,
dummy_text_input_client.h 43 virtual void ExtendSelectionAndDelete(size_t before, size_t after) OVERRIDE;
text_input_client.h 114 // will be confirmed before selecting the range.
119 // composition text will be confirmed before deleting the range.
149 // before and after the selection or caret. This function should be used
153 virtual void ExtendSelectionAndDelete(size_t before, size_t after) = 0;
  /external/chromium_org/v8/test/webkit/
property-iteration.js 37 var before = Object.getOwnPropertyNames(Math);
41 shouldBeTrue('arrayEqual(before, after)');
  /external/junit/src/org/junit/rules/
TemporaryFolder.java 31 protected void before() throws Throwable { method in class:TemporaryFolder
  /external/lldb/test/pexpect-2.4/examples/
fix_cvs_files.py 57 print s.before
  /external/llvm/test/MC/ARM/
eh-directive-fnstart-diagnostics.s 24 @ CHECK: error: .fnstart starts before the end of previous one
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
VibratorTest.java 8 import org.junit.Before;
23 @Before
24 public void before() { method in class:VibratorTest
  /external/skia/include/core/
SkThread.h 31 * If *addr == before, set *addr to after and return true, otherwise return false.
34 static bool sk_atomic_cas(int32_t* addr, int32_t before, int32_t after);
  /external/valgrind/main/memcheck/tests/
errs1.stderr.exp 7 Address 0x........ is 1 bytes before a block of size 10 alloc'd
21 Address 0x........ is 1 bytes before a block of size 10 alloc'd
holey_buffer_too_small.stderr.exp 24 Address 0x........ is 1 bytes before a block of size 8 alloc'd
42 Address 0x........ is 1 bytes before a block of size 8 alloc'd
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
sp_typeinfo.hpp 56 bool before( sp_typeinfo const& rhs ) const function in class:boost::detail::sp_typeinfo
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
type_info.hpp 68 return 0!=(a.type_->before(*b.type_));
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /external/llvm/test/MC/Mips/
nacl-mask.s 9 # Test that address-masking sandboxing is added before indirect branches and
37 # Test that address-masking sandboxing is added before load instructions.
107 # Test that address-masking sandboxing is added before store instructions.
205 # masks are added before and after the instruction.
212 # but not before.
219 # before nor after.
228 # added before indirect calls.

Completed in 469 milliseconds

1 2 3 4 5 6 7 8 91011>>