HomeSort by relevance Sort by last modified time
    Searched full:previous (Results 451 - 475 of 9167) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaObjC/
warning-missing-selector-name.m 8 -(void) Name1:(id) Name2:(id)Arg2; // expected-warning {{'Name2' used as the name of the previous parameter rather than as part of the selector}} \
12 -(void) Name1:(id)Arg1 Name2:(id) Name3:(id)Arg3; // expected-warning {{'Name3' used as the name of the previous parameter rather than as part of the selector}} \
15 - method:(id) second:(id)second; // expected-warning {{'second' used as the name of the previous parameter rather than as part of the selector}} \
24 -(void) Name1:(id) Name2:(id)Arg2 {} // expected-warning {{'Name2' used as the name of the previous parameter rather than as part of the selector}} \
28 -(void) Name1:(id)Arg1 Name2:(id) Name3:(id)Arg3 {} // expected-warning {{'Name3' used as the name of the previous parameter rather than as part of the selector}} \
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}}
  /external/clang/test/SemaTemplate/
class-template-decl.cpp 24 template<class U> class A; // expected-note{{previous template declaration is here}}
32 template<INT M> class NonTypeTemplateParm; // expected-note{{previous non-type template parameter with type 'INT' (aka 'int') is here}}
38 template<template<class> class Y> class TemplateTemplateParm; // expected-note{{previous template declaration is here}} \
39 // expected-note{{previous template template parameter is here}}
46 struct test {}; // expected-note{{previous definition}}
  /external/clang/test/Sema/
switch.c 10 case 42: ; // expected-note {{previous case}}
17 case 43: ; // expected-note {{previous case}}
20 case 100 ... 20000:; // expected-note {{previous case}}
70 default: // expected-note {{previous case defined here}}
333 case 5: // expected-note {{previous case}}
336 case 7: // expected-note {{previous case}}
338 // expected-note {{previous case}}
340 // expected-note {{previous case}}
342 // expected-note {{previous case}}
345 case 3: // expected-note {{previous case}
    [all...]
  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 70 int v; // expected-note {{previous definition is here}}
74 template<typename T> T v; // expected-note {{previous definition is here}}
78 template<typename T> T v0; // expected-note {{previous definition is here}}
81 template<typename T> T v; // expected-note {{previous definition is here}}
84 template<typename T> extern int v1; // expected-note {{previous template declaration is here}}
93 template<typename T, typename> T v; // expected-note {{previous template declaration is here}}
94 template<typename T> T v; // expected-error {{too few template parameters in template redeclaration}} expected-note {{previous template declaration is here}}
101 // expected-note {{previous definition is here}}
108 template<typename T> T var = T(); // expected-note {{previous definition is here}}
115 template<typename T> auto v1 = T(); // expected-note {{previous definition is here}
    [all...]
extern-c.cpp 24 extern int test3_b; // expected-note {{previous definition is here}}
43 extern int test4_c; // expected-note {{previous}}
61 extern int test5_c; // expected-note {{previous}}
87 void linkage_redecl(float); // expected-note {{previous}}
92 void linkage_from_outer_1(); // expected-note {{previous}}
93 void linkage_from_outer_2(); // expected-note {{previous}}
112 void linkage_across_scopes_g(); // expected-note {{previous}}
  /external/guava/guava/src/com/google/common/collect/
