/external/skia/tools/copyright/ |
fileparser.py | 19 return None 35 Returns None if comment_blocks was empty, or if we couldn't find 38 return None 46 If comment_block is None, or none of the attributes are found, 47 this will return (None, None).""" 49 return (None, None) 52 return (None, None [all...] |
/frameworks/support/v7/appcompat/res/values/ |
strings.xml | 20 <!-- Content description for the action bar "home" affordance. [CHAR LIMIT=NONE] --> 22 <!-- Content description for the action bar "up" affordance. [CHAR LIMIT=NONE] --> 24 <!-- Content description for the action menu overflow button. [CHAR LIMIT=NONE] --> 27 <!-- SearchView accessibility description for search button [CHAR LIMIT=NONE] --> 29 <!-- SearchView accessibility description for search text field [CHAR LIMIT=NONE] --> 31 <!-- SearchView accessibility description for clear button [CHAR LIMIT=NONE] --> 33 <!-- SearchView accessibility description for submit button [CHAR LIMIT=NONE] --> 35 <!-- SearchView accessibility description for voice button [CHAR LIMIT=NONE] --> 39 <!-- Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE] --> 43 <!-- Description of a share target (both in the list of such or the default share button) in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -- [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_opcodes.py | 73 f = eval('lambda: None') 74 g = eval('lambda: None') 89 f = eval('lambda: None') 90 g = eval('lambda a: None') 93 f = eval('lambda a: None') 94 g = eval('lambda b: None') 97 f = eval('lambda a: None') 98 g = eval('lambda a=None: None') 101 f = eval('lambda a=0: None') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_opcodes.py | 73 f = eval('lambda: None') 74 g = eval('lambda: None') 89 f = eval('lambda: None') 90 g = eval('lambda a: None') 93 f = eval('lambda a: None') 94 g = eval('lambda b: None') 97 f = eval('lambda a: None') 98 g = eval('lambda a=None: None') 101 f = eval('lambda a=0: None') [all...] |
/dalvik/dx/src/com/android/dx/io/ |
OpcodeInfo.java | 42 InstructionCodec.FORMAT_00X, IndexType.NONE); 49 IndexType.NONE); 54 IndexType.NONE); 59 IndexType.NONE); 64 InstructionCodec.FORMAT_10X, IndexType.NONE); 68 InstructionCodec.FORMAT_12X, IndexType.NONE); 72 InstructionCodec.FORMAT_22X, IndexType.NONE); 76 InstructionCodec.FORMAT_32X, IndexType.NONE); 80 InstructionCodec.FORMAT_12X, IndexType.NONE); 84 InstructionCodec.FORMAT_22X, IndexType.NONE); [all...] |
/external/dexmaker/src/dx/java/com/android/dx/io/ |
OpcodeInfo.java | 42 InstructionCodec.FORMAT_00X, IndexType.NONE); 49 IndexType.NONE); 54 IndexType.NONE); 59 IndexType.NONE); 64 InstructionCodec.FORMAT_10X, IndexType.NONE); 68 InstructionCodec.FORMAT_12X, IndexType.NONE); 72 InstructionCodec.FORMAT_22X, IndexType.NONE); 76 InstructionCodec.FORMAT_32X, IndexType.NONE); 80 InstructionCodec.FORMAT_12X, IndexType.NONE); 84 InstructionCodec.FORMAT_22X, IndexType.NONE); [all...] |
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/ |
datastore.py | 39 if username not in (None, ''): 42 return None 46 if username not in (None, ''): 49 return None 53 if username not in (None, ''): 56 return None 60 if username not in (None, ''): 63 return None
|
/device/asus/flo/ |
thermald-flo.conf | 7 actions none 14 actions none 21 actions none 28 actions none 35 actions none 42 actions none 49 actions none 56 actions none
|
/external/chromium_org/chromeos/test/data/network/ |
settings_with_normalization.json | 8 "Authentication": "None" 30 "Authentication": "None"
|
/external/chromium_org/third_party/mtpd/ |
README.chromium | 3 Version: None 14 None.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
parser.h | 12 NONE = 264 21 #define NONE 264
|
/external/chromium_org/tools/gyp/test/copies/src/ |
copies-samedir.gyp | 9 'type': 'none', 24 'type': 'none',
|
/external/chromium_org/tools/gyp/test/generator-output/copies/subdir/ |
subdir.gyp | 9 'type': 'none', 21 'type': 'none',
|
/external/chromium_org/tools/telemetry/telemetry/core/timeline/ |
event.py | 12 set to None (not 0) if not present. Users of this class need to properly 15 def __init__(self, category, name, start, duration, thread_start=None, 16 thread_duration=None, args=None): 33 May be None if the trace event didn't have thread time data. 35 if self.thread_start == None or self.thread_duration == None: 36 return None
|
/external/llvm/utils/lit/tests/Inputs/discovery/ |
lit.cfg | 9 #config.test_source_root = None 10 #config.test_exec_root = None
|
/frameworks/compile/mclinker/tools/mcld/include/alone/Config/ |
Config.h.in | 14 #define DEFAULT_ARM_TRIPLE_STRING "armv7-none-linux-gnueabi" 16 #define DEFAULT_MIPS_TRIPLE_STRING "mipsel-none-linux-gnueabi"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_assertions.py | 59 self.assertRaises(KeyError, lambda: None) 132 self.assertEqual(self.testableFalse._formatMessage(None, "foo"), "foo") 135 self.assertEqual(self.testableTrue._formatMessage(None, "foo"), "foo") 198 self.assertMessages('assertSequenceEqual', ([], [None]), 199 ["\+ \[None\]$", "^oops$", r"\+ \[None\]$", 200 r"\+ \[None\] : oops$"]) 203 self.assertMessages('assertSetEqual', (set(), set([None])), 204 ["None$", "^oops$", "None$" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_assertions.py | 59 self.assertRaises(KeyError, lambda: None) 132 self.assertEqual(self.testableFalse._formatMessage(None, "foo"), "foo") 135 self.assertEqual(self.testableTrue._formatMessage(None, "foo"), "foo") 198 self.assertMessages('assertSequenceEqual', ([], [None]), 199 ["\+ \[None\]$", "^oops$", r"\+ \[None\]$", 200 r"\+ \[None\] : oops$"]) 203 self.assertMessages('assertSetEqual', (set(), set([None])), 204 ["None$", "^oops$", "None$" [all...] |
/external/chromium/chrome/common/extensions/docs/ |
experimental.tts.html | 28 <div style="display:none"> 263 <li style="display: none; "> 270 <li style="display: none; "> 277 <li style="display: none; "> 284 <li style="display: none; "> 292 <li style="display: none; "> 307 </li><li style="display: none; "> 324 <li style="display: none; "> 498 <div class="apiGroup" style="display: none; "> 525 <div class="summary"><span style="display: none; ">void</span [all...] |
/external/chromium_org/chrome/browser/resources/net_internals/ |
status_view.css | 27 text-decoration: none; 37 -webkit-appearance: none; 38 background: none; 39 border: none; 41 outline: none; 56 pointer-events: none;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
signals.py | 32 return bool(_results.pop(result, None)) 34 _interrupt_handler = None 37 if _interrupt_handler is None: 43 def removeHandler(method=None): 44 if method is not None: 56 if _interrupt_handler is not None:
|
/external/chromium_org/third_party/bintrees/bintrees/ |
bintree.py | 23 self.left = None 24 self.right = None 38 """ Set references to None """ 39 self.left = None 40 self.right = None 41 self.value = None 42 self.key = None 61 def __init__(self, items=None): 63 self._root = None 65 if items is not None [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
vertarr.c | 107 #define NONE {0, 0, 0} 139 {NONE, NONE, NONE, F(2)}, /* GL_V2F */ 140 {NONE, NONE, NONE, F(3)}, /* GL_V3F */ 141 {NONE, UB4, NONE, F(2)}, /* GL_C4UB_V2F */ 142 {NONE, UB4, NONE, F(3)}, /* GL_C4UB_V3F * [all...] |
/external/chromium_org/third_party/tlslite/patches/ |
signed_certificate_timestamps.patch | 6 def handshakeServer(self, sharedKeyDB=None, verifierDB=None, 7 certChain=None, privateKey=None, reqCert=False, 8 sessionCache=None, settings=None, checker=None, 9 - reqCAs=None, tlsIntolerant=0): 10 + reqCAs=None, tlsIntolerant=0, 11 + signedCertTimestamps=None) [all...] |
/external/icu4c/extra/uconv/ |
uconv.vcxproj.filters | 35 <None Include="resources\fr.txt">
37 </None>
38 <None Include="resources\root.txt">
40 </None>
41 <None Include="resfiles.mk">
43 </None>
|