HomeSort by relevance Sort by last modified time
    Searched full:another (Results 51 - 75 of 13060) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenObjC/
protocol-property-synth.m 19 @property(assign) id another;
31 @synthesize another;
  /external/clang/test/SemaObjC/
method-encoding-2.m 6 - (id) another:(void *)location with:(unsigned **)arg2;
11 - (id) another:(void *)location with:(unsigned **)arg2 { return 0; }
  /development/samples/AndroidBeamDemo/
_index.html 2 application beams a simple message from one device to another when they are in close enough proximity. This
  /external/chromium_org/content/test/data/
onunload_cookie.html 16 <p>Navigate to another page to set cookie</p>
sync_xmlhttprequest_during_unload.html 18 <p>Navigate to another page to trigger synch xmlhttprequest</p>
  /external/chromium_org/content/test/data/session_history/
fragment.html 8 <a name="b">And another!</a>
  /external/chromium_org/third_party/WebKit/ManualTests/
open-close-tokenizer-crash.html 4 Click the button above. Another browser window should open and then immediately close without crashing.
  /external/clang/test/Rewriter/
metadata-test-1.m 10 @implementation Another
  /external/e2fsprogs/lib/et/test_cases/
continuation.et 5 therefore may be easily guessed. Please choose another password.\n\
  /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/valgrind/main/gdbserver_tests/
main_pic.c 5 printf ("another func called msg %s\n", msg);
  /ndk/tests/build/import-install/path1/
Android.mk 3 # another library
  /ndk/tests/build/import-static/
README 3 imports another static library zoo, then libfoo.so will be linked
  /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}}
  /libcore/luni/src/main/java/java/lang/
Comparable.java 42 * @param another
44 * @return a negative integer if this instance is less than {@code another};
46 * {@code another}; 0 if this instance has the same order as
47 * {@code another}.
49 * if {@code another} cannot be converted into something
52 int compareTo(T another);
  /cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/
AccessPrivateDataTest.java 29 * Test that another app's private data cannot be accessed, while its public data can.
52 * Tests that another app's private data cannot be accessed. It includes file
64 fail("Was able to access another app's private data");
74 * Tests that another app's public file can be accessed
81 fail("Was not able to access another app's public file: " + e);
83 fail("Was not able to access another app's public file: " + e);
102 fail("Was not able to access another app's public file: " + e);
104 fail("Was not able to access another app's public file: " + e);
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
Test.java 37 public int compareTo(Test another) {
38 return getName().compareTo(another.getName());
  /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 52 milliseconds

1 23 4 5 6 7 8 91011>>