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

  /external/bison/src/
Sbitset.h 74 #define Sbitset__or(SELF, OTHER1, OTHER2, NBITS) \
77 Sbitset ptr_other1 = (OTHER1); \
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 230 + "<authority id=\"0\" account=\"acc\" authority=\"other1\" />\n"
247 assertEquals(-1, engine.getIsSyncable(account, 0, "other1"));
  /external/v8/src/arm64/
assembler-arm64-inl.h 189 inline void CPURegList::Remove(const CPURegister& other1,
193 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code());
    [all...]
assembler-arm64.h 432 void Remove(const CPURegister& other1,
465 bool IncludesAliasOf(const CPURegister& other1,
471 if (!other1.IsNone() && (other1.type() == type_)) list |= other1.Bit();
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
read_test.go 508 Other1 string `xml:"http://golang.org/xml/ 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 508 Other1 string `xml:"http://golang.org/xml/ 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/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
OptionalBinderTest.java 1213 OptionalBinder.Actual other1 = Dummy.class.getAnnotation(OptionalBinder.Actual.class); local
    [all...]
  /external/libxml2/doc/
xmldtd.html 102 description</a>.</p><h3><a name="Other1" id="Other1">Other resources</a></h3><p>DTDs are as old as SGML. So there may be a number of examples on-line, I
xml.html     [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 583 key_store.Write(kDefaultUser, "other1", "test");
590 EXPECT_TRUE(key_store.Read(kDefaultUser, "other1", &blob));
  /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...]

Completed in 1178 milliseconds