HomeSort by relevance Sort by last modified time
    Searched defs:ns (Results 126 - 150 of 960) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd_main.c 167 * Disable the routing of NS interrupts from secure world to EL3 while
285 uint32_t linear_id = plat_my_core_pos(), ns; local
293 ns = is_caller_non_secure(flags);
303 if (ns)
315 if (ns)
360 if (ns)
394 * Register an interrupt handler for NS interrupts when
408 * Disable the NS interrupt locally.
467 if (ns)
492 if (ns) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
AttList.java 107 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index))); local
108 if(null == ns)
109 ns = "";
110 return ns;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
AttList.java 98 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index))); local
99 if(null == ns)
100 ns = "";
101 return ns;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Pack.java 24 public static void bigEndianToInt(byte[] bs, int off, int[] ns)
26 for (int i = 0; i < ns.length; ++i)
28 ns[i] = bigEndianToInt(bs, off);
48 public static byte[] intToBigEndian(int[] ns)
50 byte[] bs = new byte[4 * ns.length];
51 intToBigEndian(ns, bs, 0);
55 public static void intToBigEndian(int[] ns, byte[] bs, int off)
57 for (int i = 0; i < ns.length; ++i)
59 intToBigEndian(ns[i], bs, off);
71 public static void bigEndianToLong(byte[] bs, int off, long[] ns)
145 int[] ns = new int[count]; local
    [all...]
  /external/clang/test/SemaCXX/
