HomeSort by relevance Sort by last modified time
    Searched full:namespace (Results 226 - 250 of 66917) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/api/automation_internal/
automation_util.h 13 namespace content {
15 } // namespace content
17 namespace ui {
19 } // namespace ui
21 namespace extensions {
24 namespace automation_util {
37 } // namespace automation_util
39 } // namespace extensions
  /external/chromium_org/extensions/browser/api/storage/
settings_namespace.cc 9 namespace extensions {
11 namespace settings_namespace {
13 namespace {
17 } // namespace
19 std::string ToString(Namespace settings_namespace) {
34 Namespace FromString(const std::string& namespace_string) {
44 } // namespace settings_namespace
46 } // namespace extensions
  /external/chromium_org/jingle/glue/
utils.h 10 namespace net {
12 } // namespace net
14 namespace rtc {
16 } // namespace rtc
18 namespace cricket {
20 } // namespace cricket
22 namespace jingle_glue {
37 } // namespace jingle_glue
  /external/chromium_org/remoting/host/
cast_extension.h 14 namespace base {
16 } // namespace base
18 namespace net {
20 } // namespace net
22 namespace remoting {
24 namespace protocol {
26 } // namespace protocol
51 } // namespace remoting
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
MakeNames.h.tmpl 4 #ifndef {{namespace}}{{suffix}}Names_h
5 #define {{namespace}}{{suffix}}Names_h
8 #include "core/{{namespace}}Names.h"
16 namespace blink {
17 namespace {{namespace}}Names {
31 } // {{namespace}}Names
32 } // namespace blink
  /external/clang/test/SemaCXX/
pr13394-crash-on-invalid.cpp 4 namespace stretch_v1 {
6 const stretch_v1::ops_t* d_methods; // expected-error {{no type named 'ops_t' in namespace 'stretch_v1'}}
9 namespace gatekeeper_v1 {
10 namespace gatekeeper_factory_v1 {
12 gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'gatekeeper_v1'; did you mean simply 'closure_t'?}}
16 gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeeper_v1'; did you mean 'gatekeeper_factory_v1::closure_t'}}
19 namespace Foo {
27 Foo::Bar(); // expected-error{{no member named 'Bar' in namespace 'Foo'; did you mean simply 'Bar'?}}
using-decl-pr4450.cpp 4 namespace A {
8 namespace X {
  /external/eigen/doc/examples/
Tutorial_ArrayClass_mult.cpp 4 using namespace Eigen;
5 using namespace std;
  /external/lzma/CPP/7zip/Archive/7z/
7zProperties.h 8 namespace NArchive {
9 namespace N7z {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
fwd.hpp 24 namespace boost {
26 namespace BOOST_RT_PARAM_NAMESPACE {
28 namespace cla {
37 namespace rt_cla_detail {
47 } // namespace rt_cla_detail
49 } // namespace cla
51 } // namespace BOOST_RT_PARAM_NAMESPACE
53 } // namespace boost
value_handler.hpp 23 namespace boost {
25 namespace BOOST_RT_PARAM_NAMESPACE {
27 namespace cla {
29 namespace rt_cla_detail {
49 } // namespace rt_cla_detail
51 } // namespace cla
53 } // namespace BOOST_RT_PARAM_NAMESPACE
55 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
modifier.hpp 24 namespace boost {
26 namespace BOOST_RT_PARAM_NAMESPACE {
28 namespace environment {
34 namespace {
40 } // local namespace
41 } // namespace environment
43 } // namespace BOOST_RT_PARAM_NAMESPACE
45 } // namespace boost
  /external/chromium_org/android_webview/browser/
net_disk_cache_remover.h 8 namespace content {
12 } // namespace content
14 namespace android_webview {
21 } // namespace android_webview
  /external/chromium_org/ash/
debug.h 10 namespace ash {
11 namespace debug {
19 } // namespace debug
20 } // namespace ash
  /external/chromium_org/ash/system/user/
config.h 10 namespace ash {
11 namespace tray {
19 } // namespace tray
20 } // namespace ash
  /external/chromium_org/ash/test/
test_lock_state_controller_delegate.cc 7 namespace ash {
8 namespace test {
26 } // namespace test
27 } // namespace ash
  /external/chromium_org/ash/wm/
window_state_util.h 8 namespace ash {
9 namespace wm {
16 } // namespace wm
17 } // namespace ash
wm_event.cc 7 namespace ash {
8 namespace wm {
25 } // namespace wm
26 } // namespace ash
  /external/chromium_org/athena/util/
switches.cc 9 namespace athena {
10 namespace switches {
21 } // namespace switches
22 } // namespace athena
  /external/chromium_org/athena/virtual_keyboard/public/
virtual_keyboard_manager.h 10 namespace aura {
14 namespace content {
18 namespace athena {
29 } // namespace athena
  /external/chromium_org/base/android/
base_jni_registrar.h 12 namespace base {
13 namespace android {
18 } // namespace android
19 } // namespace base
cpu_features.cc 10 namespace base {
11 namespace android {
25 } // namespace android
26 } // namespace base
event_log.cc 8 namespace base {
9 namespace android {
19 } // namespace android
20 } // namespace base
event_log.h 12 namespace base {
13 namespace android {
19 } // namespace android
20 } // namespace base
jni_utils.cc 12 namespace base {
13 namespace android {
23 } // namespace android
24 } // namespace base

Completed in 266 milliseconds

1 2 3 4 5 6 7 8 91011>>