HomeSort by relevance Sort by last modified time
    Searched full:desired (Results 501 - 525 of 3550) sorted by null

<<21222324252627282930>>

  /external/skia/tools/timer/
TimerData.h 59 * @param result the type of result desired
  /external/slf4j/
README.md 2 The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework at deployment time.
  /external/smali/smali/
runjflex.sh 8 # Set $JFLEX to overwrite jflex location, if desired
  /frameworks/av/include/media/
AVSyncSettings.h 44 // max tolerance when adjusting playback speed to desired playback speed
  /frameworks/av/media/libstagefright/include/
ThrottledSource.h 31 // implementation of readAt() that sleeps to achieve the desired max throughput
  /frameworks/base/core/java/android/util/
LogPrinter.java 32 * @param priority The desired log priority:
  /frameworks/base/core/java/com/android/internal/statusbar/
IStatusBar.aidl 63 * @param statusBarAnimationsStartTime the desired start time for all visual animations in the
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 39 * @param desiredHeight The desired height of the entire view.
152 * @param desiredHeight The desired height of the button
192 * @param desiredHeight The desired height of the text view
233 * @param desiredHeight The desired height of the button
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpRequestPacket.java 38 return s + " REQUEST, desired IP " + mRequestedIp + " from host '"
  /frameworks/base/tests/RenderScriptTests/HelloWorld/src/com/example/android/rs/helloworld/
HelloWorldView.java 38 // Initialize renderscript with desired surface characteristics.
  /libcore/luni/src/main/java/android/system/
StructAddrinfo.java 34 /** Desired address family for results. (Such as AF_INET6 for IPv6. AF_UNSPEC means "any".) */
  /ndk/sources/android/crazy_linker/src/
crazy_linker_memory_mapping.h 34 // |prot| are the desired protection bit flags.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AutoResizeListView.java 46 // The desired height is the available height we have for VIEWING.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
mmtimer.h 26 * commands must be implemented if conformance is desired.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
mmtimer.h 26 * commands must be implemented if conformance is desired.
  /external/icu/icu4c/source/i18n/
winnmfmt.h 56 * @param pos On input: an alignment field, if desired.
70 * @param pos On input: an alignment field, if desired.
84 * @param pos On input: an alignment field, if desired.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormat.java 542 * if desired. On output: the offsets of the alignment field. For
584 * if desired. On output: the offsets of the alignment field. For
610 * if desired. On output: the offsets of the alignment field. For
714 * cleared or set to the current date, depending on desired
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
AttributeContainer.java 10 * Places AttributeInfo of desired attribute into a designated AttributeInfo object
12 * @param index index of desired attribute
13 * @param attributeInfo designated retainer of desired attribute
  /external/libvorbis/vq/
vqgen.c 59 /* default metric; squared 'distance' from desired value. */
161 than the preceeding value. Thus the desired quantibits apply to
337 long desired; local
369 desired=fdesired;
370 desired2=desired*2;
436 if(k<desired){
439 if(k==desired){
441 qsort(nearbiasptr,desired,sizeof(float),directdsort);
444 }else if(thismetric>nearbiasptr[desired-1]){
450 k=desired;
    [all...]
  /external/llvm/test/Transforms/AtomicExpand/ARM/
atomic-expansion-v7.ll 223 define i8 @test_cmpxchg_i8_seqcst_seqcst(i8* %ptr, i8 %desired, i8 %newval) {
231 ; CHECK: [[SHOULD_STORE:%.*]] = icmp eq i8 [[OLDVAL]], %desired
252 %pairold = cmpxchg i8* %ptr, i8 %desired, i8 %newval seq_cst seq_cst
257 define i16 @test_cmpxchg_i16_seqcst_monotonic(i16* %ptr, i16 %desired, i16 %newval) {
265 ; CHECK: [[SHOULD_STORE:%.*]] = icmp eq i16 [[OLDVAL]], %desired
286 %pairold = cmpxchg i16* %ptr, i16 %desired, i16 %newval seq_cst monotonic
291 define i32 @test_cmpxchg_i32_acquire_acquire(i32* %ptr, i32 %desired, i32 %newval) {
298 ; CHECK: [[SHOULD_STORE:%.*]] = icmp eq i32 [[OLDVAL]], %desired
318 %pairold = cmpxchg i32* %ptr, i32 %desired, i32 %newval acquire acquire
323 define i64 @test_cmpxchg_i64_monotonic_monotonic(i64* %ptr, i64 %desired, i64 %newval)
    [all...]
  /frameworks/base/media/java/android/media/
AudioPort.java 176 * @param channelMask The desired channel mask. AudioFormat.CHANNEL_OUT_DEFAULT if no change
178 * @param format The desired audio format. AudioFormat.ENCODING_DEFAULT if no change
180 * @param gain The desired gain. null if no gain changed requested.
  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 77 /* not find desired YUV420 RT format */
87 attrib[0].value = VA_RT_FORMAT_YUV420; /* set to desired RT format */
88 attrib[1].value = VA_RC_VBR; /* set to desired RC mode */
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarAstronomer.java 230 * @param longitude The desired longitude, in <em>degrees</em> east of
233 * @param latitude The desired latitude, in <em>degrees</em>. Positive
285 * @param jdn the desired time, expressed as a "julian day number",
655 * the desired value.
658 public long getSunTime(double desired, boolean next)
661 desired,
669 * the desired value.
672 public long getSunTime(SolarLongitude desired, boolean next) {
673 return getSunTime(desired.value, next);
703 MINUTE_MS / 12); // Desired accurac
    [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java 245 * @param config Desired device configuration to consider when
258 * @param config Desired device configuration to consider when
298 * @param id The desired resource identifier, as generated by the aapt
325 * @param id The desired resource identifier, as generated by the aapt
389 * @param id The desired resource identifier, as generated by the aapt
416 * @param id The desired resource identifier, as generated by the aapt
446 * @param id The desired resource identifier, as generated by the aapt
473 * @param id The desired resource identifier, as generated by the aapt
494 * @param id The desired resource identifier, as generated by the aapt
511 * @param id The desired resource identifier, as generated by the aap
    [all...]
  /external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
Os.java 127 * Sets the desired OS family type
129 * @param f The OS family type desired<br />
149 * Sets the desired OS name
158 * Sets the desired OS architecture
167 * Sets the desired OS version

Completed in 249 milliseconds

<<21222324252627282930>>