Home
last modified time | relevance | path

Searched refs:with (Results 476 - 500 of 2426) sorted by relevance

1...<<11121314151617181920>>...98

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DDistanceTable.java32 * representing groups of regions with the same language characteristics. For more
129 // If a script node *only* contains region data with the default in pruneDefaultDistances()
144 // If a language node *only* contains script data with the default in pruneDefaultDistances()
246 * Adds a new mapping to this node with the specified distance if it didn't already
261 * distinct {@code <languageMatch>} rules to generate the same mapping (with
290 // expect each group to end with an <ANY,ANY> mapping for the default in getIntermediateNode()
297 // with something like the line below: in getIntermediateNode()
326 * <p>Mappings are written in a top-down recursive visitation with sub-tables inheriting
353 trieSpan.with("*", node::writeDistancePlusSubtables); in writeSupported()
356 trieSpan.with(desire in writeSupported()
[all...]
/third_party/nghttp2/
H A Dgit-clang-format222 # command will die with an appropriate error message.
259 The return value's `stdin` file object will produce a patch with the
275 The input must have been produced with ``-U0``, meaning unidiff format with
313 """Create a new git tree with the given files from the working directory.
342 with temporary_index_file():
440 # and checkout from that, but then the user will be presented with a
445 with temporary_index_file(old_tree):
449 with temporary_index_file(new_tree):
/third_party/rust/crates/cxx/tests/
H A Dtest.rs24 CORRECT.with(|correct| correct.set(true)); in cxx_test_suite_set_correct()
29 CORRECT.with(|correct| correct.set(false));
31 assert!(CORRECT.with(Cell::get), "{}", stringify!($run));
/third_party/protobuf/src/google/protobuf/
H A Dfield_mask.pb.h13 #error incompatible with your Protocol Buffer headers. Please update
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
H A Dany.pb.h13 #error incompatible with your Protocol Buffer headers. Please update
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
/third_party/ffmpeg/libavcodec/x86/
H A Dcavsidct.asm6 ; Conversion from gcc syntax to x264asm syntax with modifications
22 ; along with FFmpeg; if not, write to the Free Software Foundation,
H A Dac3dsp.asm18 ;* License along with FFmpeg; if not, write to the Free Software
214 ; NOTE: We cannot just extract the low bytes with pshufb because the dword
/third_party/ffmpeg/libavfilter/x86/
H A Daf_volume.asm18 ;* License along with FFmpeg; if not, write to the Free Software
109 ; NOTE: This is not bit-identical with the C version because it clips to
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-setjmp.tex34 \Func{longjmp}() routines tends to be much slower than with the
60 \Type{sigjmp\_buf} with \Func{sigsetjmp}() and \Func{siglongjmp}().
/third_party/nghttp2/doc/
H A Dmake.bat87 echo.Build finished; now you can run HTML Help Workshop with the ^
96 echo.Build finished; now you can run "qcollectiongenerator" with the ^
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm4 # ABSTRACT: Expand template text with embedded Perl
52 Text::Template::Preprocess - Expand template text with embedded Perl
64 # Fill in template, but preprocess each code fragment with pp().
88 or undefined if there wasn't one. When invoked with no arguments,
111 JavaScript program with executable Perl code. One strategy:
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm4 # ABSTRACT: Expand template text with embedded Perl
52 Text::Template::Preprocess - Expand template text with embedded Perl
64 # Fill in template, but preprocess each code fragment with pp().
88 or undefined if there wasn't one. When invoked with no arguments,
111 JavaScript program with executable Perl code. One strategy:
/third_party/optimized-routines/string/arm/
H A Dmemchr.S49 cmp r2,#16 @ If it's short don't bother with anything clever
65 @ At this point, we are aligned, we know we have at least 8 bytes to work with
69 bic r4, r2, #7 @ Number of double words to work with
/third_party/python/PCbuild/
H A Dfind_python.bat45 @for %%p in (3.10 3.9) do @py -%%p -EV >nul 2>&1 && (set PYTHON=py -%%p) && (set _Py_Python_Source=found %%p with py.exe) && goto :found
58 @rem If it fails, retry with any available copy of Python
/third_party/protobuf/objectivec/
H A DGPBType.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
153 /** For fields with unknown cardinality. */ in GPB_ENUM()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc114 void TurboAssembler::CompareRoot(Register with, Register scratch, in CompareRoot() argument
118 CompareRoot(with, index); in CompareRoot()
123 cmp(with, Operand(scratch, RootRegisterOffsetForRootIndex(index))); in CompareRoot()
127 void TurboAssembler::CompareRoot(Register with, RootIndex index) { in CompareRoot() argument
130 cmp(with, RootAsOperand(index)); in CompareRoot()
137 cmp(with, Handle<HeapObject>::cast(object)); in CompareRoot()
139 cmp(with, Immediate(Smi::cast(*object))); in CompareRoot()
422 // Clobber clobbered input registers when running with the debug-code flag in RecordWriteField()
568 // Clobber clobbered registers when running with the debug-code flag in CallRecordWriteStub()
881 // SMIs are stored shifted left by 1 byte with th in CallRecordWriteStub()
1211 CompareStackLimit(Register with, StackLimitKind kind) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl5 # this file except in compliance with the License. You can obtain a copy
26 # (*) this is for -march=armv6, i.e. with bunch of ldrb loading data;
171 moveq pc,lr @ be binary compatible with V4, yet
172 bx lr @ interoperable with Thumb ISA:-)
335 moveq pc,lr @ be binary compatible with V4, yet
336 bx lr @ interoperable with Thumb ISA:-)
437 moveq pc,lr @ be binary compatible with V4, yet
438 bx lr @ interoperable with Thumb ISA:-)
548 @ of the products with these values can still be viewed as sum
841 @ Note that we start with in
[all...]
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl5 # this file except in compliance with the License. You can obtain a copy
26 # (*) this is for -march=armv6, i.e. with bunch of ldrb loading data;
171 moveq pc,lr @ be binary compatible with V4, yet
172 bx lr @ interoperable with Thumb ISA:-)
335 moveq pc,lr @ be binary compatible with V4, yet
336 bx lr @ interoperable with Thumb ISA:-)
437 moveq pc,lr @ be binary compatible with V4, yet
438 bx lr @ interoperable with Thumb ISA:-)
548 @ of the products with these values can still be viewed as sum
841 @ Note that we start with in
[all...]
/third_party/openGLES/xml/
H A Dreadme.tex51 with an XML schema and validator. Outside users are welcome to submit pull
88 Starting with the Makefile rules and inspecting the files \code{gl.xml},
210 Each \tag{type} tag contains legal C code, with attributes or embedded
293 means for a parameter or return value to be annotated with this kind.
308 with the matching names. C language bindings do not attempt to
579 The text elements of a \tag{proto} tag, with all other tags removed, is
607 string expression with poorly defined syntax, usually representing
611 passed in this parameter. Handles with different types are not
612 compatible; for example, handles created with
613 \attr{class}{\tt="buffer"} can not be passed to a parameter with
[all...]
/applications/standard/app_samples/code/BasicFeature/Ads/OAIDSample/
H A Dhvigorw.bat9 @rem Set local scope for the variables with windows NT shell
/applications/standard/app_samples/code/BasicFeature/DataManagement/UDMF/UDMFDemo/
H A Dhvigorw.bat14 @rem Set local scope for the variables with windows NT shell
/applications/standard/app_samples/code/BasicFeature/DataManagement/pasteboard/
H A Dhvigorw.bat14 @rem Set local scope for the variables with windows NT shell
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Sensor/Capi/
H A Dhvigorw.bat8 @rem Set local scope for the variables with windows NT shell
/applications/standard/app_samples/code/BasicFeature/Extension/Contexttest/
H A Dhvigorw.bat8 @rem Set local scope for the variables with windows NT shell
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/
H A Dhvigorw.bat8 @rem Set local scope for the variables with windows NT shell

Completed in 12 milliseconds

1...<<11121314151617181920>>...98