/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
bluetooth_options_handler.cc | 38 const char kForgetCommand[] = "forget"; 363 VLOG(1) << "Forget device: " << address; 364 device->Forget(base::Bind(&BluetoothOptionsHandler::ForgetError,
|
internet_options_handler.h | 131 // one of: [ add, forget, options, connect disconnect, activate ]
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
ConnectivityManagerTestBase.java | 316 * If the device is already associated with a WiFi, disconnect and forget it, 380 mWifiManager.forget(netId, new WifiManager.ActionListener() { 387 logv("Failed to forget " + reason);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
txdtc.h | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_runpy.py | 8 from test.test_support import verbose, run_unittest, forget namespace 164 forget(mod_name) 187 forget(mod_name)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_runpy.py | 8 from test.test_support import verbose, run_unittest, forget namespace 164 forget(mod_name) 187 forget(mod_name)
|
/bionic/libc/dns/net/ |
getnameinfo.c | 300 if (numaddrlen + 1 > (size_t)hostlen) /* don't forget terminator */ 368 if (numaddrlen + 1 > (size_t)hostlen) /* don't forget terminator */
|
/external/clang/test/OpenMP/ |
for_firstprivate_messages.cpp | 124 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp for' directive into a parallel or another task region?}} 276 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp for' directive into a parallel or another task region?}}
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
WifiConfigHelper.java | 251 * Forget a wifi configuration. 267 wifiMan.forget(wc.networkId, null);
|
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/ |
CharSinkTester.java | 202 // adding a new test? Don't forget to update createTests().
|
CharWrapperTester.java | 186 // adding a new test? Don't forget to update createTests().
|
SinkTester.java | 214 // adding a new test? Don't forget to update createTests().
|
WrapperTester.java | 187 // adding a new test? Don't forget to update createTests().
|
/external/bison/src/ |
tables.h | 112 summary, forget about zero values in YYTABLE.
|
/external/chromium_org/base/debug/ |
proc_maps_linux.cc | 71 // ... and don't forget to trim off excess bytes.
|
/external/chromium_org/base/timer/ |
timer.cc | 42 // forget us:
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/ |
TabModelOrderController.java | 38 // Forget any existing relationships, we don't want to make things
|
/external/chromium_org/chrome/browser/net/ |
chrome_fraudulent_certificate_reporter_unittest.cc | 118 // For the first version of the feature, sending reports is "fire and forget".
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_window_controller.h | 147 // Tells the tab strip to forget about this tab in preparation for it being
|
/external/chromium_org/chrome/test/logging/win/ |
file_logger.cc | 71 << __FUNCTION__ << " don't forget to call FileLogger::StopLogging()";
|
/external/chromium_org/components/url_matcher/ |
substring_set_matcher.h | 79 // If your brain thinks "Forget it, let's go shopping.", don't worry.
|
/external/chromium_org/content/browser/media/capture/ |
content_video_capture_device_core.h | 80 // Stop new captures from happening (but doesn't forget the client).
|
/external/chromium_org/device/bluetooth/ |
bluetooth_device_mac.mm | 209 void BluetoothDeviceMac::Forget(const ErrorCallback& error_callback) {
|
bluetooth_device_win.cc | 196 void BluetoothDeviceWin::Forget(const ErrorCallback& error_callback) {
|
/external/chromium_org/remoting/host/mac/ |
me2me_preference_pane.h | 98 // forget the current config, set |have_new_config_| to NO.
|