HomeSort by relevance Sort by last modified time
    Searched refs:ns (Results 226 - 250 of 327) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/libeffects/preprocessing/
PreProcessing.cpp 507 // Noise Suppression (NS)
515 webrtc::NoiseSuppression *ns = static_cast<webrtc::NoiseSuppression *>(effect->engine); local
516 ns->set_level(kNsDefaultLevel);
522 webrtc::NoiseSuppression *ns = effect->session->apm->noise_suppression(); local
523 LOGV("NsCreate got ns %p", ns);
524 if (ns == NULL) {
528 effect->engine = static_cast<preproc_fx_handle_t>(ns);
550 webrtc::NoiseSuppression *ns = static_cast<webrtc::NoiseSuppression *>(effect->engine); local
551 LOGV("NsEnable ns %p", ns)
558 webrtc::NoiseSuppression *ns = static_cast<webrtc::NoiseSuppression *>(effect->engine); local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 25 // (the openid.ns parameter) and the extensions based on what
161 // 'openid.ax.ns' : 'http://openid.net/srv/ax/1.0',
222 'openid.ns=', openidNs_,
233 urlToOpen += '&openid.ns.ui=' + encodeURIComponent(
index.php 264 'openid.ns.ext1': 'http://openid.net/srv/ax/1.0',
  /external/webkit/Source/WebCore/xml/
XSLTUnicodeSort.cpp 47 SOFT_LINK(libxslt, xsltEvalAttrValueTemplate, xmlChar*, (xsltTransformContextPtr ctxt, xmlNodePtr node, const xmlChar *name, const xmlChar *ns), (ctxt, node, name, ns))
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 210 private static String formatTime(long ns) {
211 return (ns / 1000000.0d) + " ms";
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 74 typedef res_sendhookact (*res_send_qhook) (struct sockaddr_in * const *ns,
81 typedef res_sendhookact (*res_send_rhook) (const struct sockaddr_in *ns,
209 #define RES_ROTATE 0x00004000 /* rotate ns list after each query */
  /external/freetype/src/truetype/
ttgxvar.c 629 FT_Var_Named_Style* ns; local
766 ns = mmvar->namedstyle;
767 for ( i = 0; i < fvar_head.instanceCount; ++i, ++ns )
772 ns->strid = FT_GET_USHORT();
776 ns->coords[j] = FT_GET_ULONG(); /* A Fixed */
    [all...]
  /external/qemu/slirp/
misc.c 822 rsh_exec(so,ns, user, host, args)
824 struct socket *ns;
901 ns->s=fd[0];
  /external/qemu/slirp-android/
misc.c 788 rsh_exec(so,ns, user, host, args)
790 struct socket *ns;
867 ns->s=fd[0];
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserQt.cpp 341 static inline void handleElementNamespaces(Element* newElement, const QXmlStreamNamespaceDeclarations &ns,
344 for (int i = 0; i < ns.count(); ++i) {
345 const QXmlStreamNamespaceDeclaration &decl = ns[i];
  /frameworks/base/tools/aapt/
Resource.cpp 416 const char* ns, const char* attr, const char* validChars, bool required)
420 ssize_t index = parser.indexOfAttribute(ns, attr);
647 const String16 ns(ns8);
650 if (node->getAttribute(ns, attr) != NULL) {
653 String8(attr).string(), String8(ns).string());
657 node->addAttribute(ns, attr, String16(value));
2151 const char* ns; member in struct:NamespaceAttributePair
    [all...]
  /external/jpeg/
config.sub 96 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
304 basic_machine=ns32k-ns
868 *-ns)
935 vendor=ns
  /external/libxml2/include/libxml/
valid.h 246 const xmlChar *ns,
372 xmlNsPtr ns,
  /external/libxslt/libxslt/
variables.c 268 * The XPath module sets the owner element of a ns-node on
269 * the ns->next field.
1443 xmlNsPtr ns; local
    [all...]
functions.c 475 * The XPath module sets the owner element of a ns-node on
476 * the ns->next field.
836 xmlNsPtr ns; local
839 ns = xmlSearchNs(tctxt->inst->doc, tctxt->inst, NULL);
840 if (ns != NULL) nsURI = xmlStrdup(ns->href);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SdkRepoSource.java 240 final String ns = getNsUri(); local
241 Element newRoot = newDoc.createElementNS(ns, getRootElementName());
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 125 public boolean isDerivedFrom( String ns, String localName, int derivationMethod ) {
  /external/bluetooth/glib/gio/
gfileinfo.h     [all...]
  /external/libnfc-nxp/src/
phFriNfc_Llcp.h 242 unsigned ns : 4; member in struct:phFriNfc_Llcp_sPacketSequence
phFriNfc_LlcpTransport_Connection.c 325 psLlcpSocket->sSequence.ns = psLlcpSocket->socket_VS;
448 pLlcpSocket->sSequence.ns = 0;
488 pLlcpSocket->sSequence.ns = 0x00;
563 sequence = (uint8_t)((sLlcpSequence->ns<<4)|(sLlcpSequence->nr));
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c 1894 char* ns; local
    [all...]
  /frameworks/base/include/utils/
ResourceTypes.h 549 struct ResStringPool_ref ns; member in struct:android::ResXMLTree_endElementExt
564 struct ResStringPool_ref ns; member in struct:android::ResXMLTree_attrExt
594 struct ResStringPool_ref ns; member in struct:android::ResXMLTree_attribute
685 ssize_t indexOfAttribute(const char* ns, const char* attr) const;
686 ssize_t indexOfAttribute(const char16_t* ns, size_t nsLen,
    [all...]
  /external/libxml2/
xmlschemastypes.c 956 * @ns: the notation namespace name or NULL
965 const xmlChar *ns)
974 if (ns != NULL)
975 val->value.qname.uri = (xmlChar *)ns;
2679 xmlNsPtr ns; local
2856 xmlNsPtr ns; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 393 public boolean functionAvailable(String ns, String funcName)
396 return getExtensionsTable().functionAvailable(ns, funcName);
399 public boolean elementAvailable(String ns, String elemName)
402 return getExtensionsTable().elementAvailable(ns, elemName);
405 public Object extFunction(String ns, String funcName,
408 {//System.out.println("TransImpl.extFunction() " + ns + " " + funcName +" " + getExtensionsTable());
409 return getExtensionsTable().extFunction(ns, funcName,
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 2160 struct nameseq *ns; local
    [all...]

Completed in 1415 milliseconds

1 2 3 4 5 6 7 8 91011>>