/external/libvpx/libvpx/vpx_mem/memory_manager/ |
hmm_dflt_abort.c | 28 static int entered = 0; variable 35 if (entered) 42 entered = 1;
|
/external/valgrind/main/lackey/tests/ |
true.stderr.exp | 10 SBs entered: ... 16 guest instrs : SB entered = ... : ... 17 IRStmts : SB entered = ... : ...
|
/external/chromium_org/chromeos/dbus/ |
fake_bluetooth_agent_service_provider.cc | 66 uint32 passkey, int16 entered) { 68 << " (" << entered << " entered) for "<< device_path.value(); 69 delegate_->DisplayPasskey(device_path, passkey, entered);
|
fake_bluetooth_agent_service_provider.h | 40 uint32 passkey, int16 entered);
|
bluetooth_agent_service_provider.h | 115 // As the user enters the passkey onto the device, |entered| will be 116 // updated to reflect the number of digits entered so far. 118 uint32 passkey, uint16 entered) = 0;
|
bluetooth_agent_service_provider.cc | 219 uint16 entered; local 222 !reader.PopUint16(&entered)) { 228 delegate_->DisplayPasskey(device_path, passkey, entered);
|
fake_bluetooth_device_client.h | 185 uint16 entered,
|
fake_bluetooth_device_client.cc | 449 // Display a passkey, and each interval act as if another key was entered [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
rule-tracer.rb | 9 as they are entered and exitted to an output stream.
|
/external/valgrind/main/coregrind/ |
m_libcassert.c | 278 static Bool entered = False; local 279 if (entered) 281 entered = True;
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
bluetooth_options_handler.h | 101 // of a key entered on the device |device| while pairing with the device 107 // A first call with |entered| as 0 will indicate that this notification 109 // A last call with |entered| as the length of the key plus one will indicate 112 uint32 entered) OVERRIDE;
|
bluetooth_options_handler.cc | 50 // An invalid |entered| value to represent the "undefined" value. 452 !js_properties.HasKey("entered") && 454 js_properties.SetInteger("entered", pairing_device_entered_); 464 if (!js_properties.GetInteger("entered", &pairing_device_entered_)) 502 uint32 entered) { 504 params.SetInteger("entered", entered);
|
/external/chromium_org/device/bluetooth/ |
bluetooth_device.h | 128 // of a key entered on the device |device| while pairing with the device 137 // The |entered| value describes the number of keys entered so far, 139 // |entered| as 0 will be sent when the device supports this feature. 141 uint32 entered) = 0;
|
bluetooth_device_chromeos.cc | 490 uint16 entered) { 494 << " (" << entered << " entered)"; local 496 if (entered == 0) 502 if (entered == 0) 504 pairing_delegate_->KeysEntered(this, entered);
|
bluetooth_device_chromeos.h | 95 uint32 passkey, uint16 entered) OVERRIDE;
|
/external/grub/stage2/ |
stage2.c | 575 char entered[32]; local 583 /* Wipe out the previously entered password */ 584 grub_memset (entered, 0, sizeof (entered)); 585 get_cmdline (" Password: ", entered, 31, '*', 0); 593 if (! check_password (entered, password, password_type))
|
builtins.c | 111 check_password (char *entered, char* expected, password_t type) 116 return strcmp (entered, expected); 120 return check_md5_password (entered, expected); 2966 char entered[32]; local [all...] |
/external/chromium_org/ui/aura/ |
window_unittest.cc | 1167 bool entered() const { return entered_; } function in class:aura::test::MouseEnterExitWindowDelegate [all...] |
/external/chromium_org/ui/views/widget/ |
root_view.cc | 565 MouseEnterExitEvent entered(event, ui::ET_MOUSE_ENTERED); 566 entered.ConvertLocationToTarget(static_cast<View*>(this), 568 DispatchEventToTarget(mouse_move_handler_, &entered); 569 NotifyEnterExitOfDescendant(entered, ui::ET_MOUSE_ENTERED, v,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_with.py | 60 self.entered = None 63 if self.entered is not None: 65 self.entered = deque() 70 self.entered.appendleft(mgr) 81 for mgr in self.entered: 87 self.entered = None
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_with.py | 60 self.entered = None 63 if self.entered is not None: 65 self.entered = deque() 70 self.entered.appendleft(mgr) 81 for mgr in self.entered: 87 self.entered = None
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
visitor.rb | 44 defined, a node is yielded to the block when it has been initially entered. If
|
/external/chromium_org/remoting/webapp/ |
session_connector.js | 242 * @param {string} accessCode The access code as entered by the user. 495 * Normalize the access code entered by the user. 497 * @param {string} accessCode The access code, as entered by the user.
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
local_ntp.js | 203 * The state of the NTP when a query is entered into the Omnibox. 210 * The state of the NTP when a query is entered into the Fakebox. 770 * entered. 784 * Disposes the NTP, according to where the input was entered.
|
/ndk/sources/host-tools/make-3.81/ |
main.c | 3083 static int entered = 0; local [all...] |