HomeSort by relevance Sort by last modified time
    Searched full:previous (Results 476 - 500 of 7416) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaObjC/
method-conflict.m 43 + (NSUInteger) compartmentsForClassifier: (id <XDUMLClassifier>) classifier withSpecification: (XDSCDisplaySpecification *) displaySpec; // expected-note {{previous definition is here}}
59 - (void)foo:(id)format, ...; // expected-note {{previous declaration is here}}
60 - (void)foo1:(id)format; // expected-note {{previous declaration is here}}
bad-property-synthesis-crash.m 7 // expected-note {{previous definition is here}}
interface-1.m 31 @interface FOO // expected-note {{previous definition is here}}
ivar-in-implementations.m 7 id IVAR; // expected-note {{previous definition is here}}
method-def-1.m 32 arg; // expected-note {{previous definition is here}}
  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 3 template<template<typename T> class X> struct A; // expected-note 2{{previous template template parameter is here}}
5 template<template<typename T, int I> class X> struct B; // expected-note{{previous template template parameter is here}}
7 template<template<int I> class X> struct C; // expected-note{{previous non-type template parameter with type 'int' is here}}
  /external/icu4c/test/perf/ustrperf/
StringPerf_r.pl 29 my $p1; # Previous
33 $p1 = $ICUPathPrevious."/ustrperf/$WindowsPlatform/Release/stringperf.exe -b -u"; # Previous
36 $p1 = $ICUPathPrevious."/ustrperf/stringperf -b -u"; # Previous
  /external/libogg/doc/libogg/
ogg_page_packets.html 21 leading packet is begun on a previous page, but ends on this page, it's
45 If a page consists of a packet begun on a previous page, and a new packet
51 If a page happens to be a single packet that was begun on a previous page, and
  /external/skia/legacy/include/core/
SkGraphics.h 37 * If the cache needs to allocate more, it will purge previous entries.
44 * If the cache needs to allocate more, it will purge previous entries.
46 * This function returns the previous setting, as if GetFontCacheLimit()
  /external/webrtc/src/system_wrappers/test/map/
map.cc 93 // Test Previous
94 MapItem* second_to_last_item = test_map.Previous(last_item);
97 FailTest(test_map.Previous(first_item) != NULL);
  /frameworks/base/sax/java/android/sax/
Children.java 42 Child previous; local
51 previous = current;
57 previous.next = current;
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file_unittest.cc 116 int32 previous = kZero; local
117 EXPECT_EQ(fread(&previous, sizeof(previous), 1, file.get()), 1U);
118 EXPECT_NE(previous, kZero);
  /external/clang/test/CXX/except/except.spec/
p15.cpp 26 void operator delete(void*, double) throw(int); // expected-note {{previous}}
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/
p1-neg.cpp 6 template<typename T> // expected-note{{previous template declaration}}
  /external/clang/test/Modules/
decldef.m 5 // In other file: expected-note {{previous definition is here}}
decldef.mm 5 // In other file: expected-note {{previous definition is here}}
  /external/clang/test/Parser/
cxx0x-member-initializers.cpp 5 int a; // expected-note {{previous}}
  /external/clang/test/Sema/
attr-regparm.c 10 void x5(int); // expected-note{{previous declaration is here}}
attr-weak.c 17 int C; // expected-note {{previous definition is here}}
  /external/clang/test/SemaCXX/
instantiate-blocks.cpp 22 return r; // expected-error {{return type 'double' must match previous return type 'float' when block literal has unspecified explicit return type}}
  /external/compiler-rt/lib/tsan/lit_tests/
fd_pipe_race.cc 33 // CHECK: Previous read of size 8
fd_stdout_race.cc 38 // CHECK: Previous write of size 4
free_race2.c 23 // CHECK: Previous write of size 8 at {{.*}} by main thread:
mutexset7.cc 34 // CHECK: Previous write of size 4 at {{.*}} by thread T2
race_on_read.cc 31 // CHECK: Previous write of size 1

Completed in 357 milliseconds

<<11121314151617181920>>