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

1 2 3 4 5 6 7

  /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/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...]
  /ndk/sources/host-tools/make-3.81/
hash.h 85 #define STRING_HASH_1(KEY, RESULT) do { \
88 (RESULT) += (*_key_ << (_key_[1] & 0xf)); \
96 #define STRING_HASH_2(KEY, RESULT) do { \
99 (RESULT) += (*_key_ << (_key_[1] & 0x7)); \
107 #define STRING_COMPARE(X, Y, RESULT) do { \
108 RESULT = strcmp ((X), (Y)); \
115 #define STRING_N_HASH_1(KEY, N, RESULT) do { \
120 (RESULT) += (*_key_ << (_key_[1] & 0xf)); \
121 (RESULT) += *++_key_; \
129 #define STRING_N_HASH_2(KEY, N, RESULT) do {
    [all...]
  /ndk/build/awk/
gen-cygwin-deps-converter.awk 135 RESULT = ""
151 print " sed -e '" RESULT "' $1.org > $1 && rm -f $1.org"
197 RESULT = RESULT "s!^" hostpath "!" cygpath "!ig;"
200 RESULT = RESULT "s! " hostpath "! " cygpath "!ig;"
gen-windows-host-path.awk 132 RESULT = "$1"
136 print RESULT
144 RESULT = "$(patsubst /%," hostpath "/%,\n" RESULT ")"
148 RESULT = "$(patsubst " cygpath "/%," hostpath "/%,\n" RESULT ")"
  /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.
  /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
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
SupplicantWifiScannerTest.java 66 new ScanPeriod(ScanPeriod.ReportType.RESULT,
69 new ScanPeriod(ScanPeriod.ReportType.RESULT,
146 new ScanPeriod(ScanPeriod.ReportType.RESULT,
209 new ScanPeriod(ScanPeriod.ReportType.RESULT,
222 new ScanPeriod(ScanPeriod.ReportType.RESULT,
248 new ScanPeriod(ScanPeriod.ReportType.RESULT,
251 new ScanPeriod(ScanPeriod.ReportType.RESULT,
254 new ScanPeriod(ScanPeriod.ReportType.RESULT,
257 new ScanPeriod(ScanPeriod.ReportType.RESULT,
260 new ScanPeriod(ScanPeriod.ReportType.RESULT,
692 public final boolean result; field in class:SupplicantWifiScannerTest.ScanPeriod.ReportType
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java 28 private static final long RESULT = 1000;
46 assertEquals(RESULT, mAsyncTask.get(DURATION, TimeUnit.MILLISECONDS).longValue());
48 assertEquals(RESULT, mAsyncTask.get().longValue());
68 assertEquals(RESULT, mAsyncTask.postResult.longValue());
163 return RESULT;
173 protected void onPostExecute(Long result) {
174 super.onPostExecute(result);
175 postResult = result;
  /external/robolectric/v3/libs/
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);
  /cts/tools/dasm/src/dasm/
parser.cup 189 {: RESULT.str_val = Utils.convertDotsToSlashes(w.str_val); :}
195 {: RESULT.int_val = access_val; :}
433 {: RESULT.variant_val = v.variant_val; :}
436 {: RESULT.variant_val = null; :}
466 Int:i {: RESULT.variant_val = new Integer(i.int_val); :}
468 Num:n {: RESULT.variant_val = n.number_val; :}
470 Str:s {: RESULT.variant_val = s.str_val; :}
474 Word:w {: RESULT.variant_val = w.str_val; :} // for enum
476 item:v {: RESULT.variant_val = v.variant_val; :}
499 {: RESULT.str_val = w.str_val; :
    [all...]
  /external/autotest/client/common_lib/
boottool_unittest.py 22 def expect_run_boottool(self, args, result=''):
23 self.bt_mock._run_boottool.expect_call(*args).and_return(result)
62 RESULT = (
73 self.expect_run_boottool(('--info=5',), RESULT)
96 RESULT = (
116 self.expect_run_boottool(('--info=all',), RESULT)
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_program.py 28 result = object()
34 return result
51 self.assertEqual(program.result, result)
73 self.assertTrue(hasattr(program, 'result'))
97 result = None variable in class:InitialisableProgram
107 RESULT = object()
122 return RESULT
199 self.assertIs(program.result, RESULT)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_program.py 28 result = object()
34 return result
51 self.assertEqual(program.result, result)
73 self.assertTrue(hasattr(program, 'result'))
97 result = None variable in class:InitialisableProgram
107 RESULT = object()
122 return RESULT
199 self.assertIs(program.result, RESULT)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_program.py 28 result = object()
34 return result
51 self.assertEqual(program.result, result)
73 self.assertTrue(hasattr(program, 'result'))
97 result = None variable in class:InitialisableProgram
107 RESULT = object()
122 return RESULT
199 self.assertIs(program.result, RESULT)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_program.py 28 result = object()
34 return result
51 self.assertEqual(program.result, result)
73 self.assertTrue(hasattr(program, 'result'))
97 result = None variable in class:InitialisableProgram
107 RESULT = object()
122 return RESULT
199 self.assertIs(program.result, RESULT)
    [all...]

Completed in 1034 milliseconds

1 2 3 4 5 6 7