HomeSort by relevance Sort by last modified time
    Searched refs:tab (Results 226 - 250 of 1046) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvorbis/
missing 81 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if [ ! -f y.tab.h ]; then
233 echo >y.tab.h
235 if [ ! -f y.tab.c ]; then
236 echo 'main() { return 0; }' >y.tab.
    [all...]
  /external/marisa-trie/
missing 84 bison create \`y.tab.[ch]', if possible, from existing .[ch]
90 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
219 rm -f y.tab.c y.tab.h
226 cp "$SRCFILE" y.tab.c
230 cp "$SRCFILE" y.tab.h
235 if test ! -f y.tab.h; then
236 echo >y.tab.h
238 if test ! -f y.tab.c; then
239 echo 'main() { return 0; }' >y.tab.
    [all...]
  /external/open-vcdiff/
missing 82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
88 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
227 rm -f y.tab.c y.tab.h
234 cp "$SRCFILE" y.tab.c
238 cp "$SRCFILE" y.tab.h
243 if test ! -f y.tab.h; then
244 echo >y.tab.h
246 if test ! -f y.tab.c; then
247 echo 'main() { return 0; }' >y.tab.
    [all...]
  /external/protobuf/gtest/build-aux/
missing 84 bison create \`y.tab.[ch]', if possible, from existing .[ch]
90 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
219 rm -f y.tab.c y.tab.h
226 cp "$SRCFILE" y.tab.c
230 cp "$SRCFILE" y.tab.h
235 if test ! -f y.tab.h; then
236 echo >y.tab.h
238 if test ! -f y.tab.c; then
239 echo 'main() { return 0; }' >y.tab.
    [all...]
  /external/protobuf/
missing 84 bison create \`y.tab.[ch]', if possible, from existing .[ch]
90 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
219 rm -f y.tab.c y.tab.h
226 cp "$SRCFILE" y.tab.c
230 cp "$SRCFILE" y.tab.h
235 if test ! -f y.tab.h; then
236 echo >y.tab.h
238 if test ! -f y.tab.c; then
239 echo 'main() { return 0; }' >y.tab.
    [all...]
  /external/stressapptest/
missing 84 bison create \`y.tab.[ch]', if possible, from existing .[ch]
90 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
219 rm -f y.tab.c y.tab.h
226 cp "$SRCFILE" y.tab.c
230 cp "$SRCFILE" y.tab.h
235 if test ! -f y.tab.h; then
236 echo >y.tab.h
238 if test ! -f y.tab.c; then
239 echo 'main() { return 0; }' >y.tab.
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 48 * Equivalently, selecting a tab will result in a call to
50 * the tab will result in whichHandle being {@link OnTriggerListener#NO_HANDLE}.
107 * Interface definition for a callback to be invoked when a tab is triggered
153 * {@link #tab} is the tab shown on the screen in the default state.
154 * {@link #text} is the view revealed as the user slides the tab out.
160 * Tab alignment - determines which side the tab should be drawn on
175 private final ImageView tab; field in class:SlidingTab.Slider
186 * @param tabId drawable for the tab
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
missing 81 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if [ ! -f y.tab.h ]; then
233 echo >y.tab.h
235 if [ ! -f y.tab.c ]; then
236 echo 'main() { return 0; }' >y.tab.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
missing 82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
88 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
227 rm -f y.tab.c y.tab.h
234 cp "$SRCFILE" y.tab.c
238 cp "$SRCFILE" y.tab.h
243 if test ! -f y.tab.h; then
244 echo >y.tab.h
246 if test ! -f y.tab.c; then
247 echo 'main() { return 0; }' >y.tab.
    [all...]
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 50 ab.addTab(ab.newTab().setText("Tab 1").setTabListener(this));
51 ab.addTab(ab.newTab().setText("Tab 2").setTabListener(this));
52 ab.addTab(ab.newTab().setText("Tab 3").setTabListener(this));
65 public void onTabSelected(ActionBar.Tab tab, FragmentTransaction fragmentTransaction) {
66 // This is called when a tab is selected.
71 public void onTabUnselected(ActionBar.Tab tab, FragmentTransaction fragmentTransaction) {
72 // This is called when a previously selected tab is unselected.
77 public void onTabReselected(ActionBar.Tab tab, FragmentTransaction fragmentTransaction)
    [all...]
  /development/samples/browseable/Styled/src/com.example.android.actionbarcompat.styled/
MainActivity.java 50 ab.addTab(ab.newTab().setText("Tab 1").setTabListener(this));
51 ab.addTab(ab.newTab().setText("Tab 2").setTabListener(this));
52 ab.addTab(ab.newTab().setText("Tab 3").setTabListener(this));
65 public void onTabSelected(ActionBar.Tab tab, FragmentTransaction fragmentTransaction) {
66 // This is called when a tab is selected.
71 public void onTabUnselected(ActionBar.Tab tab, FragmentTransaction fragmentTransaction) {
72 // This is called when a previously selected tab is unselected.
77 public void onTabReselected(ActionBar.Tab tab, FragmentTransaction fragmentTransaction)
    [all...]
  /external/chromium/chrome/browser/download/
save_page_uitest.cc 77 scoped_refptr<TabProxy> tab(GetActiveTab());
78 ASSERT_TRUE(tab.get());
79 ASSERT_TRUE(tab->NavigateToURL(url));
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager_browsertest.cc 22 // user navigates to another tab and back, the browser doesn't crash.
34 TabContents* tab = browser()->GetTabContentsAt(0); local
35 ASSERT_TRUE(tab != NULL);
36 base::KillProcess(tab->GetRenderProcessHost()->GetHandle(),
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.h 94 // single tab.
103 // Reassociates a single tab with the sync model. Will check if the tab
105 void ReassociateTab(const TabContents& tab);
107 // Associate a local tab and it's sync node. Will overwrite the contents of
108 // the sync node with new specifics built from the tab.
109 virtual void Associate(const TabContents* tab, int64 sync_id);
111 // Looks up the specified sync node, and marks that tab as closed, then marks
118 // tab info.
138 // Load and associate window and tab data for a foreign sessio
214 inline const TabContents* tab() const { return tab_; } function in class:browser_sync::SessionModelAssociator::TabLinks
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_json.cc 76 WebContents* tab;
77 if (!automation_util::GetTabForId(id, &tab)) {
78 *error = "'auto_id' does not refer to an open tab";
81 Browser* container = automation_util::GetBrowserForTab(tab);
83 *error = "tab does not belong to an open browser";
104 WebContents** tab,
110 if (!automation_util::GetTabForId(id, tab)) {
111 *error = "'auto_id' does not refer to an open tab";
124 *tab = automation_util::GetWebContentsAt(browser_index, tab_index);
125 if (!*tab) {
171 WebContents* tab = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
web_cache_manager_browsertest.cc 25 // user navigates to another tab and back, the browser doesn't crash.
36 WebContents* tab = browser()->tab_strip_model()->GetWebContentsAt(0); local
37 ASSERT_TRUE(tab != NULL);
38 base::KillProcess(tab->GetRenderProcessHost()->GetHandle(),
  /external/chromium_org/chrome/browser/ui/webui/
welcome_ui_android.cc 53 TabAndroid* tab = TabAndroid::FromWebContents(web_ui->GetWebContents()); local
54 bool tos_visible = tab && tab->ShouldWelcomePageLinkToTermsOfService();
  /external/chromium_org/chrome/test/perf/
dom_checker_uitest.cc 145 bool WaitUntilTestCompletes(TabProxy* tab) {
147 tab,
153 bool GetTestCount(TabProxy* tab, int* test_count) {
154 return tab->ExecuteAndExtractInt(
160 bool GetTestsFailed(TabProxy* tab, ResultsSet* tests_failed) {
162 bool succeeded = tab->ExecuteAndExtractString(
220 scoped_refptr<TabProxy> tab(GetActiveTab());
221 ASSERT_TRUE(tab.get());
222 ASSERT_EQ(AUTOMATION_MSG_NAVIGATION_SUCCESS, tab->NavigateToURL(test_url));
225 ASSERT_TRUE(WaitUntilTestCompletes(tab.get()))
    [all...]
mach_ports_test.cc 57 // Adds a tab from the page cycler data at the specified domain.
91 // Close each tab, recording the number of ports after each. Do not close the
92 // last tab, which is about:blank because it will be closed by the proxy.
94 scoped_refptr<TabProxy> tab(browser->GetActiveTab());
95 ASSERT_TRUE(tab.get());
97 EXPECT_TRUE(tab->Close(true));
  /external/chromium_org/chrome/test/perf/frame_rate/
frame_rate_tests.cc 170 scoped_refptr<TabProxy> tab(GetActiveTab());
171 ASSERT_TRUE(tab.get());
179 // until the second navigation is complete and reacquire the active tab
185 tab->NavigateToURLBlockUntilNavigationsComplete(
187 tab = GetActiveTab();
188 ASSERT_TRUE(tab.get());
191 tab->NavigateToURL(net::FilePathToFileURL(test_path)));
199 tab.get(),
205 ASSERT_TRUE(tab->NavigateToURLAsync(
210 ASSERT_TRUE(tab->NavigateToURLAsync(GURL("javascript:__start_all();")))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
tabbedPane.css 62 .tabbed-pane-header-tab {
76 .tabbed-pane-header-tab.measuring {
80 .tabbed-pane-header-tab.selected {
86 .tabbed-pane-header-tab .close-button-gray {
95 .tabbed-pane-header-tab:hover .close-button-gray,
96 .tabbed-pane-header-tab.selected .close-button-gray {
  /external/chromium_org/tools/perf/benchmarks/
kraken.py 20 def MeasurePage(self, _, tab, results):
25 return bool(tab.EvaluateJavaScript(js_is_done))
32 result_dict = eval(tab.EvaluateJavaScript(js_get_results))
octane.py 14 def MeasurePage(self, _, tab, results):
18 return bool(tab.EvaluateJavaScript(js_is_done))
35 result_dict = eval(tab.EvaluateJavaScript(js_get_results))
sunspider.py 15 def MeasurePage(self, _, tab, results):
19 return tab.EvaluateJavaScript(js_is_done)
23 js_results = json.loads(tab.EvaluateJavaScript(js_get_results))
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Utils.c 109 void M4MP4W_table32ToBE(M4OSA_UInt32* tab, M4OSA_UInt32 nb)
114 M4MP4W_convertInt32BE(&(tab)[i]);
281 M4OSA_Void M4MP4W_put32_Hi(M4OSA_UInt32* tab, M4OSA_UInt16 Hi)
284 *tab &= 0xFFFF;
285 *tab |= Hi<<16;
289 M4OSA_Void M4MP4W_put32_Lo(M4OSA_UInt32* tab, M4OSA_UInt16 Lo)
292 *tab &= 0xFFFF0000;
293 *tab |= Lo;
297 M4OSA_UInt16 M4MP4W_get32_Hi(M4OSA_UInt32* tab)
300 return (*tab >> 16) & 0xFFFF
    [all...]

Completed in 4088 milliseconds

1 2 3 4 5 6 7 8 91011>>