HomeSort by relevance Sort by last modified time
    Searched full:anonymous (Results 301 - 325 of 2287) sorted by null

<<11121314151617181920>>

  /external/chromium_org/sdch/open-vcdiff/src/
headerparser_test.cc 25 namespace { // anonymous
210 } // anonymous namespace
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InjectedScriptManager.cpp 93 // a single anonymous function(it's anonymous to avoid cluttering the global object with
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyBase.cpp 93 // We need to wrap the inline objects into an anonymous block.
118 // If an anonymous block would be put next to another such block, then merge those.
  /external/chromium_org/tools/lsan/
suppressions.txt 18 leak:net::(anonymous namespace)::ProxyResolverV8WithMockBindings::SetPacScriptFromDisk
19 leak:net::(anonymous namespace)::InitResolver
  /external/chromium_org/v8/test/cctest/
test-liveedit.cc 40 // Anonymous namespace.
157 } // Anonymous namespace.
  /external/chromium_org/v8/test/webkit/
named-function-expression-expected.txt 29 anonymous function expression
41 regression test where kjs regarded an anonymous function declaration (which is illegal) as a FunctionExpr
  /external/clang/test/CodeGenCXX/
rtti-linkage.cpp 83 // D is inside an anonymous namespace, so all type information related to D should have
87 // E is also inside an anonymous namespace.
  /external/clang/test/OpenMP/
threadprivate_messages.cpp 93 int o; // expected-note {{candidate found by name lookup is '<anonymous namespace>::o'}}
95 #pragma omp threadprivate (o) // expected-error {{'#pragma omp threadprivate' must precede all references to variable '<anonymous namespace>::o'}}
  /external/llvm/lib/Analysis/
DomPrinter.cpp 117 } // end anonymous namespace
172 } // end anonymous namespace
  /external/llvm/lib/CodeGen/
Spiller.cpp 163 } // end anonymous namespace
182 } // end anonymous namespace
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 166 } // end anonymous namespace
207 } // end anonymous namespace
  /external/llvm/unittests/ADT/
StringMapTest.cpp 186 } // end anonymous namespace
223 } // end anonymous namespace
  /external/llvm/unittests/Support/
Casting.cpp 172 } // anonymous namespace
225 } // end anonymous namespace
  /external/llvm/utils/TableGen/
TableGenBackends.h 42 // Remember to wrap private things in an anonymous namespace. For most
44 // the anonymous namespace.
  /external/open-vcdiff/src/
headerparser_test.cc 25 namespace { // anonymous
210 } // anonymous namespace
  /external/smack/src/org/jivesoftware/smack/
SASLAuthentication.java 96 registerSASLMechanism("ANONYMOUS", SASLAnonymous.class);
102 supportSASLMechanism("ANONYMOUS",2);
185 * Returns true if the server offered ANONYMOUS SASL as a way to authenticate users.
187 * @return true if the server offered ANONYMOUS SASL as a way to authenticate users.
190 return serverMechanisms.contains("ANONYMOUS");
194 * Returns true if the server offered SASL authentication besides ANONYMOUS SASL.
196 * @return true if the server offered SASL authentication besides ANONYMOUS SASL.
373 * Performs ANONYMOUS SASL authentication. If SASL authentication was successful
SASLAuthentication.java.orig 96 registerSASLMechanism("ANONYMOUS", SASLAnonymous.class);
102 supportSASLMechanism("ANONYMOUS",4);
185 * Returns true if the server offered ANONYMOUS SASL as a way to authenticate users.
187 * @return true if the server offered ANONYMOUS SASL as a way to authenticate users.
190 return serverMechanisms.contains("ANONYMOUS");
194 * Returns true if the server offered SASL authentication besides ANONYMOUS SASL.
196 * @return true if the server offered SASL authentication besides ANONYMOUS SASL.
373 * Performs ANONYMOUS SASL authentication. If SASL authentication was successful
  /external/v8/test/cctest/
test-liveedit.cc 40 // Anonymous namespace.
155 } // Anonymous namespace.
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLServerSocketImpl.java 197 * an anonymous cipher is picked.
205 // anonymous always work
ServerKeyExchange.java 57 * @param hash should be null for anonymous SignatureAlgorithm
149 * considered anonymous.
  /ndk/sources/cxx-stl/llvm-libc++/test/
test_1.cc 18 // #0 0x00069ae0 in std::(anonymous namespace)::default_terminate () at jni/../../../../gabi++/src/terminate.cc:57
21 // #3 0x00066bf8 in (anonymous namespace)::throwException (header=0x1827438) at jni/../../../../gabi++/src/cxxabi.cc:126
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.py 95 """Return an iterator that recursively traverses anonymous fields.
103 pairs of key, value, but for any anonymous struct or union
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.py 95 """Return an iterator that recursively traverses anonymous fields.
103 pairs of key, value, but for any anonymous struct or union
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imaplib.py 184 username = 'anonymous'
200 self.assertTrue('AUTH=ANONYMOUS' in self.server.capabilities)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imaplib.py 184 username = 'anonymous'
200 self.assertTrue('AUTH=ANONYMOUS' in self.server.capabilities)

Completed in 2511 milliseconds

<<11121314151617181920>>