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

<<51525354555657585960>>

  /external/bison/src/
tables.c 110 base_number *base = NULL; variable
111 /* A distinguished value of BASE, negative infinite. During the
755 base = xnmalloc (nvectors, sizeof *base);
765 base[i] = BASE_MINIMUM;
780 place = base[s];
783 base[order[i]] = place;
787 base_ninf = table_ninf_remap (base, nvectors, BASE_MINIMUM);
855 free (base);
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.h 490 /** Specifies whether base only (iNumLayer = 1) or base + enhancement layer
495 base layer and iFrameWidth[1] is for enhanced layer. */
499 base layer and iFrameHeight[1] is for enhanced layer. */
502 /** Specifies the cumulative bit rate in bit per second. IBitRate[0] is for base
503 layer and iBitRate[1] is for base+enhanced layer.*/
507 base layer and iFrameRate[1] is for base+enhanced layer. */
771 // Key string info at the base level ("x-pvmf/encoder/video")
    [all...]
  /build/tools/droiddoc/templates-sdk/
customization.cs 106 include:"../../../../frameworks/base/docs/html/sdk/sdk_toc.cs" ?>
116 include:"../../../../frameworks/base/docs/html/resources/resources_toc.cs" ?>
131 include:"../../../../frameworks/base/docs/html/guide/guide_toc.cs" ?>
  /cts/tests/res/values/
strings.xml 167 <string name="version_cur">base</string>
168 <string name="version_old">base</string>
169 <string name="version_v3">base</string>
  /cts/tools/utils/
buildCts.py 95 'frameworks/base/core/java', # android test classes
96 'frameworks/base/test-runner/src', # test runner
172 start: The base path. Defaults to the current working directory.
  /dalvik/docs/
hello-world.html 162 # base directory, at top of source tree; replace with absolute path
163 base=`pwd`
166 root=$base/out/debug/host/linux-x86/product/sim/system
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 167 Prototype base = intern(descriptor); local
170 return base;
177 return base.withFirstParameter(definer);
  /dalvik/libcore/text/src/main/java/java/text/
Format.java 30 * The base class for all formats.
32 * This is an abstract base class which specifies the protocol for classes which
50 * in general, and is not part of the explicit base class protocol.
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
TypeInfo.java 117 * reached recursively following the {base type definition} property
127 * recursively following the {base type definition} property from the
177 * definition can be reached by recursing any combination of {base
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 126 Iterator(const ParamGeneratorInterface<ParamType>* base, $for j, [[
130 : base_(base),
162 // Having the same base generator guarantees that the other
  /external/gtest/samples/
sample6_unittest.cc 67 // Note that we test an implementation via the base interface
70 // implementation is invoked via the base interface. It avoids
73 // types) in the base interface, for example.
  /external/guava/src/com/google/common/collect/
AbstractBiMap.java 20 import com.google.common.base.Objects;
21 import static com.google.common.base.Preconditions.checkArgument;
22 import static com.google.common.base.Preconditions.checkState;
AbstractMapBasedMultiset.java 20 import static com.google.common.base.Preconditions.checkArgument;
21 import static com.google.common.base.Preconditions.checkNotNull;
22 import static com.google.common.base.Preconditions.checkState;
  /external/icu4c/config/
Makefile.inc.in 10 # 1). Base configuration information and linkage
20 # *1* base configuration information and linkage
23 # The PREFIX is the base of where ICU is installed.
  /external/icu4c/i18n/
nfsubs.h 171 * matching the string passed in, only rules with base values
195 * are typically either the base values of two rules (the one containing
209 * this substitution. Rules with base values greater than or equal
  /external/kernel-headers/original/linux/mtd/
cfi.h 407 static inline uint32_t cfi_send_gen_cmd(u_char cmd, uint32_t cmd_addr, uint32_t base,
412 uint32_t addr = base + cfi_build_cmd_addr(cmd_addr, cfi_interleave(cfi), type);
421 return addr - base;
  /external/libxml2/
catalog.c 137 xmlChar *URL; /* The expanded URL using the base */
480 fprintf(out, "BASE "); break;
569 xmlSetNsProp(node, xns, BAD_CAST "base",
915 inputStream->base = inputStream->buf->buffer->content;
1147 xmlChar *base = NULL; local
1173 base = xmlNodeGetBase(cur->doc, cur);
1174 URL = xmlBuildURI(uriValue, base);
1193 if (base != NULL)
1194 xmlFree(base);
1215 xmlChar *base = NULL local
2327 xmlChar *base = NULL; local
    [all...]
  /external/opencore/codecs_v2/omx/omx_baseclass/include/
pv_omxcomponent.h 20 OpenMax decoder_component base header file.
374 //Pure virtual function called from base, must have a definition in derived components
388 Also putting it into the audio base class will require a check everytime in the
  /external/opencore/doc/pvauthor_html/
classMPVPluginBase.html 30 Base class for all supported plugins
179 Also added to the UUIDs array will be all interfaces which have the requested MIME type as a base MIME type. This functionality can be turned off.<dl compact><dt><b>Parameters: </b></dt><dd>
186 Turns on/off the retrival of UUIDs with aMimeType as a base type </td></tr>
  /external/opencore/nodes/common/include/
pvmf_track_level_info_extension.h 143 * @param aHowManySamples, the offset from base index in the synchronization sample list,if value is X then it will allow
144 * to return X previous and X next synchronization samples from base index. If aHowManySamples
145 * is not specified, aList will be filled from the one previous and one next synchronization sample from after base index in the track
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node.h 121 //need to override base construct routine due to additional parameter.
127 //need to override base copy routine due to additional parameter
140 //define a synonym for the base class.
  /external/opencore/oscl/oscl/osclbase/src/
oscl_queue.h 27 /*! \addtogroup osclbase OSCL Base
61 * Oscl_Queue_Base is a non-templatized base class for Oscl_Queue.
62 * The purpose of this base class is to avoid large inline routines
oscl_vector.h 25 /*! \addtogroup osclbase OSCL Base
58 * Oscl_Vector_Base is a non-templatized base class for Oscl_Vector.
59 * The purpose of this base class is to avoid large inline routines
  /external/quake/quake/src/WinQuake/
common.cpp 84 The "base directory" is the path to the directory holding the quake.exe and all game directories. The sys_* files pass this to host_init in quakeparms_t->basedir. This can be overridden with the "-basedir" command line parm to allow code debugging in a different directory. The base directory is
858 // Get the "base" part of a path, make sure we don't exceed outSize bytes
886 // end now points one character beyond the end of the base part of the file.
1452 { // if not a registered version, don't ever go beyond base
1570 char base[32]; local
1580 // extract the filename base name for hunk tag
1581 COM_FileBase (path, base, sizeof(base));
1584 buf = (byte*) Hunk_AllocName (len+1, base);
    [all...]
  /external/srec/tools/cmd/
srecres2utd.pl 38 ($base = $resfile) =~ s/\.[a-z]+$//i;
39 $utdfile = "$base.utd";
130 print sprintf("%-45s RR %4.1f %d/%d (%d oovs)\n", $base, $rr, $results{correct}, $results{total}, $results{numoovs});

Completed in 283 milliseconds

<<51525354555657585960>>