HomeSort by relevance Sort by last modified time
    Searched refs:namespace (Results 326 - 350 of 1830) sorted by null

<<11121314151617181920>>

  /external/flatbuffers/tests/MyGame/
InParentNamespace.cs 5 namespace MyGame
  /external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class.py 131 # Add namespace before the class.
132 if class_node.namespace:
133 lines.extend(['namespace %s {' % n for n in class_node.namespace]) # }
153 # Close the namespace.
154 if class_node.namespace:
155 for i in range(len(class_node.namespace)-1, -1, -1):
156 lines.append('} // namespace %s' % class_node.namespace[i])
  /external/lzma/CS/7zip/Common/
CRC.cs 3 namespace SevenZip
OutBuffer.cs 3 namespace SevenZip.Buffer
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/templates/
ar_event_h.template 35 namespace ArchRast
  /external/webrtc/talk/app/webrtc/objc/
RTCVideoRendererAdapter.mm 35 namespace webrtc {
  /external/webrtc/webrtc/base/
callback.h.pump 63 namespace rtc {
101 } // namespace rtc
  /external/webrtc/webrtc/modules/video_render/mac/
cocoa_full_screen_window.mm 14 using namespace webrtc;
  /external/webrtc/webrtc/modules/video_render/test/testAPI/
testAPI_mac.mm 30 using namespace webrtc;
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
RemoteXmlPullParser.java 95 String getAttributeValue(String namespace, String name) throws RemoteException;
103 void require(int type, String namespace, String name)
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/cuda_wrappers/
algorithm 49 // We need to define these overloads in exactly the namespace our standard
50 // library uses (including the right inline namespace), otherwise they won't be
56 namespace std {
92 } // namespace std
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/cuda_wrappers/
algorithm 49 // We need to define these overloads in exactly the namespace our standard
50 // library uses (including the right inline namespace), otherwise they won't be
56 namespace std {
92 } // namespace std
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/cuda_wrappers/
algorithm 49 // We need to define these overloads in exactly the namespace our standard
50 // library uses (including the right inline namespace), otherwise they won't be
56 namespace std {
92 } // namespace std
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/cuda_wrappers/
algorithm 49 // We need to define these overloads in exactly the namespace our standard
50 // library uses (including the right inline namespace), otherwise they won't be
56 namespace std {
92 } // namespace std
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/cuda_wrappers/
algorithm 49 // We need to define these overloads in exactly the namespace our standard
50 // library uses (including the right inline namespace), otherwise they won't be
56 namespace std {
92 } // namespace std
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/cuda_wrappers/
algorithm 49 // We need to define these overloads in exactly the namespace our standard
50 // library uses (including the right inline namespace), otherwise they won't be
56 namespace std {
92 } // namespace std
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/cuda_wrappers/
algorithm 49 // We need to define these overloads in exactly the namespace our standard
50 // library uses (including the right inline namespace), otherwise they won't be
56 namespace std {
92 } // namespace std
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/cuda_wrappers/
algorithm 49 // We need to define these overloads in exactly the namespace our standard
50 // library uses (including the right inline namespace), otherwise they won't be
56 namespace std {
92 } // namespace std
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/cuda_wrappers/
algorithm 49 // We need to define these overloads in exactly the namespace our standard
50 // library uses (including the right inline namespace), otherwise they won't be
56 namespace std {
92 } // namespace std
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/cuda_wrappers/
algorithm 49 // We need to define these overloads in exactly the namespace our standard
50 // library uses (including the right inline namespace), otherwise they won't be
56 namespace std {
92 } // namespace std
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/cuda_wrappers/
algorithm 49 // We need to define these overloads in exactly the namespace our standard
50 // library uses (including the right inline namespace), otherwise they won't be
56 namespace std {
92 } // namespace std
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/cuda_wrappers/
algorithm 49 // We need to define these overloads in exactly the namespace our standard
50 // library uses (including the right inline namespace), otherwise they won't be
56 namespace std {
92 } // namespace std
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/cuda_wrappers/
algorithm 49 // We need to define these overloads in exactly the namespace our standard
50 // library uses (including the right inline namespace), otherwise they won't be
56 namespace std {
92 } // namespace std
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/cuda_wrappers/
algorithm 49 // We need to define these overloads in exactly the namespace our standard
50 // library uses (including the right inline namespace), otherwise they won't be
56 namespace std {
92 } // namespace std
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/cuda_wrappers/
algorithm 49 // We need to define these overloads in exactly the namespace our standard
50 // library uses (including the right inline namespace), otherwise they won't be
56 namespace std {
92 } // namespace std

Completed in 1131 milliseconds

<<11121314151617181920>>