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

1 2 34 5 6 7 8 91011>>

  /external/srtp/crypto/include/
aes_cbc.h 19 v128_t previous; /* previous ciphertext block */ member in struct:__anon18735
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
jsmin_2_0_9.py 106 previous = read(1)
107 if previous == '\\':
110 if previous == '/':
115 previous = next1
118 write(previous)
119 elif not previous:
121 elif previous >= '!':
122 if previous in "'\"":
123 in_quote = previous
124 write(previous)
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetNavigateMoreKeysBase.java 130 // With previous navigate flag.
134 // With next and previous naviagte flags.
146 // Action next with previous navigate flag.
150 // Action next with next and previous navigate flags.
155 // Action previous.
159 // Action previous with next navigate flag.
163 // Action previous with previous navigate flag.
167 // Action previous with next and previous navigate flags
    [all...]
  /external/clang/test/Sema/
dllimport.c 37 __declspec(dllimport) extern int ExternGlobalDeclInit; // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
38 int ExternGlobalDeclInit = 1; // expected-warning{{'ExternGlobalDeclInit' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}}
40 __declspec(dllimport) int GlobalDeclInit; // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
41 int GlobalDeclInit = 1; // expected-warning{{'GlobalDeclInit' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}}
43 int *__attribute__((dllimport)) GlobalDeclChunkAttrInit; // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
44 int *GlobalDeclChunkAttrInit = 0; // expected-warning{{'GlobalDeclChunkAttrInit' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}}
46 int GlobalDeclAttrInit __attribute__((dllimport)); // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}
    [all...]
MicrosoftCompatibility-x86.c 2 int __stdcall f(void); /* expected-note {{previous declaration is here}} */
arg-duplicate.c 6 x, // expected-note {{previous declaration is here}}
  /external/clang/test/SemaCXX/
struct-class-redecl.cpp 5 union X { int x; float y; }; // expected-error{{use of 'X' with tag type that does not match previous declaration}}
11 struct Z { // expected-note{{previous definition is here}}
17 class A; // expected-note{{previous use is here}}
21 class B; // expected-note{{previous use is here}}\
26 class C; // expected-note{{previous use is here}}
28 // expected-note{{previous use is here}}\
31 // expected-note{{previous use is here}}
36 struct D {}; // expected-note{{previous definition is here}}\
37 // expected-note{{previous use is here}}
53 template<class U> class G; // expected-note{{previous use is here}}
    [all...]
PR9460.cpp 13 basic_string<char> struct{ // expected-error {{cannot combine with previous 'type-name' declaration specifier}}
auto-cxx0x.cpp 4 int auto b; // expected-error{{cannot combine with previous 'int' declaration specifier}}
function-overloaded-redecl.cpp 8 void f (int) { } // expected-note {{previous definition is here}}
warn-everthing.cpp 11 void testPR12271() { // expected-warning {{no previous prototype for function 'testPR12271'}}
  /external/clang/test/CXX/basic/basic.link/
p6.cpp 12 // receives the linkage of the previous declaration.
22 static_assert(get1() == &same_entity, "failed to find previous decl");
31 static_assert(get2() == same_entity_2, "failed to find previous decl");
44 static_assert(get3() == &different_entities, "failed to find previous decl");
p7.cpp 21 extern int a; // expected-note {{previous}}
22 int g(void); // expected-note {{previous}}
30 extern int a; // expected-note {{previous}}
31 int g(void); // expected-note {{previous}}
  /external/clang/test/CXX/class/class.union/
p8.cpp 4 int x = 0; // expected-note {{previous initialization is here}}
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p8.cpp 4 alignas(double) unsigned char c[sizeof(double)]; // expected-note {{previous}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p3.cpp 6 typedef I2 I; // expected-note {{previous definition is here}}
p4.cpp 4 typedef struct A {} A; // expected-note {{previous definition is here}}
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.delete/
p4.cpp 7 template<> void func2<int>(); // expected-note {{previous declaration is here}}
  /external/clang/test/CXX/temp/temp.param/
p12.cpp 7 class T2 = int> // expected-note{{previous default template argument defined here}}
15 template<class> class = Y1> // expected-note{{previous default template argument defined here}}
25 int M = 5> // expected-note{{previous default template argument defined here}}
35 template<template<class, int> class // expected-note{{previous template template parameter is here}}
  /external/clang/test/CodeGenCXX/
duplicate-mangled-name.cpp 7 void MyClass::meth() { } // expected-note {{previous}}
  /external/clang/test/Parser/
control-scope.c 5 if (z + sizeof (enum {a})) // expected-note {{previous definition is here}}
  /external/clang/test/SemaObjC/
class-def-test-1.m 7 typedef int INTF; // expected-note {{previous definition is here}}
11 @interface OBJECT @end // expected-note {{previous definition is here}}
13 @interface INTF1 : OBJECT @end // expected-note {{previous definition is here}}
19 typedef int OBJECT2; // expected-note 2 {{previous definition is here}}
duplicate-property.m 7 @property (nonatomic, retain) id x; // expected-error{{property has a previous declaration}}
qualified-protocol-method-conflicts.m 5 -(void) setX: (int) arg0; // expected-note {{previous declaration is here}}
6 +(int) C; // expected-note {{previous declaration is here}}
10 -(void) setX: (float) arg0; // expected-note 2 {{previous declaration is here}}
11 +(float) C; // expected-note 2 {{previous declaration is here}}
  /external/clang/test/SemaTemplate/
ms-class-specialization-duplicate.cpp 8 template class A<int>; // expected-note {{previous explicit instantiation is here}}

Completed in 176 milliseconds

1 2 34 5 6 7 8 91011>>