HomeSort by relevance Sort by last modified time
    Searched refs:NAME (Results 326 - 350 of 1053) sorted by null

<<11121314151617181920>>

  /pdk/apps/CameraITS/tests/scene1/
test_param_flash_mode.py 25 NAME = os.path.basename(__file__).split(".")[0]
50 its.image.write_image(img, "%s_mode=%d.jpg" % (NAME, f))
test_exposure.py 33 NAME = os.path.basename(__file__).split(".")[0]
61 its.image.write_image(img, "%s_mult=%02d.jpg" % (NAME, m))
74 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
test_linearity.py 34 NAME = os.path.basename(__file__).split(".")[0]
77 img, "%s_sens=%04d.jpg" % (NAME, sens))
89 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
test_param_color_correction.py 34 NAME = os.path.basename(__file__).split(".")[0]
76 its.image.write_image(img, "%s_req=%d.jpg" % (NAME, i))
91 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
test_param_tonemap_mode.py 29 NAME = os.path.basename(__file__).split(".")[0]
67 img, "%s_n=%d.jpg" %(NAME, n))
92 img, "%s_size=%02d.jpg" %(NAME, size))
test_raw_burst_sensitivity.py 29 NAME = os.path.basename(__file__).split(".")[0]
74 its.image.write_image(img, "%s_s=%05d_var=%f.jpg" % (NAME,s,var))
78 matplotlib.pyplot.savefig("%s_variances.png" % (NAME))
test_yuv_jpeg_all.py 26 NAME = os.path.basename(__file__).split(".")[0]
52 NAME,size[0],size[1]))
65 NAME,size[0], size[1]))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 36 if arg.type == token.NAME and arg.value in names_inserted:
42 if arg.type == token.NAME:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 36 if arg.type == token.NAME and arg.value in names_inserted:
42 if arg.type == token.NAME:
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_PlaylistsTest.java 68 values.put(Playlists.NAME, "My favourites");
82 assertEquals("My favourites", c.getString(c.getColumnIndex(Playlists.NAME)));
94 values.put(Playlists.NAME, "xxx");
100 assertEquals("xxx", c.getString(c.getColumnIndex(Playlists.NAME)));
114 values.put(Playlists.NAME, "My favourites");
Settings_SystemTest.java 45 String selection = System.NAME + "=\"" + INT_FIELD + "\"";
48 selection = System.NAME + "=\"" + LONG_FIELD + "\"";
51 selection = System.NAME + "=\"" + FLOAT_FIELD + "\"";
54 selection = System.NAME + "=\"" + STRING_FIELD + "\"";
57 selection = System.NAME + "=\"" + System.SHOW_GTALK_SERVICE_STATUS + "\"";
135 String name = "table"; local
137 Uri uri = System.getUriFor(name);
139 assertEquals(Uri.withAppendedPath(System.CONTENT_URI, name), uri);
  /frameworks/compile/libbcc/tests/debuginfo/
build_test_apk.sh 23 NAME=""
76 --name)
78 NAME="$2"
131 echo " --testcase <name> The .rs testcase file with which to build the project"
132 echo " --driver <name> The java template directory with which to build the project"
135 echo " --activity <name> Name for your default Activity class"
136 echo " --package <name> Package namespace for your project"
137 echo " --target <name> Android build target. Execute 'android list targets' to list available targets and their ID's."
138 echo " --minsdk <name> minSdkVersion attribute to embed in AndroidManifest.xml of test project.
    [all...]
  /ndk/build/tools/
