Home
last modified time | relevance | path

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

123

/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/
Dcollection-iterator.js25 var value_array = [UNDEFINED, UNDEFINED];
29 entry.value = UNDEFINED;
117 var value_array = [UNDEFINED, UNDEFINED];
121 entry.value = UNDEFINED;
Dstring-iterator.js48 return CreateIteratorResultObject(UNDEFINED, true);
56 UNDEFINED);
57 return CreateIteratorResultObject(UNDEFINED, true);
Dmessages.js774 ? UNDEFINED : GET_PRIVATE(this, CallSiteReceiverKey);
805 ? UNDEFINED : GET_PRIVATE(this, CallSiteFunctionKey);
1070 var stack_trace = UNDEFINED;
1124 var formatted_stack_trace = UNDEFINED;
1139 SET_PRIVATE(holder, stack_trace_symbol, UNDEFINED);
1144 return UNDEFINED;
1152 SET_PRIVATE(this, stack_trace_symbol, UNDEFINED);
1204 %AddNamedProperty(this, 'stack', UNDEFINED, DONT_ENUM);
1242 if (IS_NULL(current)) return UNDEFINED;
1251 return isName ? "ReferenceError" : UNDEFINED;
[all …]
Darray-iterator.js60 return CreateIteratorResultObject(UNDEFINED, true);
70 SET_PRIVATE(iterator, arrayIteratorObjectSymbol, UNDEFINED);
71 return CreateIteratorResultObject(UNDEFINED, true);
Dv8natives.js90 UNDEFINED, DONT_ENUM | DONT_DELETE);
200 %AddNamedProperty(global, "undefined", UNDEFINED, attributes);
461 if (!desc.hasValue()) desc.setValue(UNDEFINED);
465 if (!desc.hasGetter()) desc.setGet(UNDEFINED);
466 if (!desc.hasSetter()) desc.setSet(UNDEFINED);
477 this.value_ = UNDEFINED;
485 this.get_ = UNDEFINED;
487 this.set_ = UNDEFINED;
575 return UNDEFINED;
629 if (IS_SYMBOL(v)) return UNDEFINED;
[all …]
Dliveedit-debugger.js166 old_script = UNDEFINED;
246 %LiveEditFunctionSetScript(info.shared_function_info, UNDEFINED);
522 this.parent = UNDEFINED;
527 this.status_explanation = UNDEFINED;
528 this.new_start_pos = UNDEFINED;
529 this.new_end_pos = UNDEFINED;
530 this.corresponding_node = UNDEFINED;
531 this.unmatched_new_nodes = UNDEFINED;
539 this.textual_corresponding_node = UNDEFINED;
540 this.textually_unmatched_new_nodes = UNDEFINED;
[all …]
Dcollection.js112 var value_array = [UNDEFINED];
255 var value_array = [UNDEFINED, UNDEFINED];
Dpromise.js70 promise, 0, UNDEFINED, new InternalArray, new InternalArray)
218 case UNDEFINED:
242 return this.then(UNDEFINED, onReject);
Dast-value-factory.cc171 case UNDEFINED: in BooleanValue()
226 case UNDEFINED: in Internalize()
364 AstValue* value = new (zone_) AstValue(AstValue::UNDEFINED); in NewUndefined()
/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_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_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_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/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
Dunpredictable-LDRD-arm.txt9 # if Rt{0} = 1 then UNDEFINED;
Dldrd-armv4.txt10 # if Rt{0} = 1 then UNDEFINED;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUPropertyAliases.java276 return UProperty.UNDEFINED; in getPropertyOrValueEnum()
316 return UProperty.UNDEFINED; in getPropertyValueEnumNoThrow()
320 return UProperty.UNDEFINED; in getPropertyValueEnumNoThrow()
/external/clang/test/Frontend/
Dverify.c69 # ifdef UNDEFINED // expected-note {{line_69_ignored}}
/external/clang/test/SemaCXX/
Ddefault1.cpp66 int pr20055_f(int x = 0, int y = UNDEFINED); // expected-error{{use of undeclared identifier}}

123