HomeSort by relevance Sort by last modified time
    Searched full:to_number (Results 1 - 15 of 15) sorted by null

  /external/qemu/telephony/
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 );
remote_call.c 365 remote_call_generic( RemoteCallType type, const char* to_number, int from_port )
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 )
411 remote_call_generic( type, to_number, from_port );
436 remote_call_cancel( const char* to_number, int from_port )
438 remote_call_generic( REMOTE_CALL_HANGUP, to_number, from_port );
  /external/chromium_org/v8/src/
builtins.h 230 V(TO_NUMBER, 0) \
execution.cc 470 RETURN_NATIVE_CALL(to_number, { obj });
factory.h 19 Handle<Object> to_number,
objects-debug.cc 578 Object* number = to_number();
    [all...]
runtime.js 456 function TO_NUMBER() {
factory.cc 54 Handle<Object> to_number,
57 Oddball::Initialize(isolate(), oddball, to_string, to_number, kind); local
    [all...]
code-stubs-hydrogen.cc 299 HValue* function = AddLoadJSBuiltin(Builtins::TO_NUMBER);
    [all...]
objects.h     [all...]
runtime.cc     [all...]
objects-inl.h     [all...]
objects.cc     [all...]
  /external/chromium_org/v8/test/mjsunit/tools/
profviz-test.log 372 code-creation,LazyCompile,0,0x2b8258e0,188,"TO_NUMBER native runtime.js:496",0x44225cc0,
    [all...]
  /external/chromium-trace/trace-viewer/test_data/
v8.log     [all...]

Completed in 311 milliseconds