/external/clang/test/SemaTemplate/ |
elaborated-type-specifier.cpp | 6 enum T::X v; // expected-error{{use of 'X' with tag type that does not match previous declaration}} \ 14 class X { }; // expected-note{{previous use is here}}
|
class-template-decl.cpp | 17 template<class U> class A; // expected-note{{previous template declaration is here}} 25 template<INT M> class NonTypeTemplateParm; // expected-note{{previous non-type template parameter with type 'INT' (aka 'int') is here}} 31 template<template<class> class Y> class TemplateTemplateParm; // expected-note{{previous template declaration is here}} \ 32 // expected-note{{previous template template parameter is here}} 39 struct test {}; // expected-note{{previous definition}}
|
/external/icu4c/test/perf/perldriver/ |
Common.pl | 16 $ICUPrevious = ""; # Change to path of previous ICU 17 $ICUPrevious2 = ""; # Change to path of ICU before previous release
|
/external/icu4c/test/perf/utfperf/ |
UtfPerf.pl | 33 $p1 = $ICUPathPrevious."/utfperf/$WindowsPlatform/Release/utfperf.exe -e gb18030"; # Previous 36 $p1 = $ICUPathPrevious."/utfperf/utfperf -e gb18030"; # Previous
|
/external/icu4c/test/perf/utrie2perf/ |
utrie2perf.pl | 33 $p1 = $ICUPathPrevious."/utfperf/$WindowsPlatform/Release/utfperf.exe -e gb18030"; # Previous 36 $p1 = $ICUPathPrevious."/utfperf/utfperf -e gb18030"; # Previous
|
/external/oprofile/module/x86/ |
oprofile_nmi.S | 48 .previous; \ 54 .previous
|
/external/webkit/LayoutTests/fast/dom/Node/ |
fragment-mutation-expected.txt | 7 Moving next item to become previous sibling of the re-parentee should not result in stack exhaustion: PASS 15 Moving next item to become previous sibling of the re-parentee should not result in stack exhaustion: PASS
|
/frameworks/base/docs/html-intl/ja/training/monitoring-device-state/ |
connectivity-monitoring.jd | 7 previous.title=??????????????????? 8 previous.link=docking-monitoring.html
|
/frameworks/base/docs/html-intl/ru/training/monitoring-device-state/ |
manifest-receivers.jd | 7 previous.title=Determining and Monitoring the Connectivity Status 8 previous.link=connectivity-monitoring.html
|
/frameworks/base/docs/html-intl/zh-cn/training/monitoring-device-state/ |
connectivity-monitoring.jd | 7 previous.title=?????????????? 8 previous.link=docking-monitoring.html
|
/frameworks/base/tests/CanvasCompare/res/values/ |
strings.xml | 29 <!-- select and display the previous combination of painting options--> 30 <string name="previous_combination">Previous Combination</string>
|
/frameworks/native/include/cpustats/ |
ThreadCpuUsage.h | 62 // Returns the previous enabled status. 67 // Returns the previous enabled status. 70 // Set the enabled status and return the previous enabled status. 77 // first time because there is no previous point to subtract from. 79 // then adds a sample for tracked CPU ns since the previous 81 // setEnabled(true). If there was a previous sample but tracking is 96 // the previous sample or since the first call to sampleAndEnable(), 97 // enable(), or setEnabled(true) if no previous sample.
|
/external/clang/lib/Frontend/ |
FrontendAction.cpp | 38 ASTDeserializationListener *Previous; 42 ASTDeserializationListener *Previous) 43 : Previous(Previous) { } 46 if (Previous) 47 Previous->ReaderInitialized(Reader); 51 if (Previous) 52 Previous->IdentifierRead(ID, II); 55 if (Previous) 56 Previous->TypeRead(Idx, T) [all...] |
/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}} \
|
/bionic/libc/kernel/arch-arm/asm/ |
uaccess.h | 51 #define __get_user_asm_byte(x,addr,err) __asm__ __volatile__( "1: ldrbt %1,[%2],#0\n" "2:\n" " .section .fixup,\"ax\"\n" " .align 2\n" "3: mov %0, %3\n" " mov %1, #0\n" " b 2b\n" " .previous\n" " .section __ex_table,\"a\"\n" " .align 3\n" " .long 1b, 3b\n" " .previous" : "+r" (err), "=&r" (x) : "r" (addr), "i" (-EFAULT) : "cc") 59 #define __get_user_asm_word(x,addr,err) __asm__ __volatile__( "1: ldrt %1,[%2],#0\n" "2:\n" " .section .fixup,\"ax\"\n" " .align 2\n" "3: mov %0, %3\n" " mov %1, #0\n" " b 2b\n" " .previous\n" " .section __ex_table,\"a\"\n" " .align 3\n" " .long 1b, 3b\n" " .previous" : "+r" (err), "=&r" (x) : "r" (addr), "i" (-EFAULT) : "cc") 64 #define __put_user_asm_byte(x,__pu_addr,err) __asm__ __volatile__( "1: strbt %1,[%2],#0\n" "2:\n" " .section .fixup,\"ax\"\n" " .align 2\n" "3: mov %0, %3\n" " b 2b\n" " .previous\n" " .section __ex_table,\"a\"\n" " .align 3\n" " .long 1b, 3b\n" " .previous" : "+r" (err) : "r" (x), "r" (__pu_addr), "i" (-EFAULT) : "cc") 71 #define __put_user_asm_word(x,__pu_addr,err) __asm__ __volatile__( "1: strt %1,[%2],#0\n" "2:\n" " .section .fixup,\"ax\"\n" " .align 2\n" "3: mov %0, %3\n" " b 2b\n" " .previous\n" " .section __ex_table,\"a\"\n" " .align 3\n" " .long 1b, 3b\n" " .previous" : "+r" (err) : "r" (x), "r" (__pu_addr), "i" (-EFAULT) : "cc") 81 #define __put_user_asm_dword(x,__pu_addr,err) __asm__ __volatile__( "1: strt " __reg_oper1 ", [%1], #4\n" "2: strt " __reg_oper0 ", [%1], #0\n" "3:\n" " .section .fixup,\"ax\"\n" " .align 2\n" "4: mov %0, %3\n" " b 3b\n" " .previous\n" " .section __ex_table,\"a\"\n" " .align 3\n" " .long 1b, 4b\n" " .long 2b, 4b\n" " .previous" : "+r" (err), "+r" (__pu_addr) : "r" (x), "i" (-EFAULT) : "cc" [all...] |
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/ |
FormManagerAndroid.cpp | 159 // a previous node of |element|. 162 Node* previous = element.previousSibling(); local 163 if (!previous) 166 if (previous->isTextNode()) { 167 inferred_label = WTFStringToString16(previous->nodeValue()); 171 // If we didn't find text, check for previous paragraph. 174 if (inferred_label.empty() && previous->isElementNode()) { 175 Element* element = static_cast<Element*>(previous); 180 // If we didn't find paragraph, check for previous paragraph to this. 184 Node* sibling = previous->previousSibling() 246 Node* previous = parent; local 292 Node* previous = parent->previousSibling(); local [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ |
expected.html | 27 [ <a href='#failure1'>Previous Failure</a> | <a href='#failure3'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 33 [ <a href='#failure2'>Previous Failure</a> | <a href='#failure4'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 41 [ <a href='#failure3'>Previous Failure</a> | <a href='#failure5'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 49 [ <a href='#failure4'>Previous Failure</a> | <a href='#failure6'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 55 [ <a href='#failure5'>Previous Failure</a> | <a href='#failure7'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 63 [ <a href='#failure6'>Previous Failure</a> | <a href='#failure8'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 70 [ <a href='#failure7'>Previous Failure</a> | <a href='#failure9'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 77 [ <a href='#failure8'>Previous Failure</a> | <a href='#failure10'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 85 [ <a href='#failure9'>Previous Failure</a> | <a href='#failure11'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 92 [ <a href='#failure10'>Previous Failure</a> | <a href='#failure12'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br [all...] |
/external/kernel-headers/original/asm-x86/ |
alternative_32.h | 56 ".previous\n" \ 59 ".previous" :: "i" (feature) : "memory") 80 ".previous\n" \ 83 ".previous" :: "i" (feature), ##input) 95 ".previous\n" \ 98 ".previous" : output : [feat] "i" (feature), ##input) 132 ".previous\n" \
|
/external/webkit/Source/WebCore/bindings/v8/ |
IntrusiveDOMWrapperMap.h | 81 Chunk* previous = last->m_previous; local 82 if (!previous) 85 clearEntries(previous->m_entries, previous->m_entries + CHUNK_SIZE); 86 last = previous; 106 explicit Chunk(Chunk* previous) : m_previous(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(); 70 * Get the ordering priority of the previous collation element in the text. 72 * @return previous collation element ordering, or NULLORDER if the end of 76 public int previous() { method in class:CollationElementIteratorICU 77 return NativeCollation.previous(address); 83 * @param order collation order returned by previous or next.
|
/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/SemaCXX/ |
deleted-function.cpp | 7 void fn2(); // expected-note {{previous declaration is here}} 10 void fn3() = delete; // expected-note {{previous definition is here}} 66 void test4() {} // expected-note {{previous definition is here}}
|
linkage2.cpp | 4 int x; // expected-note {{previous definition is here}} 6 void f() {} // expected-note {{previous definition is here}} 111 void __attribute__((overloadable)) test9_f(int c); // expected-note {{previous declaration is here}}
|
namespace-alias.cpp | 7 int B; // expected-note {{previous definition is here}} 10 namespace C { } // expected-note {{previous definition is here}} 38 namespace B = A1; // expected-note {{previous definition is here}}
|