HomeSort by relevance Sort by last modified time
    Searched full:none (Results 501 - 525 of 18468) sorted by null

<<21222324252627282930>>

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.h 145 #define VSF_ATTR_UNITY(reg) EASY_VSF_SOURCE(reg, ONE, ONE, ONE, ONE, ATTR, NONE)
146 #define VSF_UNITY(reg) EASY_VSF_SOURCE(reg, ONE, ONE, ONE, ONE, NONE, NONE)
149 #define VSF_REG(reg) EASY_VSF_SOURCE(reg, X, Y, Z, W, ATTR, NONE)
152 #define VSF_PARAM(reg) EASY_VSF_SOURCE(reg, X, Y, Z, W, PARAM, NONE)
155 #define VSF_TMP(reg) EASY_VSF_SOURCE(reg, X, Y, Z, W, TMP, NONE)
158 #define VSF_ATTR_X(reg) EASY_VSF_SOURCE(reg, X, X, X, X, ATTR, NONE)
159 #define VSF_ATTR_Y(reg) EASY_VSF_SOURCE(reg, Y, Y, Y, Y, ATTR, NONE)
160 #define VSF_ATTR_Z(reg) EASY_VSF_SOURCE(reg, Z, Z, Z, Z, ATTR, NONE)
161 #define VSF_ATTR_W(reg) EASY_VSF_SOURCE(reg, W, W, W, W, ATTR, NONE)
    [all...]
  /external/openssl/crypto/err/
openssl.ec 6 L ERR NONE NONE
40 L NONE crypto/x509/x509_vfy.h NONE
41 L NONE crypto/ec/ec_lcl.h NONE
42 L NONE crypto/asn1/asn_lcl.h NONE
43 L NONE crypto/cms/cms_lcl.h NONE
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IdleHistory.py 8 self.history_prefix = None
9 self.history_pointer = None
37 if pointer is not None and prefix is not None:
40 pointer = prefix = None
41 if pointer is None or prefix is None:
65 pointer = prefix = None
87 self.history_pointer = None
88 self.history_prefix = None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mimetypes.py 20 eq(self.db.guess_type("foo.html"), ("text/html", None))
30 eq(guess_type("data:,thisIsTextPlain"), ("text/plain", None))
31 eq(guess_type("data:;base64,thisIsTextPlain"), ("text/plain", None))
32 eq(guess_type("data:text/x-foo,thisIsTextXFoo"), ("text/x-foo", None))
39 ("x-application/x-unittest", None))
45 eq(self.db.guess_type('foo.xul', strict=True), (None, None))
46 eq(self.db.guess_extension('image/jpg', strict=True), None)
48 eq(self.db.guess_type('foo.xul', strict=False), ('text/xul', None))
87 eq(self.db.guess_type("foo.txt"), ("text/plain", None))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IdleHistory.py 8 self.history_prefix = None
9 self.history_pointer = None
37 if pointer is not None and prefix is not None:
40 pointer = prefix = None
41 if pointer is None or prefix is None:
65 pointer = prefix = None
87 self.history_pointer = None
88 self.history_prefix = None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mimetypes.py 20 eq(self.db.guess_type("foo.html"), ("text/html", None))
30 eq(guess_type("data:,thisIsTextPlain"), ("text/plain", None))
31 eq(guess_type("data:;base64,thisIsTextPlain"), ("text/plain", None))
32 eq(guess_type("data:text/x-foo,thisIsTextXFoo"), ("text/x-foo", None))
39 ("x-application/x-unittest", None))
45 eq(self.db.guess_type('foo.xul', strict=True), (None, None))
46 eq(self.db.guess_extension('image/jpg', strict=True), None)
48 eq(self.db.guess_type('foo.xul', strict=False), ('text/xul', None))
87 eq(self.db.guess_type("foo.txt"), ("text/plain", None))
    [all...]
  /external/chromium/chrome/browser/remoting/resources/
