Searched
refs:NAME (Results
351 -
375 of
1076) sorted by null
<<11121314151617181920>>
/cts/apps/CameraITS/tests/scene1/ |
test_crop_regions.py | 26 NAME = os.path.basename(__file__).split(".")[0] 55 its.image.write_image(img_full, "%s_full.jpg" % (NAME)) 83 its.image.write_image(img_crop, "%s_crop%d.jpg" % (NAME, i)) 92 its.image.write_image(tile_full, "%s_fullregion%d.jpg"%(NAME,j))
|
/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
|
/external/libvpx/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/mesa3d/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/nist-sip/java/gov/nist/javax/sip/header/ |
AcceptEncoding.java | 85 super(NAME);
|
AllowEventsList.java | 62 super(AllowEvents.class, AllowEventsHeader.NAME);
|
AllowList.java | 62 super(Allow.class, AllowHeader.NAME);
|
ContentDisposition.java | 58 super(NAME); 142 * CVS: then name the system in this line, otherwise delete it. 145 * CVS: they sent us a patch or a set of diffs, then include their name/email 149 * CVS: reviewed your changes, include their name(s) here. 177 * CVS: then name the system in this line, otherwise delete it. 180 * CVS: they sent us a patch or a set of diffs, then include their name/email 184 * CVS: reviewed your changes, include their name(s) here.
|
RecordRoute.java | 58 super(NAME);
|
RouteList.java | 52 super(Route.class, RouteHeader.NAME);
|
Server.java | 86 super(NAME); 143 * CVS: then name the system in this line, otherwise delete it. 146 * CVS: they sent us a patch or a set of diffs, then include their name/email 150 * CVS: reviewed your changes, include their name(s) here. 178 * CVS: then name the system in this line, otherwise delete it. 181 * CVS: they sent us a patch or a set of diffs, then include their name/email 185 * CVS: reviewed your changes, include their name(s) here.
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PChargingFunctionAddressesHeader.java | 85 * Name of PChargingFunctionAddressesHeader 87 public final static String NAME = "P-Charging-Function-Addresses";
|
PPreferredIdentity.java | 60 super(NAME);
|
ServiceRoute.java | 56 super(NAME);
|
/external/nist-sip/java/javax/sip/header/ |
AuthorizationHeader.java | 7 String NAME = "Authorization";
|
ViaHeader.java | 7 String NAME = "Via";
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
inflate.h | 27 NAME, /* i: waiting for end of file name (gzip) */ 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
|
/external/qemu/distrib/zlib-1.2.8/ |
inflate.h | 27 NAME, /* i: waiting for end of file name (gzip) */ 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
|
/external/zlib/src/ |
inflate.h | 27 NAME, /* i: waiting for end of file name (gzip) */ 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
BluetoothMasRequestGetMessagesListingSize.java | 33 mHeaderSet.setHeader(HeaderSet.NAME, "");
|
BluetoothMasRequestSetMessageStatus.java | 38 mHeaderSet.setHeader(HeaderSet.NAME, handle);
|
Completed in 1324 milliseconds
<<11121314151617181920>>