/external/blktrace/btt/ |
btt_plot.py | 386 base = get_base(file) variable 387 title_str = 'Block Numbers Accessed: %s' % base 388 output_file = 'bnos_%s.png' % base
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
Types.java | 445 if (_parameterType.isPrimitive ()) // base type: 543 else throw new ClassNotFoundException ("unknown base type: " + c); 727 throw new IllegalArgumentException ("unknown base type: " + c);
|
/external/guava/javadoc/com/google/common/collect/class-use/ |
ImmutableListMultimap.html | 148 <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#index(java.lang.Iterable, com.google.common.base.Function)">index</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A><V> values, 149 <A HREF="../../../../../com/google/common/base/Function.html" title="interface in com.google.common.base">Function</A><? super V,K> keyFunction)</CODE>
|
ListMultimap.html | 159 <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#newListMultimap(java.util.Map, com.google.common.base.Supplier)">newListMultimap</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><K,<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><V>> map, 160 <A HREF="../../../../../com/google/common/base/Supplier.html" title="interface in com.google.common.base">Supplier</A><? extends <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><V>> factory)</CODE>
|
SortedSetMultimap.html | 141 <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#newSortedSetMultimap(java.util.Map, com.google.common.base.Supplier)">newSortedSetMultimap</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><K,<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><V>> map, 142 <A HREF="../../../../../com/google/common/base/Supplier.html" title="interface in com.google.common.base">Supplier</A><? extends <A HREF="http://java.sun.com/javase/6/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">SortedSet</A><V>> factory)</CODE>
|
/external/kernel-headers/original/linux/ |
pci_regs.h | 73 * Base addresses specify locations in memory or I/O space. 186 #define PCI_CB_LEGACY_MODE_BASE 0x44 /* 16-bit PC Card legacy mode base address (ExCa) */ 457 #define PCI_PWR_DATA_BASE(x) ((x) & 0xff) /* Base Power */
|
/external/opencore/codecs_v2/omx/omx_aac/src/ |
omx_aac_component.cpp | 214 //Construct base class now 341 //Destroy the base class now 750 * done from GetParameter of common audio base class */ [all...] |
/external/opencore/codecs_v2/omx/omx_amrenc/src/ |
omx_amrenc_component.cpp | 201 //Construct base class now 326 //Destroy the base class now 603 //Not implemented & supported in case of base profile components
|
/external/opencore/doc/oscl_html/ |
classOscl__Queue__Base.html | 11 [<a class="el" href="group__osclbase.html">OSCL Base</a>]</small> 43 Oscl_Queue_Base is a non-templatized base class for <a class="el" href="classOscl__Queue.html">Oscl_Queue</a>. The purpose of this base class is to avoid large inline routines in the <a class="el" href="classOscl__Queue.html">Oscl_Queue</a> implementation. This class is not intended for direct instantiation except by <a class="el" href="classOscl__Queue.html">Oscl_Queue</a>.
|
/external/opencore/engines/2way/src/ |
pv_2way_proxy_adapter.cpp | 176 // Pure virtuals from Oscl proxy base class. 180 //called by proxy base class to delete terminal under the PV thread. 190 //called by proxy base class to create terminal under the PV thread.
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
pvmf_mp4ffparser_node_cap_config.cpp | 45 //The base selection keys for file IO,leading tag needs to be fileio 56 //The base selection keys for file IO,leading tag needs to be x-pvmf\net 359 //It does not effect in releasing memory what are the base keys either fileio or x-pvmf. [all...] |
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_tree.h | 25 /*! \addtogroup osclbase OSCL Base 690 link_type* base = (link_type*) ptr; local 691 return *base;
|
/external/opencore/protocols/rtsp_client_engine/inc/ |
pvrtsp_client_engine_node.h | 171 OSCL_HeapString<PVRTSPEngineNodeAllocator> iContentBaseURL;//Per session control URL from content base field 415 * type as a base MIME type. This functionality can be turned off. 419 * @param aExactUuidsOnly Turns on/off the retrival of UUIDs with aMimeType as a base type [all...] |
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
pvt_common.h | 234 Base class for audio/video/mux parameters 537 Base class for User Input mesages 1088 /* Base class for media logical channels */ [all...] |
/external/qemu/block/ |
qcow.c | 463 /* read from the base image */ 589 /* read from the base image */ 920 .help = "File name of a base image"
|
vmdk.c | 208 "# The Disk Data Base \n" 705 "# The Disk Data Base \n" 839 .help = "File name of a base image"
|
/external/qemu/hw/ |
pci.c | 511 case 0x10 ... 0x27: /* base */ 907 static void pci_qdev_init(DeviceState *qdev, DeviceInfo *base) 910 PCIDeviceInfo *info = container_of(base, PCIDeviceInfo, qdev);
|
/external/skia/src/core/ |
SkScalerContext.cpp | 215 // next's base is our base + our local count 258 // add the ctx's base, making glyphID unique for chain of contexts
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_reverbdata.h | 48 #define CIRCULAR(base,offset,size) (EAS_U32)( \ 50 ((EAS_I32)(base)) + ((EAS_I32)(offset)) \ 285 EAS_U16 m_nBaseIndex; // base index for circular buffer
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_reverbdata.h | 48 #define CIRCULAR(base,offset,size) (EAS_U32)( \ 50 ((EAS_I32)(base)) + ((EAS_I32)(offset)) \ 285 EAS_U16 m_nBaseIndex; // base index for circular buffer
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_reverbdata.h | 48 #define CIRCULAR(base,offset,size) (EAS_U32)( \ 50 ((EAS_I32)(base)) + ((EAS_I32)(offset)) \ 285 EAS_U16 m_nBaseIndex; // base index for circular buffer
|
/external/sonivox/jet_tools/JetCreator/ |
JetUtils.py | 165 def FileRelativePath(target, base=os.curdir):
170 if not os.path.isdir(base):
173 base_list = (os.path.abspath(base)).split(os.sep)
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
vector-fst.h | 139 data->base = 0; 145 data->base = 0; 790 data->base = new MutableArcIterator< VectorFst<A> >(this, s);
|
/external/stlport/src/ |
num_get_float.cpp | 267 // exp: base-10 exponent 268 // bexp: base-2 exponent (output parameter) 324 // Third argument is base-10 exponent.
|
/external/tinyxml/docs/ |
classTiXmlComment-members.html | 45 <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#n3">operator<<</a>(std::ostream &out, const TiXmlNode &base)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [friend]</code></td></tr> 46 <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#n4">operator<<</a>(std::string &out, const TiXmlNode &base)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [friend]</code></td></tr> 47 <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#n2">operator>></a>(std::istream &in, TiXmlNode &base)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [friend]</code></td></tr>
|