HomeSort by relevance Sort by last modified time
    Searched refs:NS (Results 176 - 200 of 358) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DIBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DIBuilder.h     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
keybindingDialog.py 100 self.listKeysFinal.grid(row=0,column=4,rowspan=4,sticky=NS)
104 scrollKeysFinal.grid(row=0,column=5,rowspan=4,sticky=NS)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
keybindingDialog.py 100 self.listKeysFinal.grid(row=0,column=4,rowspan=4,sticky=NS)
104 scrollKeysFinal.grid(row=0,column=5,rowspan=4,sticky=NS)
  /prebuilts/go/darwin-x86/src/net/
lookup.go 344 // LookupNS returns the DNS NS records for the given domain name.
345 func LookupNS(name string) ([]*NS, error) {
349 // LookupNS returns the DNS NS records for the given domain name.
350 func (r *Resolver) LookupNS(ctx context.Context, name string) ([]*NS, error) {
  /prebuilts/go/linux-x86/src/net/
lookup.go 344 // LookupNS returns the DNS NS records for the given domain name.
345 func LookupNS(name string) ([]*NS, error) {
349 // LookupNS returns the DNS NS records for the given domain name.
350 func (r *Resolver) LookupNS(ctx context.Context, name string) ([]*NS, error) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 100 self.listKeysFinal.grid(row=0,column=4,rowspan=4,sticky=NS)
104 scrollKeysFinal.grid(row=0,column=5,rowspan=4,sticky=NS)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 100 self.listKeysFinal.grid(row=0,column=4,rowspan=4,sticky=NS)
104 scrollKeysFinal.grid(row=0,column=5,rowspan=4,sticky=NS)
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/
xlat_tables_common.c 195 desc |= (attr & MT_NS) ? LOWER_ATTRS(NS) : 0;
250 debug_print(attr & MT_NS ? "-NS" : "-S");
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 125 const NamespaceDecl *NS);
  /external/clang/test/CXX/drs/
dr2xx.cpp 417 namespace NS {
422 NS::T parm;
423 int &g(NS::T, float);
427 extern int &g(NS::T, float);
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 196 namespace ns { namespace in namespace:test1
200 using ns::counter;
214 namespace ns { namespace in namespace:test2
221 int *ns::count_ptr = &count;
291 namespace NS {
292 int a; // expected-note {{'NS::a' declared here}}
293 int longer_b; //expected-note {{'NS::longer_b' declared here}}
298 int foobar = a + longer_b; // expected-error {{use of undeclared identifier 'a'; did you mean 'NS::a'?}} \
299 // expected-error {{use of undeclared identifier 'longer_b'; did you mean 'NS::longer_b'?}}
415 namespace ns { namespace in namespace:PR16951
    [all...]
  /external/clang/tools/libclang/
CXCursor.h 110 CXCursor MakeCursorNamespaceRef(const NamedDecl *NS, SourceLocation Loc,
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 129 if (auto *NS = dyn_cast<DINamespace>(this))
130 return NS->getScope();
145 if (auto *NS = dyn_cast<DINamespace>(this))
146 return NS->getName();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 125 const NamespaceDecl *NS);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
NestedNameSpecifier.h 125 const NamespaceDecl *NS);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
NestedNameSpecifier.h 125 const NamespaceDecl *NS);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
NestedNameSpecifier.h 125 const NamespaceDecl *NS);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
NestedNameSpecifier.h 125 const NamespaceDecl *NS);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
NestedNameSpecifier.h 125 const NamespaceDecl *NS);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
NestedNameSpecifier.h 125 const NamespaceDecl *NS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 125 const NamespaceDecl *NS);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
NestedNameSpecifier.h 125 const NamespaceDecl *NS);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
NestedNameSpecifier.h 125 const NamespaceDecl *NS);

Completed in 405 milliseconds

1 2 3 4 5 6 78 91011>>