ms-friend-lookup.cpp 14 namespace ns { namespace in namespace:enclosing_friend_decl
23 static void f() { ns::A x; }
29 namespace ns { namespace in namespace:enclosing_friend_qualified
37 static void f() { ns::A x; }
43 namespace ns { namespace in namespace:enclosing_friend_no_tag
51 static void f() { ns::A x; }
57 namespace ns { namespace in namespace:enclosing_friend_func
59 // Amusingly, in MSVC, this declares ns::f(), and doesn't find the outer f().
65 void f() { ns::A x; } // expected-error {{calling a protected constructor of class 'enclosing_friend_func::ns::A'}
    [all...]
  /external/clang/test/SemaTemplate/
temp_arg_type.cpp 22 namespace ns { namespace
25 A<ns::B> a8; // expected-error{{use of class template 'ns::B' requires template arguments}}
  /external/icu/icu4c/source/i18n/
numsys.cpp 97 NumberingSystem *ns = new NumberingSystem(); local
99 ns->setRadix(radix_in);
100 ns->setDesc(desc_in);
101 ns->setAlgorithmic(isAlgorithmic_in);
102 ns->setName(NULL);
103 return ns;
167 NumberingSystem *ns = new NumberingSystem(); variable
168 return ns;
208 NumberingSystem* ns = NumberingSystem::createInstance(radix,isAlgorithmic,nsd,status);
209 ns->setName(name)
    [all...]
  /external/linux-kselftest/tools/testing/selftests/nsfs/
pidns.c 44 char path[] = "/proc/0123456789/ns/pid";
47 int ns, pns, i; local
55 snprintf(path, sizeof(path), "/proc/%d/ns/%s", pid, ns_strs[i]);
56 ns = open(path, O_RDONLY);
57 if (ns < 0)
60 pns = ioctl(ns, NS_GET_PARENT);
64 snprintf(path, sizeof(path), "/proc/self/ns/%s", ns_strs[i]);
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
clock_ns.h 28 int64_t ns = kNanosPerSecond * (int64_t)t.tv_sec + (int64_t)t.tv_nsec; local
29 return ns;
34 int64_t ns = kNanosPerSecond * (int64_t)t.tv_sec + (int64_t)t.tv_nsec; local
35 return ns;
48 static inline timespec NsToTimespec(int64_t ns) {
52 t.tv_sec = ns / kNanosPerSecond;
53 remainder = ns % kNanosPerSecond;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/
Reader.h 93 bool referenceKindFromString(StringRef inputStr, Reference::KindNamespace &ns,
99 bool referenceKindToString(Reference::KindNamespace ns, Reference::KindArch a,
126 void addKindTable(Reference::KindNamespace ns, Reference::KindArch arch,
131 Reference::KindNamespace ns; member in struct:lld::Registry::KindEntry
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Core/
Reader.h 93 bool referenceKindFromString(StringRef inputStr, Reference::KindNamespace &ns,
99 bool referenceKindToString(Reference::KindNamespace ns, Reference::KindArch a,
126 void addKindTable(Reference::KindNamespace ns, Reference::KindArch arch,
131 Reference::KindNamespace ns; member in struct:lld::Registry::KindEntry
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Core/
Reader.h 93 bool referenceKindFromString(StringRef inputStr, Reference::KindNamespace &ns,
99 bool referenceKindToString(Reference::KindNamespace ns, Reference::KindArch a,
126 void addKindTable(Reference::KindNamespace ns, Reference::KindArch arch,
131 Reference::KindNamespace ns; member in struct:lld::Registry::KindEntry
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Core/
Reader.h 93 bool referenceKindFromString(StringRef inputStr, Reference::KindNamespace &ns,
99 bool referenceKindToString(Reference::KindNamespace ns, Reference::KindArch a,
126 void addKindTable(Reference::KindNamespace ns, Reference::KindArch arch,
131 Reference::KindNamespace ns; member in struct:lld::Registry::KindEntry
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Core/
Reader.h 93 bool referenceKindFromString(StringRef inputStr, Reference::KindNamespace &ns,
99 bool referenceKindToString(Reference::KindNamespace ns, Reference::KindArch a,
126 void addKindTable(Reference::KindNamespace ns, Reference::KindArch arch,
131 Reference::KindNamespace ns; member in struct:lld::Registry::KindEntry
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/
Reader.h 93 bool referenceKindFromString(StringRef inputStr, Reference::KindNamespace &ns,
99 bool referenceKindToString(Reference::KindNamespace ns, Reference::KindArch a,
126 void addKindTable(Reference::KindNamespace ns, Reference::KindArch arch,
131 Reference::KindNamespace ns; member in struct:lld::Registry::KindEntry
  /prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
Reader.h 93 bool referenceKindFromString(StringRef inputStr, Reference::KindNamespace &ns,
99 bool referenceKindToString(Reference::KindNamespace ns, Reference::KindArch a,
126 void addKindTable(Reference::KindNamespace ns, Reference::KindArch arch,
131 Reference::KindNamespace ns; member in struct:lld::Registry::KindEntry
  /prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/
Reader.h 93 bool referenceKindFromString(StringRef inputStr, Reference::KindNamespace &ns,
99 bool referenceKindToString(Reference::KindNamespace ns, Reference::KindArch a,
126 void addKindTable(Reference::KindNamespace ns, Reference::KindArch arch,
131 Reference::KindNamespace ns; member in struct:lld::Registry::KindEntry
  /prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/
Reader.h 93 bool referenceKindFromString(StringRef inputStr, Reference::KindNamespace &ns,
99 bool referenceKindToString(Reference::KindNamespace ns, Reference::KindArch a,
126 void addKindTable(Reference::KindNamespace ns, Reference::KindArch arch,
131 Reference::KindNamespace ns; member in struct:lld::Registry::KindEntry
  /prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/
Reader.h 93 bool referenceKindFromString(StringRef inputStr, Reference::KindNamespace &ns,
99 bool referenceKindToString(Reference::KindNamespace ns, Reference::KindArch a,
126 void addKindTable(Reference::KindNamespace ns, Reference::KindArch arch,
131 Reference::KindNamespace ns; member in struct:lld::Registry::KindEntry
  /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/
Reader.h 93 bool referenceKindFromString(StringRef inputStr, Reference::KindNamespace &ns,
99 bool referenceKindToString(Reference::KindNamespace ns, Reference::KindArch a,
126 void addKindTable(Reference::KindNamespace ns, Reference::KindArch arch,
131 Reference::KindNamespace ns; member in struct:lld::Registry::KindEntry
  /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/
Reader.h 93 bool referenceKindFromString(StringRef inputStr, Reference::KindNamespace &ns,
99 bool referenceKindToString(Reference::KindNamespace ns, Reference::KindArch a,
126 void addKindTable(Reference::KindNamespace ns, Reference::KindArch arch,
131 Reference::KindNamespace ns; member in struct:lld::Registry::KindEntry
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidDoubleClickStrategy.java 46 int ns = regionText.indexOf(':'); local
47 if (cursor > ns) {
48 int start = ns + 1;
  /cts/tests/tests/security/jni/
android_security_cts_EncryptionTest.cpp 73 static inline uint64_t ns() function
118 uint64_t t = ns();
124 t = ns() - t;
  /device/google/contexthub/lib/nanohub/
rsa.c 217 uint32_t state1 = 0, state2 = 0, step = 0, ns = 0; local
221 ns++;
224 fprintf(stderr, "steps: %u\n", ns);
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionNamespacesManager.java 131 String ns = (String)m_unregisteredExtensions.get(i); local
132 ExtensionNamespaceSupport extNsSpt = defineJavaNamespace(ns);
148 * @param ns The extension namespace URI.
155 public ExtensionNamespaceSupport defineJavaNamespace(String ns)
157 return defineJavaNamespace(ns, ns);
159 public ExtensionNamespaceSupport defineJavaNamespace(String ns, String classOrPackage)
161 if(null == ns || ns.trim().length() == 0) // defensive. I don't think it's needed. -sb
184 ns,
    [all...]

Completed in 904 milliseconds

1 2 3 4 56 7 8 91011>>