Searched refs:used (Results 1 - 15 of 15) sorted by relevance

/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/cmds/installd/
H A DAndroid.mk7 # Static library used in testing and executable
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk5 # Configs - The names of each configuration to build; this is used to build
12 # support (e.g., on Darwin). This should only be used to build fat
18 # architecture and is used to find the appropriate function
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationCoreTestRunner.java154 long used = total - free;
157 Log.d(TAG, "Used memory : " + used);
/frameworks/compile/libbcc/runtime/make/
H A Doptions.mk15 # Whether optimized function implementations should be used.
/frameworks/support/renderscript/v8/rs_support/
H A DAndroid.mk52 # used in jni/Android.mk
69 # used in jni/Android.mk
/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.
502 long locked, long pressed, long released, long used) {
507 } else if ((state & used) != 0) {
540 long pressed, long released, long used, KeyEvent event) {
543 if ((state & used) != 0) {
577 * The meta key has been pressed but has not yet been used.
584 * not yet been used.
590 * The meta key has been pressed and used bu
501 press(long state, int what, long mask, long locked, long pressed, long released, long used) argument
539 release(long state, int what, long mask, long pressed, long released, long used, KeyEvent event) argument
[all...]
/frameworks/compile/slang/
H A DSlangData.mk16 # Common definitions used for building RS header files.
/frameworks/rs/
H A DAndroid.mk106 # used in jni/Android.mk
123 # used in jni/Android.mk
/frameworks/base/libs/androidfw/
H A DAndroid.mk17 # libandroidfw is partially built for the host (used by build time keymap validation tool)
/frameworks/base/core/java/android/os/
H A DBatteryStats.java462 // These are on the lower bits used for the command; if they change
1039 long used = days * 60 * 60 * 24;
1041 long hours = (seconds - used) / (60 * 60);
1042 if (hours != 0 || used != 0) {
1046 used += hours * 60 * 60;
1048 long mins = (seconds-used) / 60;
1049 if (mins != 0 || used != 0) {
1053 used += mins * 60;
1055 if (seconds != 0 || used != 0) {
1056 out.append(seconds-used);
[all...]
/frameworks/base/data/fonts/
H A DAndroid.mk23 # should be used with eval: $(eval $(call ...))
/frameworks/base/core/java/android/net/
H A DUrlQuerySanitizer.java100 * A functor used to sanitize a single query value.
213 * <li>Allow characters used by encoded URLs.
221 * <li>Allow characters used by encoded URLs.
409 * Get the current value sanitizer used when processing
416 * @return the current ValueSanitizer used to sanitize unregistered
424 * Set the value sanitizer used when processing unregistered
426 * @param sanitizer set the ValueSanitizer used to sanitize unregistered
500 * Return a value sanitizer that allows all the characters used by
508 * Return a value sanitizer that allows all the characters used by
677 * Register a value sanitizer for a particular parameter. Can also be used
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dpred_lt4_1_opt.s55 @ used register
/frameworks/base/services/java/com/android/server/pm/
H A DSettings.java117 // used to grant newer permissions one time during a system upgrade.
616 boolean used = false;
624 used = true;
628 if (!used) {
1110 // Legacy reader, used to read in the old file format after an upgrade. Not used after that.
1632 // no longer used.

Completed in 5286 milliseconds