HomeSort by relevance Sort by last modified time
    Searched full:commands (Results 126 - 150 of 3933) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/docs/OLD/
MESA_trace.spec 77 context level commands beyond SwapBuffers might have to be
83 RESOLVED: No. It is sufficient to guarantee that all data and commands
99 (5) Should comment commands be prohibited between Begin/End?
102 is transient, the other commands might cause storage of persistent
172 to a human-readable log. The log appears as a sequence of GL commands
182 is written to the trace as a sequence of GL commands.
193 The commands
198 enable or disable tracing of different classes of GL commands.
202 indicates all classes of commands are to be logged.
204 TRACE_OPERATIONS_BIT_MESA controls logging of all commands outside o
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 175 = commands
176 {->commands.command}
179 commands {->command}
236 commands
242 commands.command)}
245 commands
251 commands.command)}
254 commands
261 commands.command)}
264 commands
    [all...]
  /external/chromium/chrome/browser/sessions/
session_backend.cc 53 // added to commands.
55 std::vector<SessionCommand*>* commands);
59 // either there are no commands, or there was an error. Use errored_ to
89 std::vector<SessionCommand*>* commands) {
106 read_commands->swap(*commands);
221 std::vector<SessionCommand*>* commands,
232 !AppendCommandsToFile(current_session_file_.get(), *commands)) {
236 STLDeleteElements(commands);
237 delete commands;
245 ReadLastSessionCommandsImpl(&(request->commands));
    [all...]
base_session_service.h 68 // The commands. The backend fills this in for us.
69 std::vector<SessionCommand*> commands; member in class:BaseSessionService::InternalGetCommandsRequest
89 // Returns the set of commands that needed to be scheduled. The commands
91 // on the backend at which point the backend owns the commands.
100 // Returns the number of commands sent down since the last reset.
111 // Saves pending commands to the backend. This is invoked from the timer
180 // Commands we need to send over to the backend.
184 // over the commands.
187 // The number of commands sent to the backend before doing a reset
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils_gtk.cc 39 // Search $PATH to find one of the commands. Store the full path to
41 bool SearchPATH(ProxyConfigCommand* commands, size_t ncommands, size_t* index) {
48 // Search $PATH looking for the commands in order.
51 bin_path = FilePath(tk.token()).Append(commands[i].argv[0]);
53 commands[i].binary = bin_path.value();
105 ProxyConfigCommand commands[2]; local
106 commands[0].argv = kGNOMEProxyConfigCommand;
107 commands[1].argv = kOldGNOMEProxyConfigCommand;
108 found_command = SearchPATH(commands, 2, &index);
110 command = commands[index]
    [all...]
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
menu_design.jd 44 <li>An Options menu is for any commands that are global to the current activity. </li>
45 <li>A Context menu is for any commands that apply to the current selection. </li>
47 <li>Put only the most important commands fixed on the screen. </li>
48 <li>The commands on the Context menu that appears when you touch &amp; hold on an item should be duplicated on the activity you get to by a normal press on that item.
60 <li style="padding-top: 4px;"><a href=#commands_fixed>Commands Fixed in an Activity Screen</a></li>
65 <li style="padding-top: 4px;"><a href=#separate_commands>Separate specific from global commands</a></li>
67 <li style="padding-top: 4px;"><a href=#dont_put_commands>Don't put commands <em>only</em> in a Context menu</li>
71 <li style="padding-top: 4px;"><a href=#most_important_commands>Put only most important commands fixed on the screen</a></li>
91 A menu holds a set of commands (user actions) that are normally hidden, and
92 are accessible by a button, key, or gesture. Menu commands provide a mean
    [all...]
  /external/clang/lib/AST/
CommentCommandTraits.cpp 20 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) {
78 const int NumOfCommands = llvm::array_lengthof(Commands);
80 HelperTypoCorrectCommandInfo(BestCommand, Typo, &Commands[i]);
119 if (CommandID < llvm::array_lengthof(Commands))
120 return &Commands[CommandID];
135 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)];
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
vpath 22 print MAKEFILE "objects = main.o kbd.o commands.o display.o insert.o\n";
29 print MAKEFILE "commands.o : command.c defs.h command.h\n";
30 print MAKEFILE "\t\@echo cc -c commands.c\n";
43 "$workdir${pathsep}commands.c","$workdir${pathsep}display.c",
52 $answer = "cc -c $workdir${pathsep}main.c\ncc -c kbd.c\ncc -c commands.c\n"
54 ."cc -c insert.c\ncc -o edit main.o kbd.o commands.o display.o "
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-k 20 edit: main.o kbd.o commands.o display.o
21 \t\@echo cc -o edit main.o kbd.o commands.o display.o
29 commands.o : command.c defs.h command.h
30 \t\@echo cc -c commands.c
43 "$workdir${pathsep}commands.c","$workdir${pathsep}display.c",
61 cc -c commands.c
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.info 63 * Command and Option Index:: A menu with all `sed' commands and
72 * Common Commands:: Often used commands
74 * Other Commands:: Less frequently used commands
75 * Programming Commands:: Commands for `sed' gurus
76 * Extended Commands:: Commands specific of GNU `sed'
153 Add the commands in SCRIPT to the set of commands to be run whil
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
tab_manipulation.applescript 5 -- Contains some common tab manipulation commands.
20 -- Common edit/manipulation commands.
35 -- Common navigation commands.
  /external/chromium_org/chrome/browser/extensions/api/commands/
commands.cc 5 #include "chrome/browser/extensions/api/commands/commands.h"
7 #include "chrome/browser/extensions/api/commands/command_service.h"
  /external/chromium_org/chrome/browser/extensions/
extension_commands_global_registry.h 26 // implementation of the global shortcut registration for the Extension Commands
28 // Note: It handles regular extension commands (not browserAction and pageAction
30 // accelerators on behalf of the extensions and routes the commands to them via
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/
tab_manipulation.applescript 5 -- Contains some common tab manipulation commands.
20 -- Common edit/manipulation commands.
35 -- Common navigation commands.
  /external/llvm/utils/
test_debuginfo.pl 6 # special comments to communicate debugger commands.
9 # This perl script extracts debugger commands from input source program
26 # Extract debugger commands from testcase. They are marked with DEBUGGER:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipc.h 35 * Control commands used with semctl, msgctl and shmctl
36 * see also specific commands in sem.h, msg.h and shm.h
44 * Version flags for semctl, msgctl, and shmctl commands
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipc.h 35 * Control commands used with semctl, msgctl and shmctl
36 * see also specific commands in sem.h, msg.h and shm.h
44 * Version flags for semctl, msgctl, and shmctl commands
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipc.h 35 * Control commands used with semctl, msgctl and shmctl
36 * see also specific commands in sem.h, msg.h and shm.h
44 * Version flags for semctl, msgctl, and shmctl commands
  /development/samples/USB/AdbTest/
README.txt 5 connecting to multiple devices and running multiple adb commands simultaneously.
  /external/chromium/chrome/common/
content_restriction.h 9 // Used by a full-page plugin to disable browser commands because of
  /external/chromium_org/ash/accelerators/
debug_commands.h 10 // This file contains implementations of commands that are used only
  /external/chromium_org/chrome/browser/
command_updater.h 19 // This object manages the enabled state of a set of commands. Observers
26 // commands.
56 // Removes |observer| for all commands on which it's registered.
74 // The delegate is responsible for executing commands.
command_updater_delegate.h 10 // Implement this interface so that your object can execute commands when
  /external/chromium_org/chrome/common/
content_restriction.h 8 // Used by a full-page plugin to disable browser commands because of
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
manifest.json 15 "commands": {

Completed in 2889 milliseconds

1 2 3 4 56 7 8 91011>>