/external/sonivox/jet_tools/JetCreator/ |
JetPreview.py | 40 self.mute_button = None
41 self.trigger_button = None
44 self.graph = None
100 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_PLAY, None))
116 None,
174 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_DONE, None))
190 if self.jet is None:
195 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_PAUSE, None))
199 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_RESUME, None))
|
/external/webkit/WebCore/css/ |
wml.css | 31 /* children of the <head> element all have display:none */ 33 display: none 37 display: none 41 display: none 92 border: none 122 text-transform: none; 124 text-shadow: none; 149 background-image:none !important; 241 outline: none
|
/external/webkit/WebCore/manual-tests/ |
media-controls-when-javascript-disabled.html | 3 <style> #error { display: none; } </style>
|
show-hide-object.html | 7 <p><b>BUG ID:</b> <a href="rdar://problem/3572507">3572507</a> Flash in div with display:none style will not redraw when style changed to display:block (3479)</p> 33 document.getElementById('tab2').style.display = "none"; 37 document.getElementById('tab1').style.display = "none"; 47 <div id="tab2" style="display: none">
|
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/ |
buildbot.tac | 8 maxRotatedFiles = None
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
__init__.py | 36 def get(port_name=None, options=None): 38 port_name is None, this routine attempts to guess at the most 41 if port_to_use is None:
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
mock.py | 99 def __init__(self, spec=None, side_effect=None, return_value=DEFAULT,
100 name=None, parent=None, wraps=None):
103 if spec is not None and not isinstance(spec, list):
117 self.call_args = None
146 while parent is not None:
148 if parent._parent is None:
154 if self.side_effect is not None: [all...] |
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
admCtrlWpa.c | 88 /* NONE */ TI_FALSE, 97 /* NONE */ TI_FALSE, 122 /* AP unicast NONE */ { 123 /* AP multicast NONE */ { 124 /* STA NONE */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 131 /* STA NONE */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 138 /* STA NONE */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 145 /* STA NONE */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 152 /* STA NONE */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 159 /* STA NONE */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0} [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/ |
admCtrlWpa.c | 103 /* NONE */ FALSE, 112 /* NONE */ FALSE, 137 /* AP unicast NONE */ { 138 /* AP multicast NONE */ { 139 /* STA NONE */ { NOK, RSN_CIPHER_NONE, RSN_CIPHER_NONE ,0}, 146 /* STA NONE */ { NOK, RSN_CIPHER_NONE, RSN_CIPHER_NONE ,0}, 153 /* STA NONE */ { NOK, RSN_CIPHER_NONE, RSN_CIPHER_NONE ,0}, 160 /* STA NONE */ { NOK, RSN_CIPHER_NONE, RSN_CIPHER_NONE ,0}, 167 /* STA NONE */ { NOK, RSN_CIPHER_NONE, RSN_CIPHER_NONE ,0}, 174 /* STA NONE */ { NOK, RSN_CIPHER_NONE, RSN_CIPHER_NONE ,0} [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
admCtrlWpa.c | 88 /* NONE */ TI_FALSE, 97 /* NONE */ TI_FALSE, 122 /* AP unicast NONE */ { 123 /* AP multicast NONE */ { 124 /* STA NONE */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 131 /* STA NONE */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 138 /* STA NONE */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 145 /* STA NONE */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 152 /* STA NONE */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 159 /* STA NONE */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0} [all...] |
/hardware/ti/wlan/wl1271/TWD/Ctrl/ |
CmdBldCfg.c | 57 * OUTPUT: None 88 * OUTPUT: None 113 * OUTPUT: None 133 * OUTPUT: None 177 * OUTPUT: None 191 * OUTPUT: None 209 * OUTPUT: None 229 * OUTPUT: None 231 * RETURNS: None 246 * INPUTS: None [all...] |
/external/webkit/WebKitTools/pywebsocket/test/ |
test_dispatch.py | 66 self.assertEqual(None, converter('/a/b/h.py')) 67 self.assertEqual(None, converter('a/b/h_wsh.py')) 111 dispatcher = dispatch.Dispatcher(_TEST_HANDLERS_DIR, None) 132 dispatcher = dispatch.Dispatcher(_TEST_HANDLERS_DIR, None) 142 dispatcher = dispatch.Dispatcher(_TEST_HANDLERS_DIR, None) 153 request.ws_protocol = None 155 self.assertEqual('sub/plain_wsh.py is called for /sub/plain, None', 160 request.ws_protocol = None 162 self.assertEqual('sub/plain_wsh.py is called for /sub/plain?, None', 167 request.ws_protocol = None [all...] |
/external/webkit/WebKitTools/simplejson/ |
decoder.py | 29 def errmsg(msg, doc, pos, end=None): 31 if end is None: 43 'null': None, 47 return c[match.group(0)], None 57 return res, None 68 def scanstring(s, end, encoding=None, _b=BACKSLASH, _m=STRINGCHUNK.match): 69 if encoding is None: 76 if chunk is None: 112 encoding = getattr(context, 'encoding', None) 129 encoding = getattr(context, 'encoding', None) [all...] |
/external/clearsilver/python/examples/base/ |
hdfhelp.py | 24 # self.d_addColumn("agent_id",kInteger,None,primarykey = 1,autoincrement = 1) 26 # self.d_addColumn("ticket_count",kIncInteger,None) 63 if then_time is None: 89 skip_fields = extranamed.get("skip_fields", None) 90 translate_dict = extranamed.get("translate_dict", None) 102 if (value is not None): 130 export_by = extranamed.get("export_by", None) 133 if export_by is not None: 178 def loopHDF(hdf, name=None): 190 def loopKVHDF(hdf, name=None) [all...] |
/external/webkit/WebCore/WebCore.gyp/scripts/ |
action_makenames.py | 109 makeNamesInput = None 110 tagInput = None 111 attrInput = None 120 assert makeNamesInput == None 124 assert tagInput == None 128 assert attrInput == None 133 assert makeNamesInput != None 134 assert tagInput != None or attrInput != None 147 if tagInput != None [all...] |
/system/wlan/ti/wilink_6_1/TWD/Ctrl/ |
CmdBldCfg.c | 57 * OUTPUT: None 88 * OUTPUT: None 114 * OUTPUT: None 136 * OUTPUT: None 180 * OUTPUT: None 195 * OUTPUT: None 215 * OUTPUT: None 217 * RETURNS: None 232 * INPUTS: None 234 * OUTPUT: None [all...] |
/external/tcpdump/tests/ |
lmp.new | 1 IP (tos 0x0, ttl 1, id 44530, offset 0, flags [none], proto: UDP (17), length: 84) 10.0.12.1.49998 > 10.0.12.2.49998: 10 Flags: none 17 IP (tos 0x0, ttl 1, id 44531, offset 0, flags [none], proto: UDP (17), length: 56) 10.0.12.1.49998 > 10.0.12.2.49998: 24 IP (tos 0x0, ttl 1, id 44532, offset 0, flags [none], proto: UDP (17), length: 84) 10.0.12.1.49998 > 10.0.12.2.49998: 39 IP (tos 0x0, ttl 1, id 44533, offset 0, flags [none], proto: UDP (17), length: 76) 10.0.12.1.49998 > 10.0.12.2.49998: 51 IP (tos 0x0, ttl 1, id 44534, offset 0, flags [none], proto: UDP (17), length: 68) 10.0.12.1.49998 > 10.0.12.2.49998: 62 IP (tos 0x0, ttl 1, id 44535, offset 0, flags [none], proto: UDP (17), length: 44) 10.0.12.1.49998 > 10.0.12.2.49998: 66 IP (tos 0x0, ttl 1, id 44536, offset 0, flags [none], proto: UDP (17), length: 124) 10.0.12.1.49998 > 10.0.12.2.49998: 78 Flags: [none] 89 Flags: [none] [all...] |
lmp.out | 1 IP (tos 0x0, ttl 1, id 44530, offset 0, flags [none], proto: UDP (17), length: 84) 10.0.12.1.49998 > 10.0.12.2.49998: 10 Flags: none 17 IP (tos 0x0, ttl 1, id 44531, offset 0, flags [none], proto: UDP (17), length: 56) 10.0.12.1.49998 > 10.0.12.2.49998: 24 IP (tos 0x0, ttl 1, id 44532, offset 0, flags [none], proto: UDP (17), length: 84) 10.0.12.1.49998 > 10.0.12.2.49998: 39 IP (tos 0x0, ttl 1, id 44533, offset 0, flags [none], proto: UDP (17), length: 76) 10.0.12.1.49998 > 10.0.12.2.49998: 51 IP (tos 0x0, ttl 1, id 44534, offset 0, flags [none], proto: UDP (17), length: 68) 10.0.12.1.49998 > 10.0.12.2.49998: 62 IP (tos 0x0, ttl 1, id 44535, offset 0, flags [none], proto: UDP (17), length: 44) 10.0.12.1.49998 > 10.0.12.2.49998: 66 IP (tos 0x0, ttl 1, id 44536, offset 0, flags [none], proto: UDP (17), length: 124) 10.0.12.1.49998 > 10.0.12.2.49998: 78 Flags: [none] 89 Flags: [none] [all...] |
/frameworks/base/docs/html/resources/ |
resources_toc.cs | 4 <span style="display:none" class="de"></span> 5 <span style="display:none" class="es">Comunidad</span> 6 <span style="display:none" class="fr">Communauté</span> 7 <span style="display:none" class="it"></span> 8 <span style="display:none" class="ja">??????</span> 9 <span style="display:none" class="zh-CN">??</span> 10 <span style="display:none" class="zh-TW">??</span> 150 <span class="de" style="display:none">Lernprogramme</span> 151 <span class="es" style="display:none">Tutoriales</span> 152 <span class="fr" style="display:none">Didacticiels</span [all...] |
/dalvik/dx/tests/097-dex-branch-offset-zero/ |
run | 18 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \ 25 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/ |
LocatorImpl.java | 96 * @return The public identifier as a string, or null if none 110 * @return The system identifier as a string, or null if none 124 * @return The line number as an integer, or -1 if none is available. 137 * @return The column number as an integer, or -1 if none is available. 158 * if none is available. 171 * if none is available. 183 * @param lineNumber The line number, or -1 if none is available. 195 * @param columnNumber The column number, or -1 if none is available.
|
/development/apps/Development/res/layout/ |
enter_url.xml | 22 android:capitalize="none" 27 android:capitalize="none"
|
/external/clearsilver/man/man3/ |
cgi_cookie_set.3 | 41 domain. Default is none, which is interpreted by 59 None
|
/external/clearsilver/util/ |
skiplist.h | 64 * Output: None. 75 * Output: None. 76 * Return: None. 124 * Output: None. 125 * Return: None. 139 * Output: None. 152 * Output: None. 153 * Return: None.
|
/external/e2fsprogs/misc/ |
mklost+found.8.in | 30 There are none. 36 There are none :-)
|