HomeSort by relevance Sort by last modified time
    Searched defs:anon (Results 1 - 25 of 39) sorted by null

1 2

  /external/clang/test/PCH/Inputs/
namespaces.h 24 void anon() { } function in namespace:__anon15313
  /external/clang/test/Modules/
ExtDebugInfo.cpp 54 InAnonymousNamespace anon; variable
67 anon.i = GlobalStruct.i = GlobalUnion.i = GlobalEnum;
178 // CHECK: !DIGlobalVariable(name: "anon",
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
SymbolTable.cpp 321 const TAnonMember* anon = iter->second->getAsAnonMember(); local
322 if (anon) {
326 if (! containerCopied[anon->getAnonId()]) {
327 TVariable* container = anon->getAnonContainer().clone();
331 containerCopied[anon->getAnonId()] = true;
Intermediate.cpp 1145 const TAnonMember* anon = symbol.getAsAnonMember(); local
    [all...]
SymbolTable.h 572 const TAnonMember* anon = shared->getAsAnonMember(); local
573 assert(anon);
574 TVariable* container = anon->getAnonContainer().clone();
576 container->setUniqueId(anon->getAnonContainer().getUniqueId());
  /external/ipsec-tools/src/racoon/
remoteconf.c 102 struct remoteconf *anon = NULL; local
146 anon = p;
149 if (allow_anon && anon != NULL) {
152 return anon;
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodTest.java 410 InterfaceWithDefault anon = new InterfaceWithDefault() {}; local
411 Class<?> anonClass = anon.getClass();
416 assertEquals(interfaceWithDefaultClassName, defaultMethod.invoke(anon));
417 assertEquals(interfaceWithDefaultClassName, inheritedDefaultMethod.invoke(anon));
418 assertEquals(interfaceWithDefaultClassName, anon.defaultMethod());
432 InterfaceWithDefault anon = new InterfaceWithDefault() { local
438 Class<? extends InterfaceWithDefault> anonClass = anon.getClass();
446 assertEquals(anonymousClassName, defaultMethod.invoke(anon));
447 assertEquals(anonymousClassName, overriddenDefaultMethod.invoke(anon));
448 assertEquals(anonymousClassName, anon.defaultMethod())
456 InterfaceWithDefault anon = new InterfaceWithDefault() {}; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 1424 char *anon; local
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes

Completed in 244 milliseconds

1 2