HomeSort by relevance Sort by last modified time
    Searched full:namespace (Results 151 - 175 of 25034) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/net/server/
http_server_request_info.cc 7 namespace net {
13 } // namespace net
  /external/chromium/net/socket/
tcp_client_socket.cc 7 namespace net {
19 } // namespace net
  /external/chromium/net/tools/flip_server/
http_message_constants.h 9 namespace net {
15 } // namespace net
  /external/chromium/webkit/glue/media/
web_data_source.cc 8 namespace webkit_glue {
17 } // namespace webkit_glue
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p3.cpp 5 namespace test0 {
6 namespace A {
  /external/clang/test/CXX/basic/basic.scope/basic.scope.hiding/
p2.cpp 4 namespace N {
10 using namespace N;
  /external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.deallocation/
p1.cpp 7 namespace NS {
8 void operator delete(void *); // expected-error {{'operator delete' cannot be declared inside a namespace}}
  /external/clang/test/CXX/class.access/class.friend/
p11.cpp 4 namespace test0 {
13 namespace test1 {
  /external/clang/test/CodeGenCXX/
2006-03-06-C++RecurseCrash.cpp 2 namespace std {
12 namespace __cxxabiv1 {
debug-info.cpp 22 namespace EmptyNameCrash {
29 namespace PR4890 {
37 namespace VirtualDtor {
45 namespace VirtualBase {
59 namespace b5249287 {
  /external/clang/test/SemaCXX/
qualified-names-print.cpp 2 namespace N {
3 namespace M {
libstdcxx_map_base_hack.cpp 9 namespace std { namespace tr1 { namespace __detail {
16 namespace std { namespace tr1 {
qualified-id-lookup.cpp 2 namespace Ns {
9 namespace Ns {
15 namespace Ns2 {
21 namespace Ns2 {
25 namespace Ns2 {
29 namespace N {
33 namespace N {
52 namespace N {
77 namespace a {
86 namespace a {
    [all...]
  /external/clang/test/SemaTemplate/
qualified-names-diag.cpp 3 namespace std {
11 using namespace std;
instantiate-function-2.cpp 14 namespace PR7184 {
24 namespace UsedAttr {
35 namespace PR9654 {
46 namespace AliasTagDef {
60 namespace PR10273 {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
SubtitleSampleEntry.java 21 private String namespace; field in class:SubtitleSampleEntry
31 long contentSize = 8 + namespace.length() + schemaLocation.length() + imageMimeType.length() + 3;
38 namespace = IsoTypeReader.readString(content);
47 IsoTypeWriter.writeUtf8String(byteBuffer, namespace);
53 return namespace;
56 public void setNamespace(String namespace) {
57 this.namespace = namespace;
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid_unittest.cc 7 namespace google {
8 namespace protobuf {
9 namespace internal {
10 namespace {
37 } // namespace
38 } // namespace internal
39 } // namespace protobuf
40 } // namespace google
  /external/webkit/LayoutTests/fast/encoding/
namespace-tolerance-expected.txt 2 (1) use namespace prefixes on HTML elements
5 If this test passes, the UTF-8 character below should exactly match the character the character in namespace-tolerance-expected.txt. ?
  /frameworks/compile/linkloader/include/
ELF.h 5 // FIXME: Can't using namespace in header file!
6 using namespace llvm::ELF;
  /frameworks/compile/mclinker/include/mcld/Support/
PathCache.h 21 namespace mcld {
22 namespace sys {
23 namespace fs {
25 namespace {
29 } // anonymous namespace
33 } // namespace of fs
34 } // namespace of sys
35 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Support/Windows/
FileSystem.inc 11 namespace mcld{
12 namespace sys{
13 namespace fs{
14 namespace detail{
24 } // namespace of detail
25 } // namespace of fs
26 } // namespace of sys
27 } // namespace of mcld
  /frameworks/base/core/java/android/util/
XmlPullAttributes.java 45 public String getAttributeValue(String namespace, String name) {
46 return mParser.getAttributeValue(namespace, name);
57 public int getAttributeListValue(String namespace, String attribute,
60 getAttributeValue(namespace, attribute), options, defaultValue);
63 public boolean getAttributeBooleanValue(String namespace, String attribute,
66 getAttributeValue(namespace, attribute), defaultValue);
69 public int getAttributeResourceValue(String namespace, String attribute,
72 getAttributeValue(namespace, attribute), defaultValue);
75 public int getAttributeIntValue(String namespace, String attribute,
78 getAttributeValue(namespace, attribute), defaultValue)
    [all...]
  /external/chromium/chrome/browser/policy/
configuration_policy_store_interface.cc 8 namespace {
10 using namespace policy;
20 } // namespace
22 namespace policy {
41 } // namespace policy
  /external/chromium/webkit/glue/plugins/
plugin_list.h 9 // webkit/plugins/npapi and into the webkit::npapi namespace. Native Client
10 // depends on this old location & namespace, so we provide just enough
12 // new location & namespace.
18 namespace NPAPI {
29 } // namespace NPAPI
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p3.cpp 3 namespace N {
8 // TODO: Don't add a namespace qualifier to the template if it would trigger
9 // the warning about the specialization being outside of the namespace.
11 // expected-warning {{first declaration of class template specialization of 'X' outside namespace 'N' is a C++11 extension}}
13 namespace N {

Completed in 698 milliseconds

1 2 3 4 5 67 8 91011>>