Home
last modified time | relevance | path

Searched defs:tab (Results 1 – 25 of 128) sorted by relevance

123456

/external/u-boot/board/freescale/common/
Dcds_via.c11 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via()
40 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_usbide()
58 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_usb()
67 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_usb2()
76 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_power()
87 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_ac97()
/external/u-boot/arch/x86/lib/
Dsfi.c32 static void *get_entry_start(struct table_info *tab) in get_entry_start()
43 static void finish_table(struct table_info *tab, const char *sig, void *entry) in finish_table()
60 static int sfi_write_system_header(struct table_info *tab) in sfi_write_system_header()
75 static int sfi_write_cpus(struct table_info *tab) in sfi_write_cpus()
103 static int sfi_write_apic(struct table_info *tab) in sfi_write_apic()
117 static int sfi_write_xsdt(struct table_info *tab) in sfi_write_xsdt()
/external/autotest/client/site_tests/platform_InputBrowserNav/
Dplatform_InputBrowserNav.py31 def test_back(self, tab): argument
42 def test_forward(self, tab): argument
53 def test_refresh(self, tab): argument
83 def verify_url(self, tab, correct_url): argument
/external/autotest/client/site_tests/autoupdate_UserData/
Dautoupdate_UserData.py37 def _execute_javascript(self, tab, code): argument
49 def _navigate(self, tab, url): argument
62 def _modify_input_methods(self, tab): argument
79 def _modify_time_zone(self, tab): argument
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
Ddesktopui_MediaAudioFeedback.py44 def rms_test(self, tab, media_file, noiseprof_file, test_duration): argument
78 def wait_player_end(self, tab): argument
85 def play_media(self, tab, media_file): argument
/external/autotest/client/site_tests/audio_SeekAudioFeedback/
Daudio_SeekAudioFeedback.py46 def rms_test(self, tab, test_file, noiseprof_file, test_duration): argument
78 def wait_player_end(self, tab): argument
85 def play_media(self, tab, test_file, value): argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
DASN1Dump.java66 String tab = indent + TAB; in _dumpAsString() local
106 String tab = indent + TAB; in _dumpAsString() local
144 String tab = indent + TAB; in _dumpAsString() local
289 String tab = indent + TAB; in _dumpAsString() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/util/
DASN1Dump.java68 String tab = indent + TAB; in _dumpAsString() local
108 String tab = indent + TAB; in _dumpAsString() local
146 String tab = indent + TAB; in _dumpAsString() local
291 String tab = indent + TAB; in _dumpAsString() local
/external/autotest/client/site_tests/power_FlashVideoSuspend/
Dpower_FlashVideoSuspend.py29 def check_video_is_playing(self, tab): argument
45 def suspend_with_youtube(self, tab, video_url): argument
/external/autotest/client/site_tests/power_VideoSuspend/
Dpower_VideoSuspend.py33 def _check_video_is_playing(self, tab): argument
43 def _suspend_with_video(self, browser, tab, video_url): argument
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
Dpolicy_ImagesAllowedForUrls.py74 def _wait_for_page_ready(self, tab): argument
80 def _is_image_blocked(self, tab): argument
/external/autotest/client/site_tests/policy_ImagesBlockedForUrls/
Dpolicy_ImagesBlockedForUrls.py73 def _wait_for_page_ready(self, tab): argument
79 def _is_image_blocked(self, tab): argument
/external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/
Dpolicy_NotificationsBlockedForUrls.py68 def _wait_for_page_ready(self, tab): argument
79 def _are_notifications_blocked(self, tab): argument
/external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/
Dpolicy_NotificationsAllowedForUrls.py67 def _wait_for_page_ready(self, tab): argument
77 def _are_notifications_allowed(self, tab): argument
/external/pdfium/third_party/libtiff/
Dtif_fax3.h197 #define LOOKUP8(wid,tab,eoflab) do { \ argument
209 #define LOOKUP16(wid,tab,eoflab) do { \ argument
229 #define LOOKUP8(wid,tab,eoflab) do { \ argument
234 #define LOOKUP16(wid,tab,eoflab) do { \ argument
/external/e2fsprogs/lib/et/
Dcom_right.c76 struct error_table tab; member
93 struct error_table *tab; in initialize_error_table_r() local
/external/zlib/src/examples/
Denough.c112 struct tab { /* type for been here check */ struct
113 size_t len; /* length of bit vector in char's */
114 char *vec; /* allocated bit vector */
/external/autotest/client/site_tests/power_LoadTest/extension/
Dtest.js153 chrome.tabs.getSelected(win.id, function(tab) { argument
176 chrome.tabs.getSelected(win.id, function(tab) { argument
217 tabs.forEach(function (tab) { argument
300 chrome.browserAction.onClicked.addListener(function(tab) { argument
/external/arm-optimized-routines/math/
Dmath_config.h293 uint64_t tab[1 << EXP2F_TABLE_BITS]; member
308 } tab[1 << LOGF_TABLE_BITS]; member
320 } tab[1 << LOG2F_TABLE_BITS]; member
337 } tab[1 << POWF_LOG2_TABLE_BITS]; member
361 uint64_t tab[2*(1 << EXP_TABLE_BITS)]; member
373 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS]; member
388 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS]; member
402 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS]; member
/external/clang/test/Sema/
Dwchar.c21 wchar_t tab[] = L"x"; in foo() local
/external/autotest/client/site_tests/desktopui_AudioFeedback/
Ddesktopui_AudioFeedback.py22 def play_video(self, tab, video_url): argument
/external/autotest/client/site_tests/audio_CrasSanity/
Daudio_CrasSanity.py107 def push_new_stream(self, tab): argument
/external/boringssl/src/crypto/fipsmodule/bn/
Djacobi.c69 static const int tab[8] = {0, 1, 0, -1, 0, -1, 0, 1}; in bn_jacobi() local
/external/autotest/client/cros/video/
Dhistogram_verifier.py13 def get_histogram_text(tab, histogram_name): argument
37 def loaded(tab, histogram_name, pattern): argument
/external/openssh/
Dssh-agent.c206 Idtab *tab = idtab_lookup(version); in lookup_identity() local
246 Idtab *tab = idtab_lookup(version); in process_request_identities() local
492 Idtab *tab = idtab_lookup(version); in process_remove_identity() local
510 Idtab *tab = idtab_lookup(version); in process_remove_all_identities() local
534 Idtab *tab; in reaper() local
605 Idtab *tab = idtab_lookup(version); in process_add_identity() local
755 Idtab *tab; in process_add_smartcard_key() local
827 Idtab *tab; in process_remove_smartcard_key() local

123456