HomeSort by relevance Sort by last modified time
    Searched refs:PARTIAL (Results 1 - 25 of 31) sorted by null

1 2

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
WakeLockFacade.java 41 FULL, PARTIAL, BRIGHT, DIM
48 addWakeLock(WakeLockType.PARTIAL, PowerManager.PARTIAL_WAKE_LOCK);
93 @Rpc(description = "Acquires a partial wake lock (CPU on).")
95 mManager.acquire(WakeLockType.PARTIAL);
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.h 103 PARTIAL = 70,
169 #define PARTIAL 70
parser.y 145 PARTIAL 70
302 Flag : PARTIAL { $$ = MAP_IS_PARTIAL; }
parser.c 213 PARTIAL = 70,
279 #define PARTIAL 70
666 "IDENT", "KEYNAME", "PARTIAL", "DEFAULT", "HIDDEN", "ALPHANUMERIC_KEYS",
    [all...]
  /external/perf_data_converter/src/quipper/
test_utils.h 81 differencer.set_scope(MessageDifferencer::PARTIAL);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SimpleFilteredSentenceBreakIterator.java 41 * forward & partial char trie to adopt
104 } else if (bestValue == Builder.PARTIAL && forwardsPartialTrie != null) {
280 static final int PARTIAL = (1 << 0); // < partial - need to run through forward trie
346 partials[i] = 0; // default: no partial
354 // is partial.
373 builder.add(prefix, PARTIAL);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SimpleFilteredSentenceBreakIterator.java 39 * forward & partial char trie to adopt
102 } else if (bestValue == Builder.PARTIAL && forwardsPartialTrie != null) {
278 static final int PARTIAL = (1 << 0); // < partial - need to run through forward trie
344 partials[i] = 0; // default: no partial
352 // is partial.
371 builder.add(prefix, PARTIAL);
  /hardware/interfaces/radio/1.1/
types.hal 131 PARTIAL = 1, // The result contains a part of the scan results
  /external/protobuf/src/google/protobuf/util/
message_differencer_unittest.cc 86 differencer->set_scope(util::MessageDifferencer::PARTIAL);
154 differencer.set_scope(util::MessageDifferencer::PARTIAL);
170 differencer.set_scope(util::MessageDifferencer::PARTIAL);
185 differencer.set_scope(util::MessageDifferencer::PARTIAL);
201 differencer.set_scope(util::MessageDifferencer::PARTIAL);
217 differencer.set_scope(util::MessageDifferencer::PARTIAL);
233 differencer.set_scope(util::MessageDifferencer::PARTIAL);
314 differencer.set_scope(util::MessageDifferencer::PARTIAL);
334 differencer.set_scope(util::MessageDifferencer::PARTIAL);
352 differencer.set_scope(util::MessageDifferencer::PARTIAL);
    [all...]
message_differencer.h 356 PARTIAL // Only fields present in the first message are considered; fields
388 // If the scope of comparison is set to PARTIAL, then in addition to what's
396 // If partial matching is also enabled, the time complexity will be O(k * n^2
437 // fields in 'key_fields' and n is the number of elements. If partial
    [all...]
message_differencer.cc 545 CombineFields(message1_fields, PARTIAL, message2_fields, PARTIAL,
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
message_differencer.h 356 PARTIAL // Only fields present in the first message are considered; fields
388 // If the scope of comparison is set to PARTIAL, then in addition to what's
396 // If partial matching is also enabled, the time complexity will be O(k * n^2
437 // fields in 'key_fields' and n is the number of elements. If partial
    [all...]
  /external/swiftshader/src/Renderer/
Renderer.hpp 43 PARTIAL, // 2^-10
384 // Partial transform
Renderer.cpp     [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 126 * PARTIAL means wake the processor, but we display can be kept off.
131 PARTIAL,
511 case PARTIAL:
520 // acquire the full wake lock, and release the PARTIAL
529 // release both the PARTIAL and FULL locks.
    [all...]
  /hardware/ril/include/telephony/
ril.h     [all...]
  /external/fonttools/Lib/fontTools/
agl.py 576 2202;partialdiff;PARTIAL DIFFERENTIAL
  /frameworks/base/core/java/android/os/
BatteryStats.java 72 * A constant indicating a partial wake lock timer.
172 * A constant indicating an aggregated partial wake lock timer.
220 * - Aggregated partial wakelock time (per uid, instead of per wakelock) is recorded.
225 * - Background partial wakelock time & count
285 // partial totalTime, 'p', count, current duration, max duration, total duration,
286 // bg partial totalTime, 'bp', count, current duration, max duration, total duration,
292 // cumulative partial wakelock duration, cumulative background partial wakelock duration
644 * The cumulative time the uid spent holding any partial wakelocks. This will generally
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 

Completed in 436 milliseconds

1 2