/external/libffi/testsuite/libffi.call/ |
struct5.c | 3 Limitations: none. 4 PR: none.
|
struct6.c | 3 Limitations: none. 4 PR: none.
|
struct9.c | 3 Limitations: none. 4 PR: none.
|
/external/libffi/testsuite/libffi.special/ |
unwindtest_ffi_call.cc | 3 Limitations: none. 4 PR: none.
|
/external/proguard/docs/manual/ |
style.css | 39 text-decoration: none; 54 border: none;
|
/external/qemu/android/ |
cmdline-option.h | 42 /* the default device DPI if none is specified by the skin 48 #define DEFAULT_NETDELAY "none"
|
/external/tcpdump/tests/ |
bgp_vpn_attrset.out | 1 IP (tos 0xc0, ttl 62, id 58628, offset 0, flags [none], proto: TCP (6), length: 173) 12.4.4.4.2051 > 12.1.1.1.179: P, cksum 0xcf18 (correct), 3293077573:3293077694(121) ack 3348108582 win 16384 <nop,nop,timestamp 383131 890299>: BGP, length: 121 7 target (0x0002), Flags [none]: 300:0.0.1.44
|
/external/webkit/WebCore/css/ |
mediaControls.css | 36 -webkit-user-select: none; 71 -webkit-user-select: none; 76 display: none; 80 display: none; 92 display: none; 96 display: none; 121 display: none; 125 display: none;
|
/external/webkit/WebCore/manual-tests/ |
pointer-events.html | 18 pointer-events: none; 32 pointer-events: none; 41 pointer-events: none; 57 pointer-events: none; 88 pointer-events: none; 104 pointer-events: none; 113 pointer-events: none; 138 pointer-events: none;
|
/external/webkit/WebKit/qt/docs/ |
qtwebkit.qdocconf | 176 "a:link { color: #004faf; text-decoration: none }"\ 177 "a:visited { color: #672967; text-decoration: none }"\ 185 "table tr pre { padding-top: none; padding-bottom: none; padding-left: none; padding-right: none; border: none; background: none }"\
|
/frameworks/base/docs/html/resources/articles/ |
zipalign.jd | 47 <li style="list-style-type: none; list-style-image: none; list-style-position: outside;"> 56 <li>Using Ant:</li><li style="list-style-type: none; list-style-image: none; list-style-position: outside;"> 77 <li style="list-style-type: none; list-style-image: none; list-style-position: outside;"> 87 <li style="list-style-type: none; list-style-image: none; list-style-position: outside;">
|
/development/testrunner/ |
android_manifest.py | 35 def __init__(self, app_path=None): 47 Package name if defined, otherwise None 51 return None 100 the DOM element for manifest or None. 104 return None
|
/external/proguard/docs/ |
style.css | 57 text-decoration: none; 62 border: none; 124 list-style: none; 153 text-decoration: none; 168 border: none;
|
/external/webkit/WebKitTools/Scripts/webkitpy/commands/ |
queuestest.py | 50 }, None) 52 def assert_queue_outputs(self, queue, args=None, work_item=None, expected_stdout=None, expected_stderr=None, options=Mock(), tool=MockBugzillaTool()):
|
/frameworks/base/wifi/java/android/net/wifi/ |
ScanResult.java | 68 String none = "<none>"; local 71 append(SSID == null ? none : SSID). 73 append(BSSID == null ? none : BSSID). 75 append(capabilities == null ? none : capabilities).
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
HardwarePropertyChooser.java | 59 Label l = new Label(parent, SWT.NONE); 88 l = new Label(parent, SWT.NONE); 91 mTypeLabel = new Label(parent, SWT.NONE); 93 l = new Label(parent, SWT.NONE); 96 mDescriptionLabel = new Label(parent, SWT.NONE);
|
/external/clearsilver/util/ |
dict.h | 39 * Output: None. 49 * Output: None. 50 * Return: None. 60 * Output: None. 111 * Output: None. 112 * Return: None. 124 * Output: None. 144 * Output: None. 157 * Output: None. 158 * Return: None [all...] |
/external/tcpdump/ |
makemib | 77 holddesc="none" 110 holddesc="none" 117 $1 == "{" && holddesc != "none" && NF == 4 { 119 holddesc="none" 132 NF == 1 && $1 ~ "[a-z][a-z]*[A-Z]" && $1 !~ /[(){}.,]/ && holddesc == "none" { 135 $1$2$3 == "OBJECTIDENTIFIER::=" && holddesc != "none" { 137 holddesc="none" 150 $1 == "::=" && holddesc != "none" && NF == 5 { 152 holddesc="none" 158 holddesc="none" [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/ |
BeautifulSoup.py | 109 if encoding is None: 118 def setup(self, parent=None, previous=None): 123 self.next = None 124 self.previousSibling = None 125 self.nextSibling = None 162 self.previous = None 163 lastChild.next = None 165 self.parent = None 170 self.previousSibling = self.nextSibling = None [all...] |
autoinstall.py | 110 is the module couldn't be found, return None if the archive does 161 _importer = None 165 if _importer is None: 170 def bind(package_name, url, zip_subpath=None): 184 def __init__(self, directory=None): 185 if directory is None: 256 self.__cache = None 263 if self.__cache is None: 270 def find_module(self, fullname, path=None): 271 """-> self or None [all...] |
/external/gtest/test/ |
gtest_filter_unittest.py | 120 param_tests_present = None 126 """Sets the env variable to 'value'; unsets it when 'value' is None.""" 128 if value is not None: 145 if match is not None: 149 if match is not None: 221 SetEnvVar(FILTER_ENV_VAR, None) 227 if gtest_filter is None: 247 self.assert_(exit_code is None) 251 SetEnvVar(FILTER_ENV_VAR, None) 259 if gtest_filter is not None [all...] |
/development/testrunner/test_defs/ |
test_walker.py | 41 FindTests will first scan sub-folders of path for tests. If none are found, 113 def _FindSubTests(self, path, tests, build_path=None): 152 class_name_arg = None 153 package_name = None 204 fully qualified java class name or None. 211 return None 223 the java package name or None 236 the java package name or None 245 return None 254 the AndroidManifest found or None [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
http_server.py | 52 def __init__(self, port_obj, output_dir, background=False, port=None, 53 root=None, register_cygwin=None, run_background=None): 60 self._process = None 74 self._webkit_tests = None 75 self._js_test_resource = None 94 return self._process != None 216 if not server_started or self._process.returncode != None: 228 httpd_pid = None [all...] |
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/icons/ |
wpa_gui.svg | 207 style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter39153)" /> 211 style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter39159)" /> 219 style="opacity:1;fill:url(#radialGradient39100);fill-opacity:1;stroke:none" /> 223 style="opacity:0.20512821;fill:url(#radialGradient39131);fill-opacity:1;stroke:none" /> 227 style="opacity:0.53418801;fill:url(#radialGradient39104);fill-opacity:1;stroke:none" /> 231 style="opacity:0.92307691;fill:url(#radialGradient39125);fill-opacity:1;stroke:none" /> 235 style="opacity:0.20512821;fill:#000000;fill-opacity:1;stroke:none" /> 239 style="opacity:1;fill:url(#linearGradient39068);fill-opacity:1;stroke:none" /> 244 style="opacity:1;fill:none;stroke:#ffffff;stroke-width:21.56673813;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetFile.py | 94 def __init__ (self, segname, filename, start=None, end=None, length=None, output=None, quantize=None, jetevents=[], dlsfile=None, dump_file=None, transpose=0, repeat=0, mute_flags=0):
134 if (start is None) and (end is None) and (length is None): [all...] |