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

12 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/lib/e2p/
percent.c 18 unsigned int e2p_percent(int percent, unsigned int base)
25 return base / (100 / percent);
26 if (mask & base)
27 return (base / 100) * percent;
28 return base * percent / 100;
37 unsigned int base; local
43 fprintf(stderr, "Usage: %s percent base\n", argv[0]);
53 base = strtoul(argv[2], &p, 0);
55 fprintf(stderr, "Bad base: %s\n", argv[2]);
59 printf("%d percent of %u is %u.\n", percent, base,
    [all...]
  /external/e2fsprogs/lib/et/
compile_et.sh.in 42 BASE=`basename $ROOT`
49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
50 if test -f ${BASE}.h && cmp -s ${BASE}.h.$$ ${BASE}.h ; then
51 rm -f ${BASE}.h.$$
53 mv -f ${BASE}.h.$$ ${BASE}.h
54 chmod -w ${BASE}.
    [all...]
  /frameworks/base/core/java/android/content/
MutableContextWrapper.java 20 * Special version of {@link ContextWrapper} that allows the base context to
24 public MutableContextWrapper(Context base) {
25 super(base);
29 * Change the base context for this ContextWrapper. All calls will then be
30 * delegated to the base context. Unlike ContextWrapper, the base context
33 * @param base The new base context for this wrapper.
35 public void setBaseContext(Context base) {
36 mBase = base;
    [all...]
  /external/grub/netboot/
3c595.c 74 outw(RX_DISABLE, BASE + VX_COMMAND);
75 outw(RX_DISCARD_TOP_PACK, BASE + VX_COMMAND);
77 outw(TX_DISABLE, BASE + VX_COMMAND);
78 outw(STOP_TRANSCEIVER, BASE + VX_COMMAND);
80 outw(RX_RESET, BASE + VX_COMMAND);
82 outw(TX_RESET, BASE + VX_COMMAND);
84 outw(C_INTR_LATCH, BASE + VX_COMMAND);
85 outw(SET_RD_0_MASK, BASE + VX_COMMAND);
86 outw(SET_INTR_MASK, BASE + VX_COMMAND);
87 outw(SET_RX_FILTER, BASE + VX_COMMAND)
    [all...]
  /build/tools/apriori/
prelink_info.h 6 void setup_prelink_info(const char *fname, int elf_little, long base);
  /build/tools/soslim/
prelink_info.h 6 void setup_prelink_info(const char *fname, int elf_little, long base);
  /dalvik/tests/065-mismatched-implements/src/
Base.java 3 public class Base implements Defs {
  /dalvik/tests/066-mismatched-super/src/
Base.java 3 public class Base extends Defs {
  /system/core/libacc/tests/data/
addressOf.c 7 struct str base; local
10 base.x = 10.0;
11 struct str *s = &base;
15 printf("testStruct: %g %g %g\n",base.x, *v, *v2);
  /dalvik/tests/077-method-override/src/
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...]
  /external/quake/quake/src/QW/progs/
models.qc 14 $base base
23 $base base
32 $base base
41 $base base
50 $base base
    [all...]
  /external/srec/config/en.us/grammars/
run_compile_grammars.sh 5 make_g2g -base $GMR -out $GMR.g2g
9 make_g2g -base $GMR,addWords=100 -out $GMR.g2g
13 make_g2g -base $GMR,addWords=1000 -out $GMR.g2g
17 make_g2g -base $GMR,addWords=1000 -out $GMR.g2g
21 make_g2g -base $GMR,addWords=1000 -out $GMR.g2g
25 make_g2g -base $GMR,addWords=3000 -out $GMR.g2g
29 make_g2g -base $GMR -out $GMR.g2g
33 make_g2g -base $GMR -out $GMR.g2g
37 make_g2g -base $GMR -out $GMR.g2g
41 make_g2g -base $GMR -out $GMR.g2
    [all...]
  /external/libpng/projects/visualc6/
pngtest.dsp 39 # PROP BASE Use_MFC 0
40 # PROP BASE Use_Debug_Libraries 0
41 # PROP BASE Output_Dir "pngtest___Win32_DLL_Release"
42 # PROP BASE Intermediate_Dir "pngtest___Win32_DLL_Release"
43 # PROP BASE Target_Dir ""
50 # ADD BASE CPP /nologo /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 /nologo /subsystem:console /machine:I386
    [all...]
  /external/v8/test/mjsunit/
toint32.js 86 var base = Math.pow(2, 64); variable
87 assertEquals(0, toInt32(base + 0));
88 assertEquals(0, toInt32(base + 1117));
89 assertEquals(4096, toInt32(base + 2234));
90 assertEquals(4096, toInt32(base + 3351));
91 assertEquals(4096, toInt32(base + 4468));
92 assertEquals(4096, toInt32(base + 5585));
93 assertEquals(8192, toInt32(base + 6702));
94 assertEquals(8192, toInt32(base + 7819));
95 assertEquals(8192, toInt32(base + 8936))
    [all...]
  /external/bzip2/
dlltest.dsp 32 # PROP BASE Use_MFC 0
33 # PROP BASE Use_Debug_Libraries 0
34 # PROP BASE Output_Dir "Release"
35 # PROP BASE Intermediate_Dir "Release"
36 # PROP BASE Target_Dir ""
43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
45 # ADD BASE RSC /l 0x411 /d "NDEBUG"
48 # ADD BASE BSC32 /nologo
51 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
56 # PROP BASE Use_MFC
    [all...]
  /external/expat/tests/benchmark/
benchmark.dsp 33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
37 # PROP BASE Target_Dir ""
43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
45 # ADD BASE RSC /l 0x1009 /d "NDEBUG"
48 # ADD BASE BSC32 /nologo
51 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
56 # PROP BASE Use_MFC 0
    [all...]
  /external/quake/quake/src/QW/gas2masm/
gas2masm.001 33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir ".\Release"
36 # PROP BASE Intermediate_Dir ".\Release"
37 # PROP BASE Target_Dir ""
44 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
46 # ADD BASE RSC /l 0x409 /d "NDEBUG"
49 # ADD BASE BSC32 /nologo
52 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
57 # PROP BASE Use_MFC 0
    [all...]
gas2masm.dsp 33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir ".\Release"
36 # PROP BASE Intermediate_Dir ".\Release"
37 # PROP BASE Target_Dir ""
44 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
46 # ADD BASE RSC /l 0x409 /d "NDEBUG"
49 # ADD BASE BSC32 /nologo
52 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
57 # PROP BASE Use_MFC 0
    [all...]
  /external/quake/quake/src/QW/qwfwd/
qwfwd.001 32 # PROP BASE Use_MFC 0
33 # PROP BASE Use_Debug_Libraries 0
34 # PROP BASE Output_Dir "Release"
35 # PROP BASE Intermediate_Dir "Release"
36 # PROP BASE Target_Dir ""
43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
45 # ADD BASE RSC /l 0x409 /d "NDEBUG"
48 # ADD BASE BSC32 /nologo
51 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
56 # PROP BASE Use_MFC 0
    [all...]
qwfwd.dsp 33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
37 # PROP BASE Target_Dir ""
44 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
46 # ADD BASE RSC /l 0x409 /d "NDEBUG"
49 # ADD BASE BSC32 /nologo
52 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
57 # PROP BASE Use_MFC 0
    [all...]
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.dsp 33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir ".\Release"
36 # PROP BASE Intermediate_Dir ".\Release"
37 # PROP BASE Target_Dir ""
43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
45 # ADD BASE RSC /l 0x409 /d "NDEBUG"
48 # ADD BASE BSC32 /nologo
51 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
56 # PROP BASE Use_MFC 0
    [all...]
  /external/tinyxml/
tinyxmlSTL.dsp 33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "tinyxmlSTL___Win32_Release"
36 # PROP BASE Intermediate_Dir "tinyxmlSTL___Win32_Release"
37 # PROP BASE Target_Dir ""
43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
46 # ADD BASE RSC /l 0x409 /d "NDEBUG"
49 # ADD BASE BSC32 /nologo
52 # ADD BASE LIB32 /nologo
57 # PROP BASE Use_MFC 0
    [all...]
tinyxml_lib.dsp 33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
37 # PROP BASE Target_Dir ""
43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
46 # ADD BASE RSC /l 0x407 /d "NDEBUG"
49 # ADD BASE BSC32 /nologo
52 # ADD BASE LIB32 /nologo
57 # PROP BASE Use_MFC 0
    [all...]
  /external/guava/javadoc/com/google/common/base/
package-frame.html 7 com.google.common.base (Guava Libraries 2010.01.04)
19 <A HREF="../../../../com/google/common/base/package-summary.html" target="classFrame">com.google.common.base</A></FONT>
26 <A HREF="FinalizableReference.html" title="interface in com.google.common.base" target="classFrame"><I>FinalizableReference</I></A>
28 <A HREF="Function.html" title="interface in com.google.common.base" target="classFrame"><I>Function</I></A>
30 <A HREF="Predicate.html" title="interface in com.google.common.base" target="classFrame"><I>Predicate</I></A>
32 <A HREF="Service.html" title="interface in com.google.common.base" target="classFrame"><I>Service</I></A>
34 <A HREF="Supplier.html" title="interface in com.google.common.base" target="classFrame"><I>Supplier</I></A></FONT></TD>
45 <A HREF="CharMatcher.html" title="class in com.google.common.base" target="classFrame">CharMatcher</A>
47 <A HREF="CharMatcher.LookupTable.html" title="class in com.google.common.base" target="classFrame">CharMatcher.LookupTable</A
    [all...]
  /external/webkit/JavaScriptCore/assembler/
X86Assembler.h 287 void push_m(int offset, RegisterID base)
289 m_formatter.oneByteOp(OP_GROUP5_Ev, GROUP5_OP_PUSH, base, offset);
292 void pop_m(int offset, RegisterID base)
294 m_formatter.oneByteOp(OP_GROUP1A_Ev, GROUP1A_OP_POP, base, offset);
317 void addl_mr(int offset, RegisterID base, RegisterID dst)
319 m_formatter.oneByteOp(OP_ADD_GvEv, dst, base, offset);
322 void addl_rm(RegisterID src, int offset, RegisterID base)
324 m_formatter.oneByteOp(OP_ADD_EvGv, src, base, offset);
338 void addl_im(int imm, int offset, RegisterID base)
341 m_formatter.oneByteOp(OP_GROUP1_EvIb, GROUP1_OP_ADD, base, offset)
    [all...]

Completed in 174 milliseconds

12 3 4 5 6 7 8 91011>>