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

<<11121314

  /ndk/sources/host-tools/sed-4.2.1/build-aux/
config.sub 151 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
587 basic_machine=ns32k-ns
1563 *-ns)
    [all...]
  /external/expat/lib/
xmltok.c 1620 #define ns macro
1625 #undef ns macro
1630 #define ns macro
1637 #undef ns macro
    [all...]
xmlparse.c 597 #define ns (parser->m_ns) macro
686 if (parser != NULL && ns) {
771 ns = XML_FALSE;
788 ns = XML_TRUE;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 765 // String ns = m_stylesheet.getNamespaceFromStack(target);
769 String prefix="",ns="", localName=target;
773 ns=getNamespaceForPrefix(prefix=target.substring(0,colon));
790 ns.equals("org.apache.xalan.xslt.extensions.Redirect") )
801 //System.out.println("JJK***** Recognized <? {"+ns+"}"+prefix+":"+localName+" "+data+"?>");
    [all...]
  /external/llvm/lib/CodeGen/
RenderMachineFunction.cpp 522 for (unsigned i = 0; i < ns; ++i) {
527 RenderMachineFunction::Spacer RenderMachineFunction::s(unsigned ns) const {
528 return Spacer(ns);
    [all...]
  /external/openssl/apps/
cms.c     [all...]
  /external/srec/srec/cfront/
frontobj.c 406 freqobj->ns = freqobj->np / 2 + 1;
409 /* finc= fmax/freqobj->ns; */
458 write_frames(freqobj->ns, 1, freqobj->framp, D_LONG);
480 write_scaled_frames(freqobj->ns, 1, freqobj->framp, D_FIXED, 1);
  /external/v8/src/
v8natives.js 97 // optimization makes parseInt on a Smi 12 times faster (60ns
98 // vs 800ns). The following optimization makes parseInt on a
99 // non-Smi number 9 times faster (230ns vs 2070ns). Together
100 // they make parseInt on a string 1.4% slower (274ns vs 270ns).
    [all...]
  /frameworks/base/tools/localize/
XLIFFFile.cpp 37 get_unique_node(const XMLNode* parent, const string& ns, const string& name, bool required)
39 size_t count = parent->CountElementsByName(ns, name);
41 return parent->GetElementByNameAt(ns, name, 0);
  /ndk/sources/host-tools/make-3.81/
remake.c 442 int ns = FILE_TIMESTAMP_NS (this_mtime);
443 if (ns != 0)
446 this_mtime += FILE_TIMESTAMPS_PER_S - 1 - ns;
439 int ns = FILE_TIMESTAMP_NS (this_mtime); local
    [all...]
  /external/libvpx/mkvparser/
mkvparser.cpp 2108 const long long ns = m_pInfo->GetDuration(); local
2184 const long long ns = m_pInfo->GetDuration(); local
2976 const long long ns = pInfo->GetDuration(); local
    [all...]
mkvparser.hpp 81 long long GetTime(const Cluster*) const; //absolute, and scaled (ns)
452 long long GetTime(const Segment*) const; //absolute and scaled (ns units)
562 long long GetFirstTime() const; //time (ns) of first (earliest) block
563 long long GetLastTime() const; //time (ns) of last (latest) block
568 const BlockEntry* GetEntry(const Track*, long long ns = -1) const;
  /frameworks/base/libs/utils/
ResourceTypes.cpp 856 return dtohl(((const ResXMLTree_attrExt*)mCurExt)->ns.index);
859 return dtohl(((const ResXMLTree_endElementExt*)mCurExt)->ns.index);
904 return dtohl(attr->ns.index);
    [all...]
  /external/libxml2/
xmllint.c 1975 xmlNsPtr ns; local
    [all...]
  /external/bzip2/
bzip2.c 1112 Int32 ns = strlen(s); local
1114 if (ns < nx) return False;
1115 if (strcmp(s + ns - nx, suffix) == 0) return True;
    [all...]
  /development/tools/emulator/system/sensors/
sensors_qemu.c 467 int handle, int64_t ns)
  /sdk/emulator/sensors/
sensors_qemu.c 467 int handle, int64_t ns)
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc     [all...]
  /external/llvm/autoconf/
config.sub 156 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
635 basic_machine=ns32k-ns
    [all...]
  /external/pcre/
config.sub 156 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
616 basic_machine=ns32k-ns
    [all...]
  /external/v8/test/mjsunit/
array-unshift.js 32 assertEquals(13, array.unshift('1st', '2ns', '3rd'));
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserTest.java 118 static HashMap<String, String> ns; field in class:SAXParserTest
188 ns = new HashMap<String, String>();
    [all...]
  /external/kernel-headers/original/linux/
perf_event.h 729 struct pid_namespace *ns; member in struct:perf_event
  /external/skia/src/core/
SkMatrix.cpp 267 int ns = numer >> 31; local
269 numer = (numer ^ ns) - ns;
273 int as = ns ^ ds;
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest1.java 655 } catch (NotSerializableException ns) {
657 t = ns;
    [all...]

Completed in 583 milliseconds

<<11121314