HomeSort by relevance Sort by last modified time
    Searched defs:Target (Results 1 - 25 of 25) sorted by null

  /libcore/luni/src/main/java/java/lang/annotation/
Target.java 28 @Target(ElementType.ANNOTATION_TYPE)
29 public @interface Target {
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
LVC_Mixer_VarSlope_SetTimeConstant.c 67 LVM_INT32 Target;
73 Target = LVC_Mixer_GetTarget( pStream );
75 if (Current != Target)
77 Tc_millisec = Tc_millisec * 32767 / (Current - Target);
LVC_Core_MixSoft_1St_D16C31_WRA.c 42 LVM_INT32 Target=pInstance->Target;
48 if(Current<Target){
52 if (Current > Target)
53 Current = Target;
65 if (Current > Target)
66 Current = Target;
79 if (Current < Target)
80 Current = Target;
91 if (Current < Target)
    [all...]
LVC_Mixer_Private.h 32 LVM_INT32 Target; /* 32 bit number specifying fractional value of Target Gain */
LVC_Core_MixInSoft_D16C31_SAT.c 42 LVM_INT32 Target=pInstance->Target;
48 if(Current<Target){
52 if (Current > Target)
53 Current = Target;
71 if (Current > Target)
72 Current = Target;
90 if (Current < Target)
91 Current = Target;
108 if (Current < Target)
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Common/lib/
AGC.h 46 LVM_INT32 Target; /* The target volume setting */
47 LVM_INT32 AGC_Target; /* AGC target level */
Mixer.h 36 LVM_INT32 Target; /* Target value. Set by calling application. Can be changed at any time */
38 LVM_INT16 CallbackSet; /* Boolean. Should be set by calling application each time the target value is updated */
  /external/chromium/net/http/
http_auth.h 22 // or both. This enum tracks who the target is.
23 enum Target {
67 static std::string GetChallengeHeaderName(Target target);
71 static std::string GetAuthorizationHeaderName(Target target);
77 Target target,
95 Target target,
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Control.c 557 LVM_INT32 Target;
559 Target = LVM_MAXINT_16;
560 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[0],Target);
563 Target = dB_to_Lin32((LVM_INT16)(LocalParams.VC_Balance<<4));
564 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[1],Target);
569 LVM_INT32 Target;
571 Target = dB_to_Lin32((LVM_INT16)((-LocalParams.VC_Balance)<<4));
572 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[0],Target);
575 Target = LVM_MAXINT_16;
576 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[1],Target);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
bmsearch.cpp 49 class Target : public UMemory
52 Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status);
53 ~Target();
55 void setTargetString(const UnicodeString *target);
93 Target::Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status)
120 if (target != NULL) {
121 setTargetString(target);
    [all...]
  /external/icu4c/i18n/
bmsearch.cpp 49 class Target : public UMemory
52 Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status);
53 ~Target();
55 void setTargetString(const UnicodeString *target);
94 Target::Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status)
122 if (target != NULL) {
123 setTargetString(target);
    [all...]
  /dalvik/tests/046-reflect/src/
Main.java 39 private void showStrings(Target instance)
42 Class target = Target.class; local
46 field = target.getField("string1");
49 field = target.getField("string2");
52 field = target.getField("string3");
59 Class target = Target.class; local
65 meth = target.getMethod("myMethod", new Class[] { int.class });
67 if (meth.getDeclaringClass() != target)
    [all...]
  /dalvik/tests/057-iteration-performance/src/
Main.java 150 static public void combineTimings(double[][] target, double[][] newTimes,
152 for (int i = 0; i < target.length; i++) {
153 for (int j = 0; j < target[i].length; j++) {
154 target[i][j] =
155 ((target[i][j] * oldWeight) + newTimes[i][j])
452 static private final Target TARGET = new Target();
463 public static class Target {
517 Target target = TARGET local
527 Target target = TARGET; local
547 Target target = TARGET; local
557 Target target = TARGET; local
568 Target target = TARGET; local
579 Target target = TARGET; local
590 Target target = TARGET; local
600 Target target = TARGET; local
610 Target target = TARGET; local
662 Target target = TARGET; local
674 Target target = TARGET; local
695 Target target = TARGET; local
705 Target target = TARGET; local
716 Target target = TARGET; local
727 Target target = TARGET; local
738 Target target = TARGET; local
748 Target target = TARGET; local
758 Target target = TARGET; local
769 Target target = TARGET; local
781 Target target = TARGET; local
794 Target target = TARGET; local
807 Target target = TARGET; local
820 Target target = TARGET; local
832 Target target = TARGET; local
844 Target target = TARGET; local
857 Target target = TARGET; local
871 Target target = TARGET; local
886 Target target = TARGET; local
901 Target target = TARGET; local
916 Target target = TARGET; local
930 Target target = TARGET; local
944 Target target = TARGET; local
997 Target target = TARGET; local
1007 Target target = TARGET; local
1074 Target target = TARGET; local
1086 Target target = TARGET; local
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/export/
MultiApkExportHelper.java 59 private final Target mTarget;
94 public static enum Target {
99 Target(String name) {
107 public static Target getTarget(String value) {
108 for (Target t : values()) {
120 int versionCode, Target target, PrintStream stdio) {
124 mTarget = target;
129 if (mTarget != Target.RELEASE) {
130 throw new IllegalArgumentException("getApkData must only be called for Target.RELEASE")
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cciss_ioctl.h 85 #define LEVEL2LUN 1 // index into Target(x) structure, due to byte swapping
114 SCSI3Addr_struct Target[2]; //2 level target device addr
  /external/v8/src/
parser.cc 46 class Target;
142 Target* target_stack_; // for break, continue statements
273 void RegisterTargetUse(BreakTarget* target, Target* stop);
320 friend class Target;
2306 IterationStatement* target = NULL; local
2339 BreakableStatement* target = NULL; local
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 469 milliseconds