RegularContiguousSet.java 79 protected C computeNext(C previous) {
80 return equalsOrThrow(previous, last) ? null : domain.next(previous);
91 protected C computeNext(C previous) {
92 return equalsOrThrow(previous, first) ? null : domain.previous(previous);
  /external/llvm/test/MC/AsmParser/
section.s 7 .previous
11 .previous
15 .previous
35 .previous
39 .previous
45 .previous
47 .previous
  /libcore/luni/src/main/java/libcore/icu/
CollationElementIteratorICU.java 23 * data string depending on whether next() is called or previous().
33 * ce = iterator.previous();
61 * Get the ordering priority of the previous collation element in the text.
63 * @return previous collation element ordering, or NULLORDER if the end of
67 public int previous() { method in class:CollationElementIteratorICU
68 return NativeCollation.previous(address);
74 * @param order collation order returned by previous or next.
  /external/selinux/libsemanage/src/
seusers_local.c 56 const semanage_seuser_t * previous,
76 if (previous) {
77 psename = semanage_seuser_get_sename(previous);
78 pmls = semanage_seuser_get_mlsrange(previous);
127 semanage_seuser_t *previous = NULL; local
158 (void) semanage_seuser_query(handle, key, &previous);
161 if (semanage_seuser_audit(handle, new, previous, AUDIT_ROLE_ASSIGN, rc == 0) < 0)
164 if (previous)
165 semanage_seuser_free(previous);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
structs.h 34 /* 1 - both bytes are empty (we just filled the previous memory */
46 /* 1 - both bytes are empty (we just filled the previous memory */
192 WebRtc_Word16 prevFrameSizeMs; /* Previous frame size (in ms) */
193 WebRtc_UWord16 prevRtpNumber; /* Previous RTP timestamp from received packet */
195 WebRtc_UWord32 prevSendTime; /* Send time for previous packet, from RTP header */
196 WebRtc_UWord32 prevArrivalTime; /* Arrival time for previous packet (in ms using timeGetTime()) */
197 WebRtc_UWord16 prevRtpRate; /* rate of previous packet, derived from RTP timestamps (in bits/s) */
255 /* boolean, flags if previous packet exceeded B.N. */
374 /* 1 - both bytes are empty (we just filled the previous memory */
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathPoint.java 20 * location from the previous path location (if any). Any PathPoint holds the information for
22 * previous location.
50 * The motion described by the path to get from the previous PathPoint in an AnimatorPath
  /external/clang/test/Modules/
decldef.mm 7 // expected-note@Inputs/def.h:5 0-1{{previous}}
8 // expected-note@Inputs/def.h:16 0-1{{previous}}
9 // expected-note@Inputs/def-include.h:11 0-1{{previous}}
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 13 void foo4() { } // expected-note {{previous definition is here}}
15 void foo5() { } // expected-note {{previous definition is here}}
46 template <class T> void foo5() {} //expected-note {{previous definition is here}}
  /external/icu/icu4c/source/test/perf/ustrperf/
StringPerf_r.pl 29 my $p1; # Previous
33 $p1 = "cd ".$ICUPrevious."/bin && ".$ICUPathPrevious."/ustrperf/$WindowsPlatform/Release/stringperf.exe -b -u"; # Previous
36 $p1 = "LD_LIBRARY_PATH=".$ICUPrevious."/source/lib:".$ICUPrevious."/source/tools/ctestfw ".$ICUPathPrevious."/ustrperf/stringperf -b -u"; # Previous
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CharacterIteratorWrapper.java 69 * @see UCharacterIterator#previous()
71 public int previous() { method in class:CharacterIteratorWrapper
72 int i = iterator.previous();
  /external/iptables/iptables/
ip6tables-restore.8 39 don't flush the previous contents of the table. If not specified,
40 \fBip6tables-restore\fP flushes (deletes) all previous contents of the
56 flushes (deletes) all previous contents of the respective IPv6 Table.
  /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/lldb/utils/misc/
grep-svn-log.py 26 """Add a line to the content, if there is a previous line, commit it."""
33 """Forget about the previous line, do not commit it."""
36 """Forget about the previous lines entered."""
  /external/skia/src/gpu/
GrProcOptInfo.cpp 80 // Reset these since we don't care if previous stages read these values
90 // Since we are clearing all previous color stages we are in a state where we have found
93 // Reset these since we don't care if previous stages read these values
  /external/v8/src/base/platform/
elapsed-timer.h 50 // Restarts the timer and returns the time elapsed since the previous start.
65 // Returns the time elapsed since the previous start. This method may only
75 // previous start, or |false| if not. This method may only be called on
  /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/media/java/android/media/
MediaTimeProvider.java 28 * Cancels all previous notification request from this listener if any. It
41 * Cancels all previous notification request from this listener if any. It
49 * Cancels all previous notification request from this listener if any.
  /frameworks/base/sax/java/android/sax/
Children.java 42 Child previous; local
51 previous = current;
57 previous.next = current;
  /bionic/libc/arch-common/bionic/
pthread_atfork.h 22 // Libc used to export this in previous versions, therefore it needs

Completed in 92 milliseconds

<<11121314151617181920>>