HomeSort by relevance Sort by last modified time
    Searched refs:RESULT (Results 1 - 25 of 216) sorted by null

1 2 3 4 5 6 7 8 9

  /system/sepolicy/tools/
whitespace.sh 3 RESULT=0
9 RESULT=-1
13 exit $RESULT
  /external/ltp/tools/pounder21/build_scripts/
xterm_stress 25 RESULT=$?
27 if [ $RESULT -ne 0 ]; then
  /build/kati/testcase/
ifeq_without_parens.mk 6 RESULT=
9 RESULT += PASS
11 RESULT += FAIL
14 RESULT += FAIL
16 RESULT += PASS
20 RESULT += PASS
22 RESULT += FAIL
25 RESULT += PASS
27 RESULT += FAIL
31 RESULT += PAS
    [all...]
cond_syntax.mk 6 RESULT=
9 RESULT += PASS
13 RESULT += PASS
15 RESULT += FAIL
18 RESULT += PASS
20 RESULT += FAIL
23 RESULT += FAIL
25 RESULT += PASS
28 RESULT += FAIL
30 RESULT += PAS
    [all...]
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsxtest02 22 # Proper error checking and result reporting still needed
36 RESULT=$?
38 if [ $RESULT -eq "0" ]; then
44 exit $RESULT
fsxtest 22 # Proper error checking and result reporting still needed
40 RESULT=$?
42 if [ $RESULT -eq "0" ]; then
50 exit $RESULT
  /external/pdfium/testing/tools/
make_expected.sh 7 # Script to generate expected result files.
15 for RESULT in $RESULTS ; do
16 EXPECTED=`echo -n $RESULT | sed 's/[.]pdf[.]/_expected.pdf./'`
17 mv $RESULT $EXPECTED
  /toolchain/binutils/binutils-2.25/libiberty/
_doprnt.c 63 int result; \
67 result = fprintf(stream, specifier, value); \
68 if (result == -1) \
72 total_printed += result; \
212 #define RESULT(x) do \
224 int result; local
228 result = _doprnt (format, args, stdout);
231 return result;
237 RESULT(checkit ("<%d>\n", 0x12345678));
238 RESULT(printf ("<%d>\n", 0x12345678))
    [all...]
  /external/ltp/tools/pounder21/
nfs_logging 68 RESULT=$?
70 if [ $RESULT -gt 0 ]; then
86 RESULT=$?
88 if [ $RESULT -gt 0 ]; then
  /external/ltp/testcases/kernel/fs/acls/
Makefile 34 RESULT := $(call check_header,sys/xattr.h)
36 ifneq ($(RESULT),yes)
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DiskCacheStrategy.java 7 /** Caches with both {@link #SOURCE} and {@link #RESULT}. */
14 RESULT(false, true);
32 * Returns true if this request should cache the final transformed result.
  /external/ltp/tools/pounder21/src/
libidecd.sh 73 RESULT=$?
75 if [ $RESULT -eq 0 ]; then
85 RESULT=$?
87 if [ $RESULT -eq 0 ]; then
  /frameworks/rs/
run_rs_cts.sh 13 RESULT=$?
23 exit $RESULT
  /prebuilts/gdb/darwin-x86/bin/
python-config.sh 22 local RESULT=$(dirname $(cd $(dirname "$1") && pwd -P))
29 RESULT=$($READLINK -f "$RESULT")
31 echo $RESULT
  /prebuilts/gdb/linux-x86/bin/
python-config.sh 22 local RESULT=$(dirname $(cd $(dirname "$1") && pwd -P))
29 RESULT=$($READLINK -f "$RESULT")
31 echo $RESULT
  /prebuilts/python/darwin-x86/2.7.5/bin/
python-config.sh 22 local RESULT=$(dirname $(cd $(dirname "$1") && pwd -P))
29 RESULT=$($READLINK -f "$RESULT")
31 echo $RESULT
  /prebuilts/python/linux-x86/2.7.5/bin/
python-config.sh 22 local RESULT=$(dirname $(cd $(dirname "$1") && pwd -P))
29 RESULT=$($READLINK -f "$RESULT")
31 echo $RESULT
  /packages/apps/Test/connectivity/UID/src/com/android/tests/connectivity/uid/
ConnectivityTestActivity.java 37 private static final String RESULT = "result";
50 returnIntent.putExtra(RESULT, conn);
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ComprehensionTlvTag.java 28 RESULT(0x03),
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingTaskController.java 36 public final static int RESULT = 1;
44 if (msg.arg1 == RESULT) {
45 task.onResult((ProcessingTask.Result) msg.obj);
  /device/linaro/hikey/uefi-tools/
uefi-build.sh 101 RESULT=$?
102 if [ $RESULT -eq 0 ]; then
109 RESULT=$?
113 if [ $RESULT -eq 0 ]; then
120 RESULT=$?
124 result_log $RESULT "$PLATFORM_NAME $target"
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
WificondScannerTest.java 103 new ScanPeriod(ScanPeriod.ReportType.RESULT,
106 new ScanPeriod(ScanPeriod.ReportType.RESULT,
183 new ScanPeriod(ScanPeriod.ReportType.RESULT,
246 new ScanPeriod(ScanPeriod.ReportType.RESULT,
259 new ScanPeriod(ScanPeriod.ReportType.RESULT,
285 new ScanPeriod(ScanPeriod.ReportType.RESULT,
288 new ScanPeriod(ScanPeriod.ReportType.RESULT,
291 new ScanPeriod(ScanPeriod.ReportType.RESULT,
294 new ScanPeriod(ScanPeriod.ReportType.RESULT,
297 new ScanPeriod(ScanPeriod.ReportType.RESULT,
749 public final boolean result; field in class:WificondScannerTest.ScanPeriod.ReportType
    [all...]

Completed in 551 milliseconds

1 2 3 4 5 6 7 8 9