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

1 2 3 4 5 6 7 8

  /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
  /test/vts/web/dashboard/src/main/java/com/android/vts/entity/
TestCaseRunEntity.java 32 public static final String RESULT = "result";
37 public final int result; field in class:TestCaseRunEntity
45 * @param result The (numerical) result of the testcase.
48 public TestCaseRunEntity(Key key, String testCaseName, int result, String systraceUrl) {
51 this.result = result;
60 * @param result The (numerical) result of the testcase
91 int result = (int) ((long) e.getProperty(RESULT)); local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
WificondScannerTest.java 65 new ScanPeriod(ScanPeriod.ReportType.RESULT,
68 new ScanPeriod(ScanPeriod.ReportType.RESULT,
145 new ScanPeriod(ScanPeriod.ReportType.RESULT,
208 new ScanPeriod(ScanPeriod.ReportType.RESULT,
221 new ScanPeriod(ScanPeriod.ReportType.RESULT,
247 new ScanPeriod(ScanPeriod.ReportType.RESULT,
250 new ScanPeriod(ScanPeriod.ReportType.RESULT,
253 new ScanPeriod(ScanPeriod.ReportType.RESULT,
256 new ScanPeriod(ScanPeriod.ReportType.RESULT,
259 new ScanPeriod(ScanPeriod.ReportType.RESULT,
689 public final boolean result; field in class:WificondScannerTest.ScanPeriod.ReportType
    [all...]
  /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"

Completed in 428 milliseconds

1 2 3 4 5 6 7 8