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

1 2 3 4

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 7 typename = 'test' variable in class:MockTclObj
17 typename = 'StateSpec' variable in class:MockStateSpec
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 7 typename = 'test' variable in class:MockTclObj
17 typename = 'StateSpec' variable in class:MockStateSpec
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 7 typename = 'test' variable in class:MockTclObj
17 typename = 'StateSpec' variable in class:MockStateSpec
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 7 typename = 'test' variable in class:MockTclObj
17 typename = 'StateSpec' variable in class:MockStateSpec
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_functions.py 18 typename = 'test' variable in class:MockTclObj
28 typename = 'StateSpec' variable in class:MockStateSpec
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_functions.py 17 typename = 'test' variable in class:MockTclObj
27 typename = 'StateSpec' variable in class:MockStateSpec
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
model.py 43 typename="ModelOutputs", variable
    [all...]
  /libcore/ojluni/src/main/java/java/lang/reflect/
Parameter.java 129 final String typename = type.getTypeName(); local
137 sb.append(typename.replaceFirst("\\[\\]$", "..."));
139 sb.append(typename);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
gopher.py 32 typename = {'0': '<TEXT>', '1': '<DIR>', '2': '<CSO>', '3': '<ERROR>', \
164 if typename.has_key(typechar):
165 print typename[typechar]
34 '8': '<TELNET>', '9': '<BINARY>', '+': '<REDUNDANT>', 's': '<SOUND>'} variable
  /external/javassist/src/main/javassist/compiler/
JvstTypeChecker.java 91 String typename = ((Symbol)p).get(); local
92 if (typename.equals(codeGen.returnCastName)) {
96 else if (typename.equals(JvstCodeGen.wrapperCastName)) {
JvstCodeGen.java 165 String typename = ((Symbol)p).get(); local
166 if (typename.equals(returnCastName)) {
170 else if (typename.equals(wrapperCastName)) {
  /external/python/cpython2/Demo/sockets/
gopher.py 32 typename = {'0': '<TEXT>', '1': '<DIR>', '2': '<CSO>', '3': '<ERROR>', \
164 if typename.has_key(typechar):
165 print typename[typechar]
34 '8': '<TELNET>', '9': '<BINARY>', '+': '<REDUNDANT>', 's': '<SOUND>'} variable
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
client.h 21 template <typename T> class ComPtrRefBase {
26 typedef typename T::InterfaceType InterfaceType;
41 template <typename T> class ComPtrRef : public Details::ComPtrRefBase<T> {
56 operator typename ComPtrRefBase<T>::InterfaceType**() throw() {
60 typename ComPtrRefBase<T>::InterfaceType *operator*() throw() {
64 typename ComPtrRefBase<T>::InterfaceType *const *GetAddressOf() const throw() {
68 typename ComPtrRefBase<T>::InterfaceType **ReleaseAndGetAddressOf() throw() {
75 template<typename T> class ComPtr {
123 template<typename U>
229 template<typename U
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 94 #define typename macro
179 typename
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect.go 1023 func typename(t *types.Type) *Node { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect.go 1023 func typename(t *types.Type) *Node { func
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java 886 String typename[] = new String[] { "short int", "long int", "string", "uint32"}; local
1093 String typename[] = new String[] { "short int", "long int", "string", "uint32"}; local
    [all...]
  /external/clang/test/CXX/drs/
dr3xx.cpp 7 template<typename R, typename A> void f(R (&)(A)) {}
15 template<typename T> void operator+(T, T);
27 template<typename T> void f() {
28 typename T::template operator+<int> a; // expected-error {{typename specifier refers to a non-type template}} expected-error +{{}}
38 template<typename T> class operator&<T*> {}; // expected-error +{{}}
39 template<typename T> class T::operator& {}; // expected-error +{{}}
40 template<typename T> class S::operator&<T*> {}; // expected-error +{{}}
105 template<typename T> struct X {}
    [all...]
  /external/caliper/lib/
java-allocation-instrumenter-2.0.jar 
  /external/swiftshader/src/Reactor/
Reactor.hpp 166 RValue(typename IntLiteral<T>::type i);
167 RValue(typename FloatLiteral<T>::type f);
175 template<typename T>
    [all...]
  /prebuilts/misc/common/jacoco/lib/
org.jacoco.report-0.8.0.201801022044.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.1.201405082137/
org.jacoco.report-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.3.201501221555/
org.jacoco.report-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.4.201502262128/
org.jacoco.report-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.5.201505241946/
org.jacoco.report-0.7.5.201505241946.jar 

Completed in 1021 milliseconds

1 2 3 4