Searched refs:to_number (Results 1 - 17 of 17) sorted by relevance
/external/qemu/telephony/ |
H A D | remote_call.h | 42 extern int remote_call_dial( const char* to_number, 51 extern void remote_call_other( const char* to_number, int from_port, RemoteCallType type ); 53 extern void remote_call_cancel( const char* to_number, int from_port );
|
H A D | remote_call.c | 365 remote_call_generic( RemoteCallType type, const char* to_number, int from_port ) argument 367 int to_port = remote_number_string_to_port(to_number); 375 D("%s: phone number '%s' is not decimal or remote", __FUNCTION__, to_number); 409 remote_call_other( const char* to_number, int from_port, RemoteCallType type ) argument 411 remote_call_generic( type, to_number, from_port ); 436 remote_call_cancel( const char* to_number, int from_port ) argument 438 remote_call_generic( REMOTE_CALL_HANGUP, to_number, from_port );
|
/external/chromium_org/v8/src/ |
H A D | execution.cc | 642 RETURN_NATIVE_CALL(to_number, { obj }, exc);
|
H A D | objects-debug.cc | 636 Object* number = to_number();
|
H A D | heap.h | 2130 Object* to_number,
|
H A D | heap.cc | 3073 Object* to_number, 3079 return Oddball::cast(result)->Initialize(this, to_string, to_number, kind); 3072 CreateOddball(const char* to_string, Object* to_number, byte kind) argument
|
H A D | objects.h | 9299 // [to_number]: Cached to_number computed at startup. 9300 DECL_ACCESSORS(to_number, Object) 9314 Object* to_number,
|
H A D | objects-inl.h | 1640 ACCESSORS(Oddball, to_number, Object, kToNumberOffset)
|
H A D | objects.cc | 9972 Object* to_number, 9981 set_to_number(to_number); 9970 Initialize(Heap* heap, const char* to_string, Object* to_number, byte kind) argument
|
/external/v8/src/ |
H A D | execution.cc | 610 RETURN_NATIVE_CALL(to_number, { obj }, exc);
|
H A D | objects-debug.cc | 529 Object* number = to_number();
|
H A D | heap.h | 1831 Object* to_number,
|
H A D | objects.h | 7577 // [to_number]: Cached to_number computed at startup. 7578 DECL_ACCESSORS(to_number, Object) 7593 Object* to_number,
|
H A D | heap.cc | 2342 Object* to_number, 2348 return Oddball::cast(result)->Initialize(to_string, to_number, kind); 2341 CreateOddball(const char* to_string, Object* to_number, byte kind) argument
|
H A D | runtime.cc | 3570 CONVERT_SMI_ARG_CHECKED(to_number, 2); 3572 end = to_number; 3575 CONVERT_DOUBLE_ARG_CHECKED(to_number, 2); 3577 end = FastD2I(to_number);
|
H A D | objects-inl.h | 1409 ACCESSORS(Oddball, to_number, Object, kToNumberOffset)
|
H A D | objects.cc | 7548 Object* to_number, 7556 set_to_number(to_number); 7547 Initialize(const char* to_string, Object* to_number, byte kind) argument
|
Completed in 550 milliseconds