HomeSort by relevance Sort by last modified time
    Searched full:namespace (Results 126 - 150 of 21984) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/net/ftp/
ftp_network_session.cc 7 namespace net {
14 } // namespace net
ftp_request_info.h 11 namespace net {
19 } // namespace net
ftp_response_info.cc 7 namespace net {
17 } // namespace net
  /external/chromium/net/http/
http_request_info.cc 7 namespace net {
18 } // namespace net
  /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/CXX/temp/temp.spec/temp.expl.spec/
p3.cpp 3 namespace N {
9 namespace N {
  /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 {
  /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/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/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/dcl.dcl/basic.namespace/namespace.udecl/
p8.cpp 6 // Redeclarations are okay in a namespace.
7 namespace test0 {
8 namespace ns {
19 namespace ns {
37 namespace test1 {
38 namespace ns {
50 namespace ns {
69 namespace test2 {
86 namespace test3 {
87 namespace N
    [all...]

Completed in 382 milliseconds

1 2 3 4 56 7 8 91011>>