HomeSort by relevance Sort by last modified time
    Searched full:other2 (Results 1 - 16 of 16) sorted by null

  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
Selection.java 43 Selection other2 = (Selection)other; local
44 return anchor == other2.anchor
45 && caret == other2.caret
46 && clickAfter == other2.clickAfter;
  /external/bison/src/
Sbitset.h 74 #define Sbitset__or(SELF, OTHER1, OTHER2, NBITS) \
78 Sbitset ptr_other2 = (OTHER2); \
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 231 + "<authority id=\"1\" account=\"acc\" type=\"type\" authority=\"other2\" />\n"
248 assertEquals(1, engine.getIsSyncable(account, 0, "other2"));
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/v8/src/arm64/
assembler-arm64-inl.h 189 const CPURegister& other2,
193 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code());
    [all...]
assembler-arm64.h 438 const CPURegister& other2 = NoCPUReg,
471 const CPURegister& other2 = NoCPUReg,
477 if (!other2.IsNone() && (other2.type() == type_)) list |= other2.Bit();
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
read_test.go 509 Other2 string `xml:"http://golang.org/xmlfoo/ other,attr,omitempty"`
605 src := TableAttrs{TAttr{"hello", "world", "en_US", "other1", "other2", "other3", "other4"}}
610 want := `<TableAttrs><TAttr xmlns:html4="http://www.w3.org/TR/html4/" html4:table="hello" xmlns:furniture="http://www.w3schools.com/furniture" furniture:table="world" xml:lang="en_US" xmlns:_xml="http://golang.org/xml/" _xml:other="other1" xmlns:_xmlfoo="http://golang.org/xmlfoo/" _xmlfoo:other="other2" xmlns:json="http://golang.org/json/" json:other="other3" xmlns:json_1="http://golang.org/2/json/" json_1:other="other4"></TAttr></TableAttrs>`
  /prebuilts/go/linux-x86/src/encoding/xml/
read_test.go 509 Other2 string `xml:"http://golang.org/xmlfoo/ other,attr,omitempty"`
605 src := TableAttrs{TAttr{"hello", "world", "en_US", "other1", "other2", "other3", "other4"}}
610 want := `<TableAttrs><TAttr xmlns:html4="http://www.w3.org/TR/html4/" html4:table="hello" xmlns:furniture="http://www.w3schools.com/furniture" furniture:table="world" xml:lang="en_US" xmlns:_xml="http://golang.org/xml/" _xml:other="other1" xmlns:_xmlfoo="http://golang.org/xmlfoo/" _xmlfoo:other="other2" xmlns:json="http://golang.org/json/" json:other="other3" xmlns:json_1="http://golang.org/2/json/" json_1:other="other4"></TAttr></TableAttrs>`
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
OptionalBinderTest.java 1217 OptionalBinder.Default other2 = Dummy.class.getAnnotation(OptionalBinder.Default.class); local
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
PhoneAccountRegistrarTest.java 411 new ComponentName("other1", "other2"), "tel_acct2");
435 new ComponentName("other1", "other2"), "tel_acct1");
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 588 ASSERT_TRUE(key_store.Write(kDefaultUser, "other2", "test"));
591 EXPECT_TRUE(key_store.Read(kDefaultUser, "other2", &blob));
  /external/opencv3/modules/stitching/src/
stitcher.cpp 332 LOGLN(" other2: " << ((getTickCount() - pt) / getTickFrequency()) << " sec");
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
ipaddr_test.py 717 other2 = ipaddr.IPv4Network('1.2.2.0/24')
720 self.assertFalse(self.ipv4.overlaps(other2))
721 self.assertTrue(other2.overlaps(other3))
    [all...]
  /external/bison/tests/
local.at 657 # AT_FULL_COMPILE(OUTPUT, [OTHER1], [OTHER2])
  /toolchain/binutils/binutils-2.25/cpu/
ip2k.cpu 153 (OTHER1 OTHER2 SUB DEC OR AND XOR ADD
    [all...]
cris.cpu     [all...]

Completed in 1093 milliseconds