HomeSort by relevance Sort by last modified time
    Searched defs:e5 (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/clang/test/CodeGen/
2007-04-11-PR1321.c 9 unsigned int e5 : 17; member in struct:X
  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode_unittest.cc 67 ErrorCode e5 = sandbox.Trap(NULL, "b"); local
71 SANDBOX_ASSERT(!e5.Equals(e4));
88 ErrorCode e5 = sandbox.Trap(NULL, "b"); local
92 SANDBOX_ASSERT(e4.LessThan(e5));
  /external/clang/test/Sema/
no-documentation-warn-tagdecl-specifier.c 69 /** @return e5 Test 5 - expected warning here */
70 enum e5 { two }; enum
71 enum e5* g5(void);
string-init.c 37 int e5[] = L"a"; // No error. local
  /external/openssl/crypto/aes/
aes_wrap.c 227 static const unsigned char e5[] = { local
252 ret = AES_wrap_unwrap_test(kek, 256, NULL, e5, key, 24);
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p2.cpp 99 struct E5 {
100 E5() = default;
101 E5(const E5&) = default;
102 E5(E5&&) = default;
103 E5 &operator=(const E5&) = default;
104 E5 &operator=(E5&&) = default
109 E5 e5; variable
    [all...]
  /external/clang/test/SemaCXX/
string-init.cpp 32 int e5[] = L"a"; // expected-error{{array initializer must be an initializer list}} local
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
p1.cpp 60 template<> enum class B<long>::E { e5 };
61 void fb5() { b5 = decltype(b5)::e5; }
62 B<long>::E b6 = B<long>::E::e5;
73 template<> enum class C<long>::E : long { e5 };
74 void fc1() { c1 = decltype(c1)::e5; }
75 C<long>::E c2 = C<long>::E::e5;
84 template<typename T> enum class B<T*>::E { e5, e6 }; // expected-error {{nested name specifier for a declaration cannot depend on a template parameter}} member in class:C::B::E
  /external/clang/test/CodeGenCXX/
pr12251.cpp 44 enum e5 { e5_a = -16, e5_b = 16}; enum
45 e5 g5(e5 *x) {
  /external/jdiff/src/jdiff/
JDiff.java 232 } catch (InvocationTargetException e5) {
234 e5.printStackTrace();
RootDocToXML.java 444 } catch (InvocationTargetException e5) {
446 e5.printStackTrace();
    [all...]
  /libcore/luni/src/main/java/java/util/
DualPivotQuicksort.java 131 int e5 = right - sixth; local
137 int ae1 = a[e1], ae2 = a[e2], ae3 = a[e3], ae4 = a[e4], ae5 = a[e5];
149 a[e1] = ae1; a[e3] = ae3; a[e5] = ae5;
290 if (less < e1 && great > e5) {
409 int e5 = right - sixth; local
415 long ae1 = a[e1], ae2 = a[e2], ae3 = a[e3], ae4 = a[e4], ae5 = a[e5];
427 a[e1] = ae1; a[e3] = ae3; a[e5] = ae5;
568 if (less < e1 && great > e5) {
704 int e5 = right - sixth; local
710 short ae1 = a[e1], ae2 = a[e2], ae3 = a[e3], ae4 = a[e4], ae5 = a[e5];
997 int e5 = right - sixth; local
1292 int e5 = right - sixth; local
1665 int e5 = right - sixth; local
2038 int e5 = right - sixth; local
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 366 DropBoxManager.Entry e5 = dropbox.getNextEntry(null, e4.getTimeMillis()); local
367 DropBoxManager.Entry e6 = dropbox.getNextEntry(null, e5.getTimeMillis());
381 assertEquals("DropBoxTest1", e5.getTag());
386 assertEquals(blockSize - overhead, getEntrySize(e5));
401 e5.close();
486 DropBoxManager.Entry e5 = dropbox.getNextEntry(null, e4.getTimeMillis()); local
487 assertTrue(null == dropbox.getNextEntry(null, e5.getTimeMillis()));
489 assertEquals("TEST5", e5.getText(80));
496 e5.close();
  /external/valgrind/main/VEX/priv/
ir_opt.c 403 IRExpr *e1, *e2, *e3, *e4, *e5; local
465 e5 = flatten_Expr(bb, cas->dataLo);
467 e1, e2, e3, e4, e5 );
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 

Completed in 5882 milliseconds

1 2 3