HomeSort by relevance Sort by last modified time
    Searched full:__new__ (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libstdc++/include/
new 2 #ifndef __NEW__
3 #define __NEW__
32 #endif // __NEW__
  /ndk/sources/cxx-stl/system/include/
new 2 #ifndef __NEW__
3 #define __NEW__
32 #endif // __NEW__
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
new 1 #ifndef __NEW__
2 #define __NEW__
29 #endif // __NEW__
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
new 1 #ifndef __NEW__
2 #define __NEW__
29 #endif // __NEW__
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
new 1 #ifndef __NEW__
2 #define __NEW__
29 #endif // __NEW__
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
new 2 #ifndef __NEW__
3 #define __NEW__
28 #endif // __NEW__
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
new 1 #ifndef __NEW__
2 #define __NEW__
29 #endif // __NEW__
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
new 2 #ifndef __NEW__
3 #define __NEW__
28 #endif // __NEW__
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
new 2 #ifndef __NEW__
3 #define __NEW__
32 #endif // __NEW__
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
new 2 #ifndef __NEW__
3 #define __NEW__
32 #endif // __NEW__
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
new 2 #ifndef __NEW__
3 #define __NEW__
32 #endif // __NEW__
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
new 2 #ifndef __NEW__
3 #define __NEW__
32 #endif // __NEW__
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
new 2 #ifndef __NEW__
3 #define __NEW__
32 #endif // __NEW__
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_init.py 9 def __new__(cls): member in class:X
10 result = super(X, cls).__new__(cls)
25 # doesn't call the structure's __new__ and __init__
30 # But explicitly creating an X structure calls __new__ and __init__, of course.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_init.py 9 def __new__(cls): member in class:X
10 result = super(X, cls).__new__(cls)
25 # doesn't call the structure's __new__ and __init__
30 # But explicitly creating an X structure calls __new__ and __init__, of course.
  /development/tools/axl/
singletonmixin.py 33 from Singleton may not have their own __new__
36 es __new__. This happens at subclass instantiation
52 def __new__(metaclass, strName, tupBases, dict): member in class:MetaSingleton
53 if '__new__' in dict:
54 raise SingletonException, 'Can not override __new__ in a Singleton'
55 return super(MetaSingleton,metaclass).__new__(metaclass, strName, tupBases, dict)
75 instance = cls.__new__(cls)
178 def __new__(metaclass, strName, tupBases, dict): member in class:.PublicInterfaceTest.testDontAllowNew.instantiatedAnIllegalClass.A
179 return super(MetaSingleton,metaclass).__new__(metaclass, strName, tupBases, dict)
  /external/fonttools/Lib/fontTools/misc/
py23.py 58 def __new__(self, content): member in class:.Tag
59 return str.__new__(self, self.transcode(content))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 203 program = object.__new__(unittest.TestProgram)
221 program = object.__new__(unittest.TestProgram)
231 program = object.__new__(unittest.TestProgram)
244 program = object.__new__(unittest.TestProgram)
258 program = object.__new__(unittest.TestProgram)
264 program = object.__new__(unittest.TestProgram)
270 program = object.__new__(unittest.TestProgram)
276 program = object.__new__(unittest.TestProgram)
282 program = object.__new__(unittest.TestProgram)
288 program = object.__new__(unittest.TestProgram
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 203 program = object.__new__(unittest.TestProgram)
221 program = object.__new__(unittest.TestProgram)
231 program = object.__new__(unittest.TestProgram)
244 program = object.__new__(unittest.TestProgram)
258 program = object.__new__(unittest.TestProgram)
264 program = object.__new__(unittest.TestProgram)
270 program = object.__new__(unittest.TestProgram)
276 program = object.__new__(unittest.TestProgram)
282 program = object.__new__(unittest.TestProgram)
288 program = object.__new__(unittest.TestProgram
    [all...]
  /external/lldb/test/unittest2/test/
test_discovery.py 205 program = object.__new__(unittest2.TestProgram)
223 program = object.__new__(unittest2.TestProgram)
232 program = object.__new__(unittest2.TestProgram)
246 program = object.__new__(unittest2.TestProgram)
252 program = object.__new__(unittest2.TestProgram)
258 program = object.__new__(unittest2.TestProgram)
264 program = object.__new__(unittest2.TestProgram)
270 program = object.__new__(unittest2.TestProgram)
276 program = object.__new__(unittest2.TestProgram)
282 program = object.__new__(unittest2.TestProgram
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
platform_backend.py 9 def __new__(cls, friendly_name, sortable_name, *args, **kwargs): member in class:OSVersion
10 version = str.__new__(cls, friendly_name)
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.exceptions.html 65 <dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#BrowserConnectionGoneException-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
127 <dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#BrowserGoneException-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
185 <dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#EvaluateException-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&g (…)
    [all...]
telemetry.core.extension_to_load.html 70 <dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#ExtensionPathNonExistentException-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;<a href="__builtin__.html#object">object</a>&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
159 <dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#MissingPublicKeyException-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;<a href="__builtin__.html#object">object</a>&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
  /external/chromium_org/third_party/jinja2/
_compat.py 105 def __new__(cls, name, this_bases, d): member in class:with_metaclass.metaclass
107 return type.__new__(cls, name, (), d)
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
bytecode.pxi 99 obj = Bytecode.__new__(cls, __pass_voidp(bc, Bytecode))
104 __new__ = __org__new__ variable in class:Org

Completed in 546 milliseconds

1 2 3 4 5 6 7 8 9