HomeSort by relevance Sort by last modified time
    Searched defs:flag (Results 76 - 100 of 1535) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/opencv3/modules/cudaarithm/perf/
perf_arithm.cpp 117 const int flag = GET_PARAM(1); local
129 TEST_CYCLE() cv::cuda::mulSpectrums(d_a, d_b, dst, flag);
137 TEST_CYCLE() cv::mulSpectrums(a, b, dst, flag);
183 const int flag = GET_PARAM(1); local
193 TEST_CYCLE() cv::cuda::dft(d_src, dst, size, flag);
201 TEST_CYCLE() cv::dft(src, dst, flag);
  /external/toybox/toys/other/
hwclock.c 78 int w = toys.optflags & FLAG_w, flag = O_WRONLY*w; local
81 if (!TT.fname && (fd = open("/dev/rtc", flag)) == -1) {
85 if (fd == -1) fd = xopen(TT.fname, flag);
switch_root.c 33 int flag = 0; local
36 flag = AT_REMOVEDIR;
38 unlinkat(dirtree_parentfd(node), node->name, flag); local
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_TransRecBlockCoef_intra.c 70 * pSumErr - pointer to a flag indicating whether or not AC prediction is
90 * shortVideoHeader - binary flag indicating presence of
158 OMX_U8 flag; local
235 flag = 1;
255 flag,
  /hardware/intel/common/libmix/mix_video/src/
test.c 22 gboolean flag = MIX_IS_DISPLAYX11 (base); local
34 flag = MIX_IS_DISPLAYX11 (base);
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_queue.c 69 int flag = 1; local
72 flag = 0;
76 return flag;
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-test/src/
mm_qcamera_queue.c 69 int flag = 1; local
72 flag = 0;
76 return flag;
  /libcore/luni/src/test/java/libcore/java/util/
OldFormattableTest.java 27 boolean flag = false; field in class:OldFormattableTest.Mock_Formattable
40 flag = true;
44 return flag;
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh990323-1.cpp 59 int flag = 0; local
67 flag = 1;
70 if (!flag)
eh990323-5.cpp 51 int flag; local
53 flag = 0;
58 flag = 1;
60 if (!flag)
  /ndk/tests/device/test-stlport_static-exception/jni/
eh990323-1.cpp 59 int flag = 0; local
67 flag = 1;
70 if (!flag)
eh990323-5.cpp 51 int flag; local
53 flag = 0;
58 flag = 1;
60 if (!flag)
  /packages/inputmethods/LatinIME/native/jni/tests/dictionary/structure/v4/content/
language_model_dict_content_test.cpp 32 const int flag = 0xF0; local
35 const ProbabilityEntry probabilityEntry(flag, probability);
39 EXPECT_EQ(flag, entry.getFlags());
53 const int flag = 0xF0; local
58 const ProbabilityEntry probabilityEntry(flag, &historicalInfo);
61 EXPECT_EQ(flag, entry.getFlags());
94 const int flag = 0xFF; local
102 const ProbabilityEntry probabilityEntry(flag, probability);
104 const ProbabilityEntry bigramProbabilityEntry(flag, bigramProbability);
110 const ProbabilityEntry trigramProbabilityEntry(flag, trigramProbability)
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
QueryParameterUtils.java 25 final String flag = getQueryParameter(uri, name); local
26 return flag == null
28 : (!"false".equals(flag.toLowerCase()) && !"0".equals(flag.toLowerCase()));
  /packages/services/Car/car-lib/src/android/car/
VehicleZoneUtil.java 28 * Change zone flag into index with available zones.
31 * @param zone flag for the zone to get index, should not be zero and should be one of the flags
53 * Return number of zones (non-zero flag) from given zones.
65 * Return bit flag of first zone. If zones is 0, it will just return 0.
73 int flag = 0x1; local
75 if ((flag & zones) != 0) {
76 return flag;
78 flag <<= 1;
84 * Return bit flag of zone available after startingZone. For zones of 0x7 with startingZone of
87 * @param startingZone A big flag representing a zone. This does not necessarily be one of flag
98 int flag = startingZone<<1; local
121 int flag = 0x1; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
getopt.h 95 If the field `flag' is not NULL, it points to a variable that is set
101 option's `flag' field to zero and its `val' field to a nonzero
103 one). For long options that have a zero `flag' field, `getopt'
112 int *flag; member in struct:option
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
getopt.h 95 If the field `flag' is not NULL, it points to a variable that is set
101 option's `flag' field to zero and its `val' field to a nonzero
103 one). For long options that have a zero `flag' field, `getopt'
112 int *flag; member in struct:option
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
getopt.h 24 extern int opterr; /* flag to enable built-in diagnostics... */
66 int *flag; /* where to save its status, or NULL */ member in struct:option
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
getopt.h 54 /* if not NULL, set *flag to val when option found */
55 int *flag; member in struct:option
56 /* if flag not NULL, value to set *flag to; else return value */
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
getopt.h 54 /* if not NULL, set *flag to val when option found */
55 int *flag; member in struct:option
56 /* if flag not NULL, value to set *flag to; else return value */
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
getopt.h 54 /* if not NULL, set *flag to val when option found */
55 int *flag; member in struct:option
56 /* if flag not NULL, value to set *flag to; else return value */
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
getopt.h 54 /* if not NULL, set *flag to val when option found */
55 int *flag; member in struct:option
56 /* if flag not NULL, value to set *flag to; else return value */
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
getopt.h 54 /* if not NULL, set *flag to val when option found */
55 int *flag; member in struct:option
56 /* if flag not NULL, value to set *flag to; else return value */
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
getopt.h 54 /* if not NULL, set *flag to val when option found */
55 int *flag; member in struct:option
56 /* if flag not NULL, value to set *flag to; else return value */
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
getopt.h 54 /* if not NULL, set *flag to val when option found */
55 int *flag; member in struct:option
56 /* if flag not NULL, value to set *flag to; else return value */

Completed in 6519 milliseconds

1 2 34 5 6 7 8 91011>>