/external/wpa_supplicant/examples/ |
plaintext.conf | 7 key_mgmt=NONE
|
wep.conf | 7 key_mgmt=NONE
|
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
plaintext.conf | 7 key_mgmt=NONE
|
wep.conf | 7 key_mgmt=NONE
|
/frameworks/base/docs/html/sdk/ |
sdk_toc.cs | 7 <span style="display:none" class="de">Aktuelle SDK-Version</span> 8 <span style="display:none" class="es">Versión actual del SDK</span> 9 <span style="display:none" class="fr">Version actuelle du SDK</span> 10 <span style="display:none" class="it">Release SDK attuale</span> 11 <span style="display:none" class="ja">??????????? SDK</span> 12 <span style="display:none" class="zh-CN">??? SDK ??</span> 13 <span style="display:none" class="zh-TW">?? SDK ????</span> 18 <span style="display:none" class="de">Herunterladen</span> 19 <span style="display:none" class="es">Descargar</span> 20 <span style="display:none" class="fr">Téléchargement</span [all...] |
/external/gtest/include/gtest/internal/ |
gtest-type-util.h | 98 struct None {}; 710 // will appear as Types<int, None, None, ..., None> in the compiler [all...] |
/build/tools/droiddoc/templates-sdk/ |
header_tabs.cs | 14 <span style="display:none" class="de">Startseite</span> 15 <span style="display:none" class="es"></span> 16 <span style="display:none" class="fr"></span> 17 <span style="display:none" class="it"></span> 18 <span style="display:none" class="ja">???</span> 19 <span style="display:none" class="zh-CN">??</span> 20 <span style="display:none" class="zh-TW">??</span> 29 <span style="display:none" class="de">Handbuch</span> 30 <span style="display:none" class="es">Guía</span> 31 <span style="display:none" class="fr">Guide</span [all...] |
/external/gtest/test/ |
gtest_color_test.py | 49 """Sets the env variable to 'value'; unsets it when 'value' is None.""" 51 if value is not None: 63 if color_flag is not None: 72 self.assert_(not UsesColor('dumb', None, None)) 73 self.assert_(not UsesColor('emacs', None, None)) 74 self.assert_(not UsesColor('xterm-mono', None, None)) 75 self.assert_(not UsesColor('unknown', None, None) [all...] |
/external/webkit/WebKit/gtk/ |
JSCore-1.0.gir | 7 target="none" 9 <alias name="ObjectRef" target="none" c:type="JSObjectRef"/> 11 <return-value transfer-ownership="none"> 12 <type name="none" c:type="void"/>
|
/cts/tools/signature-tools/templates/ |
Styles.st | 6 a.default:link {color: blue; text-decoration: none} 8 a.default:visited {color: blue; text-decoration: none} 11 a.discreet:link {color: black; text-decoration: none} 12 a.discreet:visited {color: black; text-decoration: none} 16 list-style-type: none
|
/frameworks/base/media/libdrm/mobile2/include/dcf/ |
DrmDcfContainer.h | 49 * \param none 57 * \param none 65 * \param none 73 * \param none 81 * \param none 89 * \param none 97 * \param none 105 * \param none 113 * \param none 121 * \param none [all...] |
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/ |
mkskel.tpu | 15 rest_of_line := CREATE_RANGE(MARK(NONE), MARK(NONE)); !also outside loops 17 EXITIF MARK(NONE) = END_OF(skelfile); !are we done yet? 18 COPY_TEXT(' "'); start_pos := MARK(NONE); 19 POSITION(LINE_END); end_pos := MARK(NONE); 26 MODIFY_RANGE(rest_of_line, MARK(NONE), end_pos);
|
/development/data/etc/ |
apns-conf.xml | 27 user="none" 29 password="none" 37 user="none" 39 password="none" 47 user="none" 49 password="none" 57 user="none" 59 password="none" 67 user="none" 69 password="none" [all...] |
/external/clearsilver/python/examples/base/ |
odb_mysql.py | 21 if str is None: return None 24 def listTables(self, cursor=None): 25 if cursor is None: cursor = self.defaultCursor() 33 def listIndices(self, cursor=None): 36 def listFieldsDict(self, table_name, cursor=None): 37 if cursor is None: cursor = self.defaultCursor()
|
odb.py | 25 # self.d_addColumn("agent_id",kInteger,None,primarykey = 1,autoincrement = 1) 27 # self.d_addColumn("ticket_count",kIncInteger,None) 96 self._cursor = None 99 self.SQLError = None 105 if self._cursor is None: 125 rowClass = None, check = 0, create = 0, rowListClass = None): 133 tbl.db = None 135 if self.db is not None: 137 self.db = None [all...] |
/external/tinyxml/docs/ |
doxygen.css | 48 text-decoration: none; 53 text-decoration: none; 58 text-decoration: none; 62 text-decoration: none; 69 text-decoration: none; 73 A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff } 74 A.el { text-decoration: none; font-weight: bold } 76 A.code:link { text-decoration: none; font-weight: normal; color: #0000FF} 77 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF} 80 A:hover { text-decoration: none; background-color: #f2f2ff [all...] |
/external/webkit/WebKitTools/simplejson/ |
__init__.py | 14 >>> simplejson.dumps(['foo', {'bar': ('baz', None, 1.0, 2)}]) 49 [u'foo', {u'bar': [u'baz', None, 1.0, 2]}] 103 indent=None, 104 separators=None, 109 allow_nan=True, cls=None, indent=None, separators=None, 116 (``str``, ``unicode``, ``int``, ``long``, ``float``, ``bool``, ``None``) 136 of 0 will only insert newlines. ``None`` is the most compact representation. 151 cls is None and indent is None and separators is None an [all...] |
scanner.py | 14 self.actions = [None] 29 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))]) 33 def iterscan(self, string, idx=0, context=None): 43 if m is None: 49 if action is not None: 51 if next_pos is not None and next_pos != matchend:
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/ |
datastore.py | 38 if username not in (None, ''): 41 return None 45 if username not in (None, ''): 48 return None 52 if username not in (None, ''): 55 return None 59 if username not in (None, ''): 62 return None 73 if username not in (None, ''): 76 return None [all...] |
/external/bluetooth/bluez/network/ |
network.conf | 16 # PAN user connection interface up script. default:none 24 # Group Network connection interface up script. default:none 32 # Network Access Point connection interface up script. default:none
|
/cts/tests/src/android/view/cts/ |
WindowStubActivity.java | 42 menu.add(Menu.NONE, Menu.NONE, Menu.NONE, "Quit").setAlphabeticShortcut('q'); 43 menu.add(Menu.NONE, Menu.NONE, Menu.NONE, "Action").setAlphabeticShortcut('a');
|
/external/libffi/testsuite/libffi.call/ |
return_ldl.c | 3 Limitations: none. 4 PR: none.
|
/frameworks/base/docs/html/guide/ |
guide_toc.cs | 12 <span class="de" style="display:none">Einführung in Android</span> 13 <span class="es" style="display:none">Información básica sobre Android</span> 14 <span class="fr" style="display:none">Présentation d'Android</span> 15 <span class="it" style="display:none">Nozioni di base su Android</span> 16 <span class="ja" style="display:none">Android ???</span> 17 <span class="zh-CN" style="display:none">Android ????</span> 18 <span class="zh-TW" style="display:none">Android ??</span> 23 <span class="de" style="display:none">Was ist Android?</span> 24 <span class="es" style="display:none">¿Qué es Android?</span> 25 <span class="fr" style="display:none">Qu'est-ce qu'Android ?</span [all...] |
/build/tools/ |
event_log_tags.py | 33 def AddError(self, msg, linenum=None): 34 if linenum is None: 38 def AddWarning(self, msg, linenum=None): 39 if linenum is None: 43 def __init__(self, filename, file_object=None): 45 messages). If 'file_object' is None, 'filename' will be opened 55 if file_object is None: 79 tag = None 91 description = None 112 """Write 'data' to the given output filename (which may be None t [all...] |
/dalvik/dx/tests/010-class-attrib-InnerClasses/ |
expected.txt | 30 outer_class: (none) 31 name: (none) 34 outer_class: (none) 39 name: (none)
|