HomeSort by relevance Sort by last modified time
    Searched defs:get2 (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CXX/basic/basic.link/
p6.cpp 25 constexpr int *get2() { function
31 static_assert(get2() == same_entity_2, "failed to find previous decl");
  /external/clang/test/Analysis/
cxx-for-range.cpp 68 MagicVector2 get2() { function
73 for (int y : get2()) {
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
MainActivity.java 37 public int get2(boolean condition) { method in class:MainActivity
38 return IntermediateClass.get2(condition);
ClassInSecondaryDex.java 64 public int get2() { method in class:ClassInSecondaryDex
IntermediateClass.java 24 public static int get2(boolean condition) { method in class:IntermediateClass
25 return new ClassInSecondaryDex(condition).get2();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Bastion.py 105 # Note: we define *two* ad-hoc functions here, get1 and get2.
110 # would be able to override the filter argument! With get2,
125 def get2(name, get1=get1): function in function:Bastion
131 return bastionclass(get2, name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Bastion.py 105 # Note: we define *two* ad-hoc functions here, get1 and get2.
110 # would be able to override the filter argument! With get2,
125 def get2(name, get1=get1): function in function:Bastion
131 return bastionclass(get2, name)
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 641 * method Trie.get2(name)
650 Object obj = m_htmlInfo.get2(name);
2278 public Object get2(final String key) method in class:ToHTMLStream.Trie
    [all...]
  /external/clang/test/SemaCXX/
uninitialized.cpp 78 int get2() { return num; } function in class:A
114 A a17(a17.get2()); // expected-warning {{variable 'a17' is uninitialized when used within its own initialization}}
128 A *a27 = new A(a27->get2()); // expected-warning {{variable 'a27' is uninitialized when used within its own initialization}}
151 A a17(a17.get2()); // expected-warning {{variable 'a17' is uninitialized when used within its own initialization}}
163 A *a27 = new A(a27->get2()); // expected-warning {{variable 'a27' is uninitialized when used within its own initialization}}
  /external/clang/test/CXX/drs/
dr0xx.cpp 239 int get2() { return ((A&)c).n; } // ok, A is an accessible base of B from here function in struct:dr19::D
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 1540 cmds::GetVertexAttribfv get2; \/\/ for getting the value from attrib1 member in struct:gpu::gles2::Cmds
    [all...]
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc 3533 const char get2[] = "GET \/ HTTP\/1.1\\r\\n" local
3671 const char get2[] = "GET \/2 HTTP\/1.1\\r\\n" local
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/manymethods/
Big001.java 28 public int get2() { method in class:Big001
    [all...]
Big002.java 28 public int get2() { method in class:Big002
    [all...]
Big003.java 28 public int get2() { method in class:Big003
    [all...]
Big004.java 28 public int get2() { method in class:Big004
    [all...]
Big005.java 28 public int get2() { method in class:Big005
    [all...]
Big006.java 28 public int get2() { method in class:Big006
    [all...]
Big007.java 28 public int get2() { method in class:Big007
    [all...]
Big008.java 28 public int get2() { method in class:Big008
    [all...]
Big009.java 28 public int get2() { method in class:Big009
    [all...]
Big010.java 28 public int get2() { method in class:Big010
    [all...]
Big011.java 28 public int get2() { method in class:Big011
    [all...]
Big012.java 28 public int get2() { method in class:Big012
    [all...]
Big013.java 28 public int get2() { method in class:Big013
    [all...]

Completed in 742 milliseconds

1 2 3 4 5 6 7