remoting_setup_flow.html 10 display: none;
27 document.getElementById('login').style.display = 'none';
29 document.getElementById('settingup').style.display = 'none';
31 document.getElementById('done').style.display = 'none';
33 document.getElementById('error').style.display = 'none';
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_eula.css 43 border: none;
56 border-left: none;
73 display: none;
89 display: none;
95 display: none;
  /external/chromium_org/chrome/common/extensions/docs/server2/
timer.py 14 self._elapsed = None
19 assert self._elapsed is None
27 assert self._elapsed is not None
28 assert other._elapsed is not None
39 assert self._elapsed is not None
  /external/chromium_org/ppapi/shared_impl/
ppb_tcp_socket_shared.cc 13 pending_transition_(NONE) {
27 case NONE:
48 pending_transition_ = NONE;
57 if (pending_transition_ != NONE && transition != CLOSE)
61 case NONE:
  /external/chromium_org/third_party/mesa/src/docs/
MESA_pixmap_colormap.spec 48 None.
57 None.
78 None since this is a client-side extension.
82 None.
86 None.
  /external/chromium_org/tools/gyp/test/win/command-quote/
command-quote.gyp 12 'type': 'none',
26 'type': 'none',
40 'type': 'none',
54 'type': 'none',
70 'type': 'none',
  /external/clang/test/Preprocessor/
aarch64-target-features.c 1 // RUN: %clang -target aarch64-none-linux-gnu -x c -E -dM %s -o - | FileCheck %s
24 // RUN: %clang -target aarch64-none-linux-gnu -ffast-math -x c -E -dM %s -o - | FileCheck --check-prefix=CHECK-FASTMATH %s
27 // RUN: %clang -target aarch64-none-linux-gnu -fshort-wchar -x c -E -dM %s -o - | FileCheck --check-prefix=CHECK-SHORTWCHAR %s
30 // RUN: %clang -target aarch64-none-linux-gnu -fshort-enums -x c -E -dM %s -o - | FileCheck --check-prefix=CHECK-SHORTENUMS %s
33 // RUN: %clang -target aarch64-none-linux-gnu -mfpu=neon -x c -E -dM %s -o - | FileCheck --check-prefix=CHECK-NEON %s
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 48 None.
57 None.
78 None since this is a client-side extension.
82 None.
86 None.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
none.pass.cpp 10 // test bool none() const;
20 assert(v.none() == true);
22 assert(v.none() == (N == 0));
26 assert(v.none() == false);
29 assert(v.none() == false);
  /packages/apps/Nfc/nci/jni/
NfcTag.h 47 ** Returns: None
71 ** Returns: None
83 ** Returns: None
97 ** Returns: None
134 ** Returns: None.
146 ** Returns: None.
181 ** Returns: None
193 ** Returns: None
256 ** Returns None.
268 ** Returns: none
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
webbrowser.py 20 def register(name, klass, instance=None, update_tryorder=1):
28 def get(using=None):
30 if using is not None:
48 if command[1] is not None:
50 elif command[0] is not None:
81 executable for the requested browser, return [None, None].
86 return [None, None]
91 return [None, None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
webbrowser.py 20 def register(name, klass, instance=None, update_tryorder=1):
28 def get(using=None):
30 if using is not None:
48 if command[1] is not None:
50 elif command[0] is not None:
81 executable for the requested browser, return [None, None].
86 return [None, None]
91 return [None, None
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tipc_config.h 69 #define TIPC_CMD_NOOP 0x0000 /* tx none, rx none */
71 #define TIPC_CMD_GET_MEDIA_NAMES 0x0002 /* tx none, rx media_name(s) */
72 #define TIPC_CMD_GET_BEARER_NAMES 0x0003 /* tx none, rx bearer_name(s) */
75 #define TIPC_CMD_SHOW_PORTS 0x0006 /* tx none, rx ultra_string */
80 #define TIPC_CMD_RESET_PORT_STATS 0x0009 /* tx port_ref, rx none */
92 #define TIPC_CMD_GET_REMOTE_MNG 0x4003 /* tx none, rx unsigned */
93 #define TIPC_CMD_GET_MAX_PORTS 0x4004 /* tx none, rx unsigned */
94 #define TIPC_CMD_GET_MAX_PUBL 0x4005 /* tx none, rx unsigned */
95 #define TIPC_CMD_GET_MAX_SUBSCR 0x4006 /* tx none, rx unsigned *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc_config.h 69 #define TIPC_CMD_NOOP 0x0000 /* tx none, rx none */
71 #define TIPC_CMD_GET_MEDIA_NAMES 0x0002 /* tx none, rx media_name(s) */
72 #define TIPC_CMD_GET_BEARER_NAMES 0x0003 /* tx none, rx bearer_name(s) */
75 #define TIPC_CMD_SHOW_PORTS 0x0006 /* tx none, rx ultra_string */
80 #define TIPC_CMD_RESET_PORT_STATS 0x0009 /* tx port_ref, rx none */
92 #define TIPC_CMD_GET_REMOTE_MNG 0x4003 /* tx none, rx unsigned */
93 #define TIPC_CMD_GET_MAX_PORTS 0x4004 /* tx none, rx unsigned */
94 #define TIPC_CMD_GET_MAX_PUBL 0x4005 /* tx none, rx unsigned */
95 #define TIPC_CMD_GET_MAX_SUBSCR 0x4006 /* tx none, rx unsigned *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc_config.h 69 #define TIPC_CMD_NOOP 0x0000 /* tx none, rx none */
71 #define TIPC_CMD_GET_MEDIA_NAMES 0x0002 /* tx none, rx media_name(s) */
72 #define TIPC_CMD_GET_BEARER_NAMES 0x0003 /* tx none, rx bearer_name(s) */
75 #define TIPC_CMD_SHOW_PORTS 0x0006 /* tx none, rx ultra_string */
80 #define TIPC_CMD_RESET_PORT_STATS 0x0009 /* tx port_ref, rx none */
92 #define TIPC_CMD_GET_REMOTE_MNG 0x4003 /* tx none, rx unsigned */
93 #define TIPC_CMD_GET_MAX_PORTS 0x4004 /* tx none, rx unsigned */
94 #define TIPC_CMD_GET_MAX_PUBL 0x4005 /* tx none, rx unsigned */
95 #define TIPC_CMD_GET_MAX_SUBSCR 0x4006 /* tx none, rx unsigned *
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
collector.py 10 CTracer = None
21 # swap in other functions, or return None to avoid tracing a particular
33 self.data = None
34 self.should_trace = None
35 self.should_trace_cache = None
36 self.warn = None
37 self.cur_file_data = None
40 self.last_exc_back = None
55 self.cur_file_data[pair] = None
57 self.last_exc_back = None
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
main.py 11 installHandler = None
73 failfast = catchbreak = buffer = progName = None
75 def __init__(self, module='__main__', defaultTest=None,
76 argv=None, testRunner=None,
78 verbosity=1, failfast=None, catchbreak=None, buffer=None):
85 if argv is None:
100 def usageExit(self, msg=None)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_parser.py 48 self.test_doc = None
49 self.ref_doc = None
59 self.test_doc is None
64 self.test_doc = None
65 self.ref_doc = None
67 def analyze_test(self, test_contents=None, ref_contents=None):
70 test_info = None
72 if test_contents is None and self.test_doc is None
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/integration/
HTTPTLSConnection.py 15 def __init__(self, host, port=None, strict=None):
16 if strict == None:
59 def __init__(self, host, port=None,
60 username=None, password=None, sharedKey=None,
61 certChain=None, privateKey=None,
62 cryptoID=None, protocol=None
    [all...]

Completed in 747 milliseconds

<<21222324252627282930>>