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

1 2 3 4 5 6 7 8 9

  /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");
  /toolchain/binutils/binutils-2.27/gold/testsuite/
icf_string_merge_test.cc 27 // folded. However, if the addend is not ignored then get2 and get3 will
38 const char* get2() function
  /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/go/darwin-x86/src/cmd/compile/internal/gc/
bitset.go 37 func (f bitset32) get2(shift uint8) uint8 { func
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
bitset.go 37 func (f bitset32) get2(shift uint8) uint8 { func
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
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/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /system/core/libutils/tests/
Singleton_test.cpp 55 get_fn_t get2 = reinterpret_cast<get_fn_t>(dlsym(handle2, "singletonGetInstanceContents")); local
56 ASSERT_TRUE(get2 != nullptr) << dlerror();
66 EXPECT_EQ(12345678U, get2());
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_read.go 252 // get2 returns the little-endian 16-bit value in b.
253 func get2(b []byte) int { func
282 n := get2(buf[10:])
318 meth := get2(buf[10:])
320 namelen := get2(buf[28:])
321 xlen := get2(buf[30:])
322 fclen := get2(buf[32:])
352 get2(buf[8:]) != meth ||
353 get2(buf[26:]) != namelen ||
357 xlen = get2(buf[28:]
    [all...]
  /prebuilts/go/linux-x86/src/time/
zoneinfo_read.go 252 // get2 returns the little-endian 16-bit value in b.
253 func get2(b []byte) int { func
282 n := get2(buf[10:])
318 meth := get2(buf[10:])
320 namelen := get2(buf[28:])
321 xlen := get2(buf[30:])
322 fclen := get2(buf[32:])
352 get2(buf[8:]) != meth ||
353 get2(buf[26:]) != namelen ||
357 xlen = get2(buf[28:]
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Row.java 78 public C2 get2() { method in class:Row
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Row.java 74 public C2 get2() { method in class:Row
  /prebuilts/go/darwin-x86/test/chan/
powser1.go 166 func get2(in0 *dch, in1 *dch) []rat { func
340 uv = get2(U, V)
463 uv := get2(U, V)
powser2.go 176 func get2(in0 *dch, in1 *dch) []item { func
354 uv = get2(U, V)
477 uv := get2(U, V)
  /prebuilts/go/linux-x86/test/chan/
powser1.go 166 func get2(in0 *dch, in1 *dch) []rat { func
340 uv = get2(U, V)
463 uv := get2(U, V)
powser2.go 176 func get2(in0 *dch, in1 *dch) []item { func
354 uv = get2(U, V)
477 uv := get2(U, V)
  /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/CXX/drs/
dr0xx.cpp 240 int get2() { return ((A&)c).n; } // ok, A is an accessible base of B from here function in struct:dr19::D

Completed in 4134 milliseconds

1 2 3 4 5 6 7 8 9