HomeSort by relevance Sort by last modified time
    Searched refs:None (Results 201 - 225 of 320) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clearsilver/python/examples/base/
odb_test.py 79 self.d_addColumn("agent_id",kInteger,None,primarykey = 1,autoincrement = 1)
84 self.d_addColumn("auth_level",kInteger,None)
85 self.d_addColumn("ticket_count",kIncInteger,None)
CSPage.py 35 self._error_template = None
109 if not self.pagename is None:
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
handshake.py 51 # key, expected value or None
54 ['Host', None],
55 ['Origin', None],
166 if protocol is not None:
standalone.py 332 default=None,
337 default=None,
344 default=None,
  /external/v8/tools/
stats-viewer.py 73 self.shared_mmap = None
80 self.data = None
83 self.root = None
106 if m is not None and os.path.exists(m.group(0)):
274 self.last_value = None
presubmit.py 106 sums_file = None
212 if out_line == '' and process.poll() != None:
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 154 If None, a temp directory is created.
216 test_expectations.TestExpectations(None,
279 None if there is no such test.
286 return None
307 None on failure.
319 return None
330 None on failure
341 return None
348 None on failure
354 return None
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 141 wx.Dialog.__init__(self, None, -1, JetDefs.DLG_JETOPEN)
197 wx.Dialog.__init__(self, None, -1, JetDefs.DLG_PREFERENCES)
216 wx.Dialog.__init__(self, None, -1, JetDefs.DLG_ABOUT)
238 wx.Dialog.__init__(self, None, -1, JetDefs.DLG_PROPERTIES)
257 wx.Dialog.__init__(self, None, -1, title)
274 wx.Dialog.__init__(self, None, -1, title)
298 self.Player = None
299 self.segment = None
300 self.graphSegment = None
303 self.lastMidiInfo = None
    [all...]
  /ndk/build/core/
definitions.mk 81 # Returns : None
96 # Returns : None
106 # Returns : None
147 # Arguments: None
148 # Returns : None
162 # Arguments: None
174 # Returns : None
222 # Returns : None
234 # Returns : None
252 # Returns : None
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 150 VALUE Framed-Routing None 0
157 VALUE Framed-Compression None 0
228 VALUE Auth-Type None 254
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 143 Returns (archived_results, error) tuple where error is None if results
147 old_results = None
148 error = None
197 return None
  /build/core/
checktree 66 return None
  /development/testrunner/
coverage_targets.py 87 """ returns CoverageTarget for given name. None if not found """
91 return None
adb_interface.py 371 error = None
388 elif error is not None:
  /development/tools/axl/
chewperf.py 32 t0 = None
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl.c 197 attribs[i++] = None;
203 attribs[i-3] = None;
304 this->gl_data->glXMakeCurrent(GFX_Display, None, NULL);
342 int glx_attrib = None;
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheGroup.h 161 None,
ApplicationCacheGroup.cpp 57 , m_completionType(None)
214 ASSERT(m_completionType == None || m_pendingEntries.isEmpty());
220 case None:
265 ASSERT(m_completionType == None || m_pendingEntries.isEmpty());
268 case None:
423 ASSERT(m_completionType == None);
442 request.setHTTPHeaderField("If-None-Match", eTag);
742 case None:
    [all...]
  /external/webkit/WebCore/svg/
SVGGlyphElement.cpp 89 return SVGGlyphIdentifier::None;
  /external/webkit/WebKitTools/Scripts/webkitpy/
diff_parser_unittest.py 88 def test_diff_parser(self, parser = None):
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 37 path = None
  /build/tools/releasetools/
amend_generator.py 202 def AddToZip(self, input_zip, output_zip, input_path=None):
205 script. If input_path is not None, it will be used as a local
216 if input_path is None:
edify_generator.py 229 def AddToZip(self, input_zip, output_zip, input_path=None):
232 script. If input_path is not None, it will be used as a local
240 if input_path is None:
  /external/icu4c/stubdata/
icu_dat_generator.py 86 InvokeIcuTool("icupkg", None, [dest_dat, "-x", "*", "-d", TMP_DAT_PATH])
101 InvokeIcuTool("icupkg", None, ["-tl", "-s", TMP_DAT_PATH, "-a", dat_list_file_path, "new",
  /external/webkit/WebKit/wx/bindings/python/samples/
simple.py 31 def __init__(self, parent, log, frame=None):
147 wx.Frame.__init__(self, None, -1, "WebKit in wxPython!")

Completed in 858 milliseconds

1 2 3 4 5 6 7 891011>>