HomeSort by relevance Sort by last modified time
    Searched refs:after (Results 376 - 400 of 3109) sorted by null

<<11121314151617181920>>

  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
TextViewBindingAdapter.java 347 final OnTextChanged on, final AfterTextChanged after,
350 if (before == null && after == null && on == null && textAttrChanged == null) {
355 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
357 before.beforeTextChanged(s, start, count, after);
373 if (after != null) {
374 after.afterTextChanged(s);
393 void beforeTextChanged(CharSequence s, int start, int count, int after);
  /external/v8/test/mjsunit/regress/
regress-969.js 28 // Regression test for bugs when deoptimizing after assignments in effect
32 // deoptimizing after an assignment in effect context (the value of the
60 assertEquals('undefined', test1(), 'test1 after');
67 assertEquals('undefined', test2(), 'test2 after');
73 assertEquals('undefined', test3(), 'test3 after');
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 323 final File after = new File(before.getAbsolutePath() local
325 after.getParentFile().mkdirs();
327 Os.rename(before.getAbsolutePath(), after.getAbsolutePath());
332 final File afterFile = new File(after, "test.probe");
333 assertNotEqual(Os.getuid(), Os.stat(after.getAbsolutePath()).st_uid);
  /external/dbus/tools/
dbus-launch-x11.c 301 unsigned long after; local
315 XA_STRING, &type, &format, &items, &after,
317 if (result != Success || type == None || after != 0 || data == NULL || format != 8)
328 XA_CARDINAL, &type, &format, &items, &after,
330 if (result == Success && type != None && after == 0 && data != NULL && format == 32)
  /external/skia/src/pdf/
SkPDFMetadata.cpp 226 const char* after = nullptr) {
234 size_t afterLen = after ? strlen(after) : 0;
255 if (after) {
256 strncpy(out, after, afterLen);
  /external/toybox/toys/posix/
grep.c 27 -A Show NUM lines after -B Show NUM lines before match
85 long lcount = 0, mcount = 0, offset = 0, after = 0, before = 0; local
211 if (TT.a) after = TT.a+1;
223 int discard = (after || TT.b);
225 if (after && --after) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 364 // since this function can be called after the activity stops and resumes.
369 final ContentValues after = new ContentValues();
370 after.put(RawContacts.ACCOUNT_TYPE, account != null ? account.type : null);
371 after.put(RawContacts.ACCOUNT_NAME, account != null ? account.name : null);
372 after.put(RawContacts.DATA_SET, account != null ? account.dataSet : null);
375 = new RawContactDelta(ValuesDelta.fromAfter(after));
  /frameworks/base/core/tests/coretests/src/android/animation/
AnimatorSetActivityTest.java 94 s3.play(a1).before(a2).after(s1).with(s2).after(a3);
150 s3.play(a1).before(a2).after(a3);
151 s3.play(a1).after(a2).with(a4);
156 s4.play(a1).after(a2);
157 s4.play(a2).after(a1);
162 s5.play(a1).after(a2).before(a3);
182 s.play(a1).before(a2).before(a3).after(a4).after(a5);
215 s.play(a1).before(a2).before(a3).after(a4).after(a5)
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
prog.go 260 // an empty string between the runes before and after.
262 func (i *Inst) MatchEmptyWidth(before rune, after rune) bool {
267 return after == '\n' || after == -1
271 return after == -1
273 return wordRune(before) != wordRune(after)
275 return wordRune(before) == wordRune(after)
  /prebuilts/go/linux-x86/src/regexp/syntax/
prog.go 260 // an empty string between the runes before and after.
262 func (i *Inst) MatchEmptyWidth(before rune, after rune) bool {
267 return after == '\n' || after == -1
271 return after == -1
273 return wordRune(before) != wordRune(after)
275 return wordRune(before) == wordRune(after)
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
AccessPermissionWithDiffSigTest.java 736 assertReadingClipNotAllowed(subClip, "shouldn't read after losing granted URI");
737 assertReadingClipNotAllowed(sub2Clip, "shouldn't read after losing granted URI");
1287 long after = System.currentTimeMillis(); local
1454 long after = System.currentTimeMillis(); local
1507 long after = System.currentTimeMillis(); local
1576 long after = System.currentTimeMillis(); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CalendarTest.java 263 // DAY/MONTH has priority when DATE set after DAY_OF_YEAR
272 // DAY_OF_YEAR has priority when set after DATE
361 // Ensure last date field set is reset after computing
487 * java.util.Calendar#after(Object)
499 // test after();
500 assertTrue(late.after(early));
501 assertFalse(late.after(late));
502 assertFalse(early.after(late));
511 // test after();
512 assertTrue(late.after(early))
    [all...]
  /external/valgrind/mpi/
libmpiwrap.c 244 static __inline__ void after ( char* fnname, int err ) function
    [all...]
  /build/target/board/generic/
BoardConfig.mk 50 # rendering. This value is the number of nanoseconds after the hardware vsync
55 # image is displayed. This value may be either positive (after the HW vsync)
58 # will run just after the HW vsync. Setting it to a positive number will
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
status.css 98 .run-after-pipeline-id,
101 .run-after-link {
112 #detail .run-after-container,
  /external/v8/test/mjsunit/
debug-evaluate-const.js 35 // var0: init after break point, changed by debug eval.
37 // const1: init after break point, materialized but untouched by debug eval.
38 // const2: init after break point, materialized and changed by debug eval.
  /frameworks/native/opengl/libs/
Android.mk 92 # TODO: This is to work around b/20093774. Remove after root cause is fixed
121 # TODO: This is to work around b/20093774. Remove after root cause is fixed
148 # TODO: This is to work around b/20093774. Remove after root cause is fixed
  /packages/experimental/procstatlog/
procstatlog.c 100 // terminator: if non-NULL, processing stops after this string
389 struct timeval before, after; local
397 gettimeofday(&after, NULL);
398 printf("T - %ld.%06ld\n", after.tv_sec, after.tv_usec);
400 long elapsed_usec = (long) after.tv_usec - before.tv_usec;
401 elapsed_usec += 1000000l * (after.tv_sec - before.tv_sec);
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue7978.go 5 // Issue 7978. Stack tracing didn't work during cgo code after calling a Go
117 // test in c code, after callback
120 // test in go code, after return from cgo
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
main.go 49 // verify checks the expected counts against the actual. It runs after the test has completed.
69 // after the panic call in testPanic.
81 fmt.Fprintf(os.Stderr, "bad after panic")
  /prebuilts/go/darwin-x86/src/cmd/fix/
main_test.go 115 t.Errorf("%s: changed output after second round of fixes.\n--- output after first round\n%s\n--- output after second round\n%s",
  /prebuilts/go/darwin-x86/src/container/heap/
heap.go 22 // min-heap with the following invariants (established after
81 // Fix re-establishes the heap ordering after the element at index i has changed its value.
104 if j1 >= n || j1 < 0 { // j1 < 0 after int overflow
  /prebuilts/go/darwin-x86/src/text/template/parse/
parse_test.go 235 {"unmatched else after if", "{{if .X}}hello{{end}}{{else}}", hasError, ""},
238 {"missing end after else", "hello{{range .x}}{{else}}", hasError, ""},
241 {"variable undefined after end", "{{with $x := 4}}{{end}}{{$x}}", hasError, ""},
252 {"extra end after if", "{{if .X}}a{{else if .Y}}b{{end}}{{end}}", hasError, ""},
265 {"dot after integer", "{{1.E}}", hasError, ""},
266 {"dot after float", "{{0.1.E}}", hasError, ""},
267 {"dot after boolean", "{{true.E}}", hasError, ""},
268 {"dot after char", "{{'a'.any}}", hasError, ""},
269 {"dot after string", `{{"hello".guys}}`, hasError, ""},
270 {"dot after dot", "{{..E}}", hasError, ""}
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/test/
issue7978.go 5 // Issue 7978. Stack tracing didn't work during cgo code after calling a Go
117 // test in c code, after callback
120 // test in go code, after return from cgo
  /prebuilts/go/linux-x86/src/cmd/cover/testdata/
main.go 49 // verify checks the expected counts against the actual. It runs after the test has completed.
69 // after the panic call in testPanic.
81 fmt.Fprintf(os.Stderr, "bad after panic")

Completed in 1270 milliseconds

<<11121314151617181920>>