/external/valgrind/docs/xml/ |
manual-core-adv.xml | 82 <term><command><computeroutput>RUNNING_ON_VALGRIND</computeroutput></command>:</term> 92 <term><command><computeroutput>VALGRIND_DISCARD_TRANSLATIONS</computeroutput>:</command></term> 117 <term><command><computeroutput>VALGRIND_COUNT_ERRORS</computeroutput>:</command></term> 130 <term><command><computeroutput>VALGRIND_MALLOCLIKE_BLOCK</computeroutput>:</command></term> 147 <term><command><computeroutput>VALGRIND_FREELIKE_BLOCK</computeroutput>:</command></term [all...] |
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
system.c | 41 system(const char *command) 49 if (!command) /* just checking... */ 52 argp[2] = (char *)command;
|
/cts/libs/deviceutil/src/android/cts/util/ |
SystemUtil.java | 50 * Executes a shell command using shell user identity, and return the standard output in string 54 * @param cmd the command to run 55 * @return the standard output of the command
|
/cts/suite/audio_quality/lib/src/ |
SimpleScriptExec.cpp | 70 android::String8 command; local 71 command.appendFormat("%s %s %s", PYTHON_PATH, script.string(), param.string()); 76 if ( !(fpipe = (FILE*)popen(command.string(),"r")) ) {
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
SetValues002Debuggee.java | 33 * exercises ArrayReference.SetValues command. 49 logWriter.println("\n--> Debuggee: SetValues002Debuggee: Before ObjectReference::SetValues command:"); 55 logWriter.println("\n--> Debuggee: SetValues002Debuggee: After ObjectReference::SetValues command:");
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/ |
LineTableTest.java | 36 * JDWP Unit test for Method.LineTable command. 40 * This testcase exercises Method.LineTable command. 42 * For each received method sends Method.LineTable command
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
ExitTest.java | 34 * JDWP Unit test for VirtualMachine.Exit command. 43 * This testcase exercises VirtualMachine.Exit command. 45 * <BR> Then the test performs VirtualMachine.Exit command
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/ |
devenvironment.rst | 35 For Windows users: The Windows installer puts these commands in the command 36 path. After installation, you can run these commands from a command prompt. 38 For Mac users: You can put these commands in the command path by selecting
|
/external/clang/test/Index/ |
compile_commands.json | 4 "command": "clang++ -o project.o -c /home/john.doe/MyProject/project.cpp", 9 "command": "clang++ -o project2.o -c /home/john.doe/MyProject/project2.cpp", 14 "command": "clang++ -DFEATURE=1 -o project2-feature.o -c /home/john.doe/MyProject/project2.cpp",
|
/external/deqp/scripts/opengl/ |
gen_es_static_library.py | 27 def commandLibraryEntry (command): 28 return "\t{ \"%s\",\t(deFunctionPtr)%s }," % (command.name, command.name)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
antRun.pl | 41 # assign current run command to "%2" 53 # dispose of the first two arguments, leaving only the command's args. 57 # run the command
|
/external/eigen/cmake/ |
EigenConfigureTesting.cmake | 11 add_custom_target(check COMMAND "ctest") 17 # CMake/Ctest does not allow us to change the build command, 27 set(EIGEN_TEST_BUILD_FLAGS " " CACHE STRING "Options passed to the build command of unit tests")
|
/external/icu/icu4c/source/data/ |
icu4j-readme.txt | 32 2a. On the command line, cd to $icu4c_root\source\data. 34 2b. On the command line, 46 2c. On the command line, cd to $icu4c_build/data
|
/external/libnfc-nxp/src/ |
phFriNfc_ISO15693Format.c | 48 GET SYSTEM INFORMATION COMMAND 51 /* READ SINGLE BLOCK COMMAND */ 53 /* WRITE SINGLE BLOCK COMMAND */ 55 /* READ MULTIPLE BLOCK COMMAND */ 68 /* Inventory command support mask for the CC byte 4 */ 72 /* Flags for the command */ 138 uint8_t command, 149 uint8_t command, 172 *(psNdefSmtCrdFmt->SendRecvBuf + send_index) = (uint8_t)command; 181 switch (command) [all...] |
phFriNfc_MifareULMap.h | 56 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_CHK_1 7 /*!< to send sector select command 1 */ 57 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_CHK_2 8 /*!< to send sector select command 2 */ 58 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_RESET_1 9 /*!< to send sector select command 1 for resetting sector 0 */ 59 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_RESET_2 10 /*!< to send sector select command 2 for resetting sector 0 */ 60 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_READ_1 11 /*!< to send sector select command 1 for resetting sector 0 */ 61 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_READ_2 12 /*!< to send sector select command 2 for resetting sector 0 */ 62 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_WRITE_1 13 /*!< to send sector select command 1 for resetting sector 0 */ 63 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_WRITE_2 14 /*!< to send sector select command 2 for resetting sector 0 */ 64 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_RW_1 15 /*!< to send sector select command 1 for resetting sector 0 */ 65 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_RW_2 16 /*!< to send sector select command 2 for resetting sector 0 * [all...] |
/external/libpcap/ |
README.tru64 | 27 the following command (executed in the /dev directory): 40 the pfconfig(1) command: 45 "promiscuous" mode by using the command:
|
/external/libxml2/doc/tutorial/ |
apa.html | 5 library. For pre-processor and compiler flags, use <b class="command">xml2-config 6 --cflags</b>. For library linking flags, use <b class="command">xml2-config 7 --libs</b>. Other options are available using <b class="command">xml2-config
|
/external/libxml2/doc/ |
xmlcatalog_man.xml | 7 <!ENTITY xmlcatalog "<command>xmlcatalog</command>"> 43 Command line tool to parse and manipulate <acronym>XML</acronym> 50 <command>xmlcatalog</command> 85 &xmlcatalog; is a command line application allowing users to monitor and 93 Its functions can be invoked from a single command from the command line, 240 a command line shell allowing interactive access to the catalog file 242 provides a command line prompt after which the following commands (described i [all...] |
/external/lldb/source/ |
CMakeLists.txt | 111 COMMAND ${LLDB_SOURCE_DIR}/scripts/generate-vers.pl
187 execute_process(COMMAND ${CMAKE_SOURCE_DIR}/utils/GetSourceVersion ${LLDB_SOURCE_DIR}
193 execute_process(COMMAND ${CMAKE_SOURCE_DIR}/utils/GetRepositoryPath ${LLDB_SOURCE_DIR}
|
/external/lldb/utils/vim-lldb/ |
README | 15 * Vim command-line (7.3 from Xcode) 51 command mode. Try it out by typing: 58 :Lhelp -- LLDB's built-in help system (i.e lldb 'help' command)
|
/external/llvm/tools/llvm-shlib/ |
CMakeLists.txt | 68 COMMAND nm ${LIB_PATH} | awk "/T _LLVM/ || /T LLVM/ { print $3 }" | sort -u | sed -e "s/^_//g" > ${LIB_EXPORTS_PATH} 78 COMMAND echo \"LLVM*\" > ${LLVM_EXPORTED_SYMBOL_FILE} && echo \"_Z*llvm*\" >> ${LLVM_EXPORTED_SYMBOL_FILE} 84 COMMAND cat ${LLVM_DYLIB_REQUIRED_EXPORTS} > ${LLVM_EXPORTED_SYMBOL_FILE}
|
/external/llvm/utils/lit/lit/ |
ShCommands.py | 1 class Command: 7 return 'Command(%r, %r)' % (self.args, self.redirects) 10 if not isinstance(other, Command):
|
/external/mesa3d/src/mapi/glapi/ |
SConscript | 65 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET' 78 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET' 91 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/ |
RemoteFileTest.java | 18 import org.mockftpserver.core.command.CommandNames;
19 import org.mockftpserver.core.command.InvocationRecord;
21 import org.mockftpserver.stub.command.RetrCommandHandler;
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/ |
RemoteFileTest.java | 20 import org.mockftpserver.core.command.CommandNames;
21 import org.mockftpserver.core.command.InvocationRecord;
23 import org.mockftpserver.stub.command.RetrCommandHandler;
|