Searched refs:call (Results 226 - 250 of 3576) sorted by relevance

1234567891011>>

/external/chromium/build/
H A Dextract_from_cab.py19 level = subprocess.call(['expand', cab_path, '-F:' + archived_file, output_dir])
/external/chromium/chrome/browser/resources/options/chromeos/
H A Dsystem_options.js17 OptionsPage.call(this, 'system', templateData.systemPageTabTitle,
32 OptionsPage.prototype.initializePage.call(this);
/external/chromium/chrome/browser/resources/options/
H A Dinstant_confirm_overlay.js9 OptionsPage.call(this, 'instantConfirm',
21 OptionsPage.prototype.initializePage.call(this);
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dcontext_menu_button.js52 MenuButton.prototype.decorate.call(this);
69 MenuButton.prototype.handleEvent.call(this, e);
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dkeyboard_overlay.js12 options.SettingsDialog.call(this, 'keyboard-overlay',
27 options.SettingsDialog.prototype.initializePage.call(this);
H A Dpointer_overlay.js16 SettingsDialog.call(this, 'pointer-overlay',
32 SettingsDialog.prototype.initializePage.call(this);
/external/chromium_org/chrome/browser/resources/options/
H A Dcontent_settings2.js19 OptionsPage.call(this, 'content',
30 OptionsPage.prototype.initializePage.call(this);
H A Dmanaged_user_create_confirm.js16 OptionsPage.call(this, 'managedUserCreateConfirm',
34 OptionsPage.prototype.initializePage.call(this);
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Dcloud_destination_list.js16 print_preview.DestinationList.call(
41 print_preview.DestinationList.prototype.updateDestinations.call(
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
H A Dbackground.js7 console[args[0]].apply(console, Array.prototype.slice.call(args, 1));
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationCallback.h47 virtual void call(const Vector<RefPtr<MutationRecord> >&, MutationObserver*) = 0;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DEmptyView.js37 WebInspector.View.call(this);
H A DNetworkPanelDescriptor.js37 WebInspector.PanelDescriptor.call(this, "network", WebInspector.UIString("Network"), "NetworkPanel", "NetworkPanel.js");
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
H A Ddatavis.asm6 call extsym
7 call extsym2
/external/chromium_org/tools/clang/scripts/
H A Dupdate.py28 return subprocess.call(
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dcontext_menu_button.js52 MenuButton.prototype.decorate.call(this);
69 MenuButton.prototype.handleEvent.call(this, e);
/external/chromium_org/v8/test/mjsunit/
H A Dclosures.js31 assertEquals(expected, f.call(this));
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dgenerators-objects.js81 assertThrows(function() { iter.next.call(non_generator); }, TypeError);
82 assertThrows(function() { iter.next.call(non_generator, 1); }, TypeError);
83 assertThrows(function() { iter.throw.call(non_generator, 1); }, TypeError);
84 assertThrows(function() { iter.close.call(non_generator); }, TypeError);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-100702.js37 str.isThatMe.call(str);
H A Dregress-1980.js34 Error.prototype.toString.call(invalid_this[i]);
H A Dregress-326.js32 Array.prototype.sort.call(nonArray);
H A Dregress-98773.js36 Array.prototype.sort.call(array);
/external/clang/include/clang/Sema/
H A DMakefile14 $(call SYSPATH, $@) -I $(PROJ_SRC_DIR)/../../ $<
20 $(call SYSPATH, $@) -I $(PROJ_SRC_DIR)/../../ $<
26 $(call SYSPATH, $@) -I $(PROJ_SRC_DIR)/../../ $<
32 $(call SYSPATH, $@) -I $(PROJ_SRC_DIR)/../../ $<
/external/clang/lib/Headers/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
8 $(call transform-host-clang-td-to-out,arm-neon)
/external/clang/lib/include/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
8 $(call transform-host-clang-td-to-out,arm-neon)

Completed in 1788 milliseconds

1234567891011>>