/external/autotest/client/cros/ |
touch_playback_test_base.py | 203 """Reloads test page. Presuposes self._tab. 208 self._tab.Navigate(self._tab.url) 222 """Prepare test page for testing. Set self._tab with page. 229 self._tab = cr.browser.tabs[0] 230 self._tab.Navigate(cr.browser.platform.http_server.UrlOf( 238 Presuposes self._tab and a pageReady variable. 243 self._tab.WaitForDocumentReadyStateToBeComplete() 245 lambda: self._tab.EvaluateJavaScript('pageReady'), 260 """Set scroll position to given value. Presuposes self._tab [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
pinch_unittest.py | 16 if not page_action.IsGestureSourceTypeSupported(self._tab, 'touch'): 19 action_runner = action_runner_module.ActionRunner(self._tab)
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
local_server_unittest.py | 74 self._tab.Navigate(self._server.url) 75 self._tab.WaitForDocumentReadyStateToBeComplete() 76 body_text = self._tab.EvaluateJavaScript('document.body.textContent')
|
tracing_controller_unittest.py | 17 tracing_controller = self._tab.browser.platform.tracing_controller 23 self._tab.EvaluateJavaScript('document.location.pathname;'), 26 self._tab.EvaluateJavaScript(""" 34 self._tab.EvaluateJavaScript(""" 48 tracing_controller = self._tab.browser.platform.tracing_controller 54 self._tab.EvaluateJavaScript("""
|
/external/autotest/client/site_tests/power_Consumption/ |
power_Consumption.py | 171 self._tab.Activate() 172 self._tab.Navigate(url) 174 tab_title = self._tab.EvaluateJavaScript('document.title') 189 bg_tab = self._tab 256 tab = self._tab 332 self._tab.Navigate(full_url(url)) 333 self._tab.ExecuteJavaScript(js_loop_enable) 338 self._tab.Navigate(full_url(url)) 339 self._tab.ExecuteJavaScript(js_loop_enable) 345 self._tab.Navigate(full_url(url) [all...] |
/external/bison/djgpp/ |
config_h.sed | 25 #define TAB_EXT ((pathconf(NULL, _PC_NAME_MAX) > 12) ? ".tab" : "_tab")\
|
config.sed | 33 s,\\.tab\\.,_tab.,g\
|
/external/chromium-trace/catapult/telemetry/telemetry/ |
record_wpr_unittest.py | 123 record_page_test.RunNavigateSteps(page, self._tab) 132 record_page_test.ValidateAndMeasurePage(page, self._tab, results=None) 138 record_page_test.ValidateAndMeasurePage(page, self._tab, results=None) 228 record_page_test.WillStartBrowser(self._tab.browser.platform) 229 record_page_test.DidStartBrowser(self._tab.browser)
|
/external/autotest/client/site_tests/touch_TapSettings/ |
touch_TapSettings.py | 35 actual_count = int(self._tab.EvaluateJavaScript('clickCount')) 51 actual = self._tab.EvaluateJavaScript('movementOccurred')
|
/external/autotest/client/site_tests/touch_TouchscreenTaps/ |
touch_TouchscreenTaps.py | 31 actual_count = int(self._tab.EvaluateJavaScript('clickCount'))
|
/external/chromium-trace/catapult/telemetry/telemetry/page/ |
action_runner.py | 34 self._tab = tab 40 return self._tab 43 action.WillRunAction(self._tab) 44 action.RunAction(self._tab) 77 return Interaction(self._tab, label, flags) 116 url = self._tab.browser.platform.http_server.UrlOf(url[7:]) 125 self._tab.WaitForNavigate(timeout_in_seconds_seconds) 130 self._tab.WaitForDocumentReadyStateToBeInteractiveOrBetter( 135 self._tab.ExecuteJavaScript('window.location.reload()') 136 self._tab.WaitForDocumentReadyStateToBeInteractiveOrBetter( [all...] |
/external/opencv3/modules/imgproc/src/ |
histogram.cpp | 55 bool uniform, bool issparse, std::vector<size_t>& _tab ) 59 _tab.resize((high-low)*dims); 60 size_t* tab = &_tab[0]; 577 Size imsize, Mat& hist, int dims, const std::vector<size_t>& _tab, 583 tab_((size_t*)&_tab[0]), 731 Size imsize, Mat& hist, int dims, std::vector<size_t>& _tab ) 736 CalcHist2D_8uInvoker body(_ptrs, _deltas, imsize, hist, dims, _tab, &histogramWriteLock); 742 Size imsize, Mat& hist, int dims, std::vector<size_t>& _tab ) 744 CalcHist3D_8uInvoker body(_ptrs, _deltas, imsize, hist, dims, _tab); [all...] |
imgwarp.cpp | 232 AutoBuffer<float> _tab(8*INTER_TAB_SIZE); 234 initInterTab1D(method, _tab, INTER_TAB_SIZE); 244 float vy = _tab[i*ksize + k1]; 247 float v = vy*_tab[j*ksize + k2]; [all...] |
color.cpp | 1297 const int* _tab = tab; local [all...] |
/external/bison/src/ |
files.c | 184 `.tab' or `_tab' if present right before *EXT, or is NULL. *TAB 223 || strncmp (*ext - dottablen, "_tab", dottablen) == 0))
|
/external/opencv3/modules/core/src/ |
copy.cpp | 591 AutoBuffer<int> _tab(size.width*esz); 592 int* tab = _tab; 972 cv::AutoBuffer<int> _tab((dstroi.width - srcroi.width)*cn); 973 int* tab = _tab; [all...] |
/external/libxml2/ |
chvalid.c | 18 * The initial tables ({func_name}_tab) are used to validate whether a
|
genChRanges.py | 284 * The initial tables ({func_name}_tab) are used to validate whether a
|
/external/mesa3d/src/mesa/math/ |
m_translate.c | 105 #define TAB(x) _math_trans##x##_tab
|
/external/opencv/cxcore/src/ |
cxcmp.cpp | 1203 CvMat _tab = cvMat( 1, 256, CV_8U, tab ); local [all...] |
/external/valgrind/VEX/priv/ |
guest_arm_helpers.c | 95 #define NOTE_EVAL(_cc_op, _tab) \ 99 _tab[(UInt)(_cc_op)]++; \ [all...] |
/ndk/sources/host-tools/make-3.81/ |
Makefile.DOS | 179 -rm -f *.tab.c *_tab.c
|
/external/bison/ |
ChangeLog-1998 | 592 * src/files.c: Append _tab, not .tab when using /file_prefix under [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |