/external/autotest/test_suites/ |
control.push_to_prod | 7 PURPOSE = "Test Autotest before push to prod." 16 before push to prod. Design doc:
|
/external/kernel-headers/original/uapi/linux/ |
zorro.h | 36 #define ZORRO_ID(manuf, prod, epc) \ 37 ((ZORRO_MANUF_##manuf << 16) | ((prod) << 8) | (epc))
|
/external/llvm/test/CodeGen/Thumb2/ |
thumb2-sbc.ll | 64 %prod = add i64 %cl, %truncdigit 65 %ph = lshr i64 %prod, 32
|
/external/tensorflow/tensorflow/contrib/reduce_slice_ops/kernels/ |
reduce_slice_ops.h | 25 #define Prod(a, b) ((a) * (b)) 63 func(Prod, functor::reduce_functions::one, ##__VA_ARGS__) func( \
|
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/ |
XenStore.c | 333 @param Prod The producer index for the ring to test.
342 XENSTORE_RING_IDX Prod
345 return ((Prod - Cons) <= XENSTORE_RING_SIZE);
353 @param Prod The producer index for the ring.
363 IN XENSTORE_RING_IDX Prod,
369 Len = XENSTORE_RING_SIZE - MASK_XENSTORE_IDX (Prod);
370 if ((XENSTORE_RING_SIZE - (Prod - Cons)) < Len) {
371 Len = XENSTORE_RING_SIZE - (Prod - Cons);
374 return (Buffer + MASK_XENSTORE_IDX (Prod));
382 @param Prod The producer index for the ring. [all...] |
/external/libxml2/result/valid/ |
REC-xml-19980210.xml | 583 <prod id="NT-document"><lhs>document</lhs> 586 <nt def="NT-Misc">Misc</nt>*</rhs></prod> 643 <prod id="NT-Char"><lhs>Char</lhs> 647 surrogate blocks, FFFE, and FFFF.</com> </prod> 676 <prod id="NT-S"><lhs>S</lhs> 678 </prod> 714 <prod id="NT-NameChar"><lhs>NameChar</lhs> 720 </prod> 721 <prod id="NT-Name"><lhs>Name</lhs> 723 (<nt def="NT-NameChar">NameChar</nt>)*</rhs></prod> [all...] |
/external/libxml2/test/relaxng/ |
tutor11_1_3.xml | 608 <prod id='NT-document'><lhs>document</lhs> 611 <nt def='NT-Misc'>Misc</nt>*</rhs></prod> 669 <prod id="NT-Char"><lhs>Char</lhs> 673 surrogate blocks, FFFE, and FFFF.</com> </prod> 702 <prod id='NT-S'><lhs>S</lhs> 704 </prod> 740 <prod id='NT-NameChar'><lhs>NameChar</lhs> 746 </prod> 747 <prod id='NT-Name'><lhs>Name</lhs> 749 (<nt def='NT-NameChar'>NameChar</nt>)*</rhs></prod> [all...] |
/external/libxml2/test/valid/ |
REC-xml-19980210.xml | 608 <prod id='NT-document'><lhs>document</lhs> 611 <nt def='NT-Misc'>Misc</nt>*</rhs></prod> 669 <prod id="NT-Char"><lhs>Char</lhs> 673 surrogate blocks, FFFE, and FFFF.</com> </prod> 702 <prod id='NT-S'><lhs>S</lhs> 704 </prod> 740 <prod id='NT-NameChar'><lhs>NameChar</lhs> 746 </prod> 747 <prod id='NT-Name'><lhs>Name</lhs> 749 (<nt def='NT-NameChar'>NameChar</nt>)*</rhs></prod> [all...] |
/cts/tools/dasm/src/java_cup/ |
reduce_action.java | 18 * @param prod the production this action reduces with. 20 public reduce_action(production prod ) throws internal_error 23 if (prod == null) 27 _reduce_with = prod;
|
lr_item_core.java | 30 * @param prod production this item uses. 33 public lr_item_core(production prod, int pos) throws internal_error 38 if (prod == null) 42 _the_production = prod; 65 * @param prod production this item uses. 67 public lr_item_core(production prod) throws internal_error 69 this(prod,0);
|
emit.java | 307 production prod; local 355 prod = (production)p.nextElement(); 359 out.println(" case " + prod.index() + ": // " + 360 prod.to_simple_string()); 368 prod.to_simple_string() + "\");"); 372 prod.lhs().the_symbol().stack_type() + "(/*" + 373 prod.lhs().the_symbol().name() + "*/" + 374 prod.lhs().the_symbol().index() + ");"); 377 if (prod.action() != null && prod.action().code_string() != null & 422 production prod; local [all...] |
/external/autotest/server/site_tests/firmware_Cr50GetName/ |
firmware_Cr50GetName.py | 84 # If the board id is erased, the device should update to the prod 86 ext = 'prod' 87 expected_result.append('board ID is erased using prod image') 90 ext = 'prepvt' if flags & 0x10 else 'prod'
|
/external/mdnsresponder/mDNSWindows/Java/ |
makefile | 24 # 'nmake clean' or 'nmake clean DEBUG=1' to delete prod/debug objects & targets 51 # Set up diverging paths for debug vs. prod builds 61 OBJDIR = objects\prod 62 BUILDDIR = build\prod
|
makefile64 | 24 # 'nmake clean' or 'nmake clean DEBUG=1' to delete prod/debug objects & targets 51 # Set up diverging paths for debug vs. prod builds 61 OBJDIR = objects\prod\x64 62 BUILDDIR = build\prod\x64
|
/external/ply/ply/example/yply/ |
yparse.py | 142 prod = [] 153 prod.append(embed_name) 157 prod.append(item) 158 print(" '''%s : %s'''" % (rulename, " ".join(prod)))
|
/system/update_engine/ |
sample_omaha_v3_response.xml | 1 <response protocol="3.0" server="prod">
|
/test/vti/test_serving/gae/ |
app.yaml | 7 ENDPOINTS_SERVICE_NAME: vtslab-schedule-prod.appspot.com
|
build_infov1openapi.json | 46 "host": "vtslab-schedule-prod.appspot.com",
|
host_infov1openapi.json | 54 "host": "vtslab-schedule-prod.appspot.com",
|
lab_infov1openapi.json | 51 "host": "vtslab-schedule-prod.appspot.com",
|
/tools/tradefederation/core/prod-tests/ |
Android.mk | 27 LOCAL_MODULE := tf-prod-tests
|
/external/libopus/celt/tests/ |
test_unit_mathops.c | 55 double prod; local 59 prod = (1./32768./65526.)*val*i; 61 prod = val*i; 63 if (fabs(prod-1) > .00025) 65 fprintf (stderr, "div failed: 1/%d="WORD" (product = %f)\n", i, val, prod);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
filter_functions.c | 100 double sum, prod; local 107 prod = x[0] * x_lag[0]; 109 sum += prod; 110 prod = x[n] * x_lag[n]; 112 sum += prod;
|
/external/webrtc/webrtc/modules/video_coding/test/ |
plotReceiveTrace.m | 129 if prod(size(completeTime)) > 0 138 if prod(size(decodeTime)) > 0 147 if prod(size(decodeCompleteTime)) > 0 155 if prod(size(renderTime)) > 0 200 if prod(size(renderTime)) > 0
|
/test/framework/harnesses/host_controller/command_processor/ |
command_config.py | 58 config_type: string, config type (`prod` or `test'). 121 config_type: string, config type (`prod` or `test'). 155 choices=("prod", "test"), 156 default="prod", 157 help="Whether it's for prod")
|