HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 151 - 175 of 2365) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skqp/src/utils/
SkBase64.cpp 31 #if defined _WIN32 // disable 'two', etc. may be used without having been initialized
76 int two = 0; local
80 two = bytes[1];
81 one |= two >> 4;
82 two = (uint8_t) (two << 4);
84 two |= three >> 2;
87 SkASSERT(one < 256 && two < 256 && three < 256);
94 *dst = (unsigned char) two;
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
l2loss_op.cc 38 auto two = XlaHelpers::IntegerLiteral(b, dtype, 2); variable
46 ctx->SetOutput(0, b->Div(b->Reduce(b->Mul(x, x), zero, add, dims), two));
  /external/toybox/tests/
tail.test 11 "two\nthree\nfour\nfive\nsix\nseven\neight\nnine\nten\neleven\n" "" ""
66 'tail -f one & sleep .25 ; echo two >> one; sleep .25; echo three >> one; sleep .25; kill $! >/dev/null' \
71 echo dos > two
73 testing "-f one two three" \
74 'tail -f one two three & sleep .25 ; echo more >> three ; echo also >> one; sleep .25; kill $! >/dev/null' \
75 "==> one <==\nuno\n\n==> two <==\ndos\n\n==> three <==\ntres\nmore\n\n==> one <==\nalso\n" "" ""
76 rm one two three
  /prebuilts/go/darwin-x86/test/fixedbugs/bug377.dir/
two.go 5 package two package
  /prebuilts/go/darwin-x86/test/fixedbugs/bug437.dir/
two.go 5 package two package
x.go 13 "./two"
18 case two.S2:
  /prebuilts/go/linux-x86/test/fixedbugs/bug377.dir/
two.go 5 package two package
  /prebuilts/go/linux-x86/test/fixedbugs/bug437.dir/
two.go 5 package two package
x.go 13 "./two"
18 case two.S2:
  /system/core/libbacktrace/
backtrace_testlib.cpp 38 int test_level_four(int one, int two, int three, int four, void (*callback_func)(void*),
46 return one + two + three + four;
49 int test_level_three(int one, int two, int three, int four, void (*callback_func)(void*),
51 return test_level_four(one + 3, two + 6, three + 9, four + 12, callback_func, data) + 3;
54 int test_level_two(int one, int two, int three, int four, void (*callback_func)(void*), void* data) {
55 return test_level_three(one + 2, two + 4, three + 6, four + 8, callback_func, data) + 2;
58 int test_level_one(int one, int two, int three, int four, void (*callback_func)(void*), void* data) {
59 return test_level_two(one + 1, two + 2, three + 3, four + 4, callback_func, data) + 1;
  /system/core/libunwindstack/tests/
MemoryTest.cpp 49 bool two; member in struct:unwindstack::FakeStruct
63 ASSERT_TRUE(memory.ReadField(0, &data, &data.two, sizeof(data.two)));
64 ASSERT_FALSE(data.two);
84 ASSERT_FALSE(memory.ReadField(100, &data.two, &data, sizeof(data.two)));
85 ASSERT_FALSE(memory.ReadField(0, &data.two, &data, sizeof(data.two)));
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pe/
section-align-1.d 23 6 \.two 0*0000002 0*0000000 0*0000000 0*00001a5 2\*\*0
section-align-3.s 7 .section .two,"dr3"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
b-badfil1.s 2 % b-twoinsn.s and b-goodmain.s, and will provide two LOP_FILEs, but
loc1m.d 5 # err: two locs.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
tlsopt1_32.s 4 # is shared with two __tls_get_addr calls.
tlsopt2.s 3 # __tls_get_addr without marker relocs, and two arg setup insns
tlsopt2_32.s 3 # __tls_get_addr without marker relocs, and two arg setup insns
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-undefined/
require-defined-5.d 1 #name: Check require-defined can require two symbols
  /external/skia/tests/
PathOpsExtendedTest.h 23 //extern int comparePaths(const SkPath& one, const SkPath& two);
25 const SkPath& one, const SkPath& two, SkBitmap& bitmap);
28 const SkPath& one, const SkPath& two) {
30 return comparePaths(reporter, filename, one, two, bitmap);
33 extern bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths);
  /external/skqp/tests/
PathOpsExtendedTest.h 23 //extern int comparePaths(const SkPath& one, const SkPath& two);
25 const SkPath& one, const SkPath& two, SkBitmap& bitmap);
28 const SkPath& one, const SkPath& two) {
30 return comparePaths(reporter, filename, one, two, bitmap);
33 extern bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths);
  /frameworks/base/tests/FeatureSplit/feature2/
Android.mk 30 LOCAL_AAPT_FLAGS += --custom-package com.android.test.split.feature.two
  /frameworks/base/tools/aapt2/integration-tests/StaticLibTest/App/src/com/android/aapt/app/one/
AppOne.java 24 public static int FooBarId = com.android.aapt.staticlib.two.R.string.FooBar;
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadLocalTest.java 47 tl.set(two);
48 assertSame(tl.get(), two); local
59 itl.set(two);
60 assertSame(itl.get(), two); local
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
crange4.s 1 ! This will be two .cranges. Original problem was that the second one was

Completed in 494 milliseconds

1 2 3 4 5 67 8 91011>>