Searched defs:extend (Results 1 - 25 of 56) sorted by relevance

123

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Dfilelist.py55 def extend(self, items): member in class:FileList
56 self.files.extend(items)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Dfilelist.py55 def extend(self, items): member in class:FileList
56 self.files.extend(items)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DUserList.py84 def extend(self, other): member in class:UserList
86 self.data.extend(other.data)
88 self.data.extend(other)
H A D_abcoll.py648 def extend(self, values): member in class:MutableSequence
649 'S.extend(iterable) -- extend sequence by appending elements from the iterable'
668 self.extend(values)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DUserList.py84 def extend(self, other): member in class:UserList
86 self.data.extend(other.data)
88 self.data.extend(other)
H A D_abcoll.py648 def extend(self, values): member in class:MutableSequence
649 'S.extend(iterable) -- extend sequence by appending elements from the iterable'
668 self.extend(values)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dvec.h654 bool extend = nelems ? !vec_safe_space (v, nelems) : false; local
655 if (extend)
657 return extend;
1466 bool extend = nelems ? !space (nelems) : false;
1467 if (extend)
1469 return extend;
H A Dcfgloop.h45 /* The type of extend applied to an IV. */
340 If extend = UNKNOWN, first_special must be false, delta 0, mult 1 and value is
355 /* The type of extend applied to it (IV_SIGN_EXTEND, IV_ZERO_EXTEND,
357 enum iv_extend_code extend; member in struct:rtx_iv
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
H A DElementTree.py310 def extend(self, elements): member in class:Element
313 self._children.extend(elements)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
H A DElementTree.py310 def extend(self, elements): member in class:Element
313 self._children.extend(elements)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
H A DQuickDraw.py12 extend = 0x40 variable
189 extend = 0x40 variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_argparse.py4495 def extend(str_to_convert): function in function:TestTypeFunctionCalledOnDefault.test_no_double_type_conversion_of_default
4499 parser.add_argument('--test', type=extend, default='*')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_argparse.py4495 def extend(str_to_convert): function in function:TestTypeFunctionCalledOnDefault.test_no_double_type_conversion_of_default
4499 parser.add_argument('--test', type=extend, default='*')
/prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
H A Dorg.apache.felix.bundlerepository-1.6.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/DEPENDENCIES META-INF/LICENSE META- ...
/prebuilts/sdk/current/support/v13/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/prebuilts/sdk/current/support/v4/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/annotation/ android/support/annotation/InterpolatorRes ...
/prebuilts/sdk/current/support/v7/recyclerview/libs/
H A Dandroid-support-v7-recyclerview.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v7/ android/support/v7/widget/ ...
/prebuilts/sdk/21/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/R.class R.java package android ...
/prebuilts/sdk/current/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/R.class R.java package android ...
/prebuilts/sdk/system_current/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/framework/ junit/framework/Test.class Test. ...
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
H A Dproguard-base-4.10.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/shrink/ proguard/preverify/ proguard/util/ proguard/classfile/ proguard/ ...
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
H A Dproguard-base-4.11.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/shrink/ proguard/evaluation/ proguard/evaluation/value/ proguard/classfile/ ...
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
H A Dproguard-base-4.9.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/shrink/ proguard/preverify/ proguard/util/ proguard/classfile/ proguard/ ...
/prebuilts/sdk/20/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF res/ res/raw-zh-CN-xlarge/ res/ ...
/prebuilts/gradle-plugin/com/android/tools/build/gradle/0.10.0/
H A Dgradle-0.10.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/build/ com/android/build/gradle/ ...

Completed in 312 milliseconds

123