Searched defs:e1 (Results 126 - 150 of 278) sorted by relevance

1234567891011>>

/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractImmutableSetTest.java49 protected abstract Set<String> of(String e1, String e2); argument
50 protected abstract Set<String> of(String e1, String e2, String e3); argument
51 protected abstract Set<String> of(String e1, String e2, String e3, String e4); argument
52 protected abstract Set<String> of(String e1, String e2, String e3, String e4, argument
54 protected abstract Set<String> of(String e1, String e2, String e3, String e4, argument
/external/libsepol/src/
H A Debitmap.c18 int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2) argument
24 n1 = e1->node;
57 dst->highbit = (e1->highbit > e2->highbit) ? e1->highbit : e2->highbit;
61 int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1) argument
65 if (ebitmap_or(&tmp, dst, e1))
74 int ebitmap_and(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2) argument
76 unsigned int i, length = min(ebitmap_length(e1), ebitmap_length(e2));
79 if (ebitmap_get_bit(e1, i) && ebitmap_get_bit(e2, i)) {
88 int ebitmap_xor(ebitmap_t *dst, ebitmap_t *e1, ebitmap_ argument
101 ebitmap_not(ebitmap_t *dst, ebitmap_t *e1, unsigned int maxbit) argument
114 ebitmap_andnot(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2, unsigned int maxbit) argument
128 ebitmap_cardinality(ebitmap_t *e1) argument
137 ebitmap_hamming_distance(ebitmap_t * e1, ebitmap_t * e2) argument
150 ebitmap_cmp(const ebitmap_t * e1, const ebitmap_t * e2) argument
200 ebitmap_contains(const ebitmap_t * e1, const ebitmap_t * e2) argument
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest_pred_impl.h88 const char* e1,
94 << e1 << ") evaluates to false, where"
95 << "\n" << e1 << " evaluates to " << v1;
130 const char* e1,
138 << e1 << ", "
140 << "\n" << e1 << " evaluates to " << v1
179 const char* e1,
189 << e1 << ", "
192 << "\n" << e1 << " evaluates to " << v1
235 const char* e1,
87 AssertPred1Helper(const char* pred_text, const char* e1, Pred pred, const T1& v1) argument
129 AssertPred2Helper(const char* pred_text, const char* e1, const char* e2, Pred pred, const T1& v1, const T2& v2) argument
178 AssertPred3Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, Pred pred, const T1& v1, const T2& v2, const T3& v3) argument
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest_pred_impl.h88 const char* e1,
94 << e1 << ") evaluates to false, where"
95 << "\n" << e1 << " evaluates to " << v1;
130 const char* e1,
138 << e1 << ", "
140 << "\n" << e1 << " evaluates to " << v1
179 const char* e1,
189 << e1 << ", "
192 << "\n" << e1 << " evaluates to " << v1
235 const char* e1,
87 AssertPred1Helper(const char* pred_text, const char* e1, Pred pred, const T1& v1) argument
129 AssertPred2Helper(const char* pred_text, const char* e1, const char* e2, Pred pred, const T1& v1, const T2& v2) argument
178 AssertPred3Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, Pred pred, const T1& v1, const T2& v2, const T3& v3) argument
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dextensions.c808 const struct extension *e1 = &extension_table[i1]; local
812 res = (int)e1->year - (int)e2->year;
815 res = strcmp(e1->name, e2->name);
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h114 static void TAG(triangle)( struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 ) argument
127 v[1] = (VERTEX *)GET_VERTEX(e1);
194 VERT_SET_RGBA( v[1], vbcolor[e1] );
214 VERT_SET_SPEC( v[1], vbspec[e1] );
267 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
270 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
280 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
283 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
340 GLuint e0, GLuint e1, GLuint e2, GLuint e3 )
351 v[1] = (VERTEX *)GET_VERTEX(e1);
339 quadr( struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2, GLuint e3 ) argument
579 quadr( struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2, GLuint e3 ) argument
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest_pred_impl.h88 const char* e1,
95 << e1 << ") evaluates to false, where"
96 << "\n" << e1 << " evaluates to " << v1;
132 const char* e1,
141 << e1 << ", "
143 << "\n" << e1 << " evaluates to " << v1
183 const char* e1,
194 << e1 << ", "
197 << "\n" << e1 << " evaluates to " << v1
241 const char* e1,
87 AssertPred1Helper(const char* pred_text, const char* e1, Pred pred, const T1& v1) argument
131 AssertPred2Helper(const char* pred_text, const char* e1, const char* e2, Pred pred, const T1& v1, const T2& v2) argument
182 AssertPred3Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, Pred pred, const T1& v1, const T2& v2, const T3& v3) argument
240 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
305 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/skia/samplecode/
H A DSampleColorFilter.cpp58 int e1 = 0; local
78 e1 += err1;
84 SkDebugf("--- trunc: %d %d round: %d %d new: %d %d\n", e0, ae0, e1, ae1, e2, ae2);
/external/valgrind/main/coregrind/
H A Dm_execontext.c206 Bool VG_(eq_ExeContext) ( VgRes res, ExeContext* e1, ExeContext* e2 ) argument
210 if (e1 == NULL || e2 == NULL)
214 tl_assert(e1->n_ips >= 1 && e2->n_ips >= 1);
221 if ( (e1->n_ips <= i) && (e2->n_ips <= i)) return True;
222 if ( (e1->n_ips <= i) && !(e2->n_ips <= i)) return False;
223 if (!(e1->n_ips <= i) && (e2->n_ips <= i)) return False;
224 if (e1->ips[i] != e2->ips[i]) return False;
232 if ( (e1->n_ips <= i) && (e2->n_ips <= i)) return True;
233 if ( (e1->n_ips <= i) && !(e2->n_ips <= i)) return False;
234 if (!(e1
[all...]
/external/chromium_org/components/signin/core/browser/
H A Daccount_tracker_service_unittest.cc107 testing::AssertionResult CheckEvents(const TrackingEvent& e1);
108 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
110 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
151 const TrackingEvent& e1) {
153 events.push_back(e1);
158 const TrackingEvent& e1,
161 events.push_back(e1);
167 const TrackingEvent& e1,
171 events.push_back(e1);
150 CheckEvents( const TrackingEvent& e1) argument
157 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2) argument
166 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2, const TrackingEvent& e3) argument
/external/chromium_org/google_apis/gaia/
H A Daccount_tracker_unittest.cc114 testing::AssertionResult CheckEvents(const TrackingEvent& e1);
115 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
117 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
120 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
124 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
129 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
179 const TrackingEvent& e1) {
181 events.push_back(e1);
186 const TrackingEvent& e1,
189 events.push_back(e1);
178 CheckEvents( const TrackingEvent& e1) argument
185 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2) argument
194 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2, const TrackingEvent& e3) argument
205 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2, const TrackingEvent& e3, const TrackingEvent& e4) argument
218 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2, const TrackingEvent& e3, const TrackingEvent& e4, const TrackingEvent& e5) argument
233 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2, const TrackingEvent& e3, const TrackingEvent& e4, const TrackingEvent& e5, const TrackingEvent& e6) argument
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duvector.cpp498 UElement e1 = *static_cast<const UElement *>(left); local
500 int32_t result = (*compare)(e1, e2);
511 const UElement *e1 = static_cast<const UElement *>(left); local
513 int32_t result = e1->integer < e2->integer? -1 :
514 e1->integer == e2->integer? 0 : 1;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicParameterization.cpp435 double e1, f1, g1, h1; local
437 alt_set_abcd(&one[0].y, e1, f1, g1, h1);
439 set_abcd(&one[0].y, e1, f1, g1, h1);
440 calc_ABCD(a1, e1, p1);
457 double e1 = one[0].y; local
461 calc_ABCD(a1, b1, c1, d1, e1, f1, g1, h1, p1);
484 p1[index] = (*calc_proc[procIndex])(a1, b1, c1, d1, e1, f1, g1, h1);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dactions.c424 RegExp *mkDiff(RegExp *e1, RegExp *e2){ argument
427 if(!(m1 = RegExp_isA(e1, MATCHOP)))
435 static RegExp *doAlt(RegExp *e1, RegExp *e2){ argument
436 if(!e1)
439 return e1;
440 return RegExp_new_AltOp(e1, e2);
443 RegExp *mkAlt(RegExp *e1, RegExp *e2){ argument
446 if((a = RegExp_isA(e1, ALTOP))){
448 e1 = a->d.AltCatOp.exp2;
449 } else if((m1 = RegExp_isA(e1, MATCHO
[all...]
H A Dre.h142 RegExp_new_AltOp(RegExp *e1, RegExp *e2) argument
146 r->d.AltCatOp.exp1 = e1;
152 RegExp_new_CatOp(RegExp *e1, RegExp *e2) argument
156 r->d.AltCatOp.exp1 = e1;
/external/chromium_org/v8/src/
H A Deffects.h47 // Sequential composition, as in 'e1; e2'.
48 static Effect Seq(Effect e1, Effect e2, Zone* zone) { argument
50 return Effect(Bounds::Either(e1.bounds, e2.bounds, zone), e1.modality);
53 // Alternative composition, as in 'cond ? e1 : e2'.
54 static Effect Alt(Effect e1, Effect e2, Zone* zone) { argument
56 Bounds::Either(e1.bounds, e2.bounds, zone),
57 e1.modality == POSSIBLE ? POSSIBLE : e2.modality);
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp126 Enum e1() { return DEFAULT; } function
127 // CHECK: "\01?e1@@YA?AW4Enum@@XZ"
/external/clang/test/Parser/
H A Ddeclarators.c111 enum E1 { e1 }: // expected-error {{expected ';'}} enumerator in enum:E1
/external/dhcpcd/
H A Dconfigure.c114 ssize_t i, j, e1; local
123 e1 = eq - config[i] + 1;
126 config[i], e1) == 0)
/external/guava/guava/src/com/google/common/collect/
H A DImmutableList.java88 public static <E> ImmutableList<E> of(E e1, E e2) { argument
89 return construct(e1, e2);
97 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { argument
98 return construct(e1, e2, e3);
106 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { argument
107 return construct(e1, e2, e3, e4);
115 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { argument
116 return construct(e1, e2, e3, e4, e5);
124 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { argument
125 return construct(e1, e
133 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7) argument
143 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) argument
153 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) argument
163 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) argument
173 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) argument
187 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11, E e12, E... others) argument
[all...]
/external/icu/icu4c/source/common/
H A Duvector.cpp498 UElement e1 = *static_cast<const UElement *>(left); local
500 int32_t result = (*compare)(e1, e2);
511 const UElement *e1 = static_cast<const UElement *>(left); local
513 int32_t result = e1->integer < e2->integer? -1 :
514 e1->integer == e2->integer? 0 : 1;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devsel.h193 static inline bool perf_evsel__match2(struct perf_evsel *e1, argument
196 return (e1->attr.type == e2->attr.type) &&
197 (e1->attr.config == e2->attr.config);
/external/skia/experimental/Intersection/
H A DCubicParameterization.cpp435 double e1, f1, g1, h1; local
437 alt_set_abcd(&one[0].y, e1, f1, g1, h1);
439 set_abcd(&one[0].y, e1, f1, g1, h1);
440 calc_ABCD(a1, e1, p1);
457 double e1 = one[0].y; local
461 calc_ABCD(a1, b1, c1, d1, e1, f1, g1, h1, p1);
484 p1[index] = (*calc_proc[procIndex])(a1, b1, c1, d1, e1, f1, g1, h1);
/external/valgrind/main/drd/
H A Ddrd_error.c256 * if the error kind of e1 and e2 matches and if the ExeContext's of e1 and
259 static Bool drd_compare_error_contexts(VgRes res, Error* e1, Error* e2) argument
261 tl_assert(VG_(get_error_kind)(e1) == VG_(get_error_kind)(e2));
263 switch (VG_(get_error_kind)(e1))
267 const DataRaceErrInfo* const dri1 = VG_(get_error_extra)(e1);
274 const MutexErrInfo* const mei1 = VG_(get_error_extra)(e1);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
H A DAccessibilityTabModelListItem.java419 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
426 float distance = e2.getX() - e1.getX();
433 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument

Completed in 483 milliseconds

1234567891011>>