Home
last modified time | relevance | path

Searched refs:REGULAR (Results 1 – 25 of 39) sorted by relevance

12

/external/icing/icing/tokenization/
Dplain-tokenizer_test.cc72 IsOkAndHolds(ElementsAre(EqualsToken(Token::REGULAR, "Hello"), in TEST_F()
73 EqualsToken(Token::REGULAR, "World")))); in TEST_F()
79 IsOkAndHolds(ElementsAre(EqualsToken(Token::REGULAR, "Lorem"), in TEST_F()
80 EqualsToken(Token::REGULAR, "ipsum"), in TEST_F()
81 EqualsToken(Token::REGULAR, "dolor"), in TEST_F()
82 EqualsToken(Token::REGULAR, "sit"), in TEST_F()
83 EqualsToken(Token::REGULAR, "amet"), in TEST_F()
84 EqualsToken(Token::REGULAR, "consectetur"), in TEST_F()
85 EqualsToken(Token::REGULAR, "adipiscing"), in TEST_F()
86 EqualsToken(Token::REGULAR, "elit"), in TEST_F()
[all …]
Draw-query-tokenizer_test.cc63 IsOkAndHolds(ElementsAre(EqualsToken(Token::REGULAR, "Hello"), in TEST_F()
64 EqualsToken(Token::REGULAR, "World")))); in TEST_F()
67 IsOkAndHolds(ElementsAre(EqualsToken(Token::REGULAR, "hElLo"), in TEST_F()
68 EqualsToken(Token::REGULAR, "WORLD")))); in TEST_F()
94 EqualsToken(Token::REGULAR, "term1"), in TEST_F()
95 EqualsToken(Token::REGULAR, "term2"), in TEST_F()
102 EqualsToken(Token::REGULAR, "term1"), in TEST_F()
103 EqualsToken(Token::REGULAR, "term2"), in TEST_F()
106 EqualsToken(Token::REGULAR, "term3"), in TEST_F()
107 EqualsToken(Token::REGULAR, "term4"), in TEST_F()
[all …]
Dtoken.h26 REGULAR, // A token without special meanings, the value of it will be enumerator
Dplain-tokenizer.cc71 return Token(Token::REGULAR, current_term_); in GetToken()
Draw-query-tokenizer.cc440 case Token::REGULAR: in OutputOrOperatorToken()
487 tokens->emplace_back(Token::REGULAR, current_term); in OutputToken()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-promote-const.ll4 ; The REGULAR run just checks that the inputs passed to promote const expose
6 …enable-promote-const=false -mcpu=cyclone -verify-machineinstrs | FileCheck -check-prefix=REGULAR %s
21 ; REGULAR-LABEL: test1:
24 ; REGULAR: adrp [[PAGEADDR:x[0-9]+]], [[CSTLABEL:lCP.*]]@PAGE
26 ; REGULAR: ldr q0, {{\[}}[[PAGEADDR]], [[CSTLABEL]]@PAGEOFF]
27 ; REGULAR: adrp [[PAGEADDR:x[0-9]+]], [[CSTLABEL:lCP.*]]@PAGE
28 ; REGULAR: ldr q1, {{\[}}[[PAGEADDR]], [[CSTLABEL]]@PAGEOFF]
29 ; REGULAR: adrp [[PAGEADDR2:x[0-9]+]], [[CSTLABEL2:lCP.*]]@PAGE
30 ; REGULAR: ldr q2, {{\[}}[[PAGEADDR2]], [[CSTLABEL2]]@PAGEOFF]
31 ; REGULAR: adrp [[PAGEADDR3:x[0-9]+]], [[CSTLABEL3:lCP.*]]@PAGE
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-promote-const.ll4 ; The REGULAR run just checks that the inputs passed to promote const expose
6 …disable-machine-cse -aarch64-promote-const=false -mcpu=cyclone | FileCheck -check-prefix=REGULAR %s
21 ; REGULAR-LABEL: test1:
24 ; REGULAR: adrp [[PAGEADDR:x[0-9]+]], [[CSTLABEL:lCP.*]]@PAGE
26 ; REGULAR: ldr q0, {{\[}}[[PAGEADDR]], [[CSTLABEL]]@PAGEOFF]
27 ; REGULAR: adrp [[PAGEADDR:x[0-9]+]], [[CSTLABEL:lCP.*]]@PAGE
28 ; REGULAR: ldr q1, {{\[}}[[PAGEADDR]], [[CSTLABEL]]@PAGEOFF]
29 ; REGULAR: adrp [[PAGEADDR2:x[0-9]+]], [[CSTLABEL2:lCP.*]]@PAGE
30 ; REGULAR: ldr q2, {{\[}}[[PAGEADDR2]], [[CSTLABEL2]]@PAGEOFF]
31 ; REGULAR: adrp [[PAGEADDR3:x[0-9]+]], [[CSTLABEL3:lCP.*]]@PAGE
[all …]
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_loclists.s3 # RUN: | FileCheck %s --check-prefixes=REGULAR,BOTH
10 # REGULAR-NEXT: [0x0000000000000000, 0x0000000000000001): DW_OP_reg0 RAX
13 # REGULAR-NEXT: [0x0000000000000001, 0x0000000000000002): DW_OP_reg1 RDX
16 # REGULAR-NEXT: [0x0000000000000002, 0x0000000000000003): DW_OP_reg2 RCX
21 # REGULAR-NEXT: [0x0000000000000004, 0x0000000000000005): DW_OP_reg4 RSI
24 # REGULAR-NEXT: [0x0000000000000005, 0x0000000000000006): DW_OP_reg5 RDI
27 # REGULAR-NEXT: [0x0000000000000006, 0x0000000000000007): DW_OP_reg6 RBP
30 # REGULAR-NEXT: [0x0000000000000007, 0x0000000000000008): DW_OP_reg7 RSP
41 # REGULAR-NEXT: <default>: DW_OP_reg3 RBX
45 # REGULAR-NEXT: [0x0000000000000004, 0x0000000000000005): DW_OP_reg4 RSI
[all …]
/external/llvm/test/CodeGen/X86/
Dload-slice.ll2 …: llc -mtriple x86_64-apple-macosx -mcpu=corei7-avx < %s -o - | FileCheck %s --check-prefix=REGULAR
33 ; Same for REGULAR, we eliminate register bank copy with each slices.
34 ; REGULAR-LABEL: t1:
36 ; REGULAR: vmovss 64([[BASE:[^)]+]]), [[OUT_Real:%xmm[0-9]+]]
38 ; REGULAR-NEXT: vaddss ([[BASE]]), [[OUT_Real]], [[RES_Real:%xmm[0-9]+]]
40 ; REGULAR-NEXT: vmovss 68([[BASE]]), [[OUT_Imm:%xmm[0-9]+]]
42 ; REGULAR-NEXT: vaddss 4([[BASE]]), [[OUT_Imm]], [[RES_Imm:%xmm[0-9]+]]
44 ; REGULAR-NEXT: vinsertps $16, [[RES_Imm]], [[RES_Real]], [[RES_Vec:%xmm[0-9]+]]
46 ; REGULAR-NEXT: vmovlps [[RES_Vec]], ([[BASE]])
98 ; For the REGULAR heuristic, this is not profitable to slice things that are not
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
Dload-slice.ll2 …: llc -mtriple x86_64-apple-macosx -mcpu=corei7-avx < %s -o - | FileCheck %s --check-prefix=REGULAR
33 ; Same for REGULAR, we eliminate register bank copy with each slices.
34 ; REGULAR-LABEL: _t1:
36 ; REGULAR: vmovss 64([[BASE:[^)]+]]), [[OUT_Real:%xmm[0-9]+]]
38 ; REGULAR-NEXT: vmovss 68([[BASE]]), [[OUT_Imm:%xmm[0-9]+]]
40 ; REGULAR-NEXT: vaddss ([[BASE]]), [[OUT_Real]], [[RES_Real:%xmm[0-9]+]]
42 ; REGULAR-NEXT: vaddss 4([[BASE]]), [[OUT_Imm]], [[RES_Imm:%xmm[0-9]+]]
44 ; REGULAR-NEXT: vinsertps $16, [[RES_Imm]], [[RES_Real]], [[RES_Vec:%xmm[0-9]+]]
46 ; REGULAR-NEXT: vmovlps [[RES_Vec]], ([[BASE]])
98 ; For the REGULAR heuristic, this is not profitable to slice things that are not
[all …]
/external/llvm/test/ThinLTO/X86/
Dinternalize.ll3 …nalize -thinlto-index %t.index.bc %t1.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=REGULAR
6 ; REGULAR: define void @foo
7 ; REGULAR: define void @bar
/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice_internal.h106 REGULAR // Refcount for non-static-metadata, non-interned slices. enumerator
168 const Type ref_type_ = Type::REGULAR;
199 sub(grpc_slice_refcount::Type::REGULAR, &refcnt, Destroy, this, &sub), in InternedSliceRefcount()
237 case Type::REGULAR: in Eq()
257 case Type::REGULAR: in Hash()
Dslice.cc79 : base_(grpc_slice_refcount::Type::REGULAR, &refs_, Destroy, this, in NewSliceRefcount()
139 : base_(grpc_slice_refcount::Type::REGULAR, &refs_, Destroy, this, in NewWithLenSliceRefcount()
160 : base_(grpc_slice_refcount::Type::REGULAR, &refs_, Destroy, this, in MovedStringSliceRefCount()
180 : base_(grpc_slice_refcount::Type::REGULAR, &refs_, Destroy, this, in MovedCppStringSliceRefCount()
283 : base_(grpc_slice_refcount::Type::REGULAR, &refs_, Destroy, this, in MallocRefCount()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc101 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr, in TEST_P()
115 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr, in TEST_P()
210 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr, in TEST_P()
220 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr, in TEST_P()
231 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr, in TEST_P()
261 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr, in TEST_P()
381 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr, in TEST_P()
552 nullptr, sample::Service::BazOptions::REGULAR, nullptr, in TEST_P()
596 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr, in TEST_P()
/external/llvm-project/llvm/test/ThinLTO/X86/
Dinternalize.ll6 …nalize -thinlto-index %t.index.bc %t1.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=REGULAR
37 ; REGULAR: define void @foo
38 ; REGULAR: define void @bar
39 ; REGULAR: define linkonce void @linkonce_func()
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
DAutoEscapeContext.java205 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.REGULAR, true, null); in createHtmlParser()
209 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.REGULAR, false, null); in createHtmlParser()
387 case REGULAR: in getCurrentAttributeState()
/external/jsilver/src/com/google/streamhtmlparser/
DHtmlParser.java70 REGULAR, enumConstant
DHtmlParserFactory.java199 case REGULAR: in createParserInAttribute()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DMethodCallSite.java46 REGULAR, enumConstant
DInvokeDynamicSupport.java11 import static org.robolectric.internal.bytecode.MethodCallSite.Kind.REGULAR;
61 MethodCallSite site = new MethodCallSite(caller.lookupClass(), type, name, original, REGULAR); in bootstrap()
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dprofiling_listener.cc55 if (run_type == REGULAR) { in OnSingleRunStart()
Dbenchmark_model.h38 REGULAR, enumerator
/external/webrtc/p2p/base/
Dice_transport_internal.h70 REGULAR, // Nominate once per ICE restart (Not implemented yet). enumerator
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dsample_service.mojom100 REGULAR = 0,
/external/harfbuzz_ng/src/
Dhb-ot-os2-table.hh131 REGULAR = 1u<<6, enumerator

12