Searched defs:command (Results 301 - 325 of 428) sorted by relevance

<<1112131415161718

/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h381 inline FILE *popen(const char *command, const char *type) { argument
382 return _popen(command, type);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.cc577 int command,
585 command_(command),
598 Init(parent, command, type, NULL);
643 int command,
652 command_ = command;
663 SetEnabled(root_delegate->IsCommandEnabled(command));
576 MenuItemView(MenuItemView* parent, int command, MenuItemView::Type type) argument
642 Init(MenuItemView* parent, int command, MenuItemView::Type type, MenuDelegate* delegate) argument
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp434 void render (gls::FragmentOpUtil::QuadRenderer& renderer, const RenderCommand& command, int viewportX, int viewportY) argument
436 if (command.params.stencilTestEnabled)
443 const StencilParams& sParams = command.params.stencil[face];
453 if (command.params.depthTestEnabled)
456 glDepthFunc(command.params.depthFunc);
457 glDepthMask(command.params.depthWriteMask ? GL_TRUE : GL_FALSE);
462 glColorMask(command.colorMask[0] ? GL_TRUE : GL_FALSE,
463 command.colorMask[1] ? GL_TRUE : GL_FALSE,
464 command.colorMask[2] ? GL_TRUE : GL_FALSE,
465 command
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp434 void render (gls::FragmentOpUtil::QuadRenderer& renderer, const RenderCommand& command, int viewportX, int viewportY) argument
436 if (command.params.stencilTestEnabled)
443 const StencilParams& sParams = command.params.stencil[face];
453 if (command.params.depthTestEnabled)
456 glDepthFunc(command.params.depthFunc);
457 glDepthMask(command.params.depthWriteMask ? GL_TRUE : GL_FALSE);
462 glColorMask(command.colorMask[0] ? GL_TRUE : GL_FALSE,
463 command.colorMask[1] ? GL_TRUE : GL_FALSE,
464 command.colorMask[2] ? GL_TRUE : GL_FALSE,
465 command
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp890 DrawElementsCommand command; local
891 command.count = 6;
892 command.primCount = m_gridSide * m_gridSide;
893 command.firstIndex = 0;
894 command.baseVertex = 0;
895 command.reservedMustBeZero = 0;
897 ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(command), &command, GL_STATIC_DRAW);
901 DrawArraysCommand command; local
902 command
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
H A Djarprocessor-ant.jar ... .tools.ant.Project project String antTaskName String command boolean verbose public java.io.File postProcess (java ...
/external/iptables/iptables/
H A Dip6tables.c1 /* Code to take an ip6tables-style command line and do it. */
265 " --modprobe=<command> try to insert modules using this command\n"
294 generic_opt_check(int command, int options) argument
299 * fact that if an option is legal with *any* command given, it is
306 if (!(command & (1<<j)))
313 "option for this command\n",
324 "Illegal option `-%c' with this command\n",
1303 unsigned int rulenum = 0, command = 0; local
1342 add_command(&command, CMD_APPEN
[all...]
H A Diptables.c1 /* Code to take an iptables-style command line and do it. */
259 " --modprobe=<command> try to insert modules using this command\n"
288 generic_opt_check(int command, int options) argument
293 * fact that if an option is legal with *any* command given, it is
300 if (!(command & (1<<j)))
307 "option for this command\n",
318 "Illegal option `-%c' with this command\n",
1299 unsigned int rulenum = 0, command = 0; local
1338 add_command(&command, CMD_APPEN
[all...]
/external/libhevc/decoder/
H A Dihevcd_api.c110 * For each command the arguments are validated
4367 * done using this function with different values specified in command
4370 * Arguments are tested for validity and then based on the command
4382 * @returns Status of the function corresponding to command
4393 WORD32 command; local
4408 command = *pu4_ptr_cmd;
4410 switch(command)
/external/libnfc-nci/src/nfc/include/
H A Drw_api.h44 RW_T1T_RID_EVT = RW_T1T_FIRST_EVT, /* Read ID command completd */
45 RW_T1T_RALL_CPLT_EVT, /* Read All command completed */
208 tNFC_STATUS status; /* status of Inventory command */
215 tNFC_STATUS status; /* status of Read/Get security status command */
216 UINT8 command; /* sent command */ member in struct:__anon24334
222 tNFC_STATUS status; /* status of Get Sys Info command */
234 tNFC_STATUS status; /* status of sent command */
235 UINT8 command; /* sent command */ member in struct:__anon24336
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_ISO15693Map.c146 /* LOCK BLOCK command */
173 /* READ command identifier */
176 /* READ multiple command identifier */
179 /* INVENTORY pageread command identifier */
184 /* WRITE command identifier */
256 uint8_t command,
455 uint8_t command,
477 *(psNdefMap->SendRecvBuf + send_index) = (uint8_t)command;
490 if ((ISO15693_WRITE_COMMAND == command) ||
491 (ISO15693_READ_MULTIPLE_COMMAND == command))
453 phFriNfc_ISO15693_H_ReadWrite( phFriNfc_NdefMap_t *psNdefMap, uint8_t command, uint8_t *p_data, uint8_t data_length) argument
514 phFriNfc_ISO15693_H_Inventory_Page_Read( phFriNfc_NdefMap_t *psNdefMap, uint8_t command, uint8_t page, uint8_t numPages) argument
[all...]
/external/libpng/contrib/libtests/
H A Dtarith.c559 checkfp_command command; local
562 command.number[0] = 0;
563 command.limit = 3;
564 command.verbose = verbose;
565 command.ctimes = 0;
566 command.cmillions = 0;
567 command.cinvalid = 0;
568 command.cnoaccept = 0;
576 command.limit = atoi(*++argv);
590 control.limit = command
[all...]
/external/libvterm/src/
H A Dstate.c815 static int on_csi(const char *leader, const long args[], int argcount, const char *intermed, char command, void *user) argument
865 switch(intermed_byte << 16 | leader_byte << 8 | command) {
1322 static int on_osc(const char *command, size_t cmdlen, void *user) argument
1329 if(strneq(command, "0;", 2)) {
1330 settermprop_string(state, VTERM_PROP_ICONNAME, command + 2, cmdlen - 2);
1331 settermprop_string(state, VTERM_PROP_TITLE, command + 2, cmdlen - 2);
1334 else if(strneq(command, "1;", 2)) {
1335 settermprop_string(state, VTERM_PROP_ICONNAME, command + 2, cmdlen - 2);
1338 else if(strneq(command, "2;", 2)) {
1339 settermprop_string(state, VTERM_PROP_TITLE, command
1346 request_status_string(VTermState *state, const char *command, size_t cmdlen) argument
1395 on_dcs(const char *command, size_t cmdlen, void *user) argument
[all...]
/external/libxml2/
H A DdebugXML.c2616 "To save to subparts of a document use the 'write' command\n");
2676 * If @tree is null, the command works on the current node.
2810 char command[100]; local
2855 * Get a new command line
2862 * Parse the command itself
2872 command[i++] = *cur++;
2874 command[i] = 0;
2892 * start interpreting the command
2894 if (!strcmp(command, "exit"))
2896 if (!strcmp(command, "qui
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.c878 char command[PATH_MAX * 2]; local
895 } else if (readlink(symfs_filename, command, sizeof(command)) < 0 ||
896 strstr(command, "[kernel.kallsyms]") ||
943 snprintf(command, sizeof(command),
956 pr_debug("Executing: %s\n", command);
958 file = popen(command, "r");
/external/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp329 // Instance variables to hold the values for command options.
356 DoExecute (Args& command, argument
362 result.AppendError ("Invalid target. Must set target before setting breakpoints (see 'target create' command).");
709 // Add the entry for the first argument for this command to the object's arguments vector.
878 // Instance variables to hold the values for command options.
900 DoExecute (Args& command, CommandReturnObject &result) argument
915 CommandObjectMultiwordBreakpoint::VerifyBreakpointIDs (command, target, result, &valid_bp_ids);
1020 // Add the entry for the first argument for this command to the object's arguments vector.
1030 DoExecute (Args& command, CommandReturnObject &result) argument
1054 if (command
1150 DoExecute(Args& command, CommandReturnObject &result) argument
1331 DoExecute(Args& command, CommandReturnObject &result) argument
1515 DoExecute(Args& command, CommandReturnObject &result) argument
1646 DoExecute(Args& command, CommandReturnObject &result) argument
[all...]
H A DCommandObjectMemory.cpp381 DoExecute (Args& command, CommandReturnObject &result) argument
386 const size_t argc = command.GetArgumentCount();
623 addr = Args::StringToAddress(&m_exe_ctx, command.GetArgumentAtIndex(0), LLDB_INVALID_ADDRESS, &error);
635 lldb::addr_t end_addr = Args::StringToAddress(&m_exe_ctx, command.GetArgumentAtIndex(1), LLDB_INVALID_ADDRESS, 0);
1073 DoExecute (Args& command, CommandReturnObject &result) argument
1078 const size_t argc = command.GetArgumentCount();
1105 command.GetArgumentAtIndex(0),
1165 command.Shift(); // shift off the address argument
1169 const size_t num_value_args = command.GetArgumentCount();
1172 const char *value_str = command
[all...]
H A DCommandObjectThread.cpp121 // Instance variables to hold the values for command options.
164 DoExecute (Args& command, CommandReturnObject &result) argument
171 if (command.GetArgumentCount() == 0)
183 else if (command.GetArgumentCount() == 1 && ::strcmp (command.GetArgumentAtIndex(0), "all") == 0)
208 const size_t num_args = command.GetArgumentCount();
217 uint32_t thread_idx = Args::StringToUInt32(command.GetArgumentAtIndex(i), 0, 0, &success);
220 result.AppendErrorWithFormat ("invalid thread specification: \"%s\"\n", command.GetArgumentAtIndex(i));
229 result.AppendErrorWithFormat ("no thread with index: \"%s\"\n", command.GetArgumentAtIndex(i));
243 result.AppendErrorWithFormat ("error displaying backtrace for thread: \"%s\"\n", command
408 DoExecute(Args& command, CommandReturnObject &result) argument
641 DoExecute(Args& command, CommandReturnObject &result) argument
933 DoExecute(Args& command, CommandReturnObject &result) argument
1170 DoExecute(Args& command, CommandReturnObject &result) argument
1232 DoExecute(Args& command, CommandReturnObject &result) argument
1365 DoExecute( const char *command, CommandReturnObject &result ) argument
[all...]
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp99 CommunicationKDP::SendRequestAndGetReply (const CommandType command, argument
137 if ((reply_command & eCommandTypeMask) == command)
140 if (command == KDP_RESUMECPUS)
383 // Unrecognized reply command byte, erase this byte and try to get back on track
406 const CommandType command = KDP_CONNECT; local
409 MakeRequestPacketHeader (command, request_packet, command_length);
417 return SendRequestAndGetReply (command, request_packet, reply_packet);
435 const CommandType command = KDP_REATTACH; local
438 MakeRequestPacketHeader (command, request_packet, command_length);
444 if (SendRequestAndGetReply (command, request_packe
475 const CommandType command = KDP_VERSION; local
612 const CommandType command = KDP_HOSTINFO; local
647 const CommandType command = KDP_KERNELVERSION; local
665 const CommandType command = KDP_DISCONNECT; local
686 const CommandType command = use_64 ? KDP_READMEM64 : KDP_READMEM; local
731 const CommandType command = use_64 ? KDP_WRITEMEM64 : KDP_WRITEMEM; local
769 const CommandType command = (CommandType)command_byte; local
794 GetCommandAsCString(uint8_t command) argument
856 const CommandType command = ExtractCommand (first_packet_byte); local
1324 const CommandType command = KDP_READREGS; local
1370 const CommandType command = KDP_WRITEREGS; local
1398 const CommandType command = KDP_RESUMECPUS; local
1415 const CommandType command = set ? (use_64 ? KDP_BREAKPOINT_SET64 : KDP_BREAKPOINT_SET ): local
1437 const CommandType command = KDP_SUSPEND; local
[all...]
H A DProcessKDP.cpp971 "Send a custom packet through the KDP protocol by specifying the command byte and the packet payload data. A packet will be sent with a correct header and payload, and the raw result bytes will be displayed as a string value. ",
974 m_command_byte(LLDB_OPT_SET_1, true , "command", 'c', 0, eArgTypeNone, "Specify the command byte to use when sending the KDP request packet.", 0),
987 DoExecute (Args& command, CommandReturnObject &result) argument
989 const size_t argc = command.GetArgumentCount();
994 result.AppendError ("the --command option must be set to a valid command byte");
1074 result.AppendErrorWithFormat ("invalid command byte 0x%" PRIx64 ", valid values are 1 - 255", command_byte);
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp679 AString command = args[1]; local
680 if (command.Length() != 1)
682 PrintError("incorrect command");
685 c = MyCharLower(command[0]);
690 // create archive command
794 PrintError("incorrect command");
830 // List command
855 // Extract command
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp258 // It works incorrectly for update command if archive has some non-default extension!
576 CUpdateArchiveCommand &command = options.Commands[i]; local
583 RINOK(callback->StartArchive(command.ArchivePath.GetFinalPath(),
589 command.ActionSet, archive,
591 command.ArchivePath,
/external/mksh/src/
H A Djobs.c47 /* process command string from vistree */
48 char command[256 - (ALLOC_SIZE + sizeof(Proc *) + sizeof(pid_t) + member in struct:proc
54 #define JP_MEDIUM 2 /* print [job-num] -/+ command */
55 #define JP_LONG 3 /* print [job-num] -/+ pid command */
66 #define JF_XXCOM 0x008 /* set for $(command) jobs */
499 vistree(p->command, sizeof(p->command), t);
586 /* in case of $(jobs) command */
645 /* start the last job: only used for $(command) jobs */
666 /* wait for last job: only used for $(command) job
[all...]
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp206 SkTDArray<bool> fSkipCommands; // has the command been deleted in the GUI?
207 SkTDArray<double> fTimes; // sum of time consumed for each command
208 SkTDArray<double> fTypeTimes; // sum of time consumed for each type of command (e.g., drawPath)
211 int fCurCommand; // the current command being executed/timed
293 // return the fraction of the total time this command consumed
347 // In order to profile we pass the command offsets (that were read-in
379 // This is b.c. in tiled mode each command is called many more times
406 // extract the individual command times from the SkTimedPlaybackPicture
656 /* TODO(chudy): Add command type before parameters. Rename v
675 void SkDebuggerGUI::selectCommand(int command) { argument
1057 setupComboBox(SkTArray<SkString>* command) argument
[all...]
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp48 // call the base class' version to avoid adding a draw command
58 void SkDebugCanvas::addDrawCommand(SkDrawCommand* command) { argument
59 command->setOffset(this->getOpID());
60 fCommandVector.push(command);
380 void SkDebugCanvas::setDrawCommandAt(int index, SkDrawCommand* command) {
383 fCommandVector[index] = command;
404 // TODO(chudy): Free command string memory.

Completed in 621 milliseconds

<<1112131415161718