HomeSort by relevance Sort by last modified time
    Searched refs:idl (Results 1 - 11 of 11) sorted by null

  /external/webrtc/src/system_wrappers/source/
trace_impl.cc 339 const long int idl = id; local
340 if(idl != -1)
424 sprintf (traceMessage, " VOICE:%11ld;", idl);
427 sprintf (traceMessage, " VIDEO:%11ld;", idl);
430 sprintf (traceMessage, " UTILITY:%11ld;", idl);
433 sprintf (traceMessage, " RTP/RTCP:%11ld;", idl);
436 sprintf (traceMessage, " TRANSPORT:%11ld;", idl);
439 sprintf (traceMessage, "AUDIO CODING:%11ld;", idl);
442 sprintf (traceMessage, " SRTP:%11ld;", idl);
445 sprintf (traceMessage, " AUDIO MIX/S:%11ld;", idl);
    [all...]
  /external/webkit/Source/WebCore/
Android.derived.v8bindings.mk 72 $(GEN): $(intermediates)/bindings/V8%.h : $(LOCAL_PATH)/css/%.idl $(js_binding_scripts)
141 $(GEN): $(intermediates)/bindings/V8%.h : $(LOCAL_PATH)/dom/%.idl $(js_binding_scripts)
184 $(GEN): $(intermediates)/bindings/V8%.h : $(LOCAL_PATH)/fileapi/%.idl $(js_binding_scripts)
285 $(GEN): $(intermediates)/bindings/V8%.h : $(LOCAL_PATH)/html/%.idl $(js_binding_scripts)
326 $(GEN): $(intermediates)/bindings/V8%.h : $(LOCAL_PATH)/html/canvas/%.idl $(js_binding_scripts)
340 $(GEN): $(intermediates)/bindings/V8%.h : $(LOCAL_PATH)/loader/appcache/%.idl $(js_binding_scripts)
379 $(GEN): $(intermediates)/bindings/V8%.h : $(LOCAL_PATH)/page/%.idl $(js_binding_scripts)
395 $(GEN): $(intermediates)/bindings/V8%.h : $(LOCAL_PATH)/plugins/%.idl $(js_binding_scripts)
422 $(GEN): $(intermediates)/bindings/V8%.h : $(LOCAL_PATH)/storage/%.idl $(js_binding_scripts)
437 $(GEN): $(intermediates)/bindings/V8%.h : $(LOCAL_PATH)/storage/%.idl $(js_binding_scripts
    [all...]
Android.derived.jscbindings.mk 88 $(GEN): $(intermediates)/css/JS%.h : $(LOCAL_PATH)/css/%.idl $(js_binding_scripts)
157 $(GEN): $(intermediates)/dom/JS%.h : $(LOCAL_PATH)/dom/%.idl $(js_binding_scripts)
200 $(GEN): $(intermediates)/fileapi/JS%.h : $(LOCAL_PATH)/fileapi/%.idl $(js_binding_scripts)
301 $(GEN): $(intermediates)/html/JS%.h : $(LOCAL_PATH)/html/%.idl $(js_binding_scripts)
340 $(GEN): $(intermediates)/html/canvas/JS%.h : $(LOCAL_PATH)/html/canvas/%.idl $(js_binding_scripts)
354 $(GEN): $(intermediates)/loader/appcache/JS%.h : $(LOCAL_PATH)/loader/appcache/%.idl $(js_binding_scripts)
394 $(GEN): $(intermediates)/page/JS%.h : $(LOCAL_PATH)/page/%.idl $(js_binding_scripts)
410 $(GEN): $(intermediates)/plugins/JS%.h : $(LOCAL_PATH)/plugins/%.idl $(js_binding_scripts)
437 $(GEN): $(intermediates)/storage/JS%.h : $(LOCAL_PATH)/storage/%.idl $(js_binding_scripts)
452 $(GEN): $(intermediates)/storage/JS%.h : $(LOCAL_PATH)/storage/%.idl $(js_binding_scripts
    [all...]
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-host.js 50 // http://dev.w3.org/html5/spec/infrastructure.html#url-decomposition-idl-attributes .
57 // http://dev.w3.org/html5/spec/infrastructure.html#url-decomposition-idl-attributes .
109 // http://dev.w3.org/html5/spec/infrastructure.html#url-decomposition-idl-attributes .
set-href-attribute-hash.js 29 // http://dev.w3.org/html5/spec/infrastructure.html#url-decomposition-idl-attributes .
36 // http://dev.w3.org/html5/spec/infrastructure.html#url-decomposition-idl-attributes .
set-href-attribute-hostname.js 28 // http://dev.w3.org/html5/spec/infrastructure.html#url-decomposition-idl-attributes .
35 // http://dev.w3.org/html5/spec/infrastructure.html#url-decomposition-idl-attributes .
set-href-attribute-search.js 43 // http://dev.w3.org/html5/spec/infrastructure.html#url-decomposition-idl-attributes .
set-href-attribute-pathname.js 65 // http://dev.w3.org/html5/spec/infrastructure.html#url-decomposition-idl-attributes .
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGenerator.pm 2 # WebKit IDL parser
93 # Cache of IDL file pathnames.
137 print "Skipping $useGenerator code generation for IDL interface \"" . $class->name . "\".\n" if $verbose;
147 print "Generating $useGenerator bindings code for IDL interface \"" . $class->name . "\"...\n" if $verbose;
270 $idlFiles->{$1} = $File::Find::name if /^([A-Z].*)\.idl$/;
287 # Step #1: Find the IDL file associated with 'interface'
289 or die("Could NOT find IDL file for interface \"$interfaceName\"!\n");
291 print " | |> Parsing parent IDL \"$filename\" for interface \"$interfaceName\"\n" if $verbose;
293 # Step #2: Parse the found IDL file (in quiet mode).
  /external/chromium/third_party/libjingle/source/talk/
main.scons 88 # Don't use default vc80 midl.exe. It doesn't understand vista_sdk idl files.
456 '.idl',
  /prebuilt/common/ant/
ant.jar 

Completed in 793 milliseconds