/developers/samples/android/ui/accessibility/BasicAccessibility/ |
README.txt | 4 "gradlew build" command.
|
/developers/samples/android/ui/actionbarcompat/Basic/ |
README.txt | 4 "gradlew build" command.
|
/developers/samples/android/ui/actionbarcompat/ListPopupMenu/ |
README.txt | 4 "gradlew build" command.
|
/developers/samples/android/ui/actionbarcompat/ShareActionProvider/ |
README.txt | 4 "gradlew build" command.
|
/developers/samples/android/ui/actionbarcompat/Styled/ |
README.txt | 4 "gradlew build" command.
|
/developers/samples/android/ui/holo/BorderlessButtons/ |
README.txt | 4 "gradlew build" command.
|
/developers/samples/android/ui/lists/CustomChoiceList/ |
README.txt | 4 "gradlew build" command.
|
/developers/samples/android/ui/notifications/BasicNotifications/ |
README.txt | 4 "gradlew build" command.
|
/developers/samples/android/ui/views/HorizontalPaging/ |
README.txt | 4 "gradlew build" command.
|
/developers/samples/android/ui/views/TextSwitcher/ |
README.txt | 4 "gradlew build" command.
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
AdbMessage.java | 24 /* This class encapsulates and adb command packet */ 27 // command names 50 // sets the fields in the command header 51 public void set(int command, int arg0, int arg1, byte[] data) { 52 mMessageBuffer.putInt(0, command); 57 mMessageBuffer.putInt(20, command ^ 0xFFFFFFFF); 63 public void set(int command, int arg0, int arg1) { 64 set(command, arg0, arg1, (byte[])null); 66 public void set(int command, int arg0, int arg1, String data) { 69 set(command, arg0, arg1, data.getBytes()) [all...] |
/external/chromium/build/ |
sanitize-mac-build-log.sed | 18 # full command line. These deletions drop the command line. 24 # full command lines, too. 27 # There's already a nice note for bindings, don't need the command line.
|
/external/chromium/net/base/ |
net_switches.h | 5 // Defines all the "net" command-line switches.
|
/external/clang/test/Lexer/ |
builtin_redef.c | 5 // CHECK-WARN: <command line>:{{.*}} warning: redefining builtin macro 6 // CHECK-WARN: <command line>:{{.*}} warning: undefining builtin macro 8 // CHECK-ERR: <command line>:{{.*}} error: redefining builtin macro 9 // CHECK-ERR: <command line>:{{.*}} error: undefining builtin macro
|
/external/compiler-rt/cmake/Modules/ |
CompilerRTLink.cmake | 12 COMMAND clang -o "${so_file}" -shared ${SOURCE_LINKFLAGS} ${SOURCE_OBJECTS}
|
/external/e2fsprogs/debian/attic/ |
e2fslibsg-dev.menu | 4 command="/usr/doc/e2fslibsg-dev/html-info/libext2fs_toc.html"
|
/external/e2fsprogs/lib/ss/ |
ss.pc.in | 7 Description: Subsystem command parsing library
|
/external/eigen/doc/examples/ |
CMakeLists.txt | 16 COMMAND ${example_executable}
|
/external/eigen/doc/special_examples/ |
CMakeLists.txt | 17 COMMAND Tutorial_sparse_example
|
/external/javassist/ |
HOWTO.txt | 3 includes junit.jar and that has been compiled. The command is:
|
/external/linux-tools-perf/Documentation/ |
perf-lock.txt | 16 and statistics with this 'perf lock' command. 18 'perf lock record <command>' records lock events 19 between start and end <command>. And this command
|
/external/quake/quake/src/QW/client/ |
cmd.h | 21 // cmd.h -- Command buffer and command execution 31 The + command line options are also added to the command buffer. 43 // the text is added to the end of the command buffer. 46 // when a command wants to issue other commands immediately, the text is 51 // Pulls off \n terminated lines of text from the command buffer and sends 54 // Do not call inside a command function! 60 Command execution takes a null terminated string, breaks it into tokens, 61 then searches for a command or variable that matches the first token [all...] |
/external/v8/test/sputnik/ |
README | 3 version 97. To get the tests run the following command within
|
/external/valgrind/main/cachegrind/docs/ |
cg_annotate-manpage.xml | 22 <command>cg_annotate</command> 33 <para><command>cg_annotate</command> takes an output file produced by the
|
/external/valgrind/main/gdbserver_tests/ |
filter_stderr | 10 -e '/and then give GDB the following command/d' \
|