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

1 2 34 5 6 7 8 91011>>

  /system/core/toolbox/
hd.c 22 int base = -1; local
32 base = strtol(optarg, NULL, 0);
48 fprintf(stderr, "Usage: %s [-b base] [-c count] [-r delay] file\n", argv[0]);
59 if(base >= 0) {
60 lseek(fd, base, SEEK_SET);
61 filepos = base;
67 if(count > 0 && base + count - filepos < read_len)
68 read_len = base + count - filepos;
87 if(filepos == base + count)
  /build/tools/droiddoc/src/
ParameterInfo.java 51 public void makeHDF(HDF data, String base, boolean isLastVararg,
54 data.setValue(base + ".name", this.name());
55 type().makeHDF(data, base + ".type", isLastVararg, typeVariables);
58 public static void makeHDF(HDF data, String base, ParameterInfo[] params,
62 params[i].makeHDF(data, base + "." + i,
TypeInfo.java 128 public void makeHDF(HDF data, String base)
130 makeHDFRecursive(data, base, false, false, new HashSet<String>());
133 public void makeQualifiedHDF(HDF data, String base)
135 makeHDFRecursive(data, base, true, false, new HashSet<String>());
138 public void makeHDF(HDF data, String base, boolean isLastVararg,
141 makeHDFRecursive(data, base, false, isLastVararg, typeVariables);
144 public void makeQualifiedHDF(HDF data, String base, HashSet<String> typeVariables)
146 makeHDFRecursive(data, base, true, false, typeVariables);
149 private void makeHDFRecursive(HDF data, String base, boolean qualified,
154 data.setValue(base + ".label", label)
    [all...]
PackageInfo.java 111 public void makeLink(HDF data, String base)
114 data.setValue(base + ".link", htmlPage());
116 data.setValue(base + ".name", name());
117 data.setValue(base + ".since", getSince());
120 public void makeClassLinkListHDF(HDF data, String base)
122 makeLink(data, base);
123 ClassInfo.makeLinkListHDF(data, base + ".interfaces", interfaces());
124 ClassInfo.makeLinkListHDF(data, base + ".classes", ordinaryClasses());
125 ClassInfo.makeLinkListHDF(data, base + ".enums", enums());
126 ClassInfo.makeLinkListHDF(data, base + ".exceptions", exceptions())
    [all...]
  /external/bzip2/
libbz2.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 /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
46 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
48 # ADD BASE RSC /l 0x411 /d "NDEBUG"
51 # ADD BASE BSC32 /nologo
54 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32. (…)
    [all...]
  /external/expat/lib/
expat.dsp 34 # PROP BASE Use_MFC 0
35 # PROP BASE Use_Debug_Libraries 0
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
38 # PROP BASE Target_Dir ""
45 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXPAT_EXPORTS" /Yu"stdafx.h" /FD /c
48 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
50 # ADD BASE RSC /l 0x409 /d "NDEBUG"
53 # ADD BASE BSC32 /nologo
56 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32. (…)
    [all...]
expatw.dsp 34 # PROP BASE Use_MFC 0
35 # PROP BASE Use_Debug_Libraries 0
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
38 # PROP BASE Target_Dir ""
45 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXPAT_EXPORTS" /Yu"stdafx.h" /FD /c
48 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
50 # ADD BASE RSC /l 0x409 /d "NDEBUG"
53 # ADD BASE BSC32 /nologo
56 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32. (…)
    [all...]
expat_static.dsp 33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "expat_static___Win32_Release"
36 # PROP BASE Intermediate_Dir "expat_static___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 0x1009 /d "NDEBUG"
49 # ADD BASE BSC32 /nologo
52 # ADD BASE LIB32 /nologo
57 # PROP BASE Use_MFC 0
    [all...]
expatw_static.dsp 33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "expatw_static___Win32_Release"
36 # PROP BASE Intermediate_Dir "expatw_static___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 0x1009 /d "NDEBUG"
49 # ADD BASE BSC32 /nologo
52 # ADD BASE LIB32 /nologo
57 # PROP BASE Use_MFC 0
    [all...]
  /external/freetype/src/base/
basepic.c 5 /* The FreeType position independent code services for base. */
39 if ( pic_container->base )
44 FT_FREE( pic_container->base );
45 pic_container->base = NULL;
62 pic_container->base = container;
  /external/kernel-headers/original/asm-arm/
div64.h 9 * uint32_t do_div(uint64_t *n, uint32_t base)
11 * uint32_t remainder = *n % base;
12 * *n = *n / base;
30 #define do_div(n,base) \
32 register unsigned int __base asm("r4") = base; \
  /external/guava/javadoc/com/google/common/base/class-use/
CharMatcher.html 7 Uses of Class com.google.common.base.CharMatcher (Guava Libraries 2010.01.04)
18 parent.document.title="Uses of Class com.google.common.base.CharMatcher (Guava Libraries 2010.01.04)";
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/CharMatcher.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
61 <A HREF="../../../../../index.html?com/google/common/base//class-useCharMatcher.html" target="_top"><B>FRAMES</B></A> &nbsp;
84 <B>Uses of Class<br>com.google.common.base.CharMatcher</B></H2>
90 Packages that use <A HREF="../../../../../com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A></FONT></TH>
93 <TD><A HREF="#com.google.common.base"><B>com.google.common.base</B></A></TD
    [all...]
  /external/webkit/WebCore/rendering/
RenderRubyRun.cpp 72 // The only place where a ruby base can be is in the last position
96 RenderRubyBase* base = rubyBase(); local
97 if (!base) {
98 base = createRubyBase();
99 RenderBlock::addChild(base);
101 return base;
147 // Insertion before a ruby base object.
148 // In this case we need insert a new run before the current one and split the base.
156 // child is not a text -> insert it into the base
166 // If the child is a ruby text, then merge the ruby base with the base o
169 RenderRubyBase* base = rubyBase(); local
188 RenderBlock* base = rubyBase(); local
    [all...]
  /bionic/libc/inet/
inet_ntop.c 105 struct { int base, len; } best, cur; member in struct:__anon60
118 best.base = -1;
120 cur.base = -1;
124 if (cur.base == -1)
125 cur.base = i, cur.len = 1;
129 if (cur.base != -1) {
130 if (best.base == -1 || cur.len > best.len)
132 cur.base = -1;
136 if (cur.base != -1) {
137 if (best.base == -1 || cur.len > best.len
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
GeneralSubtree.java 42 * base GeneralName,
55 // the value of base field of the structure
56 private final GeneralName base; field in class:GeneralSubtree
66 * @param base: GeneralName
68 public GeneralSubtree(GeneralName base) {
69 this(base, 0, -1);
74 * @param base: GeneralName
77 public GeneralSubtree(GeneralName base, int minimum) {
78 this(base, minimum, -1);
83 * @param base: GeneralNam
    [all...]
  /external/kernel-headers/original/asm-x86/
desc_32.h 37 unsigned long base, unsigned long limit, unsigned char type, unsigned char flags)
39 *a = ((base & 0xffff) << 16) | (limit & 0xffff);
40 *b = (base & 0xff000000) | ((base & 0xff0000) >> 16) |
45 unsigned long base, unsigned short seg, unsigned char type, unsigned char flags)
47 *a = (seg << 16) | (base & 0xffff);
48 *b = (base & 0xffff0000) | ((type & 0xff) << 8) | (flags & 0xff);
212 unsigned long base; local
213 base = ((desc[0] >> 16) & 0x0000ffff) |
216 return base;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
compiler.h 650 xf86ReadMmio8(__volatile__ void *base, const unsigned long offset)
652 unsigned long addr = ((unsigned long)base) + offset;
662 xf86ReadMmio16Be(__volatile__ void *base, const unsigned long offset)
664 unsigned long addr = ((unsigned long)base) + offset;
674 xf86ReadMmio16Le(__volatile__ void *base, const unsigned long offset)
676 unsigned long addr = ((unsigned long)base) + offset;
686 xf86ReadMmio32Be(__volatile__ void *base, const unsigned long offset)
688 unsigned long addr = ((unsigned long)base) + offset;
698 xf86ReadMmio32Le(__volatile__ void *base, const unsigned long offset)
700 unsigned long addr = ((unsigned long)base) + offset
    [all...]
  /dalvik/tests/065-mismatched-implements/src/
Indirect.java 25 Base base = new Base(); local
  /dalvik/tests/066-mismatched-super/src/
Indirect.java 25 Base base = new Base(); local
  /external/qemu/hw/
pxa.h 66 qemu_irq *pxa2xx_pic_init(target_phys_addr_t base, CPUState *env);
69 void pxa25x_timer_init(target_phys_addr_t base, qemu_irq *irqs);
70 void pxa27x_timer_init(target_phys_addr_t base, qemu_irq *irqs, qemu_irq irq4);
74 PXA2xxGPIOInfo *pxa2xx_gpio_init(target_phys_addr_t base,
83 PXA2xxDMAState *pxa255_dma_init(target_phys_addr_t base,
85 PXA2xxDMAState *pxa27x_dma_init(target_phys_addr_t base,
91 PXA2xxLCDState *pxa2xx_lcdc_init(target_phys_addr_t base,
98 PXA2xxMMCIState *pxa2xx_mmci_init(target_phys_addr_t base,
105 PXA2xxPCMCIAState *pxa2xx_pcmcia_init(target_phys_addr_t base);
116 PXA2xxKeyPadState *pxa27x_keypad_init(target_phys_addr_t base,
    [all...]
  /external/openssl/crypto/objects/
objects.README 12 exists, the long name is used as basis for the base name
15 The base name (let's call it 'base') will then be used to
18 Note that if the base name contains spaces, dashes or periods,
30 This makes sure that the name foo will be used as base name
39 to the base name. !global turns this off. This construction
  /external/expat/examples/
elements.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
47 # ADD BASE RSC /l 0x409 /d "NDEBUG"
50 # ADD BASE BSC32 /nologo
53 # 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 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
58 # PROP BASE Use_MFC 0
    [all...]
outline.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
47 # ADD BASE RSC /l 0x409 /d "NDEBUG"
50 # ADD BASE BSC32 /nologo
53 # 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 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
58 # PROP BASE Use_MFC 0
    [all...]
  /external/expat/xmlwf/
xmlwf.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
47 # ADD BASE RSC /l 0x809 /d "NDEBUG"
50 # ADD BASE BSC32 /nologo
53 # 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
59 # PROP BASE Use_MFC 0
    [all...]
  /external/icu4c/extra/scrptrun/
srtest.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 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
    [all...]

Completed in 180 milliseconds

1 2 34 5 6 7 8 91011>>