download-toolchain-sources.sh 29 register_var_option "--branch=<name>" BRANCH "Specify release branch"
31 # the default release name (use today's date)
37 register_var_option "--release=<name>" RELEASE "Specify release name"
136 # $1: repository name, relative to $GITPREFIX (e.g. 'gcc')
158 # $3: repository/clone name (e.g. 'gcc')
165 local NAME=$3
167 local GITOPTS="--git-dir=$CLONE_DIR/$NAME/.git"
168 log "Checking out $BRANCH branch of $NAME.git: $@"
173 (mkdir -p $TMPDIR/$SUBDIR/$NAME && cd $TMPDIR/$SUBDIR/$NAME && run $GITCMD $GITOPTS checkout $REVISION "$@"
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java 128 * @return a string contianing the ip address or host name of the sender of the message.
389 if (!copyHeader(CSeqHeader.NAME, badReq, buf))
391 if (!copyHeader(CallIdHeader.NAME, badReq, buf))
393 if (!copyHeader(FromHeader.NAME, badReq, buf))
395 if (!copyHeader(ToHeader.NAME, badReq, buf))
399 int toStart = buf.indexOf(ToHeader.NAME);
411 clength + buf.length() + ContentTypeHeader.NAME.length()
413 ContentLengthHeader.NAME.length() < 1300) {
434 * @param name
442 private static final boolean copyHeader(String name, String fromReq, StringBuffer buf)
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java 66 DummyProvider._ID, DummyProvider.NAME};
81 values0.put(DummyProvider.NAME, NAME0);
85 values1.put(DummyProvider.NAME, NAME1);
89 values2.put(DummyProvider.NAME, NAME2);
108 values1.put(DummyProvider.NAME, NAME3);
110 values2.put(DummyProvider.NAME, NAME4);
181 values1.put(DummyProvider.NAME, NAME3);
183 values2.put(DummyProvider.NAME, NAME4);
190 DummyProvider.NAME + "=?", new String[] { NAME0 }, NO_CANCEL);
200 DummyProvider.NAME + "=?", new String[] { NAME1 }, CANCELABLE)
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_type_unittest.cc 25 EXPECT_EQ(NAME, first.group());
67 EXPECT_EQ(NAME, first.group());
82 EXPECT_EQ(NAME, shipping_first.group());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 34 #ifndef NAME
35 #error "NAME is not defined!"
49 NAME(struct quad_stage *qs,
145 #undef NAME
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 34 #ifndef NAME
35 #error "NAME is not defined!"
49 NAME(struct quad_stage *qs,
145 #undef NAME
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
VoiceMailConstants.java 44 static final int NAME = 0;
60 return data[NAME];
96 String name = parser.getName(); local
97 if (!"voicemail".equals(name)) {
103 data[NAME] = parser.getAttributeValue(null, "carrier");
  /prebuilts/misc/common/swig/include/2.0.11/lua/
typemaps.i 168 SWIG_DECLARE_TYPEMAP_ARR_FN(NAME,TYPE)
235 #define SWIG_DECLARE_TYPEMAP_ARR_FN(NAME,TYPE)\
236 SWIGINTERN int SWIG_read_##NAME##_num_array(lua_State* L,int index,TYPE *array,int size){\
250 SWIGINTERN TYPE* SWIG_get_##NAME##_num_array_fixed(lua_State* L, int index, int size){\
257 if (!SWIG_read_##NAME##_num_array(L,index,array,size)){\
264 SWIGINTERN TYPE* SWIG_get_##NAME##_num_array_var(lua_State* L, int index, int* size)\
277 if (!SWIG_read_##NAME##_num_array(L,index,array,*size)){\
284 SWIGINTERN void SWIG_write_##NAME##_num_array(lua_State* L,TYPE *array,int size){\
298 %define SWIG_TYPEMAP_NUM_ARR(NAME,TYPE)
299 %{SWIG_DECLARE_TYPEMAP_ARR_FN(NAME,TYPE);%
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 155 #define L_BIT_ARR_DEFN(NAME) \
156 unsigned long NAME[((AVL_MAX_DEPTH) + L_LONG_BIT - 1) / L_LONG_BIT];
162 #define L_BIT_ARR_DEFN(NAME) unsigned long NAME;
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_nop.c 91 #define NAME(func) NoOp##func
99 #define TABLE_ENTRY(name) (_glapi_proc) NoOp##name
114 #define TABLE_ENTRY(name) (_glapi_proc) NoOpGeneric
  /external/chromium_org/third_party/zlib/
inflate.h 27 NAME, /* i: waiting for end of file name (gzip) */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /external/clang/include/clang/Driver/
Types.h 21 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) TY_##ID,
27 /// getTypeName - Return the name of the type for \p Id.
46 /// command line (by the type name); this is used when forwarding
74 /// specified type name.
75 ID lookupTypeForTypeSpecifier(const char *Name);
  /external/elfutils/0.153/src/
sectionhash.c 41 int result = strcmp (one->name, two->name);
77 #define NAME ld_section_tab

Completed in 6102 milliseconds

<<11121314151617181920>>