Home
last modified time | relevance | path

Searched refs:CC0 (Results 1 – 25 of 86) sorted by relevance

1234

/external/clang/test/Index/
Dcomplete-declarators.m28 // RUN: c-index-test -code-completion-at=%s:7:4 %s | FileCheck -check-prefix=CHECK-CC0 %s
29 // CHECK-CC0: NotImplemented:{TypedText IBAction}{RightParen )}{Placeholder selector}{Colon :}{Left…
30 // CHECK-CC0: macro definition:{TypedText IBAction} (70)
31 // CHECK-CC0: macro definition:{TypedText IBOutlet} (70)
32 // CHECK-CC0: macro definition:{TypedText IBOutletCollection}{LeftParen (}{Placeholder ClassName}{R…
33 // CHECK-CC0: TypedefDecl:{TypedText id} (50)
34 // CHECK-CC0: NotImplemented:{TypedText in} (40)
35 // CHECK-CC0: NotImplemented:{TypedText inout} (40)
36 // CHECK-CC0: NotImplemented:{TypedText instancetype} (40)
37 // CHECK-CC0: NotImplemented:{TypedText int} (50)
[all …]
Dcomplete-parameterized-classes.m45 // RUN: c-index-test -code-completion-at=%s:25:8 %s | FileCheck -check-prefix=CHECK-CC0 %s
46 // CHECK-CC0: ObjCInstanceMethodDecl:{ResultType void}{TypedText apply2:}{Placeholder ^(MyClsA *, M…
47 // CHECK-CC0: ObjCInstanceMethodDecl:{ResultType void}{TypedText apply:}{Placeholder ^(MyClsA *, My…
48 // CHECK-CC0: ObjCInstanceMethodDecl:{ResultType MyClsB *}{TypedText getit:}{Placeholder (MyClsA *)…
/external/llvm-project/clang/test/Index/
Dcomplete-declarators.m28 // RUN: c-index-test -code-completion-at=%s:7:4 %s | FileCheck -check-prefix=CHECK-CC0 %s
29 // CHECK-CC0: NotImplemented:{TypedText IBAction}{RightParen )}{Placeholder selector}{Colon :}{Left…
30 // CHECK-CC0: macro definition:{TypedText IBAction} (70)
31 // CHECK-CC0: macro definition:{TypedText IBOutlet} (70)
32 // CHECK-CC0: macro definition:{TypedText IBOutletCollection}{LeftParen (}{Placeholder ClassName}{R…
33 // CHECK-CC0: TypedefDecl:{TypedText id} (50)
34 // CHECK-CC0: NotImplemented:{TypedText in} (40)
35 // CHECK-CC0: NotImplemented:{TypedText inout} (40)
36 // CHECK-CC0: NotImplemented:{TypedText instancetype} (40)
37 // CHECK-CC0: NotImplemented:{TypedText int} (50)
[all …]
Dcomplete-parameterized-classes.m45 // RUN: c-index-test -code-completion-at=%s:25:8 %s | FileCheck -check-prefix=CHECK-CC0 %s
46 // CHECK-CC0: ObjCInstanceMethodDecl:{ResultType void}{TypedText apply2:}{Placeholder ^(MyClsA *, M…
47 // CHECK-CC0: ObjCInstanceMethodDecl:{ResultType void}{TypedText apply:}{Placeholder ^(MyClsA *, My…
48 // CHECK-CC0: ObjCInstanceMethodDecl:{ResultType MyClsB *}{TypedText getit:}{Placeholder (MyClsA *)…
/external/libwebsockets/test-apps/android/app/src/main/jni/
DAndroid.mk8 LOCAL_LICENSE_KINDS := SPDX-license-identifier-CC0-1.0 legacy_unencumbered
18 LOCAL_LICENSE_KINDS := SPDX-license-identifier-CC0-1.0 legacy_unencumbered
28 LOCAL_LICENSE_KINDS := SPDX-license-identifier-CC0-1.0 legacy_unencumbered
38 LOCAL_LICENSE_KINDS := SPDX-license-identifier-CC0-1.0 legacy_unencumbered
49 LOCAL_LICENSE_KINDS := SPDX-license-identifier-CC0-1.0 legacy_unencumbered
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.def23 // movCC0 reg, #1 /* only if CC0 != kNone */
35 /*val , CC0 , CC1 , CC0_V, CC1_V, INV_V, NEG_V */ \
52 //#define X(val, CC0, CC1, CC0_V, CC1_V, INV_V, NEG_V)
/external/kotlinc/license/third_party/
Dlodash_LICENSE.txt38 Copyright and related rights for sample code are waived via CC0. Sample
42 CC0: http://creativecommons.org/publicdomain/zero/1.0/
/external/jsoncpp/cmake/
DJoinPaths.cmake4 # SPDX-License-Identifier: (MIT OR CC0-1.0)
/external/skqp/platform_tools/android/apps/skqp/src/main/
DAndroid.bp12 // SPDX-license-identifier-CC0-1.0
/external/fmtlib/support/cmake/
DJoinPaths.cmake5 # SPDX-License-Identifier: (MIT OR CC0-1.0)
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/tests/
DSHKNDA-1.tests13 …font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0C9A,U+0CC0:[knCI|knLengthmark@…
19 …font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0CA4,U+0CC0:[knTI|knLengthmark@…
/external/expat/
DAndroid.bp29 "SPDX-license-identifier-CC0-1.0",
/external/libwebsockets/test-apps/android/
DREADME6 * This file is made available under the Creative Commons CC0 1.0
/external/kotlinc/
DAndroid.bp31 "SPDX-license-identifier-CC0-1.0",
/external/libpng/
DAndroid.bp33 "SPDX-license-identifier-CC0-1.0",
/external/zstd/
DAndroid.bp29 "SPDX-license-identifier-CC0-1.0",
/external/fmtlib/
DAndroid.bp29 "SPDX-license-identifier-CC0-1.0",
/external/webrtc/
DCODE_OF_CONDUCT.md68 This Code of Conduct is available for reuse under the Creative Commons Zero (CC0) license.
/external/guava/
DAndroid.bp43 "SPDX-license-identifier-CC0-1.0",
/external/tensorflow/tensorflow/compiler/mlir/tfr/tests/
Dend2end.mlir79 // CHECK-NEXT: %[[CC0:.*]] = "tf.RiscConcat"(%[[ED0]], %[[ED1]]) {axis = 0 : i32} : (tensor<*xf32>,…
81 // CHECK-NEXT: %[[CC1:.*]] = "tf.RiscConcat"(%[[CC0]], %[[ED2]]) {axis = 0 : i32} : (tensor<*xf32>,…
/external/llvm-project/llvm/test/CodeGen/Mips/
Dcmov.ll403 ; 32-CMP-DAG: slt $[[CC0:[0-9]+]], $zero, $4
406 ; 32-CMP-DAG: selnez $[[CC2:[0-9]+]], $[[CC0]], $4
448 ; 32-CMP-DAG: slt $[[CC0:[0-9]+]], $zero, $4
451 ; 32-CMP-DAG: selnez $[[CC2:[0-9]+]], $[[CC0]], $4
/external/llvm/test/CodeGen/Mips/
Dcmov.ll403 ; 32-CMP-DAG: slt $[[CC0:[0-9]+]], $zero, $4
406 ; 32-CMP-DAG: selnez $[[CC2:[0-9]+]], $[[CC0]], $4
448 ; 32-CMP-DAG: slt $[[CC0:[0-9]+]], $zero, $4
451 ; 32-CMP-DAG: selnez $[[CC2:[0-9]+]], $[[CC0]], $4
/external/libwebsockets/
DAndroid.bp41 "SPDX-license-identifier-CC0-1.0",
/external/toybox/www/
D0bsd-mckusick.txt113 > them explicitly _rejecting_ CC0 saying public domain isn't a license,
/external/capstone/arch/Mips/
DMipsGenAsmWriter.inc5313 // (BC0F CC0, brtarget:$offset)
5321 // (BC0FL CC0, brtarget:$offset)
5329 // (BC0T CC0, brtarget:$offset)
5337 // (BC0TL CC0, brtarget:$offset)
5377 // (BC2F CC0, brtarget:$offset)
5385 // (BC2FL CC0, brtarget:$offset)
5393 // (BC2T CC0, brtarget:$offset)
5401 // (BC2TL CC0, brtarget:$offset)
5409 // (BC3F CC0, brtarget:$offset)
5417 // (BC3FL CC0, brtarget:$offset)
[all …]

1234