Searched
full:another (Results
476 -
500 of
15616) sorted by null
<<11121314151617181920>>
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
ApiMethod.java | 68 public int compareTo(ApiMethod another) { 69 return mName.compareTo(another.mName);
|
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/ |
template-params.xml | 33 from one Activity to another. Uses a combination of changeImageTransform and 67 This sample shows how to use scene transitions from one Activity to another in Lollipop.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
cobject.h | 28 /* C objects to be exported from one extension module to another.
33 Python import mechanism to link to one another.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
cobject.h | 28 /* C objects to be exported from one extension module to another.
33 Python import mechanism to link to one another.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
inftrees.h | 13 indexed that table entry, or it provides a pointer to another
15 the entry is a pointer to another table, a literal, a length or
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorExsltFuncResult.java | 42 * parameter, or another func:result, and that it belongs to a func:function 59 msg = "func:result cannot appear within a variable, parameter, or another func:result.";
|
/external/autotest/client/site_tests/cellular_MbimComplianceError/ |
cellular_MbimComplianceERR05.py | 21 This test verifies that another error message with status code 22 MBIM_ERROR_FRAGMENT_OUT_OF_SEQUENCE is issued when another message with
|
/external/autotest/server/ |
autotest_unittest.py | 239 return ['/some/path', '/another/path'] 253 self.host.run.expect_call('test -x /another/path/bin/autotest') 254 self.host.run.expect_call('test -w /another/path') 257 self.assertEquals(autodir, '/another/path') 264 self._expect_failed_run('test -x /another/path/bin/autotest') 266 self.host.run.expect_call('mkdir -p /another/path') 267 self.host.run.expect_call('test -w /another/path') 270 self.assertEquals(install_dir, '/another/path')
|
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/ |
control.Stress | 21 3) Another AP ("AP 2") is brought up, and DUT connects to it 25 7) Repeat steps 5-6 another 4 times (for 5 total iterations)
|
/external/bison/m4/ |
time_h.m4 | 97 dnl Assume proper GNU behavior unless another module says otherwise. 102 dnl If another module says to replace or to not replace, do that.
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest-param-test2_test.cc | 50 // and instantiated in another. The test is defined in gtest-param-test_test.cc 58 // in multiple translation units. Another instantiation is defined
|
/external/googletest/googletest/test/ |
gtest-param-test2_test.cc | 50 // and instantiated in another. The test is defined in gtest-param-test_test.cc 58 // in multiple translation units. Another instantiation is defined
|
/external/icu/icu4c/source/test/perf/ustrperf/ |
StringPerf.pl | 46 "Object Construction(another string)", ["$p,TestStdLibCtor2" , "$p,TestCtor2" ], 50 "String Assignment(another string)", ["$p,TestStdLibAssign2" , "$p,TestAssign2" ],
|
StringPerf_r.pl | 68 "Object Construction(another string)", ["$p1,TestCtor2" , "$p2,TestCtor2" ], 72 "String Assignment(another string)", ["$p1,TestAssign2" , "$p2,TestAssign2" ],
|
/external/kmod/ |
TODO | 38 * index: drop the "open(), seek(), read()" implementation and use another one 40 Another possibility is to drop the mmap implementation relying on VFS to have
|
/external/libese/tools/ese_relay/ |
README.md | 49 ## In another terminal, restart pcscd configured with an appropriate reader: 52 ## In yet another terminal, use your preferred* pcsc client:
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonMCShuffler.h | 42 // Copy reordered bundle to another. 44 // Reorder and copy result to another.
|
/external/llvm/utils/bugpoint/ |
RemoteRunSafely.sh | 5 # Synopsis: This script simply runs another program remotely using ssh. 6 # It always returns the another program exit code or exit with
|
/external/ltp/include/old/ |
forker.h | 53 * 1 - each subsequent child is a descendent of another 55 * parent and each other child is a child of another child in
|
/external/ltp/testcases/kernel/containers/pidns/ |
README | 23 A pid namespace is a view of particular set of tasks on the system. For processes, a process may have pid 1234 in one namespace, but have pid 1 in another.This allows processes to use process ids which are in use in other pid namespaces, without having to worry about what pids exist in other namespaces. 27 "Another way of specifying process visibility, then is that process A will see all tasks which have a valid pid in process A's pid namespace."
|
/external/ltp/testcases/kernel/fs/fs_bind/move/ |
test22 | 29 tst_resm TINFO "move: shared tree within a tree it is bound to - and then move to another share subtree" 81 tst_resm TFAIL "move/test22: FAILED: move: shared tree within a tree it is bound to - and then move to another share subtree"
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
3-1.c | 25 * The test fails if another object shares the same ID. 84 FAILED("Another process with the same PID as the child exists");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_settype/ |
3-2.c | 13 * first will return with an error. A thread attempting to unlock a mutex which another 85 ("Test FAILED: Expected an error when trying to unlock a mutex that was locked by another thread. Returned 0 instead.\n");
|
/external/objenesis/tck/src/main/resources/org/objenesis/tck/candidates/ |
candidates.properties | 31 org.objenesis.tck.candidates.SerializableReplacer = Serializable replacing with another class 32 org.objenesis.tck.candidates.SerializableResolver = Serializable resolving to another class
|
/external/protobuf/gtest/test/ |
gtest-param-test2_test.cc | 50 // and instantiated in another. The test is defined in gtest-param-test_test.cc 58 // in multiple translation units. Another instantiation is defined
|
Completed in 2354 milliseconds
<<11121314151617181920>>