Home
last modified time | relevance | path

Searched refs:tell (Results 1 – 25 of 272) sorted by relevance

1234567891011

/external/chromium/chrome/browser/ui/cocoa/applescript/examples/
Dbookmark_current_tabs.applescript6 tell application "Chromium"
9 tell window 1
14 end tell
15 tell bookmarks bar
17 tell var
21 end tell
22 end tell
23 end tell
Dadvanced_tab_manipulation.applescript5 tell application "Chromium"
6 tell tab 1 of window 1
8 end tell
10 tell tab 1 of window 1
19 end tell
21 tell tab 1 of window 1
23 end tell
24 end tell
Dcopy_html.applescript6 tell application "Chromium"
7 tell tab 1 of window 1 to view source
10 tell tab 2 of window 1 to select all
11 tell tab 2 of window 1 to copy selection
12 end tell
14 tell application "TextEdit"
16 end tell
Dtab_manipulation.applescript6 tell application "Chromium"
7 tell window 1 to make new tab with properties {URL:"http://google.com"}
21 tell tab 1 of window 1
33 end tell
36 tell tab 1 of window 1
44 end tell
45 end tell
Dexecute_javascript.applescript6 tell application "Chromium"
7 tell tab 1 of window 1
9 end tell
10 end tell
Ddelete_bookmarks.applescript6 tell application "Chromium"
9 tell var
12 end tell
13 end tell
Dtab_navigation.applescript5 tell application "Chromium"
6 tell window 1
12 end tell
13 end tell
Dopen_tabs_from_bookmark_folder.applescript5 tell application "Chromium"
10 tell window 1 to make new tab with properties {u}
12 end tell
Dapp_info.applescript6 tell application "Chromium"
9 end tell
Dquit_app.applescript6 tell application "Chromium"
8 end tell
Dwindow_creation.applescript6 tell application "Chromium"
10 end tell
Dwindow_operations.applescript6 tell application "Chromium"
22 end tell
/external/llvm/test/Scripts/
Dmacho-dumpx21 def tell(self): member in Reader
22 return self.file.tell()
95 start = f.tell()
102 if f.tell() - start != loadCommandsSize:
107 start = f.tell()
132 if f.tell() - start != cmdSize:
169 prev_pos = f.tell()
226 prev_pos = f.tell()
263 prev_pos = f.tell()
Dcoff-dump.py282 Stack [0:0] = [Input.tell()]
514 end_of_array = Input.tell() + value
516 prev_loc = Input.tell()
518 while Input.tell() < end_of_array:
523 index += (Input.tell() - prev_loc) / item_size
524 prev_loc = Input.tell()
/external/tcpdump/tests/
Disakmp4.out1 arp who-has 192.1.2.23 tell 192.1.2.254
13 arp who-has 192.1.2.254 tell 192.1.2.23
26 arp who-has 192.1.2.23 tell 192.1.2.254
32 arp who-has 192.1.2.254 tell 192.1.2.23
Disakmp4.new1 arp who-has 192.1.2.23 tell 192.1.2.254
13 arp who-has 192.1.2.254 tell 192.1.2.23
26 arp who-has 192.1.2.23 tell 192.1.2.254
32 arp who-has 192.1.2.254 tell 192.1.2.23
Deapon1.new11 arp who-has 192.168.1.1 tell 192.168.1.249
40 arp who-has 169.254.67.194 tell 169.254.67.194
41 arp who-has 169.254.67.194 tell 169.254.67.194
42 arp who-has 169.254.67.194 tell 169.254.67.194
Deapon1.out11 arp who-has 192.168.1.1 tell 192.168.1.249
40 arp who-has 169.254.67.194 tell 169.254.67.194
41 arp who-has 169.254.67.194 tell 169.254.67.194
42 arp who-has 169.254.67.194 tell 169.254.67.194
/external/llvm/lib/MC/
DMachObjectWriter.cpp121 uint64_t Start = OS.tell(); in WriteHeader()
136 assert(OS.tell() - Start == in WriteHeader()
151 uint64_t Start = OS.tell(); in WriteSegmentLoadCommand()
179 assert(OS.tell() - Start == SegmentLoadCommandSize); in WriteSegmentLoadCommand()
199 uint64_t Start = OS.tell(); in WriteSection()
228 assert(OS.tell() - Start == (is64Bit() ? macho::Section64Size : in WriteSection()
238 uint64_t Start = OS.tell(); in WriteSymtabLoadCommand()
248 assert(OS.tell() - Start == macho::SymtabLoadCommandSize); in WriteSymtabLoadCommand()
261 uint64_t Start = OS.tell(); in WriteDysymtabLoadCommand()
285 assert(OS.tell() - Start == macho::DysymtabLoadCommandSize); in WriteDysymtabLoadCommand()
/external/clang/lib/Frontend/
DCacheTokens.cpp275 Offset TokenOff = (Offset) Out.tell(); in LexTokens()
312 Offset HashOff = (Offset) Out.tell(); in LexTokens()
420 Offset PPCondOff = (Offset) Out.tell(); in LexTokens()
439 Offset SpellingsOff = Out.tell(); in EmitCachedSpellings()
454 Offset PrologueOffset = Out.tell(); in GeneratePTH()
596 key->FileOffset = Out.tell(); in EmitKey()
644 Offset IDOff = Out.tell(); in EmitIdentifierTable()
/external/libvpx/examples/includes/geshi/docs/
DREADME27 please tell me about it! It's worth a link to you, and I can give
32 please tell me about it! Perhaps you've made a good improvement that
/external/bluetooth/glib/gio/
Dgfileinputstream.c99 iface->tell = g_file_input_stream_seekable_tell; in g_file_input_stream_seekable_iface_init()
281 if (class->tell) in g_file_input_stream_tell()
282 offset = class->tell (stream); in g_file_input_stream_tell()
Dgfileoutputstream.c102 iface->tell = g_file_output_stream_seekable_tell; in g_file_output_stream_seekable_iface_init()
326 if (class->tell) in g_file_output_stream_tell()
327 offset = class->tell (stream); in g_file_output_stream_tell()
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py207 stream.error_loc = stream.tell()
261 stream.error_loc = stream.tell()
629 pos = stream.tell()
661 pos = stream.tell()
694 pos = stream.tell()
992 self.start = stream.tell()
1004 pos = stream.tell()
1112 track_len = stream.tell() - offset - 8
1118 header_loc = stream.tell()
1162 end_of_track = stream.tell()
[all …]
/external/flac/include/FLAC/
Dcallback.h173 FLAC__IOCallback_Tell tell; member

1234567891011