Searched full:doesn (Results 1 – 25 of 370) sorted by relevance
12345678910>>...15
82 … // Emulator target doesn't support atomic operations with 128bit structures like MethodCachePair. in GetMethodFromCache()100 … // Emulator target doesn't support atomic operations with 128bit structures like MethodCachePair. in SetMethodCache()117 … // Emulator target doesn't support atomic operations with 128bit structures like FieldCachePair. in GetFieldFromCache()135 … // Emulator target doesn't support atomic operations with 128bit structures like FieldCachePair. in SetFieldCache()152 … // Emulator target doesn't support atomic operations with 128bit structures like ClassCachePair. in GetClassFromCache()170 … // Emulator target doesn't support atomic operations with 128bit structures like ClassCachePair. in SetClassCache()
26 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode"30 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode"
57 4. `JBB`(and `JBB 2` for Diamond) doesn't contain instruction with `no_ifcvt` property(for example …60 7. `PBB` doesn't contain float Phi with different inputs for `JBB` and `BB`(`JBB 2` for Diamond)71 …b. If `PBB` doesn't have other predecessors, all Phi inputs are copied to Select instructions and …73 7. If `PBB` doesn't have other predecessors, `BB` and `PBB` are merged
12 * Loop doesn't contain instructions with side effect (ex. call instructions).13 * Loop doesn't contain instructions with users out of the loop.
24 # ignore -Xclang, so it doesn't matter if you disable clang_use_chrome_plugins49 # Set to "ccache", "icecc" or "distcc". Probably doesn't work on windows.
36 let v: A<I> = new A<I>(new Y()) // Y doesn't implement I54 let v: A<I[]> = new A<I[]>(new Y[0]) // Y doesn't implement I58 let v: A<A<I>[]> = new A<A<I>[]>(new A<Y>[0]) // Y doesn't implement I61 let v: A<A<I[]>[]> = new A<A<I[]>[]>(new A<Y[]>[0]) // Y doesn't implement I
9 1. Runtime doesn't patch apps' bytecode on the fly. Instead of it notification about changing bytec…11 …own thread and responsibilies for thread management relies on it, runtime doesn't create/destroy t…
477 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if module `m` doesn;t have `ABCKIT_TARGET_ARK_TS_V1`…491 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if module `m` doesn't have `ABCKIT_TARGET_ARK_TS_V1`…506 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if module `m` doesn't have `ABCKIT_TARGET_ARK_TS_V1`…517 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if module `m` doesn't have `ABCKIT_TARGET_ARK_TS_V1`…534 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if class `klass` doesn't have `ABCKIT_TARGET_ARK_TS_…547 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if class `klass` doesn't have `ABCKIT_TARGET_ARK_TS_…548 …* @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if class `klass` doesn't have the annotation `anno`.563 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if annotation interface `ai` doesn't have `ABCKIT_TA…577 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if annotation interface `ai` doesn't have `ABCKIT_TA…595 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if function `function` doesn't have `ABCKIT_TARGET_A…[all …]
101 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if Module doesn't have `ABCKIT_TARGET_ARK_TS_V1` tar…125 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if Module doesn't have `ABCKIT_TARGET_ARK_TS_V1` tar…134 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if module Module doesn't have `ABCKIT_TARGET_ARK_TS_…
84 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if current `Class` doesn't have `ABCKIT_TARGET_ARK_T…95 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if class Class doesn't have `ABCKIT_TARGET_ARK_TS_V1…
89 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if function Function doesn't have `ABCKIT_TARGET_ARK…99 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if Function doesn't have `ABCKIT_TARGET_ARK_TS_V1` t…
87 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if annotation interface itself doesn't have `ABCKIT_…98 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if annotation interface doesn't have `ABCKIT_TARGET_…
98 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if Annotation doesn't have `ABCKIT_TARGET_ARK_TS_V1`…109 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if Annotation doesn't have `ABCKIT_TARGET_ARK_TS_V1…
25 /* @@? 22:17 Error TypeError: Object type doesn't have proper index access method. */
30 /* @@? 26:5 Error TypeError: Object type doesn't have proper index access method. */
26 /* @@? 22:20 Error TypeError: Object type doesn't have proper iterator method. */
25 print("file '{}' doesn't exist.".format(input_file))44 print("file '{}' doesn't exist.".format(input_file))
17 desc: A compile-time error occurs if a native function doesn't have return type.
14 # check that ld.type doesn't trigger cctor
14 # check that isinstance doesn't trigger cctor
77 …* @returns value with targetTime less than or equal to current time. If such a value doesn't exist…123 /// @returns value with specified WaiterId. It it doesn't exists returns std::nullopt.
22 …let d: {{c.to_type}} = {{c.expr|safe}} // constant expression value doesn't fit in the variable t…
22 // constant expression doesn't fit in array type range