HomeSort by relevance Sort by last modified time
    Searched defs:val (Results 901 - 925 of 2070) sorted by null

<<31323334353637383940>>

  /ndk/sources/host-tools/make-3.81/
expand.c 522 char *val;
531 val = variable_append (v->name, strlen (v->name), current_variable_set_list);
532 variable_buffer_output (val, "", 1);
533 val = variable_buffer;
538 return val;
516 char *val; local
  /ndk/tests/device/test-gnustl-full/unit/
money_facets_test.cpp 255 _STLP_LONGEST_FLOAT_TYPE val; local
257 long double val; local
261 fmg.get(istr, istreambuf_iterator<char, char_traits<char> >(), false, ostr, err, val);
265 CPPUNIT_ASSERT( val == 123456 );
268 CPPUNIT_ASSERT( val == -123456 );
num_put_get_test.cpp 56 static bool check_float(float val, float ref)
59 return val <= ref + epsilon && val >= ref - epsilon;
62 static bool check_double(double val, double ref)
65 return val <= ref + epsilon && val >= ref - epsilon;
284 F val; local
285 str >> val; local
288 CPPUNIT_ASSERT( limits::infinity() > val );
297 F val; local
298 str >> val; local
833 float val; local
834 str >> val; local
846 float val; local
847 str >> val; local
860 double val; local
861 str >> val; local
873 double val; local
874 str >> val; local
897 short val; local
898 istr >> oct >> val; local
906 istr >> oct >> val; local
918 short val = -1; local
919 istr >> val; local
927 istr >> val; local
936 istr >> val; local
945 istr >> val; local
953 istr >> val; local
964 short val = -1; local
965 istr >> hex >> val; local
973 istr >> hex >> val; local
981 istr >> hex >> val; local
988 istr >> hex >> val; local
997 istr >> hex >> val; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
money_facets_test.cpp 255 _STLP_LONGEST_FLOAT_TYPE val; local
257 long double val; local
261 fmg.get(istr, istreambuf_iterator<char, char_traits<char> >(), false, ostr, err, val);
265 CPPUNIT_ASSERT( val == 123456 );
268 CPPUNIT_ASSERT( val == -123456 );
num_put_get_test.cpp 56 static bool check_float(float val, float ref)
59 return val <= ref + epsilon && val >= ref - epsilon;
62 static bool check_double(double val, double ref)
65 return val <= ref + epsilon && val >= ref - epsilon;
284 F val; local
285 str >> val; local
288 CPPUNIT_ASSERT( limits::infinity() > val );
297 F val; local
298 str >> val; local
833 float val; local
834 str >> val; local
846 float val; local
847 str >> val; local
860 double val; local
861 str >> val; local
873 double val; local
874 str >> val; local
899 short val; local
900 istr >> oct >> val; local
908 istr >> oct >> val; local
920 short val = -1; local
921 istr >> val; local
929 istr >> val; local
938 istr >> val; local
947 istr >> val; local
955 istr >> val; local
966 short val = -1; local
967 istr >> hex >> val; local
975 istr >> hex >> val; local
983 istr >> hex >> val; local
990 istr >> hex >> val; local
999 istr >> hex >> val; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EventViewUtils.java 185 int val = values.get(i); local
189 if (val == allowedValues[j]) {
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 50 int val = (int) (REDY * r + GREENY * g + BLUEY * b) / 1000 + 16; local
51 if (val < 0) val = 0;
52 if (val > 255) val = 255;
53 *(yimg) = val;
55 val = (int) (REDV * r - GREENV * g - BLUEV * b) / 1000 + 128;
56 if (val < 0) val = 0;
57 if (val > 255) val = 255
94 int val = (int) (REDY * r + GREENY * g + BLUEY * b) \/ 1000 + 16; local
118 int r,g,b, nr, ng, nb, val; local
148 int r,g,b, nr, ng, nb, val; local
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
ImageUtils.cpp 50 int val = (int) (REDY * r + GREENY * g + BLUEY * b) / 1000 + 16; local
51 if (val < 0) val = 0;
52 if (val > 255) val = 255;
53 *(yimg) = val;
55 val = (int) (REDV * r - GREENV * g - BLUEV * b) / 1000 + 128;
56 if (val < 0) val = 0;
57 if (val > 255) val = 255
94 int val = (int) (REDY * r + GREENY * g + BLUEY * b) \/ 1000 + 16; local
118 int r,g,b, nr, ng, nb, val; local
148 int r,g,b, nr, ng, nb, val; local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
TimerSetupView.java 145 Integer val = (Integer) v.getTag(R.id.numbers_key); local
147 if (val != null) {
149 if (mInputPointer == -1 && val == 0) {
157 mInput [0] = val;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorSVRectView.java 102 float val = (w - i / w) / (float) w; local
104 hsv[2] = val;
183 double val = mHSVO[2]; local
187 mDotY = (float) ((1 - val) * (mHeight - 2 * mBorder) + mBorder);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorColorBorder.java 74 String val = rep.getValueString(); local
75 return mParameterString + val;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterBasicRepresentation.java 146 int val = getValue(); local
147 return ((val > 0) ? "+" : "") + val;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 50 int val = (int) (REDY * r + GREENY * g + BLUEY * b) / 1000 + 16; local
51 if (val < 0) val = 0;
52 if (val > 255) val = 255;
53 *(yimg) = val;
55 val = (int) (REDV * r - GREENV * g - BLUEV * b) / 1000 + 128;
56 if (val < 0) val = 0;
57 if (val > 255) val = 255
94 int val = (int) (REDY * r + GREENY * g + BLUEY * b) \/ 1000 + 16; local
118 int r,g,b, nr, ng, nb, val; local
148 int r,g,b, nr, ng, nb, val; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ButteryProgressBar.java 128 final float val = (Float) mAnimator.getAnimatedValue(); local
139 final float l = val * (w >> (i + 1));
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParser.java 89 String val; local
92 val = value();
94 paramValues.add(val);
  /pdk/apps/CameraITS/service/src/com/android/camera2/its/
ItsSerializer.java 235 Object val[] = new Object[ja.length()]; local
238 Array.set(val, i, ja.getInt(i));
240 Array.set(val, i, (byte)ja.getInt(i));
242 Array.set(val, i, (float)ja.getDouble(i));
244 Array.set(val, i, ja.getLong(i));
246 Array.set(val, i, ja.getDouble(i));
248 Array.set(val, i, ja.getBoolean(i));
250 Array.set(val, i, ja.getString(i));
253 Array.set(val, i, new android.hardware.camera2.Size(
257 Array.set(val, i, new android.graphics.Rect
276 Object val = null; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
base.h 346 const T& val; member in class:__gnu_parallel::pseudo_sequence_iterator
350 pseudo_sequence_iterator(const T& val, difference_type pos)
351 : val(val), pos(pos) { }
368 { return val; }
372 { return val; }
405 * @param val Element of the sequence.
408 pseudo_sequence(const T& val, difference_type count)
409 : val(val), count(count) {
422 const T& val; member in class:__gnu_parallel::pseudo_sequence
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
osd.h 136 long val; member in struct:osd_cap_s
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sem.h 46 int val; /* value for SETVAL */ member in union:semun
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
osd.h 136 long val; member in struct:osd_cap_s
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sem.h 46 int val; /* value for SETVAL */ member in union:semun
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
osd.h 136 long val; member in struct:osd_cap_s
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sem.h 46 int val; /* value for SETVAL */ member in union:semun
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
sem.h 50 int val; member in union:semun
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
sem.h 50 int val; member in union:semun

Completed in 655 milliseconds

<<31323334353637383940>>