HomeSort by relevance Sort by last modified time
    Searched full:inter (Results 1 - 25 of 201) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/base/core/java/android/os/
package.html 3 Provides basic operating system services, message passing, and inter-process
  /external/stlport/test/unit/
setinter_test.cpp 58 vector<int> inter; local
59 set_intersection(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(inter));
60 CPPUNIT_ASSERT( inter.size() == 3 );
61 CPPUNIT_ASSERT( inter[0] == 7 );
62 CPPUNIT_ASSERT( inter[1] == 8 );
63 CPPUNIT_ASSERT( inter[2] == 9 );
71 string inter; local
73 back_inserter(inter), less<char>());
74 CPPUNIT_ASSERT( inter.size() == 4 );
75 CPPUNIT_ASSERT( inter[0] == 'L' )
    [all...]
  /bionic/libc/netbsd/isc/
ev_timers.c 178 struct timespec inter,
184 printf("evSetTimer(ctx %p, func %p, uap %p, due %ld.%09ld, inter %ld.%09ld)\n",
187 (long)inter.tv_sec, inter.tv_nsec);
196 if (inter.tv_nsec >= BILLION)
202 if (inter.tv_sec < 0 || inter.tv_nsec < 0 || inter.tv_nsec >= BILLION)
215 id->inter = inter;
    [all...]
  /external/skia/src/animator/
SkOperandIterpolator.cpp 119 SkOperandInterpolator inter(3, 2, SkType_Float);
123 inter.setKeyFrame(0, 100, iset(v1, 10, 20, 30), 0);
124 inter.setKeyFrame(1, 200, iset(v2, 110, 220, 330));
126 result = inter.timeToValues(0, v);
130 result = inter.timeToValues(99, v);
134 result = inter.timeToValues(100, v);
138 result = inter.timeToValues(200, v);
142 result = inter.timeToValues(201, v);
146 result = inter.timeToValues(150, v);
150 result = inter.timeToValues(125, v)
    [all...]
  /external/skia/src/utils/
SkInterpolator.cpp 300 SkInterpolator inter(3, 2);
304 inter.setKeyFrame(0, 100, iset(v1, 10, 20, 30), 0);
305 inter.setKeyFrame(1, 200, iset(v2, 110, 220, 330));
307 result = inter.timeToValues(0, v);
311 result = inter.timeToValues(99, v);
315 result = inter.timeToValues(100, v);
319 result = inter.timeToValues(200, v);
323 result = inter.timeToValues(201, v);
327 result = inter.timeToValues(150, v);
331 result = inter.timeToValues(125, v)
    [all...]
  /external/kernel-headers/original/linux/
cache.h 47 * These could be inter-node cacheline sizes/L3 cacheline
  /development/simulator/app/
Semaphore.h 4 // Inter-process semaphore.
Shmem.h 4 // Inter-process shared memory.
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccPhoneBookInterfaceManagerProxy.java 33 * SimPhoneBookInterfaceManager to provide an inter-process communication to
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimPhoneBookInterfaceManager.java 25 * RuimPhoneBookInterfaceManager to provide an inter-process communication to
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimPhoneBookInterfaceManager.java 25 * SimPhoneBookInterfaceManager to provide an inter-process communication to
  /system/core/sh/
main.c 232 int inter; local
240 inter = 0;
242 inter = 1;
246 n = parsecmd(inter);
  /external/tcpdump/
ospf6.h 49 #define LS_TYPE_INTER_AP 3 /* Inter-Area-Prefix */
50 #define LS_TYPE_INTER_AR 4 /* Inter-Area-Router */
147 /* Inter Area Prefix LSA */
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
combined_decode.cpp 64 /* copy and pad to prev_Vop for INTER coding */
656 else /* INTER modes */
682 /* for inter just test for ringing */
712 /* for inter just test for ringing */
736 /* for inter just test for ringing */
764 /* for inter just test for ringing */
790 /* for inter just test for ringing */
814 /* for inter just test for ringing */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
combined_decode.cpp 63 /* copy and pad to prev_Vop for INTER coding */
655 else /* INTER modes */
681 /* for inter just test for ringing */
711 /* for inter just test for ringing */
735 /* for inter just test for ringing */
763 /* for inter just test for ringing */
789 /* for inter just test for ringing */
813 /* for inter just test for ringing */
  /bionic/libc/private/
thread_private.h 13 * inter-operation with libc. libc contains weak versions of the
  /frameworks/base/core/res/res/anim/
wallpaper_close_enter.xml 61 <!-- This version is a variation on the inter-activity slide that
wallpaper_close_exit.xml 59 <!-- This version is a variation on the inter-activity slide that
wallpaper_open_enter.xml 59 <!-- This version is a variation on the inter-activity slide that
wallpaper_open_exit.xml 60 <!-- This version is a variation on the inter-activity slide that
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_bus.h 2 * Header file describing the internal (inter-module) DHD interfaces.
dhd_proto.h 2 * Header file describing the internal (inter-module) DHD interfaces.
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
ipc.c 25 /* PURPOSE: Inter Process Communication utils */
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Video.h 378 * b16x16 : Enable inter block search 16x16
379 * b16x8 : Enable inter block search 16x8
380 * b8x16 : Enable inter block search 8x16
381 * b8x8 : Enable inter block search 8x8
382 * b8x4 : Enable inter block search 8x4
383 * b4x8 : Enable inter block search 4x8
384 * b4x4 : Enable inter block search 4x4
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h 361 * b16x16 : Enable inter block search 16x16
362 * b16x8 : Enable inter block search 16x8
363 * b8x16 : Enable inter block search 8x16
364 * b8x8 : Enable inter block search 8x8
365 * b8x4 : Enable inter block search 8x4
366 * b4x8 : Enable inter block search 4x8
367 * b4x4 : Enable inter block search 4x4
    [all...]

Completed in 564 milliseconds

1 2 3 4 5 6 7 8 9