HomeSort by relevance Sort by last modified time
    Searched refs:forget (Results 51 - 75 of 130) sorted by null

1 23 4 5 6

  /prebuilts/go/darwin-x86/src/net/http/
example_test.go 30 // Don't forget to close the connection:
  /prebuilts/go/linux-x86/src/net/http/
example_test.go 30 // Don't forget to close the connection:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pydoc.py 16 TESTFN, forget, rmtree, EnvironmentVarGuard, reap_children, captured_stdout)
294 forget(modname)
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestBase.java 310 * If the device is already associated with a WiFi, disconnect and forget it,
374 mWifiManager.forget(netId, new WifiManager.ActionListener() {
381 logv("Failed to forget " + reason);
  /external/python/cpython2/Lib/lib-tk/
ttk.py 845 def forget(self, tab_id): member in class:Notebook
848 self.tk.call(self._w, "forget", tab_id)
955 forget = Tkinter.PanedWindow.forget # overrides Pack.forget variable in class:Panedwindow
    [all...]
  /external/python/cpython3/Lib/tkinter/
ttk.py 849 def forget(self, tab_id): member in class:Notebook
852 self.tk.call(self._w, "forget", tab_id)
959 forget = tkinter.PanedWindow.forget # overrides Pack.forget variable in class:Panedwindow
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py 842 def forget(self, tab_id): member in class:Notebook
845 self.tk.call(self._w, "forget", tab_id)
952 forget = Tkinter.PanedWindow.forget # overrides Pack.forget variable in class:Panedwindow
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py 842 def forget(self, tab_id): member in class:Notebook
845 self.tk.call(self._w, "forget", tab_id)
952 forget = Tkinter.PanedWindow.forget # overrides Pack.forget variable in class:Panedwindow
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 842 def forget(self, tab_id): member in class:Notebook
845 self.tk.call(self._w, "forget", tab_id)
952 forget = Tkinter.PanedWindow.forget # overrides Pack.forget variable in class:Panedwindow
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 842 def forget(self, tab_id): member in class:Notebook
845 self.tk.call(self._w, "forget", tab_id)
952 forget = Tkinter.PanedWindow.forget # overrides Pack.forget variable in class:Panedwindow
    [all...]
  /external/python/cpython3/Lib/test/test_import/
__init__.py 22 EnvironmentVarGuard, TESTFN, check_warnings, forget, is_jython,
126 forget(TESTFN)
659 forget(TESTFN)
710 forget(TESTFN)
    [all...]
  /external/vixl/tools/
test.py 324 # The process has exited. Don't forget to retrieve the rest of its output.
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 108 .setNeutralButton(R.string.forget, this)
  /packages/apps/Settings/src/com/android/settings/wfd/
WifiDisplaySettings.java 590 DialogInterface.OnClickListener forget = new DialogInterface.OnClickListener() { local
602 .setNegativeButton(R.string.wifi_display_options_forget, forget)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
nilcheck.go 23 ClearPtr // forget the fact that ptr is nil
  /prebuilts/go/darwin-x86/src/go/types/
typestring.go 100 // forget the alias names
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
nilcheck.go 23 ClearPtr // forget the fact that ptr is nil
  /prebuilts/go/linux-x86/src/go/types/
typestring.go 100 // forget the alias names
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 417 Button forget = mConfigUi.getForgetButton(); local
418 if (forget == null) return;
420 forget.setVisibility(View.GONE);
    [all...]
  /external/python/cpython2/Lib/idlelib/
tabbedpages.py 348 """Page class using the pack placement manager's "forget" mechanism."""
  /external/python/cpython2/Lib/plat-irix5/
flp.py 146 # (Don't forget to take this out when using the unfrozen version of
  /external/python/cpython2/Lib/plat-irix6/
flp.py 145 # (Don't forget to take this out when using the unfrozen version of
  /external/python/cpython3/Lib/idlelib/
tabbedpages.py 350 """Page class using the pack placement manager's "forget" mechanism."""
  /external/python/cpython3/Lib/test/
test_support.py 80 support.forget(TESTFN)
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 533 * If the device is already associated with a WiFi, disconnect and forget it,
629 mWifiManager.forget(netId, new WifiManager.ActionListener() {
633 Log.e(LOG_TAG, "forget failed " + reason);

Completed in 1138 milliseconds

1 23 4 5 6