/external/chromium_org/chrome/test/pyautolib/ |
chromotinglib.py | 30 def _ExecuteJavascript(self, command, tab_index, windex): 36 tab_index, windex) 42 def _WaitForJavascriptCondition(self, condition, tab_index, windex, 53 '(%s) ? "1" : ""' % condition, tab_index, windex), timeout) 58 def _ExecuteAndWaitForMode(self, command, mode, tab_index, windex): 64 if not self._ExecuteJavascript(command, tab_index, windex): 68 tab_index, windex) 70 def _ExecuteAndWaitForMajorMode(self, command, mode, tab_index, windex): 76 if not self._ExecuteJavascript(command, tab_index, windex): 80 tab_index, windex) [all...] |
pyauto.py | 945 def __init__(self, ui_test, tab_index=0, windex=0, frame_xpath=''): 955 self.windex = windex [all...] |
/external/chromium_org/chrome/test/functional/ |
multiprofile.py | 28 def _GetSearchEngineWithKeyword(self, keyword, windex=0): 33 windex: The window index, default is 0. 38 match_list = ([x for x in self.GetSearchEngineInfo(windex=windex) 44 def _SetPreferences(self, dict, windex=0): 49 windex: The window index, defaults to 0 (the first window). 52 self.SetPrefs(key, dict[key], windex=windex) 54 def _SetStartUpPage(self, url, windex=0): 59 windex: The window index, default is 0 [all...] |
test_utils.py | 73 tab_index=0, windex=0, url=None): 84 windex: The window index, default is 0. 88 test.NavigateToURL(url, windex, tab_index) 93 test.ExecuteJavascript(email_id, tab_index, windex) 94 test.ExecuteJavascript(password, tab_index, windex) 95 test.assertTrue(test.SubmitForm('gaia_loginform', tab_index, windex)) 99 windex=0): 107 windex: The window index, default is 0. 110 tab_index, windex) 112 tab_index, windex) [all...] |
chromeos_crosh.py | 65 for windex in range (1, 4): # 3 new windows 71 self.WaitForHtermText(text='crosh> ', tab_index=1, windex=windex, 75 windex=windex).endswith('crosh> '), 79 self.SendKeysToHterm('exit\\n', tab_index=1, windex=windex) 81 tab_index=1, windex=windex, 138 self.SendKeysToHterm('help\\n', tab_index=4, windex=0 [all...] |
infobars.py | 44 def _GetTabInfo(self, windex=0, tab_index=0): 49 return self.GetBrowserInfo()['windows'][windex]['tabs'][tab_index] 73 def _VerifyGeolocationInfobar(self, windex, tab_index): 81 tab_info = self._GetTabInfo(windex, tab_index) 95 self._VerifyGeolocationInfobar(windex=0, tab_index=0) 107 self.WaitForInfobarCount(1, windex=0, tab_index=tab_index)) 108 self._VerifyGeolocationInfobar(windex=0, tab_index=tab_index) 112 self.assertTrue(self.WaitForInfobarCount(1, windex=1, tab_index=0)) 113 self._VerifyGeolocationInfobar(windex=1, tab_index=0) 117 self.assertTrue(self.WaitForInfobarCount(1, windex=2, tab_index=0) [all...] |
omnibox.py | 41 def _VerifyHistoryResult(query_list, description, windex=0): 45 self, query_text, windex=windex, 58 self.WaitUntilOmniboxReadyHack(windex=1) 59 _VerifyHistoryResult([url, title], title, windex=1) 62 self.WaitUntilOmniboxReadyHack(windex=2) 63 _VerifyHistoryResult([url, title], title, windex=2) 65 def _VerifyOmniboxURLMatches(self, url, description, windex=0): 72 windex: The window index to work on. Defaults to 0 (first window). 75 self, url, windex=windex, attr_dict={'description': description} [all...] |
passwords.py | 144 tab_index=0, windex=0) 187 tab_index=0, windex=0) 191 tab_index=1, windex=0) 209 tab_index=0, windex=1) 211 tab_index=0, windex=1) 236 'document.getElementById("Passwd").value', tab_index=0, windex=1) 291 def _SendCharToPopulateField(self, char, tab_index=0, windex=0): 297 windex: window index to work on. Defaults to 0 (first window). 303 self.SendWebkitKeyEvent(KEY_DOWN_TYPE, CHAR_KEYPRESS, tab_index, windex) 304 self.SendWebkitCharEvent(char, tab_index, windex) [all...] |
netflix.py | 59 def _GetVideoDroppedFrames(self, tab_index=0, windex=0): 66 windex=windex)) 68 def _GetVideoFrames(self, tab_index=0, windex=0): 75 windex=windex))
|
prefs.py | 169 def _CheckForVisibleImage(self, tab_index=0, windex=0): 174 windex: Window index. Defaults to 0 (first window). 192 return self.ExecuteJavascript(script, windex=windex, tab_index=tab_index)
|
test_pyauto.py | 44 lambda: self.FindInPage('some text', windex=1)) # invalid window
|
/external/bison/lib/ |
lbitset.c | 259 bitset_windex windex = elt->index; local 278 else if (windex < bset->b.cindex) 281 ptr->prev && ptr->prev->index > windex; ptr = ptr->prev) 298 ptr->next && ptr->next->index < windex; ptr = ptr->next) 312 bset->b.cindex = windex; 319 lbitset_elt_find (bitset bset, bitset_windex windex, 329 if ((windex - bset->b.cindex) < bset->b.csize) 339 if (windex < bset->b.cindex) 342 elt->prev && elt->index > windex; elt = elt->prev) 348 elt->next && (elt->index + LBITSET_ELT_WORDS - 1) < windex; 520 bitset_windex windex = bitno \/ BITSET_WORD_BITS; local 533 bitset_windex windex = bitno \/ BITSET_WORD_BITS; local 549 bitset_windex windex = bitno \/ BITSET_WORD_BITS; local 576 bitset_windex windex; local 668 bitset_windex windex; local 895 bitset_windex windex; local 915 bitset_windex windex; local 943 bitset_windex windex; local 1044 bitset_windex windex; local [all...] |
ebitset.c | 514 bitset_windex windex = bitno / BITSET_WORD_BITS; local 518 dst->b.cdata[windex - dst->b.cindex] |= 527 bitset_windex windex = bitno / BITSET_WORD_BITS; local 532 dst->b.cdata[windex - dst->b.cindex] &= 545 bitset_windex windex = bitno / BITSET_WORD_BITS; local 548 && ((src->b.cdata[windex - src->b.cindex] 574 bitset_windex windex; local 595 windex = bitno / BITSET_WORD_BITS; 597 woffset = windex - eindex * EBITSET_ELT_WORDS; 604 boffset = windex * BITSET_WORD_BITS 659 bitset_windex windex; local 857 bitset_windex windex; local [all...] |
abitset.c | 148 bitset_windex windex; local 166 windex = bitno / BITSET_WORD_BITS; 168 bitoff = windex * BITSET_WORD_BITS; 174 word = srcp[windex] << (BITSET_WORD_BITS - 1 - bitcnt); 191 while (windex--); 207 bitset_windex windex; local 219 for (windex = 0; windex < size && !srcp[windex]; windex++ [all...] |
vbitset.c | 121 bitset_windex windex = bitno / BITSET_WORD_BITS; local 129 dst->b.cdata[windex - dst->b.cindex] |= 171 bitset_windex windex; local 189 windex = bitno / BITSET_WORD_BITS; 191 bitoff = windex * BITSET_WORD_BITS; 197 word = srcp[windex] << (BITSET_WORD_BITS - 1 - bitcnt); 214 while (windex--); 233 bitset_windex windex; local 245 for (windex = 0; windex < size && !srcp[windex]; windex++ [all...] |
bitset.h | 138 bitset_windex windex = bitno / BITSET_WORD_BITS; local 139 bitset_windex offset = windex - bset->b.cindex; 152 bitset_windex windex = bitno / BITSET_WORD_BITS; local 153 bitset_windex offset = windex - bset->b.cindex; 166 bitset_windex windex = bitno / BITSET_WORD_BITS; local 167 bitset_windex offset = windex - bset->b.cindex;
|
/external/chromium/chrome/browser/automation/ |
automation_provider_json.cc | 65 if (!args->GetInteger("windex", &browser_index)) { 66 *error = "'windex' missing or invalid"; 82 if (!args->GetInteger("windex", &browser_index)) { 83 *error = "'windex' missing or invalid";
|
automation_provider_json.h | 49 // contain a key 'windex' which refers to the index of the browser. Returns 56 // contain a key 'windex' which refers to the index of the parent browser, 64 // should contain a key 'windex' which refers to the index of the browser and
|
testing_automation_provider.h | [all...] |
/external/chromium_org/chrome/browser/automation/ |
testing_automation_provider.h | 322 // "windex": 1, 330 // input: { "windex": 1 } 338 // "windex": 1, 520 // input: { "windex": 1 } 527 // input: { "windex": 1 } 639 // output: { "windex": 1, "tab_index": 5 } 647 // "windex": 1 656 // "windex": 1 664 // "windex": 1 673 // "windex": [all...] |
automation_provider_json.cc | 61 if (!args->GetInteger("windex", &browser_index)) { 62 *error = "'windex' missing or invalid"; 78 if (!args->GetInteger("windex", &browser_index)) { 79 *error = "'windex' missing or invalid";
|
automation_provider_json.h | 61 // contain a key 'windex' which refers to the index of the browser. Returns 68 // contain a key 'windex' which refers to the index of the parent browser, 76 // should contain a key 'windex' which refers to the index of the browser and
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
WordActivity.java | 59 int wIndex = cursor.getColumnIndexOrThrow(DictionaryDatabase.KEY_WORD); 62 word.setText(cursor.getString(wIndex));
|
/development/ndk/platforms/android-3/include/linux/ |
usbdevice_fs.h | 23 __u16 wIndex;
|
/external/chromium_org/chrome/test/functional/gtalk/ |
gtalk_base_test.py | 242 windex = tab['windex'], 300 # Store reference to windex used in _RunInTab. 301 tab['windex'] = win['index']
|