Searched defs:used (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DOneTimeUseBuilder.java30 private boolean used = false; field in class:OneTimeUseBuilder
34 used = true;
38 if (used) {
47 * Once this method is called, this builder should no longer be used. Any subsequent calls to a
/frameworks/av/include/media/stagefright/foundation/
H A DAData.h35 * be used by generic code as it is very unsafe - it opens type aliasing errors where an object of
38 * AData allows a custom type flagger to be used for future extensions (e.g. allowing automatic
103 * \note we do not clear the storage in this case as the storage should not be used
473 * - a flagFor(T*) method for supported types _and_ for T=void. T=void is used to mark that no
669 inline bool used() const { function in struct:android::AData::Custom
678 if (this->used()) {
770 } else if (this->used()) {
801 } else if (this->used()) {
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAData.h35 * be used by generic code as it is very unsafe - it opens type aliasing errors where an object of
38 * AData allows a custom type flagger to be used for future extensions (e.g. allowing automatic
103 * \note we do not clear the storage in this case as the storage should not be used
473 * - a flagFor(T*) method for supported types _and_ for T=void. T=void is used to mark that no
669 inline bool used() const { function in struct:android::AData::Custom
678 if (this->used()) {
770 } else if (this->used()) {
801 } else if (this->used()) {
/frameworks/av/media/libstagefright/include/foundation/
H A DAData.h35 * be used by generic code as it is very unsafe - it opens type aliasing errors where an object of
38 * AData allows a custom type flagger to be used for future extensions (e.g. allowing automatic
103 * \note we do not clear the storage in this case as the storage should not be used
473 * - a flagFor(T*) method for supported types _and_ for T=void. T=void is used to mark that no
669 inline bool used() const { function in struct:android::AData::Custom
678 if (this->used()) {
770 } else if (this->used()) {
801 } else if (this->used()) {
/frameworks/base/libs/hwui/
H A DShadowTessellator.cpp185 void ShadowTessellator::checkOverflow(int used, int total, const char* bufferName) { argument
186 LOG_ALWAYS_FATAL_IF(used > total, "Error: %s overflow!!! used %d, total %d",
187 bufferName, used, total);
/frameworks/wilhelm/tools/permute/
H A Dpermute.c105 unsigned used; local
107 used = split(s, leftStart, leftLength, segmentBudget / 2);
108 used += split(s, rightStart, rightLength, segmentBudget - used);
110 used = split(s, rightStart, rightLength, segmentBudget / 2);
111 used += split(s, leftStart, leftLength, segmentBudget - used);
113 assert(used >= 2);
114 assert(used <= segmentBudget);
115 return used;
223 unsigned used; local
[all...]
/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java34 * This class provides two mechanisms for tracking meta state that can be used
62 * To ensure correct meta key behavior, the following pattern should be used
108 // These bits are privately used by the meta key key listener.
561 long locked, long pressed, long released, long used) {
566 } else if ((state & used) != 0) {
599 long pressed, long released, long used, KeyEvent event) {
602 if ((state & used) != 0) {
636 * The meta key has been pressed but has not yet been used.
643 * not yet been used.
649 * The meta key has been pressed and used bu
560 press(long state, int what, long mask, long locked, long pressed, long released, long used) argument
598 release(long state, int what, long mask, long pressed, long released, long used, KeyEvent event) argument
[all...]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java477 boolean used, String tag, String originalTag, Location location) {
478 BindingTargetBundle target = new BindingTargetBundle(id, viewName, used, tag,
769 public BindingTargetBundle(String id, String viewName, boolean used, argument
773 mUsed = used;
476 createBindingTarget(String id, String viewName, boolean used, String tag, String originalTag, Location location) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3523 milliseconds