Searched defs:base (Results 1 - 25 of 2891) sorted by path

1234567891011>>

/external/ImageMagick/coders/
H A Dpnm.c188 static unsigned int PNMInteger(Image *image,const unsigned int base,
208 if (base == 2)
184 PNMInteger(Image *image,const unsigned int base, ExceptionInfo *exception) argument
H A Dtga.c171 base,
413 base=0;
549 base++;
550 offset=base;
168 base, local
H A Dtiff.c852 static int TIFFMapBlob(thandle_t image,tdata_t *base,toff_t *size)
854 *base=(tdata_t *) GetBlobStreamData((Image *) image);
855 if (*base != (tdata_t *) NULL)
857 if (*base != (tdata_t *) NULL)
888 static void TIFFUnmapBlob(thandle_t image,tdata_t base,toff_t size)
891 (void) base;
846 TIFFMapBlob(thandle_t image,tdata_t *base,toff_t *size) argument
882 TIFFUnmapBlob(thandle_t image,tdata_t base,toff_t size) argument
/external/Microsoft-GSL/tests/
H A Dnotnull_tests.cpp68 MyBase base; local
74 not_null<MyBase*> q = &base;
/external/aac/libSBRenc/src/
H A Dsbrenc_freq_sca.cpp564 FIXP_DBL base, exp, tmp; local
569 base = fDivNorm((FIXP_DBL)stop, (FIXP_DBL)start, &qb);
571 tmp = fPow(base, qb, exp, qe, &qtmp);
/external/android-clat/
H A Dring.h46 uint8_t *base; member in struct:packet_ring
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jar ... jdom/ org/jaxen/pattern/ org/jaxen/saxpath/ org/jaxen/saxpath/base/ org/jaxen/saxpath/helpers/ org/jaxen/util/ org/jaxen/xom ...
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpMath.java148 /** Raise a split base to the a power.
149 * @param base number to raise
151 * @return base<sup>a</sup>
153 protected static Dfp splitPow(final Dfp[] base, int a) { argument
159 result[0] = base[0].getOne();
160 result[1] = base[0].getZero();
175 r[0] = new Dfp(base[0]);
176 r[1] = new Dfp(base[1]);
199 result[0] = base[0].getOne().divide(result[0]);
206 /** Raises base t
211 pow(Dfp base, int a) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DMathUtils.java1212 * for base <code>b</code> of <code>x</code>.
1215 * <code>base</code> is 0 and <code>x</code> is positive, 0 is returned.
1216 * If <code>base</code> is positive and <code>x</code> is 0,
1220 * @param base the base of the logarithm, must be greater than 0
1222 * @return the value of the logarithm - the number y such that base^y = x.
1225 public static double log(double base, double x) { argument
1226 return FastMath.log(x)/FastMath.log(base);
1313 * @param d base number
1365 * @param d base numbe
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DFuncDocument.java81 String base = "";
87 // The URI reference may be relative. The base URI (see [3.2 Base URI])
89 // order is used as the base URI for resolving the
107 base = baseDTM.getDocumentBaseURI();
116 // // base = ((Stylesheet)baseDoc).getBaseIdentifier();
117 // base = xctxt.getNamespaceContext().getBaseIdentifier();
120 // base = xctxt.getSourceTreeManager().findURIFromDoc(baseDoc);
141 base = xctxt.getNamespaceContext().getBaseIdentifier();
155 // The first and only argument was a nodeset, the base in that
156 // case is the base UR
226 getDoc(XPathContext xctxt, int context, String uri, String base) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java122 /** The base URL of the source tree. */
549 String base = source.getSystemId();
551 // If no systemID of the source, use the base of the stylesheet.
552 if(null == base)
554 base = m_stylesheetRoot.getBaseIdentifier();
558 if(null == base)
567 base = "file://" + currentDir;
569 base = "file:///" + currentDir;
571 base = base
700 setBaseURLOfSource(String base) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DSystemIDResolver.java276 * @param base The URI string used as the base for resolving the systemID
281 public static String getAbsoluteURI(String urlString, String base) argument
284 if (base == null)
287 String absoluteBase = getAbsoluteURI(base);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DSystemIDResolver.java269 * @param base The URI string used as the base for resolving the systemID
274 public static String getAbsoluteURI(String urlString, String base) argument
277 if (base == null)
280 String absoluteBase = getAbsoluteURI(base);
/external/apache-xml/src/main/java/org/apache/xpath/
H A DSourceTreeManager.java88 * @return The base URI of the owner argument.
109 * @param base The base URI that should be used.
119 String base, String urlString, SourceLocator locator)
127 source = m_uriResolver.resolve(urlString, base);
132 String uri = SystemIDResolver.getAbsoluteURI(urlString, base);
226 * Get the source tree from the a base URL and a URL string.
228 * @param base The base URI to use if the urlString is relative.
233 * base an
118 resolveURI( String base, String urlString, SourceLocator locator) argument
237 getSourceTree( String base, String urlString, SourceLocator locator, XPathContext xctxt) argument
[all...]
/external/autotest/frontend/tko/
H A Dmodels.py140 base = dbmodels.CharField(max_length=90) variable in class:Kernel
/external/autotest/tko/parsers/
H A Dversion_0.py8 from autotest_lib.tko.parsers import base namespace
148 base = verify_ident
150 base = kernel.load_from_sysinfo(dir)
154 base, patches, hashes = attributes
156 % base)
159 if base == "UNKNOWN":
162 kernel_hash = kernel.compute_hash(base, hashes)
164 return {"base": base, "patches": patches,
185 base, patche
[all...]
H A Dversion_1.py10 from autotest_lib.tko.parsers import base namespace
51 def __init__(self, base, patches):
52 if base:
55 kernel_hash = self.compute_hash(base, hashes)
57 base = 'UNKNOWN'
60 super(kernel, self).__init__(base, patches, kernel_hash)
221 # Get the base kernel version.
223 base = re.sub('-autotest$', '', fields.get('kernel', ''))
231 return kernel(base, patches)
242 class parser(base
[all...]
/external/autotest/utils/
H A Drun_pylint.py58 from pylint.checkers import base, imports, variables namespace
154 class CustomDocStringChecker(base.DocStringChecker):
227 base.DocStringChecker = CustomDocStringChecker
269 @param base_opts: pylint base options.
298 @param base_opts: pylint base options.
/external/avb/libavb/
H A Davb_property_descriptor.c143 int base; local
151 base = 10;
153 base = 16;
162 parsed_val *= base;
166 } else if (base == 16 && c >= 'a' && c <= 'f') {
168 } else if (base == 16 && c >= 'A' && c <= 'F') {
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc372 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
1736 * @param base the character buffer
1741 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) argument
1746 base[size-2] != YY_END_OF_BUFFER_CHAR ||
1747 base[size-1] != YY_END_OF_BUFFER_CHAR )
1756 b->yy_buf_pos = b->yy_ch_buf = base;
/external/bison/lib/
H A Dbasename-lgpl.c32 char const *base = name + FILE_SYSTEM_PREFIX_LEN (name); local
36 while (ISSLASH (*base))
37 base++;
39 for (p = base; *p; p++)
45 base = p;
50 return (char *) base;
H A Dbasename.c30 char const *base = last_component (name); local
35 if (! *base)
39 length = base_len (base);
40 if (ISSLASH (base[length]))
46 if (FILE_SYSTEM_PREFIX_LEN (base))
51 memcpy (p + 2, base, length);
57 return xstrndup (base, length);
H A Dlocalcharset.c127 const char *base = "charset.alias"; local
136 /* Concatenate dir and base into freshly allocated file_name. */
139 size_t base_len = strlen (base);
147 memcpy (file_name + dir_len + add_slash, base, base_len + 1);
H A Dobstack_printf.c62 char *base = obstack_next_free (obs); local
68 base = buf;
71 str = vasnprintf (base, &len, format, args);
78 if (str == base && str != buf)
H A Dprogname.c47 const char *base; local
60 base = (slash != NULL ? slash + 1 : argv0);
61 if (base - argv0 >= 7 && strncmp (base - 7, "/.libs/", 7) == 0)
63 argv0 = base;
64 if (strncmp (base, "lt-", 3) == 0)
66 argv0 = base + 3;

Completed in 621 milliseconds

1234567891011>>