HomeSort by relevance Sort by last modified time
    Searched refs:e2 (Results 176 - 200 of 338) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Nfc/src/com/android/nfc/
NfceeAccessControl.java 264 } catch (IOException e2) { }
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepServer.java 131 } catch (IOException e2) {
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /external/quake/quake/src/WinQuake/
sv_phys.cpp 153 void SV_Impact (edict_t *e1, edict_t *e2)
164 pr_global_struct->other = EDICT_TO_PROG(e2);
168 if (e2->u.v.touch && e2->u.v.solid != SOLID_NOT)
170 pr_global_struct->self = EDICT_TO_PROG(e2);
172 PR_ExecuteProgram (e2->u.v.touch);
    [all...]
  /external/valgrind/main/memcheck/
mc_errors.c     [all...]
  /gdk/samples/quake/jni/
sv_phys.cpp 153 void SV_Impact (edict_t *e1, edict_t *e2)
164 pr_global_struct->other = EDICT_TO_PROG(e2);
168 if (e2->u.v.touch && e2->u.v.solid != SOLID_NOT)
170 pr_global_struct->self = EDICT_TO_PROG(e2);
172 PR_ExecuteProgram (e2->u.v.touch);
    [all...]
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableMapTest.java 237 colliders.e2, 2,
260 0, unhashables.e0, 1, unhashables.e1, 2, unhashables.e2);
  /external/valgrind/main/none/tests/amd64/
slahf-amd64.stdout.exp 229 e2 -> c200
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
LayoutTestsExecutor.java 294 } catch (RemoteException e2) {
295 Log.e(LOG_TAG, "mCurrentTestRelativePath=" + mCurrentTestRelativePath, e2);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 659 MotionEvent e2, float velocityX, float velocityY) {
672 MotionEvent e2, float distanceX, float distanceY) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java 363 } catch (IOException e2) {
364 Log.w(USABILITY_TAG, e2);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncService.java 185 } catch (IOException e2) {
196 } catch (IOException e2) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleWizard.java 248 Map.Entry<String, List<Attr>> e2) {
249 return e1.getKey().compareTo(e2.getKey());
  /bionic/libc/netbsd/resolv/
res_cache.c 1147 entry_equals( const Entry* e1, const Entry* e2 )
1151 if (e1->querylen != e2->querylen) {
1155 _dnsPacket_init(pack2, e2->query, e2->querylen);
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 314 UnsortedValue e2 = all.get(i++); local
315 updateIndex(e2.offset, getIndexMap(e2.source), e2.index, outCount - 1);
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 127 } catch (IOException e2) {
  /external/chromium/third_party/libevent/test/
regress.c 1290 struct event e1, e2; local
1296 event_set(&e2, pair[0], EV_WRITE, test_multiple_cb, NULL);
1297 event_add(&e2, NULL);
1299 event_del(&e2);
    [all...]
  /external/clang/test/SemaCXX/
conditional-expr.cpp 131 // "the type [it] woud have if E2 were converted to an rvalue"
312 Enum e2 = false ? v2 : v; local
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
NavigableMapTestSuiteBuilder.java 126 samples.e0, samples.e1, samples.e2, samples.e3, samples.e4);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 142 Arrays.asList(samples.e0, samples.e1, samples.e2, samples.e3,
  /external/webp/src/dec/
dsp_sse2.c 517 // e0 e1 | e2 e3
527 // q1 = f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82
535 // q0 = f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
563 // q1 = f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
575 // q1 = f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
647 #define LOAD_H_EDGES4(p, stride, e1, e2, e3, e4) { \
649 e2 = _mm_loadu_si128((__m128i*)&(p)[1 * stride]); \
659 #define LOADUV_H_EDGES4(u, v, stride, e1, e2, e3, e4) { \
661 LOADUV_H_EDGE(e2, u, v, 1 * stride); \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
mixer.h 71 * \param e2 Second element
72 * \return -1 if e1 < e2, 0 if e1 == e2, 1 if e1 > e2
75 const snd_mixer_elem_t *e2);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
mixer.h 71 * \param e2 Second element
72 * \return -1 if e1 < e2, 0 if e1 == e2, 1 if e1 > e2
75 const snd_mixer_elem_t *e2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
mixer.h 71 * \param e2 Second element
72 * \return -1 if e1 < e2, 0 if e1 == e2, 1 if e1 > e2
75 const snd_mixer_elem_t *e2);

Completed in 2168 milliseconds

1 2 3 4 5 6 78 91011>>