HomeSort by relevance Sort by last modified time
    Searched full:another (Results 101 - 125 of 15616) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libxml2/test/XInclude/docs/
tstencoding.xml 3 <!-- Simple test of including another text document -->
  /external/markdown/MarkdownTest/Tests_2004/
Inline HTML comments.html 6 This is another comment.
Inline HTML comments.text 6 This is another comment.
  /external/markdown/MarkdownTest/Tests_2007/
Inline HTML comments.html 6 This is another comment.
Inline HTML comments.text 6 This is another comment.
  /external/markdown/tests/markdown-test/
inline-html-comments.html 5 This is another comment.
inline-html-comments.txt 6 This is another comment.
  /external/markdown/tests/safe_mode/
inline-html-comments.txt 6 This is another comment.
script_tags.txt 21 Try another way.
  /external/testng/src/test/resources/sanitycheck/
test-s-1.xml 8 <test name="SanityCheck:Tests:Another" preserve-order="true">
test-s-2.xml 8 <test name="SanityCheck:Tests:Another" preserve-order="true">
test-s-3.xml 8 <test name="SanityCheck:Tests:Another" preserve-order="true">
test2.xml 8 <test name="SanityCheck:Tests:Another" preserve-order="true">
test3.xml 8 <test name="SanityCheck:Tests:Another" preserve-order="true">
  /external/valgrind/gdbserver_tests/
main_pic.c 6 printf ("another func called msg %s\n", msg);
  /external/webrtc/build_overrides/
README.md 6 There's another build_overrides in Chromium that needs to contain the same
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug324.go 8 // from another package with a private method, and type assertions
  /prebuilts/go/linux-x86/test/fixedbugs/
bug324.go 8 // from another package with a private method, and type assertions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
syntax.s 2 * Another comment.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-pic-2a.s 14 # Test hidden stubs that are called by MIPS16 PIC calls in another file.
30 # in another file.
38 # in another file.
44 # Test global stubs that are called by MIPS16 PIC calls in another file.
  /docs/source.android.com/src/devices/sensors/
interaction.jd 31 another. That is, any action on one Android sensor must not impact the behavior
42 <li> another activated sensor to stop working </li>
43 <li> another activated sensor to change sampling rate </li>
44 <li> another activated sensor to decrease the quality of its measurements </li>
45 <li> another non-activated sensor to start delivering events </li>
48 and parameter changes) on another sensor from succeeding. For instance,
51 <p>As another important example, a wake-up sensor activated at 5Hz must generate events
  /packages/apps/Settings/src/com/android/settings/vpn2/
LegacyVpnPreference.java 57 LegacyVpnPreference another = (LegacyVpnPreference) preference; local
59 if ((result = another.mState - mState) == 0 &&
60 (result = mProfile.name.compareToIgnoreCase(another.mProfile.name)) == 0 &&
61 (result = mProfile.type - another.mProfile.type) == 0) {
62 result = mProfile.key.compareTo(another.mProfile.key);
67 AppPreference another = (AppPreference) preference; local
68 if (mState != STATE_CONNECTED && another.getState() == AppPreference.STATE_CONNECTED) {
  /external/clang/test/Sema/
warn-duplicate-enum.c 6 A3, // expected-warning {{element A3 has been implicitly assigned 0 which another element has been assigned}}
11 B2, // expected-warning {{element B2 has been implicitly assigned 0 which another element has been assigned}}
14 B5, // expected-warning {{element B5 has been implicitly assigned -1 which another element has been assigned}}
18 enum C { C1, C2 = -1, C3 }; // expected-warning{{element C1 has been implicitly assigned 0 which another element has been assigned}} \
24 D3, // expected-warning{{element D3 has been implicitly assigned 2 which another element has been assigned}}
  /packages/apps/Launcher3/src/com/android/launcher3/model/
WidgetItem.java 53 public int compareTo(WidgetItem another) {
63 boolean otherWorkProfile = !sMyUserHandle.equals(another.user);
68 int labelCompare = sCollator.compare(label, another.label);
76 int otherArea = another.spanX * another.spanY;
78 ? Integer.compare(spanY, another.spanY)
  /external/clang/test/Index/
complete-with-annotations.cpp 8 int member2 __attribute__((annotate("another annotation")));
19 // CHECK: FieldDecl:{ResultType int}{TypedText member2} (35) ("another annotation", "some annotation")

Completed in 778 milliseconds

1 2 3 45 6 7 8 91011>>