Searched refs:commands (Results 101 - 125 of 353) sorted by relevance

1234567891011>>

/external/clang/utils/
H A DCmpDriver92 self.commands = []
108 self.commands.append(list(splitArgs(ln)))
176 # Compare commands.
177 for i,(a,b) in enumerate(map(None, infoA.commands, infoB.commands)):
/external/lldb/examples/python/
H A Dcmdtemplate.py13 import commands namespace
74 # Add any commands contained in this module to LLDB
H A Dglobals.py12 import commands namespace
H A Dstacks.py4 import commands namespace
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/
H A DInitStaticCode.java46 Class.forName(org.jivesoftware.smackx.commands.AdHocCommandManager.class.getName(), true, appClassLoader);
/external/smack/src/org/jivesoftware/smackx/
H A DInitStaticCode.java46 Class.forName(org.jivesoftware.smackx.commands.AdHocCommandManager.class.getName(), true, appClassLoader);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_tex.c212 uint32_t commands[32]; local
226 commands[n++] = (i << 1) | 0;
259 commands[n++] = (tic->id << 9) | (i << 1) | 1;
264 commands[n++] = (i << 1) | 0;
270 PUSH_DATAp(push, commands, n);
357 uint32_t commands[16]; local
369 commands[n++] = (i << 4) | 0;
382 commands[n++] = (tsc->id << 12) | (i << 4) | 1;
385 commands[n++] = (i << 4) | 0;
391 PUSH_DATAp(push, commands,
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_tex.c212 uint32_t commands[32]; local
226 commands[n++] = (i << 1) | 0;
259 commands[n++] = (tic->id << 9) | (i << 1) | 1;
264 commands[n++] = (i << 1) | 0;
270 PUSH_DATAp(push, commands, n);
357 uint32_t commands[16]; local
369 commands[n++] = (i << 4) | 0;
382 commands[n++] = (tsc->id << 12) | (i << 4) | 1;
385 commands[n++] = (i << 4) | 0;
391 PUSH_DATAp(push, commands,
[all...]
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service.h54 // SessionTab and SerializedNavigationEntry). The commands are periodically
227 // Returns true if we have scheduled any commands, or any scheduled commands
250 // Methods to create the various commands. It is up to the caller to delete
285 // Converts |commands| to SessionWindows and notifies the callback.
287 ScopedVector<SessionCommand> commands);
289 // Converts the commands into SessionWindows. On return any valid
294 void RestoreSessionFromCommands(const std::vector<SessionCommand*>& commands,
338 // Creates tabs and windows from the commands specified in |data|. The created
350 // Adds commands t
[all...]
H A Dsession_service.cc58 // Identifier for commands written to file.
87 // Every kWritesPerReset commands triggers recreating the file.
913 ScopedVector<SessionCommand> commands) {
918 commands.get(), &valid_windows.get(), &active_window_id);
923 const std::vector<SessionCommand*>& commands,
929 VLOG(1) << "RestoreSessionFromCommands " << commands.size();
930 if (CreateTabsAndWindows(commands, &tabs, &windows, active_window_id)) {
1339 std::vector<SessionCommand*>* commands,
1341 DCHECK(tab && commands && window_id.id());
1344 commands
911 OnGotSessionCommands( const SessionCallback& callback, ScopedVector<SessionCommand> commands) argument
922 RestoreSessionFromCommands( const std::vector<SessionCommand*>& commands, std::vector<SessionWindow*>* valid_windows, SessionID::id_type* active_window_id) argument
1335 BuildCommandsForTab(const SessionID& window_id, WebContents* tab, int index_in_window, bool is_pinned, std::vector<SessionCommand*>* commands, IdToRange* tab_to_available_range) argument
1407 BuildCommandsForBrowser( Browser* browser, std::vector<SessionCommand*>* commands, IdToRange* tab_to_available_range, std::set<SessionID::id_type>* windows_to_track) argument
1445 BuildCommandsFromBrowsers( std::vector<SessionCommand*>* commands, IdToRange* tab_to_available_range, std::set<SessionID::id_type>* windows_to_track) argument
[all...]
/external/chromium_org/v8/tools/unittests/
H A Drun_perf_test.py91 from testrunner.local import commands namespace
92 global commands
124 commands.Execute = MagicMock(side_effect=execute)
160 commands.Execute.assert_called_with(
169 self.assertEquals(expected, commands.Execute.call_args_list)
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dperf.c6 * This is the main hub from which the sub-commands (perf stat,
35 static struct cmd_struct commands[] = { variable in typeref:struct:cmd_struct
141 * commands can be written with "--" prepended
214 for (i = 0; i < ARRAY_SIZE(commands); i++) {
215 struct cmd_struct *p = commands+i;
376 for (i = 0; i < ARRAY_SIZE(commands); i++) {
377 struct cmd_struct *p = commands+i;
510 * We use PATH to find perf commands, but we prepend some higher
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/ant/ org/eclipse/ant/internal/ ...
/external/chromium_org/third_party/skia/tools/lua/
H A Dbbh_filter.lua8 -- have most commands, and the names of the files that use the least popular commands.
139 "\n-- ================== skps with calling unpopular commands.", 10)
/external/skia/tools/lua/
H A Dbbh_filter.lua8 -- have most commands, and the names of the files that use the least popular commands.
139 "\n-- ================== skps with calling unpopular commands.", 10)
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl21 my $commands = {
157 my $cmd_f = $commands->{$cmd};
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
H A Dtoolbar_controller.h100 - (id)initWithCommands:(CommandUpdater*)commands
174 - (id)initWithCommands:(CommandUpdater*)commands
/external/chromium_org/tools/cygprofile/
H A Dpatch_orderfile.py6 import commands namespace
13 nmlines_uninstrumented = commands.getoutput ('nm -S -n ' +
/external/chromium_org/tools/metrics/histograms/
H A Dfind_unmapped_histograms.py13 import commands namespace
141 locations = commands.getoutput('git gs UMA_HISTOGRAM').split('\n')
/external/llvm/utils/lit/lit/
H A DTestRunner.py59 for i,j in enumerate(cmd.commands):
128 if stderr == subprocess.PIPE and j != cmd.commands[-1]:
212 results.append((cmd.commands[i], out, err, res))
236 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd):
238 for ln in commands:
266 def executeScript(test, litConfig, tmpBase, commands, cwd):
279 f.write('\nif %ERRORLEVEL% NEQ 0 EXIT\n'.join(commands))
283 f.write('{ ' + '; } &&\n{ '.join(commands) + '; }')
304 parseIntegratedTestScriptCommands(source_path) -> commands
306 Parse the commands i
[all...]
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommandManager.java21 package org.jivesoftware.smackx.commands;
34 import org.jivesoftware.smackx.commands.AdHocCommand.Action;
35 import org.jivesoftware.smackx.commands.AdHocCommand.Status;
51 * commands offered by a service and for processing commands requests.
61 private static final String DISCO_NAMESPACE = "http://jabber.org/protocol/commands";
116 private Map<String, AdHocCommandInfo> commands = Collections field in class:AdHocCommandManager
167 commands.put(node, commandInfo);
202 * Discover the commands of an specific JID. The <code>jid</code> is a
205 * @param jid the full JID to retrieve the commands fo
[all...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_key_bindings_handler.h43 // definition of webkit edit commands.
53 // Edit commands matched with |event| will be stored in |edit_commands|, if
56 std::vector<ui::TextEditCommandAuraLinux>* commands);
/external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
H A Dbackground.js55 chrome.commands.onCommand.addListener(function(command) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dflakytests_unittest.py8 from webkitpy.tool.commands.commandtest import CommandsTest
H A Drebaselineserver.py37 from webkitpy.tool.commands.abstractlocalservercommand import AbstractLocalServerCommand

Completed in 1181 milliseconds

1234567891011>>