HomeSort by relevance Sort by last modified time
    Searched full:another (Results 126 - 150 of 13619) sorted by null

1 2 3 4 56 7 8 91011>>

  /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}}
  /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/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_util.py 33 d = {'somekey': 'some value', 'another': 'something else', 'onemore': 'foo'}
38 (('another', 'something else'),
  /external/clang/test/CodeGenCXX/
duplicate-mangled-name.cpp 12 void _ZN7MyClass4methEv() { } // expected-error {{definition with same mangled name as another definition}}
31 ~T2() {} // expected-error {{definition with same mangled name as another definition}}
  /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")
  /external/curl/tests/data/
test901 24 To: another
51 To: another
test902 29 To: another
51 To: another
test909 24 To: another
45 To: another
test912 28 To: another
49 To: another
test941 25 To: another
53 To: another
  /external/llvm/test/FileCheck/
multiple-missing-prefixes.txt 1 // RUN: FileCheck -check-prefix=ANOTHER-PREFIX -input-file %s %s
5 ; ANOTHER-PREFIX: foobar
  /external/markdown/tests/misc/
some-test.html 48 <li>Another list
62 Another code example
some-test.txt 39 1. Another list
54 Another code example
  /external/wpa_supplicant_8/hostapd/
hostapd.wpa_psk 7 00:11:22:33:44:55 another passphrase
9 00:00:00:00:00:00 another passphrase for all STAs
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
data.s 8 ASCII: .ascii "This is a very long text","This is another"
9 ASCIZ: .asciz "This is a very long text","This is another"
  /art/runtime/interpreter/mterp/arm64/
op_check_cast.S 2 * Check to see if a cast from one class to another is allowed.
  /art/runtime/interpreter/mterp/mips/
op_check_cast.S 2 * Check to see if a cast from one class to another is allowed.
  /development/samples/AndroidBeamDemo/res/values/
strings.xml 6 against another Android device that supports Android Beam to send a
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
concat-charset.css 12 @charset "another one";
  /external/clang/test/CodeGenObjC/
undefined-protocol2.m 4 // by a definition in another TU, so external is the correct linkage
  /external/clang/test/Parser/
designator.c 16 [4] .arr [2] 4 // expected-error {{expected '=' or another designator}}
  /external/icu/icu4c/source/test/testdata/
testaliases.txt 21 // aliasing to another resource
24 // alias that uses another alias and references parts of the end structure
25 referencingalias:alias { "testaliases/anotheralias/2" } // Referencing through another alias
31 boundaries:alias { "/ICUDATA-brkitr/th" } // Referencing corresponding resource in another bundle
  /external/javasqlite/src/main/java/SQLite/
BusyHandler.java 10 * Invoked when a table is locked by another process

Completed in 2471 milliseconds

1 2 3 4 56 7 8 91011>>