Home
last modified time | relevance | path

Searched refs:UNDEFINED (Results 1 – 25 of 79) sorted by relevance

1234

/external/compiler-rt/make/
Dlib_platforms.mk28 $$(call Set,$$(var),UNDEFINED))
31 $$(call Set,$$(var).$$(config),UNDEFINED)))
34 $$(call Set,$$(var).$$(arch),UNDEFINED)))
42 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
46 $$(if $$(and $$(call strneq,UNDEFINED,$$(UniversalArchs)),\
47 $$(call strneq,UNDEFINED,$$(Arch))),\
49 $$(if $$(or $$(call strneq,UNDEFINED,$$(UniversalArchs)),\
50 $$(call strneq,UNDEFINED,$$(Arch))),,\
55 $$(if $$(call strneq,UNDEFINED,$$($$(var))),\
59 $$(if $$(call strneq,UNDEFINED,$$($$(var).$$(config))),\
[all …]
Dsubdir.mk42 $$(call Set,$$(var),UNDEFINED))
49 $$(if $$(call strneq,UNDEFINED,$$($$(var))), \
57 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
60 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
/external/v8/src/js/
Dprologue.js14 var imports = UNDEFINED;
15 var imports_from_experimental = UNDEFINED;
17 var typed_array_setup = UNDEFINED;
158 UNDEFINED, DONT_ENUM | DONT_DELETE);
253 utils.PostNatives = UNDEFINED;
254 utils.ImportFromExperimental = UNDEFINED;
269 utils.Export = UNDEFINED;
270 utils.PostDebug = UNDEFINED;
271 utils.PostExperimentals = UNDEFINED;
272 typed_array_setup = UNDEFINED;
[all …]
Dpromise.js94 %_Call(callbacks.reject, UNDEFINED, e);
117 SET_PRIVATE(promise, promiseFulfillReactionsSymbol, UNDEFINED);
118 SET_PRIVATE(promise, promiseRejectReactionsSymbol, UNDEFINED);
129 SET_PRIVATE(promise, promiseDeferredReactionsSymbol, UNDEFINED);
137 if (DEBUG_IS_ACTIVE) PromiseSet(promise, kPending, UNDEFINED);
142 return PromiseSet(promise, kPending, UNDEFINED);
293 %_Call(callbacks.reject, UNDEFINED, e);
338 var result = {promise: UNDEFINED, resolve: UNDEFINED, reject: UNDEFINED };
379 %_Call(promiseCapability.reject, UNDEFINED, r);
440 return this.then(UNDEFINED, onReject);
[all …]
Dcollection-iterator.js39 var value_array = [UNDEFINED, UNDEFINED];
43 result.value = UNDEFINED;
107 var value_array = [UNDEFINED, UNDEFINED];
111 result.value = UNDEFINED;
Di18n.js136 'collator': UNDEFINED,
137 'numberformat': UNDEFINED,
138 'dateformat': UNDEFINED,
139 'breakiterator': UNDEFINED
145 var DEFAULT_ICU_LOCALE = UNDEFINED;
157 var UNICODE_EXTENSION_RE = UNDEFINED;
160 if (IS_UNDEFINED(UNDEFINED)) {
169 var ANY_EXTENSION_RE = UNDEFINED;
181 var QUOTED_STRING_RE = UNDEFINED;
193 var SERVICE_RE = UNDEFINED;
[all …]
Dregexp.js48 UNDEFINED, // Last input - settable with RegExpSetInput.
451 result[result.length] = UNDEFINED;
510 exec = UNDEFINED;
637 var func_result = %reflect_apply(replace, UNDEFINED, elem);
691 replacement = %reflect_apply(replace, UNDEFINED, parameters);
891 exec = UNDEFINED;
922 replacement = %reflect_apply(replace, UNDEFINED, parameters, 0,
1041 return UNDEFINED;
1056 return UNDEFINED;
1070 return UNDEFINED;
[all …]
Dmessages.js306 ? UNDEFINED : GET_PRIVATE(this, callSiteReceiverSymbol);
312 ? UNDEFINED : GET_PRIVATE(this, callSiteFunctionSymbol);
564 var stack_trace = UNDEFINED;
611 var formatted_stack_trace = UNDEFINED;
626 SET_PRIVATE(holder, stackTraceSymbol, UNDEFINED);
631 return UNDEFINED;
639 SET_PRIVATE(this, stackTraceSymbol, UNDEFINED);
Dstring-iterator.js47 var value = UNDEFINED;
61 SET_PRIVATE(iterator, stringIteratorIteratedStringSymbol, UNDEFINED);
Dcollection.js252 var value_array = [UNDEFINED];
323 if (IS_UNDEFINED(hash)) return UNDEFINED;
325 if (entry === NOT_FOUND) return UNDEFINED;
441 var value_array = [UNDEFINED, UNDEFINED];
Darray-iterator.js61 var value = UNDEFINED;
79 SET_PRIVATE(iterator, arrayIteratorObjectSymbol, UNDEFINED);
Dweak-collection.js58 if (!IS_RECEIVER(key)) return UNDEFINED;
60 if (IS_UNDEFINED(hash)) return UNDEFINED;
Dv8natives.js102 "undefined", UNDEFINED,
147 if (IS_NULL_OR_UNDEFINED(func)) return UNDEFINED;
307 var f = IS_UNDEFINED(fractionDigits) ? UNDEFINED : TO_INTEGER(fractionDigits);
/external/cblas/testing/
Dauxiliary.c15 else *trans = UNDEFINED; in get_transpose_type()
23 else *uplo = UNDEFINED; in get_uplo_type()
30 else *diag = UNDEFINED; in get_diag_type()
37 else *side = UNDEFINED; in get_side_type()
Dc_zblas2.c37 cblas_zgemv( UNDEFINED, trans, in F77_zgemv()
84 cblas_zgbmv( UNDEFINED, trans, *m, *n, *kl, *ku, alpha, a, *lda, x, in F77_zgbmv()
114 cblas_zgeru( UNDEFINED, *m, *n, alpha, x, *incx, y, *incy, a, *lda ); in F77_zgeru()
142 cblas_zgerc( UNDEFINED, *m, *n, alpha, x, *incx, y, *incy, a, *lda ); in F77_zgerc()
171 cblas_zhemv( UNDEFINED, uplo, *n, alpha, a, *lda, x, *incx, in F77_zhemv()
189 cblas_zhbmv(CblasRowMajor, UNDEFINED, *n, *k, alpha, a, *lda, x, in F77_zhbmv()
235 cblas_zhbmv(UNDEFINED, uplo, *n, *k, alpha, a, *lda, x, *incx, in F77_zhbmv()
250 cblas_zhpmv(CblasRowMajor, UNDEFINED, *n, alpha, ap, x, *incx, in F77_zhpmv()
291 cblas_zhpmv( UNDEFINED, uplo, *n, alpha, ap, x, *incx, beta, y, in F77_zhpmv()
310 cblas_ztbmv(CblasRowMajor, UNDEFINED, trans, diag, *n, *k, a, *lda, in F77_ztbmv()
[all …]
Dc_cblas2.c37 cblas_cgemv( UNDEFINED, trans, in F77_cgemv()
84 cblas_cgbmv( UNDEFINED, trans, *m, *n, *kl, *ku, alpha, a, *lda, x, in F77_cgbmv()
114 cblas_cgeru( UNDEFINED, *m, *n, alpha, x, *incx, y, *incy, a, *lda ); in F77_cgeru()
142 cblas_cgerc( UNDEFINED, *m, *n, alpha, x, *incx, y, *incy, a, *lda ); in F77_cgerc()
171 cblas_chemv( UNDEFINED, uplo, *n, alpha, a, *lda, x, *incx, in F77_chemv()
189 cblas_chbmv(CblasRowMajor, UNDEFINED, *n, *k, alpha, a, *lda, x, in F77_chbmv()
235 cblas_chbmv(UNDEFINED, uplo, *n, *k, alpha, a, *lda, x, *incx, in F77_chbmv()
250 cblas_chpmv(CblasRowMajor, UNDEFINED, *n, alpha, ap, x, *incx, in F77_chpmv()
291 cblas_chpmv( UNDEFINED, uplo, *n, alpha, ap, x, *incx, beta, y, in F77_chpmv()
310 cblas_ctbmv(CblasRowMajor, UNDEFINED, trans, diag, *n, *k, a, *lda, in F77_ctbmv()
[all …]
Dc_dblas3.c12 #define UNDEFINED -1 macro
73 cblas_dgemm( UNDEFINED, transa, transb, *m, *n, *k, *alpha, a, *lda, in F77_dgemm()
126 cblas_dsymm( UNDEFINED, side, uplo, *m, *n, *alpha, a, *lda, b, *ldb, in F77_dsymm()
174 cblas_dsyrk(UNDEFINED, uplo, trans, *n, *k, *alpha, a, *lda, *beta, in F77_dsyrk()
230 cblas_dsyr2k(UNDEFINED, uplo, trans, *n, *k, *alpha, a, *lda, in F77_dsyr2k()
280 cblas_dtrmm(UNDEFINED, side, uplo, trans, diag, *m, *n, *alpha, in F77_dtrmm()
331 cblas_dtrsm(UNDEFINED, side, uplo, trans, diag, *m, *n, *alpha, in F77_dtrsm()
Dc_sblas3.c70 cblas_sgemm( UNDEFINED, transa, transb, *m, *n, *k, *alpha, a, *lda, in F77_sgemm()
123 cblas_ssymm( UNDEFINED, side, uplo, *m, *n, *alpha, a, *lda, b, *ldb, in F77_ssymm()
171 cblas_ssyrk(UNDEFINED, uplo, trans, *n, *k, *alpha, a, *lda, *beta, in F77_ssyrk()
227 cblas_ssyr2k(UNDEFINED, uplo, trans, *n, *k, *alpha, a, *lda, in F77_ssyr2k()
277 cblas_strmm(UNDEFINED, side, uplo, trans, diag, *m, *n, *alpha, in F77_strmm()
328 cblas_strsm(UNDEFINED, side, uplo, trans, diag, *m, *n, *alpha, in F77_strsm()
Dc_cblas3.c12 #define UNDEFINED -1 macro
87 cblas_cgemm( UNDEFINED, transa, transb, *m, *n, *k, alpha, a, *lda, in F77_cgemm()
151 cblas_chemm( UNDEFINED, side, uplo, *m, *n, alpha, a, *lda, b, *ldb, in F77_chemm()
205 cblas_csymm( UNDEFINED, side, uplo, *m, *n, alpha, a, *lda, b, *ldb, in F77_csymm()
261 cblas_cherk(UNDEFINED, uplo, trans, *n, *k, *alpha, a, *lda, *beta, in F77_cherk()
317 cblas_csyrk(UNDEFINED, uplo, trans, *n, *k, alpha, a, *lda, beta, in F77_csyrk()
381 cblas_cher2k(UNDEFINED, uplo, trans, *n, *k, alpha, a, *lda, in F77_cher2k()
445 cblas_csyr2k(UNDEFINED, uplo, trans, *n, *k, alpha, a, *lda, in F77_csyr2k()
503 cblas_ctrmm(UNDEFINED, side, uplo, trans, diag, *m, *n, alpha, in F77_ctrmm()
562 cblas_ctrsm(UNDEFINED, side, uplo, trans, diag, *m, *n, alpha, in F77_ctrsm()
Dc_zblas3.c12 #define UNDEFINED -1 macro
87 cblas_zgemm( UNDEFINED, transa, transb, *m, *n, *k, alpha, a, *lda, in F77_zgemm()
151 cblas_zhemm( UNDEFINED, side, uplo, *m, *n, alpha, a, *lda, b, *ldb, in F77_zhemm()
205 cblas_zsymm( UNDEFINED, side, uplo, *m, *n, alpha, a, *lda, b, *ldb, in F77_zsymm()
261 cblas_zherk(UNDEFINED, uplo, trans, *n, *k, *alpha, a, *lda, *beta, in F77_zherk()
317 cblas_zsyrk(UNDEFINED, uplo, trans, *n, *k, alpha, a, *lda, beta, in F77_zsyrk()
381 cblas_zher2k(UNDEFINED, uplo, trans, *n, *k, alpha, a, *lda, in F77_zher2k()
445 cblas_zsyr2k(UNDEFINED, uplo, trans, *n, *k, alpha, a, *lda, in F77_zsyr2k()
503 cblas_ztrmm(UNDEFINED, side, uplo, trans, diag, *m, *n, alpha, in F77_ztrmm()
562 cblas_ztrsm(UNDEFINED, side, uplo, trans, diag, *m, *n, alpha, in F77_ztrsm()
/external/selinux/policycoreutils/scripts/
Dfixfiles269 UNDEFINED=`get_undefined_type` || exit $?
271 find /tmp \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) \( -type s -o -type p \) -…
272 find /tmp \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --reference /t…
273 find /var/tmp \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --referenc…
274 find /var/run \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --referenc…
275 …] || find /var/lib/debug \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chco…
/external/v8/src/debug/
Dliveedit.js183 old_script = UNDEFINED;
260 %LiveEditFunctionSetScript(info.shared_function_info, UNDEFINED);
536 this.parent = UNDEFINED;
541 this.status_explanation = UNDEFINED;
542 this.new_start_pos = UNDEFINED;
543 this.new_end_pos = UNDEFINED;
544 this.corresponding_node = UNDEFINED;
545 this.unmatched_new_nodes = UNDEFINED;
553 this.textual_corresponding_node = UNDEFINED;
554 this.textually_unmatched_new_nodes = UNDEFINED;
[all …]
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-armv7.txt357 # imm6=0b0xxxxx -> UNDEFINED
372 # A8.8.316: if Q == '0' && imm4<3> == '1' then UNDEFINED;
391 # VMOV cmode=0b1111 op=1 is UNDEFINED
396 # VMOV cmode=0b1111 op=1 is UNDEFINED
412 # Qm -> bit[0] == 0, otherwise UNDEFINED
427 # size == '11' ==> UNDEFINED
432 # type == '1000' and align == '11' ==> UNDEFINED
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUPropertyAliases.java274 return UProperty.UNDEFINED; in getPropertyOrValueEnum()
314 return UProperty.UNDEFINED; in getPropertyValueEnumNoThrow()
318 return UProperty.UNDEFINED; in getPropertyValueEnumNoThrow()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUPropertyAliases.java273 return UProperty.UNDEFINED; in getPropertyOrValueEnum()
313 return UProperty.UNDEFINED; in getPropertyValueEnumNoThrow()
317 return UProperty.UNDEFINED; in getPropertyValueEnumNoThrow()

1234