HomeSort by relevance Sort by last modified time
    Searched refs:name2 (Results 76 - 100 of 154) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr-default.h 108 # define __gthrw2(name,name2,type) \
109 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
113 # define __gthrw2(name,name2,type)
gthr-posix.h 108 # define __gthrw2(name,name2,type) \
109 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
113 # define __gthrw2(name,name2,type)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr-default.h 108 # define __gthrw2(name,name2,type) \
109 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
113 # define __gthrw2(name,name2,type)
gthr-posix.h 108 # define __gthrw2(name,name2,type) \
109 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
113 # define __gthrw2(name,name2,type)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr-default.h 108 # define __gthrw2(name,name2,type) \
109 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
113 # define __gthrw2(name,name2,type)
gthr-posix.h 108 # define __gthrw2(name,name2,type) \
109 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
113 # define __gthrw2(name,name2,type)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
gthr-default.h 108 # define __gthrw2(name,name2,type) \
109 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
113 # define __gthrw2(name,name2,type)
gthr-posix.h 108 # define __gthrw2(name,name2,type) \
109 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
113 # define __gthrw2(name,name2,type)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 323 public boolean areEqual(X500Name name1, X500Name name2)
326 RDN[] rdns2 = name2.getRDNs();
RFC4519Style.java 212 public boolean areEqual(X500Name name1, X500Name name2)
215 RDN[] rdns2 = name2.getRDNs();
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h     [all...]
  /external/icu4c/test/perf/howExpensiveIs/
howExpensiveIs.cpp 326 char name2[100]; member in class:AttrNumTest
329 sprintf(name2,"AttrNumTest:%d=%d", fAttr,fAttrValue);
330 return name2;
354 char name2[100]; member in class:NOXNumTest
357 sprintf(name2,"NOXNumTest:%d=%d", fAttr,fAttrValue);
358 return name2;
  /external/valgrind/main/coregrind/
m_redir.c 1592 HChar name2[64] = ""; local
    [all...]
m_translate.c 1348 Char name2[512] = ""; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Descriptor.java 220 String name2 = (String)map.get(name); local
221 if (name2 != null) {
224 newdesc.append(name2);
SignatureAttribute.java 133 String name2 = (String)map.get(name); local
134 if (name2 != null) {
137 newdesc.append(name2);
  /sdk/find_lock/
find_lock.cpp 439 CString name2; local
442 &name2);
445 outStr->add(name2.cstr());
  /external/icu4c/test/cintltst/
udatatst.c 771 const char* name2="test"; local
805 result=udata_open(testPath, type, name2, &status);
807 log_data_err("FAIL: udata_open() failed for path=%s name2=%s, type=%s, \n errorcode=%s\n", testPath, name2, type, myErrorName(status));
838 const char* name2="test"; local
863 result=udata_openChoice(testPath, type, name2, isAcceptable3, NULL, &status);
865 log_data_err("FAIL: udata_openChoice() failed for path=%s name=%s, type=%s, \n errorcode=%s\n", testPath, name2, type, myErrorName(status));
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
SmartDialTrieTest.java 199 final String name2 = "aaa bbb ccc ddd eee fff ggg hhh iii jjj kkk"; local
200 final ParseInfo info2 = trie.parseToIndexes(name2, 2, 2);
  /external/qemu/target-mips/
op_helper.c     [all...]
  /external/elfutils/src/
elfcmp.c 308 const char *name2 = elf_strptr (elf2, shdr2->sh_link, local
310 if (unlikely (strcmp (name1, name2) != 0
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 558 static jboolean NativeConverter_contains(JNIEnv* env, jclass, jstring name1, jstring name2) {
563 ScopedUtfChars name2Chars(env, name2);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 164 // 'openid.ax.type.name2' : 'http://axschema.org/namePerson/last',
165 // 'openid.ax.required' : 'email,name1,name2' };
  /external/icu4c/common/unicode/
ucnv.h 304 * @param name2 a converter name or alias, zero-terminated
306 * lexically precedes name2, or a positive value if the name1
307 * lexically follows name2.
311 ucnv_compareNames(const char *name1, const char *name2);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h 256 * @param name2 a converter name or alias, zero-terminated
258 * lexically precedes name2, or a positive value if the name1
259 * lexically follows name2.
263 ucnv_compareNames(const char *name1, const char *name2);
    [all...]

Completed in 619 milliseconds

1 2 34 5 6 7