Searched refs:entered (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/
H A Dhmm_dflt_abort.c28 static int entered = 0; variable
35 if (entered)
42 entered = 1;
/external/libvpx/libvpx/vpx_mem/memory_manager/
H A Dhmm_dflt_abort.c28 static int entered = 0; variable
35 if (entered)
42 entered = 1;
/external/valgrind/main/lackey/tests/
H A Dtrue.stderr.exp10 SBs entered: ...
16 guest instrs : SB entered = ... : ...
17 IRStmts : SB entered = ... : ...
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_hid_detection.js96 * @param {entered} int, number of typed keys of pincode, -1 if keys press
99 setPincodeKeysState_: function(entered) {
106 if (i < entered)
108 else if (i == entered)
110 else if (entered != -1)
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_agent_service_provider.cc66 uint32 passkey, int16 entered) {
68 << " (" << entered << " entered) for "<< device_path.value();
69 delegate_->DisplayPasskey(device_path, passkey, entered);
64 DisplayPasskey( const dbus::ObjectPath& device_path, uint32 passkey, int16 entered) argument
H A Dbluetooth_agent_service_provider.h117 // As the user enters the passkey onto the device, |entered| will be
118 // updated to reflect the number of digits entered so far.
120 uint32 passkey, uint16 entered) = 0;
H A Dfake_bluetooth_agent_service_provider.h40 uint32 passkey, int16 entered);
H A Dbluetooth_agent_service_provider.cc219 uint16 entered; local
222 !reader.PopUint16(&entered)) {
228 delegate_->DisplayPasskey(device_path, passkey, entered);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.cc29 // Number of keys that will be entered for a passkey, six digits plus the
164 void BluetoothPairingChromeOS::KeysEntered(uint16 entered) { argument
166 pairing_delegate_->KeysEntered(device_, entered);
171 if (entered >= kPasskeyMaxKeysEntered && !device_->IsConnecting())
H A Dbluetooth_pairing_chromeos.h73 // Informs the current pairing delegate that |entered| keys have been
76 void KeysEntered(uint16 entered);
H A Dbluetooth_adapter_unittest.cc118 uint32 entered) OVERRIDE {}
H A Dbluetooth_device.h132 // of a key entered on the device |device| while pairing with the device
140 // The |entered| value describes the number of keys entered so far,
142 // |entered| as 0 will be sent when the device supports this feature.
144 uint32 entered) = 0;
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_pairing_delegate.cc75 uint32 entered) {
79 event.entered_key.reset(new int(entered));
74 KeysEntered(device::BluetoothDevice* device, uint32 entered) argument
H A Dbluetooth_api_pairing_delegate.h36 uint32 entered) OVERRIDE;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Drule-tracer.rb9 as they are entered and exitted to an output stream.
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dcontent_editable_extractor.js83 var entered = [];
85 var c = cvox.TraverseUtil.forwardsChar(endCursor, entered, left);
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.h50 uint32 entered) OVERRIDE;
/external/valgrind/main/coregrind/
H A Dm_libcassert.c396 static Bool entered = False; local
397 if (entered)
399 entered = True;
/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc1105 bool entered() const { return entered_; } function in class:aura::test::MouseEnterExitWindowDelegate
1108 // Clear the entered / exited states.
1136 EXPECT_TRUE(d1.entered());
1138 EXPECT_FALSE(d2.entered());
1142 EXPECT_TRUE(d1.entered());
1144 EXPECT_TRUE(d2.entered());
1157 EXPECT_TRUE(d1.entered());
1164 EXPECT_FALSE(d1.entered());
1169 // mouse transitions from window to window, even if the entered window sets
1183 EXPECT_TRUE(d1.entered());
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhid_detection_screen_handler.h67 uint32 entered) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.h102 // of a key entered on the device |device| while pairing with the device
108 // A first call with |entered| as 0 will indicate that this notification
110 // A last call with |entered| as the length of the key plus one will indicate
113 uint32 entered) OVERRIDE;
H A Dbluetooth_options_handler.cc48 // An invalid |entered| value to represent the "undefined" value.
482 !js_properties.HasKey("entered") &&
484 js_properties.SetInteger("entered", pairing_device_entered_);
494 if (!js_properties.GetInteger("entered", &pairing_device_entered_))
532 uint32 entered) {
534 params.SetInteger("entered", entered);
531 KeysEntered(device::BluetoothDevice* device, uint32 entered) argument
/external/chromium_org/components/pairing/
H A Dbluetooth_controller_pairing_controller.h105 uint32 entered) OVERRIDE;
H A Dbluetooth_host_pairing_controller.h98 uint32 entered) OVERRIDE;
/external/chromium_org/ui/views/widget/
H A Droot_view.cc515 MouseEnterExitEvent entered(event, ui::ET_MOUSE_ENTERED);
516 entered.ConvertLocationToTarget(static_cast<View*>(this),
519 DispatchEvent(mouse_move_handler_, &entered);

Completed in 433 milliseconds

12