HomeSort by relevance Sort by last modified time
    Searched refs:NAME (Results 276 - 300 of 1076) sorted by null

<<11121314151617181920>>

  /cts/apps/CameraITS/tests/scene1/
test_burst_sameness_manual.py 30 NAME = os.path.basename(__file__).split(".")[0]
71 its.image.write_image(imgs[i], "%s_frame%03d.jpg"%(NAME,i))
75 its.image.write_image(img_mean, "%s_mean.jpg"%(NAME))
test_jpeg.py 26 NAME = os.path.basename(__file__).split(".")[0]
43 its.image.write_image(img, "%s_fmt=yuv.jpg" % (NAME))
52 its.image.write_image(img, "%s_fmt=jpg.jpg" % (NAME))
test_param_exposure_time.py 28 NAME = os.path.basename(__file__).split(".")[0]
46 img, "%s_frame%d.jpg" % (NAME, i))
59 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
test_param_sensitivity.py 28 NAME = os.path.basename(__file__).split(".")[0]
52 img, "%s_iso=%04d.jpg" % (NAME, s))
64 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
test_raw_sensitivity.py 27 NAME = os.path.basename(__file__).split(".")[0]
66 its.image.write_image(img, "%s_s=%05d_var=%f.jpg" % (NAME,s,var))
70 matplotlib.pyplot.savefig("%s_variances.png" % (NAME))
test_tonemap_sequence.py 25 NAME = os.path.basename(__file__).split(".")[0]
47 its.image.write_image(img, "%s_i=%d.jpg" % (NAME, i))
56 its.image.write_image(img, "%s_i=%d.jpg" % (NAME, i))
test_yuv_plus_raw.py 26 NAME = os.path.basename(__file__).split(".")[0]
44 its.image.write_image(img, "%s_yuv.jpg" % (NAME), True)
51 its.image.write_image(img, "%s_raw.jpg" % (NAME), True)
test_yuv_plus_raw10.py 26 NAME = os.path.basename(__file__).split(".")[0]
45 its.image.write_image(img, "%s_yuv.jpg" % (NAME), True)
52 its.image.write_image(img, "%s_raw.jpg" % (NAME), True)
test_auto_vs_manual.py 31 NAME = os.path.basename(__file__).split(".")[0]
51 its.image.write_image(img_auto, "%s_auto.jpg" % (NAME))
64 its.image.write_image(img_man1, "%s_manual_wb.jpg" % (NAME))
79 its.image.write_image(img_man2, "%s_manual_wb_tm.jpg" % (NAME))
test_black_white.py 27 NAME = os.path.basename(__file__).split(".")[0]
48 its.image.write_image(img, "%s_black.jpg" % (NAME))
63 its.image.write_image(img, "%s_white.jpg" % (NAME))
76 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
test_param_noise_reduction.py 35 NAME = os.path.basename(__file__).split(".")[0]
57 "%s_low_gain.jpg" % (NAME))
75 "%s_high_gain_nr=%d.jpg" % (NAME, i))
87 matplotlib.pyplot.savefig("%s_plot_variances.png" % (NAME))
  /external/chromium_org/remoting/host/installer/mac/PrivilegedHelperTools/
org.chromium.chromoting.me2me.sh 7 NAME=org.chromium.chromoting
11 ENABLED_FILE=$CONFIG_DIR/$NAME.me2me_enabled
12 CONFIG_FILE=$CONFIG_DIR/$NAME.json
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
Join.java 31 public static final String NAME = "Join";
43 super(NAME);
51 super(NAME);
Replaces.java 31 public static final String NAME = "Replaces";
43 super(NAME);
51 super(NAME);
204 * CVS: then name the system in this line, otherwise delete it.
207 * CVS: they sent us a patch or a set of diffs, then include their name/email
211 * CVS: reviewed your changes, include their name(s) here.
245 * CVS: then name the system in this line, otherwise delete it.
248 * CVS: they sent us a patch or a set of diffs, then include their name/email
252 * CVS: reviewed your changes, include their name(s) here.
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssociatedURI.java 54 * p-aso-uri-spec = name-addr *(SEMI ai-param)
56 * name-addr = [display-name] angle-addr
76 super(PAssociatedURIHeader.NAME);
85 super(PAssociatedURIHeader.NAME);
95 super(PAssociatedURIHeader.NAME);
  /frameworks/rs/cpu_ref/linkloader/android/
test-librsloader.c 32 char const *name; member in struct:func_entry_t
37 void *find_sym(void *context, char const *name) {
39 #define DEF(NAME, ADDR) \
40 { NAME, sizeof(NAME) - 1, (void *)(&(ADDR)) },
57 size_t name_len = strlen(name);
59 if (name_len == tab[i].name_len && strcmp(name, tab[i].name) == 0) {
  /cts/apps/CameraITS/tests/inprog/
test_black_level.py 35 NAME = os.path.basename(__file__).split(".")[0]
68 "%s_s=%05d_y.jpg" % (NAME, s), True)
70 "%s_s=%05d_u.jpg" % (NAME, s), True)
91 matplotlib.pyplot.savefig("%s_plot_histograms.png" % (NAME))
test_blc_lsc.py 26 NAME = os.path.basename(__file__).split(".")[0]
76 its.image.write_image(img, "%s_i=%d.jpg"%(NAME, i))
95 matplotlib.pyplot.savefig("%s_plot_means_center.png" % (NAME))
102 matplotlib.pyplot.savefig("%s_plot_means_corner.png" % (NAME))
test_faces.py 23 NAME = os.path.basename(__file__).split(".")[0]
  /external/clang/include/clang/Driver/
SanitizerArgs.h 26 #define SANITIZER(NAME, ID) SO_##ID,
27 #define SANITIZER_GROUP(NAME, ID, ALIAS) SO_##ID##Group,
34 #define SANITIZER(NAME, ID) ID = 1 << SO_##ID,
35 #define SANITIZER_GROUP(NAME, ID, ALIAS) \
  /external/nist-sip/java/gov/nist/javax/sip/header/
AcceptLanguageList.java 53 super(AcceptLanguage.class, AcceptLanguageHeader.NAME);
Priority.java 72 super(NAME);
RSeq.java 47 super(NAME);
ReferTo.java 58 super(NAME);
101 * CVS: then name the system in this line, otherwise delete it.
104 * CVS: they sent us a patch or a set of diffs, then include their name/email
108 * CVS: reviewed your changes, include their name(s) here.
136 * CVS: then name the system in this line, otherwise delete it.
139 * CVS: they sent us a patch or a set of diffs, then include their name/email
143 * CVS: reviewed your changes, include their name(s) here.
SIPETag.java 54 super(NAME);

Completed in 235 milliseconds

<<11121314151617181920>>