Searched refs:True (Results 126 - 150 of 793) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_flush.py57 self.daemon = True
71 DBusGMainLoop(set_as_default=True)
105 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_stop_find.py59 self.daemon = True
73 DBusGMainLoop(set_as_default=True)
110 gobject.MainLoop().get_context().iteration(True)
/external/bzip2/
H A Dbzip2.c169 #define True ((Bool)1) macro
321 if (c == EOF) return True;
350 while (True) {
452 while (True) {
502 return True;
507 while (True) {
541 return True;
548 return True; /*notreached*/
570 while (True) {
602 return True;
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt020fuzzy.py19 while True:
H A Dt021hoist.py18 parser.enableEnum = True
/external/chromium/chrome/browser/chromeos/
H A Dsystem_key_event_listener.cc130 XGrabKey(GDK_DISPLAY(), key, mask, root, True, GrabModeAsync, GrabModeAsync); local
131 XGrabKey(GDK_DISPLAY(), key, mask | caps_lock_mask, root, True, local
133 XGrabKey(GDK_DISPLAY(), key, mask | num_lock_mask, root, True, local
136 True, GrabModeAsync, GrabModeAsync); local
/external/chromium/net/tools/testserver/
H A Dbackoff_server.py17 keep_running = True
/external/chromium/testing/gmock/scripts/
H A Dupload_gmock.py61 found_cc_flag = True
/external/chromium/testing/gtest/scripts/
H A Dupload_gtest.py61 found_cc_flag = True
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Derror_check.py85 True if the rule should be checked according to the flags, otherwise False.
88 return True
H A Djavascriptstatetracker.py101 True)
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dheaderparserhandler.py64 'off': False, 'no': False, 'on': True, 'yes': True}
70 _PYOPT_ALLOW_DRAFT75_DEFINITION = {'off': False, 'on': True}
222 handshake_is_done = True
H A Dmemorizingfile.py89 self._buffered = True
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dmock.py121 while True:
195 self.ws_stream = StreamHixie75(self, True)
208 self.drain_received_data_called = True
218 self.do_extra_handshake_called = True
H A Dtest_handshake_draft75.py413 request.is_https_ = True
432 request.is_https_ = True
470 True)
478 True)
/external/clang/bindings/python/tests/cindex/
H A Dtest_code_completion.py28 cr = tu.codeComplete('fake.c', 9, 1, unsaved_files=files, include_brief_comments=True)
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp93 typedef Lookup<B ? sizeof(T) : sizeof(E)> True; typedef in struct:N6::Cond
97 typedef Cond<true, int, char>::True True; typedef in namespace:N6
102 Lookup<sizeof(int)> const &L2(True());
/external/clang/utils/
H A DClangDataFormat.py149 value_list = frame.GetVariables(True, True, True, True)
/external/eigen/scripts/
H A Drelicense.py49 return text.replace(lgpl3_header, mpl2_header), True
/external/libvpx/libvpx/third_party/googletest/src/scripts/
H A Dupload_gtest.py61 found_cc_flag = True
/external/libvpx/libvpx/tools/
H A Dwrap-commit-msg.py45 while True:
/external/linux-tools-perf/python/
H A Dtwatch.py29 while True:
/external/linux-tools-perf/scripts/python/
H A Dsyscall-counts.py58 reverse = True):
/external/llvm/utils/llvm-build/llvmbuild/
H A Dconfigutil.py66 return True
/external/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py86 self.foo_called = True
88 self.bar_called = True
94 self.assertEqual(True, srvc.foo_called)
100 self.assertEqual(True, srvc.bar_called)

Completed in 2334 milliseconds

1234567891011>>