HomeSort by relevance Sort by last modified time
    Searched full:root2 (Results 1 - 25 of 35) sorted by null

1 2

  /external/icu/icu4c/source/test/testdata/
root.txt 23 array_only_in_Root { ROOT0, ROOT1, ROOT2, ROOT3 }
33 tag2 { ROOT2 }
45 array_in_Root_te_te_IN { ROOT0, ROOT1, ROOT2, ROOT3, ROOT4 }
65 array_in_Root_te { ROOT0, ROOT1, ROOT2, ROOT3, ROOT4 }
85 array_in_Root_te_IN { ROOT0, ROOT1, ROOT2 }
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilitiesTest.java 47 Element root2 = document2.getDocumentElement(); local
48 assertFalse(DomUtilities.isEquivalent(root2, null));
49 assertTrue(DomUtilities.isEquivalent(root1, root2));
53 assertTrue(DomUtilities.isEquivalent(root1, root2));
54 root2.appendChild(document2.createTextNode(" "));
55 assertTrue(DomUtilities.isEquivalent(root1, root2));
60 assertFalse(DomUtilities.isEquivalent(root1, root2));
61 root2.appendChild(foo2);
62 assertTrue(DomUtilities.isEquivalent(root1, root2));
65 assertFalse(DomUtilities.isEquivalent(root1, root2));
    [all...]
  /frameworks/compile/slang/tests/F_root_compute_really_bad/
root_compute_really_bad.rs 10 void root2(int* ain, const int* aout, int* usrData, const float* x1,
stderr.txt.expect 11 root_compute_really_bad.rs:10:44: error: Compute kernel root2() can only have one non-const pointer parameter. Parameters 'ain' and 'usrData' are both non-const.
12 root_compute_really_bad.rs:10:66: error: Unexpected parameter 'x1' for compute kernel root2()
13 root_compute_really_bad.rs:11:26: error: Unexpected parameter 'y1' for compute kernel root2()
  /external/libchrome/base/json/
json_reader_unittest.cc 273 std::unique_ptr<Value> root2 = local
275 EXPECT_TRUE(list->Equals(root2.get()));
293 std::unique_ptr<Value> root2 = local
296 EXPECT_TRUE(list->Equals(root2.get()));
356 std::unique_ptr<Value> root2 = JSONReader::Read( local
359 ASSERT_TRUE(root2);
360 EXPECT_TRUE(dict_val->Equals(root2.get()));
363 root2 = JSONReader::Read(
370 ASSERT_TRUE(root2);
371 EXPECT_TRUE(dict_val->Equals(root2.get()))
401 std::unique_ptr<Value> root2 = JSONReader::Read( local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarFileTest.java 109 * /usr/bin/openssl genrsa 2048 > root2.pem
110 * /usr/bin/openssl req -new -key root2.pem -out root2.csr -subj '/CN=root2'
112 * echo 8000 > root2.srl
113 * /usr/bin/openssl x509 -req -days 3650 -in root2.csr -CA root1.crt -CAkey root1.pem -out root2.crt
114 * /usr/bin/openssl x509 -req -days 3650 -in root1.csr -CA root2.crt -CAkey root2.pem -out root1.crt
120 * cat signer.crt root1.crt root2.crt > chain.cr
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
ConfigurationContainerTests.java 120 final TestConfigurationContainer root2 = new TestConfigurationContainer(); local
123 root2.onOverrideConfigurationChanged(rootOverrideConfig2);
128 root2.addChild(child);
WindowContainerTests.java 572 final TestWindowContainer root2 = builder.setLayer(0).build(); local
580 root.compareTo(root2);
    [all...]
  /frameworks/base/tools/aapt2/compile/
InlineXmlFormatParser_test.cpp 162 <root2>
174 </root2>
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 195 Certificate root2 = TestKeyStore.getServer().getRootCertificate("RSA"); local
212 Credentials.convertToPem(root2)));
  /art/runtime/
reference_table.cc 128 bool operator()(GcRoot<mirror::Object> root1, GcRoot<mirror::Object> root2) const
137 ObjPtr<mirror::Object> obj2 = root2.Read<kWithoutReadBarrier>();
  /external/python/cpython3/Lib/
pathlib.py 89 def join_parsed_parts(self, drv, root, parts, drv2, root2, parts2):
94 if root2:
96 return drv, root2, [drv + root2] + parts2[1:]
104 return drv2, root2, parts2
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_instruction_test.cc 1109 const HloInstruction* root2 = fusion2->fused_expression_root(); local
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 2677 CvPTreeNode* root2 = node2; local
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
RecoverableKeyStoreDbTest.java 552 mRecoverableKeyStoreDb.setActiveRootOfTrust(userId, uid, "root2");
553 assertThat(mRecoverableKeyStoreDb.getActiveRootOfTrust(userId, uid)).isEqualTo("root2");
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 491 bool Root2 = N2->Flags & GepNode::Root;
496 if (Root1 != Root2 || (Root1 && N1->BaseVal != N2->BaseVal)) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
go_test.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
go_test.go     [all...]
  /external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
rnn_cell_test.py     [all...]
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha1/
testutils-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha3/
testutils-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha5/
testutils-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha6/
testutils-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha7/
testutils-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.5.0-alpha-preview-01/
testutils-25.5.0-alpha-preview-01.jar 

Completed in 3196 milliseconds

1 2