/development/samples/browseable/TextLinkify/src/com.example.android.common.logger/ |
LogFragment.java | 93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {}
|
/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/ |
LogFragment.java | 93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {}
|
/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/autotest/server/site_tests/audio_AudioRoutingUSB/ |
audio_AudioRoutingUSB.py | 10 # After connecting/disconnecting the USB headset, we wait a while for the event 56 'original one after the USB headset is '
|
/external/autotest/server/site_tests/firmware_TypeCProbeUSB3/ |
firmware_TypeCProbeUSB3.py | 62 'after %d seconds' % self.POLL_USB3_SECS),
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXCRLUtil.java | 44 if (crl.getNextUpdate().after(validityDate))
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
asm_rsp_mem_op.s | 2 # adjusted after instrumentation.
|
/external/llvm/test/MC/COFF/ |
comm-align.s | 9 # - that functions after the switch also are emitted into the correct section
|
/external/testng/src/test/java/test/mannotation/ |
MTest1.java | 52 public void after() {} method in class:MTest1
|
/external/toybox/ |
Makefile | 76 @echo ' to show diff, VERBOSE=fail to stop after first failure.'
|
/external/v8/test/mjsunit/ |
for-in-opt.js | 70 // Test lazy deopt after GetPropertyNamesFast 75 // Test lazy deopt after FILTER_KEY
|
/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.");
|
regress-parse-use-strict.js | 34 // Test switching to strict mode after string literal. 38 // Test switching to strict mode after function declaration.
|
/external/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.
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
ChildHelper.java | 455 final long after = ((mData & ~mask)) << 1; local 456 mData = before | after; 480 final long after = Long.rotateRight(mData & ~mask, 1); local 481 mData = before | after;
|
/libcore/json/src/main/java/org/json/ |
JSONTokener.java | 170 * Advances the position until after the next newline character. If the line 378 throw syntaxError("Expected ':' after " + name);
|
/ndk/build/core/toolchains/mips64el-linux-android-4.9/ |
setup.mk | 35 -fgcse-after-reload \ 36 -frerun-cse-after-loop \
|
/ndk/build/core/toolchains/mipsel-linux-android-4.9/ |
setup.mk | 35 -fgcse-after-reload \ 36 -frerun-cse-after-loop \
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
mkbuiltin.go | 11 // Run this after changing runtime.go and unsafe.go 12 // or after changing the export metadata format in the compiler.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
mkbuiltin.go | 8 // Run this after changing runtime.go and unsafe.go 9 // or after changing the export metadata format in the compiler.
|
/prebuilts/go/darwin-x86/src/encoding/ |
encoding.go | 27 // after returning. 45 // after returning.
|
/prebuilts/go/darwin-x86/src/testing/iotest/ |
reader.go | 41 // Reader returns an error (typically EOF) from the first Read call after the 44 // of in the first call after the final data.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
mkbuiltin.go | 8 // Run this after changing runtime.go and unsafe.go 9 // or after changing the export metadata format in the compiler.
|
/prebuilts/go/linux-x86/src/encoding/ |
encoding.go | 27 // after returning. 45 // after returning.
|
/prebuilts/go/linux-x86/src/testing/iotest/ |
reader.go | 41 // Reader returns an error (typically EOF) from the first Read call after the 44 // of in the first call after the final data.
|