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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/017-float/
expected.txt 0 base values: d=3.1415926535 f=3.1415927
2 base values: d=3.1415926535 f=3.1415927
3 base values: f=3.1415927 d=3.1415926535
  /dalvik/tests/077-method-override/
expected.txt 1 declaredInBase: Base
7 overridePublicWithPrivate: Base
8 overridePrivateWithPublic: Base
10 overrideVirtualWithStatic: Base
12 overrideStaticWithVirtual: Base
  /dalvik/tests/068-classloader/src/
Base.java 4 * Common base class.
6 public class Base {
7 public Base() {}
InaccessibleBase.java 4 * Non-public base class, inaccessible from alternate class loader.
SimpleBase.java 4 * Simple, public base class.
  /external/bluetooth/glib/gio/tests/
filter-streams.c 20 GInputStream *base, *f1, *f2; local
23 base = g_memory_input_stream_new_from_data ("abcdefghijk", -1, NULL);
24 f1 = g_buffered_input_stream_new (base);
25 f2 = g_buffered_input_stream_new (base);
29 g_assert (g_filter_input_stream_get_base_stream (G_FILTER_INPUT_STREAM (f1)) == base);
30 g_assert (g_filter_input_stream_get_base_stream (G_FILTER_INPUT_STREAM (f2)) == base);
32 g_assert (!g_input_stream_is_closed (base));
38 g_assert (!g_input_stream_is_closed (base));
43 g_assert (g_input_stream_is_closed (base));
45 g_object_unref (base);
51 GOutputStream *base, *f1, *f2; local
102 GInputStream *base, *f1, *f2; local
174 GOutputStream *base, *f1, *f2; local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
adler32.c 11 #define BASE 65521UL /* largest prime smaller than 65536 */
13 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
25 if (a >= (BASE << 16)) a -= (BASE << 16); \
26 if (a >= (BASE << 15)) a -= (BASE << 15); \
27 if (a >= (BASE << 14)) a -= (BASE << 14); \
28 if (a >= (BASE << 13)) a -= (BASE << 13);
    [all...]
  /external/zlib/
adler32.c 11 #define BASE 65521UL /* largest prime smaller than 65536 */
13 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
25 if (a >= (BASE << 16)) a -= (BASE << 16); \
26 if (a >= (BASE << 15)) a -= (BASE << 15); \
27 if (a >= (BASE << 14)) a -= (BASE << 14); \
28 if (a >= (BASE << 13)) a -= (BASE << 13);
    [all...]
  /frameworks/base/media/mediaserver/
Android.mk 14 base := $(LOCAL_PATH)/../.. macro
17 $(base)/libs/audioflinger \
18 $(base)/camera/libcameraservice \
19 $(base)/media/libmediaplayerservice
  /frameworks/base/cmds/system_server/library/
Android.mk 7 base = $(LOCAL_PATH)/../../.. macro
10 $(base)/camera/libcameraservice \
11 $(base)/libs/audioflinger \
12 $(base)/libs/surfaceflinger \
13 $(base)/media/libmediaplayerservice \
  /external/freetype/src/base/
ftgloadr.c 47 /* loader.base Is really the bottom of the stack. It describes a */
57 /* Add Add the `current' glyph image to the `base' one, */
60 /* The glyph loader is now a base object. Each driver used to */
89 FT_GlyphLoad base = &loader->base; local
93 base->outline.n_points = 0;
94 base->outline.n_contours = 0;
95 base->num_subglyphs = 0;
97 *current = *base;
109 FT_FREE( loader->base.outline.points )
144 FT_Outline* base = &loader->base.outline; local
187 FT_GlyphLoad base = &loader->base; local
206 FT_Outline* base = &loader->base.outline; local
283 FT_GlyphLoad base = &loader->base; local
325 FT_GlyphLoad base; local
    [all...]
  /external/tcpdump/tests/
isakmp2.out 1 IP 129.170.249.126.500 > 129.170.249.87.500: isakmp: phase 1 ? base
  /external/webkit/WebCore/xml/
xmlattrs.in 4 base
  /development/cmds/monkey/
monkey 4 base=/system
5 export CLASSPATH=$base/framework/monkey.jar
6 exec app_process $base/bin com.android.commands.monkey.Monkey $*
  /frameworks/base/cmds/am/
am 4 base=/system
5 export CLASSPATH=$base/framework/am.jar
6 exec app_process $base/bin com.android.commands.am.Am "$@"
  /frameworks/base/cmds/bmgr/
bmgr 4 base=/system
5 export CLASSPATH=$base/framework/bmgr.jar
6 exec app_process $base/bin com.android.commands.bmgr.Bmgr "$@"
  /frameworks/base/cmds/ime/
ime 4 base=/system
5 export CLASSPATH=$base/framework/ime.jar
6 exec app_process $base/bin com.android.commands.ime.Ime "$@"
  /frameworks/base/cmds/input/
input 4 base=/system
5 export CLASSPATH=$base/framework/input.jar
6 exec app_process $base/bin com.android.commands.input.Input $*
  /frameworks/base/cmds/pm/
pm 4 base=/system
5 export CLASSPATH=$base/framework/pm.jar
6 exec app_process $base/bin com.android.commands.pm.Pm "$@"
  /frameworks/base/cmds/svc/
svc 4 base=/system
5 export CLASSPATH=$base/framework/svc.jar
6 exec app_process $base/bin com.android.commands.svc.Svc $*
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
stack_profile.h 3 unsigned long check_stack(unsigned long *base);
4 unsigned long check_stack_start(unsigned long *base, unsigned long real_sp,
6 unsigned long check_stack_stop(unsigned long *base, int id);
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
stack_profile.h 3 unsigned long check_stack(unsigned long *base);
4 unsigned long check_stack_start(unsigned long *base, unsigned long real_sp,
6 unsigned long check_stack_stop(unsigned long *base, int id);
  /external/zlib/projects/visualc6/
example.dsp 39 # PROP BASE Use_MFC 0
40 # PROP BASE Use_Debug_Libraries 0
41 # PROP BASE Output_Dir "example___Win32_DLL_Release"
42 # PROP BASE Intermediate_Dir "example___Win32_DLL_Release"
43 # PROP BASE Target_Dir ""
50 # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c
51 # SUBTRACT BASE CPP /YX
54 # ADD BASE RSC /l 0x409 /d "NDEBUG"
57 # ADD BASE BSC32 /nologo
60 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32. (…)
    [all...]
minigzip.dsp 39 # PROP BASE Use_MFC 0
40 # PROP BASE Use_Debug_Libraries 0
41 # PROP BASE Output_Dir "minigzip___Win32_DLL_Release"
42 # PROP BASE Intermediate_Dir "minigzip___Win32_DLL_Release"
43 # PROP BASE Target_Dir ""
50 # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c
51 # SUBTRACT BASE CPP /YX
54 # ADD BASE RSC /l 0x409 /d "NDEBUG"
57 # ADD BASE BSC32 /nologo
60 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32. (…)
    [all...]
  /dalvik/tests/077-method-override/src2/
Base.java 17 public class Base {
19 System.out.println("declaredInBase: Base");
23 System.out.println("overridden: Base");
28 // System.out.println("wasOverridden: Base");
35 System.out.println("overrideWithPublic: Base");
43 System.out.println("overridePublicWithProtected: Base");
50 System.out.println("overrideProtectedWithPublic: Base");
58 System.out.println("overridePublicWithPrivate: Base");
65 System.out.println("overridePrivateWithPublic: Base");
73 System.out.println("overrideVirtualWithStatic: Base");
    [all...]

Completed in 76 milliseconds

1 2 3 4 5 6 7 8 91011>>