Home
last modified time | relevance | path

Searched refs:tlb (Results 1 – 25 of 28) sorted by relevance

12

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/util/
DTryListBuilderTest.java50 TryListBuilder tlb = new TryListBuilder(); in testSingleCatchAll_Beginning() local
52 tlb.addHandler(0, 10, new ImmutableExceptionHandler(null, 5)); in testSingleCatchAll_Beginning()
54 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = tlb.getTryBlocks(); in testSingleCatchAll_Beginning()
64 TryListBuilder tlb = new TryListBuilder(); in testSingleCatchAll_Middle() local
66 tlb.addHandler(5, 10, new ImmutableExceptionHandler(null, 15)); in testSingleCatchAll_Middle()
68 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = tlb.getTryBlocks(); in testSingleCatchAll_Middle()
78 TryListBuilder tlb = new TryListBuilder(); in testSingleCatch_Beginning() local
80 tlb.addHandler(0, 10, new ImmutableExceptionHandler("Ljava/lang/Exception;", 5)); in testSingleCatch_Beginning()
82 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = tlb.getTryBlocks(); in testSingleCatch_Beginning()
92 TryListBuilder tlb = new TryListBuilder(); in testSingleCatch_Middle() local
[all …]
/external/cpuinfo/src/x86/
Dinit.c47 &processor->tlb.itlb_4KB, in cpuinfo_x86_init_processor()
48 &processor->tlb.itlb_2MB, in cpuinfo_x86_init_processor()
49 &processor->tlb.itlb_4MB, in cpuinfo_x86_init_processor()
50 &processor->tlb.dtlb0_4KB, in cpuinfo_x86_init_processor()
51 &processor->tlb.dtlb0_2MB, in cpuinfo_x86_init_processor()
52 &processor->tlb.dtlb0_4MB, in cpuinfo_x86_init_processor()
53 &processor->tlb.dtlb_4KB, in cpuinfo_x86_init_processor()
54 &processor->tlb.dtlb_2MB, in cpuinfo_x86_init_processor()
55 &processor->tlb.dtlb_4MB, in cpuinfo_x86_init_processor()
56 &processor->tlb.dtlb_1GB, in cpuinfo_x86_init_processor()
[all …]
Dapi.h79 } tlb; member
/external/lz4/tests/
DMakefile266 ./datagen -g20KB > tmp-tlb-dg20k
267 $(LZ4) < tmp-tlb-dg20k | $(LZ4) -d > tmp-tlb-dec
268 $(DIFF) -q tmp-tlb-dg20k tmp-tlb-dec
269 $(LZ4) --no-frame-crc < tmp-tlb-dg20k | $(LZ4) -d > tmp-tlb-dec
270 $(DIFF) -q tmp-tlb-dg20k tmp-tlb-dec
276 @echo "hello world" > tmp-tlb-hw
277 $(LZ4) --rm -f tmp-tlb-hw tmp-tlb-hw.lz4
278 test ! -f tmp-tlb-hw # must fail (--rm)
279 test -f tmp-tlb-hw.lz4
280 $(PRGDIR)/lz4cat tmp-tlb-hw.lz4 # must display hello world
[all …]
/external/libchrome/base/threading/
Dthread_local_unittest.cc147 base::ThreadLocalBoolean tlb; in TEST() local
148 EXPECT_FALSE(tlb.Get()); in TEST()
150 tlb.Set(false); in TEST()
151 EXPECT_FALSE(tlb.Get()); in TEST()
153 tlb.Set(true); in TEST()
154 EXPECT_TRUE(tlb.Get()); in TEST()
159 base::ThreadLocalBoolean tlb; in TEST() local
160 EXPECT_FALSE(tlb.Get()); in TEST()
/external/mdnsresponder/mDNSWindows/DLLX/
DDLLX.rc45 "1 TYPELIB ""BonjourLib.tlb""\r\n"
122 1 TYPELIB "dnssdX.tlb"
DDLLX.idl22 // produce the type library (DLLComponent.tlb) and marshalling code.
370 importlib("stdole2.tlb");
/external/llvm-project/llvm/tools/llvm-mt/
DOpts.td7 def tlb : Joined<["/", "-"], "tlb:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsuppo…
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
DTryListBuilder.java62 TryListBuilder<EH> tlb = new TryListBuilder<EH>(); in massageTryBlocks() local
69 tlb.addHandler(startAddress, endAddress, exceptionHandler); in massageTryBlocks()
72 return tlb.getTryBlocks(); in massageTryBlocks()
/external/llvm-project/llvm/test/MC/AArch64/
Ddirective-arch_extension.s55 .arch_extension tlb-rmi
/external/capstone/bindings/vb6/
DProject1.vbp2 Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Autom…
/external/arm-trusted-firmware/plat/renesas/rcar/
Dbl2_plat_setup.c257 goto tlb; in bl2_plat_flush_bl31_params()
260 goto tlb; in bl2_plat_flush_bl31_params()
263 goto tlb; in bl2_plat_flush_bl31_params()
268 tlb: in bl2_plat_flush_bl31_params()
/external/Reactive-Extensions/RxCpp/
D.gitignore27 *.tlb
/external/Reactive-Extensions/RxCpp/Ix/CPP/
D.gitignore35 *.tlb
/external/arm-trusted-firmware/docs/components/
Dxlat-tables-lib-v2-design.rst389 address translation at reset [#tlb-reset-ref]_. Therefore, the TLBs invalidation
399 invalid translation table entry [#tlb-no-invalid-entry]_, this means that this
407 .. [#tlb-reset-ref] See section D4.9 ``Translation Lookaside Buffers (TLBs)``,
410 .. [#tlb-no-invalid-entry] See section D4.10.1 ``General TLB maintenance
/external/ms-tpm-20-ref/
D.gitignore63 *.tlb
/external/curl/packages/vms/
Dconfig_h.com192 $decc_rtldef = f$parse("decc$rtldef","sys$library:.tlb;0")
193 $decc_starletdef = f$parse("sys$starlet_c","sys$library:.tlb;0")
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64.td293 "tlb-rmi", "HasTLB_RMI", "true",
DAArch64InstrInfo.td69 AssemblerPredicate<"FeatureTLB_RMI", "tlb-rmi">;
/external/google-breakpad/src/build/
Dcommon.gypi946 'TypeLibraryName': '$(InputName).tlb',
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64.td316 "tlb-rmi", "HasTLB_RMI", "true",
DAArch64InstrInfo.td68 AssemblerPredicate<(all_of FeatureTLB_RMI), "tlb-rmi">;
/external/cldr/tools/java/org/unicode/cldr/util/data/languages/
DentityToCode.tsv55 http://www.wikidata.org/entity/Q1142333 tlb
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Name_Index.tab6680 tlb Tobelo Tobelo
Diso-639-3.tab6394 tlb I L Tobelo

12