Home
last modified time | relevance | path

Searched refs:absolute (Results 1 – 25 of 1776) sorted by relevance

12345678910>>...72

/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/rust/
Dpath.rs10 pub(crate) absolute: bool, field
20 self.absolute in is_absolute()
28 assert!(!self.absolute); in first()
33 assert!(!self.absolute); in remove_first()
38 assert!(!self.absolute); in prepend_ident()
43 if path.absolute { in append()
47 absolute: self.absolute, in append()
67 assert!(!self.absolute); in into_relative_or_panic()
74 let (s, absolute) = if s.starts_with("::") { in from()
80 absolute, in from()
[all …]
/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
DNativeLibraryLoader.java120 final boolean absolute; field in NativeLibraryLoader.LoadResult
126 String name, boolean absolute, boolean usingHelperClassloader) { in newSuccessResult() argument
127 return new LoadResult(name, absolute, true, usingHelperClassloader, null); in newSuccessResult()
131 String name, boolean absolute, boolean usingHelperClassloader, Throwable error) { in newFailureResult() argument
132 return new LoadResult(name, absolute, false, usingHelperClassloader, error); in newFailureResult()
135 private LoadResult(String name, boolean absolute, boolean loaded, in LoadResult() argument
138 this.absolute = absolute; in LoadResult()
259 final boolean absolute, List<LoadResult> results) { in loadLibrary() argument
263 LoadResult result = loadLibraryFromHelperClassloader(newHelper, name, absolute); in loadLibrary()
274 LoadResult result = loadLibraryFromCurrentClassloader(name, absolute); in loadLibrary()
[all …]
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
DNativeLibraryLoader.java119 final boolean absolute; field in NativeLibraryLoader.LoadResult
125 String name, boolean absolute, boolean usingHelperClassloader) { in newSuccessResult() argument
126 return new LoadResult(name, absolute, true, usingHelperClassloader, null); in newSuccessResult()
130 String name, boolean absolute, boolean usingHelperClassloader, Throwable error) { in newFailureResult() argument
131 return new LoadResult(name, absolute, false, usingHelperClassloader, error); in newFailureResult()
134 private LoadResult(String name, boolean absolute, boolean loaded, in LoadResult() argument
137 this.absolute = absolute; in LoadResult()
258 final boolean absolute, List<LoadResult> results) { in loadLibrary() argument
262 LoadResult result = loadLibraryFromHelperClassloader(newHelper, name, absolute); in loadLibrary()
273 LoadResult result = loadLibraryFromCurrentClassloader(name, absolute); in loadLibrary()
[all …]
/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Drust_name.rs68 absolute: false, in into_path()
128 absolute: bool, field
155 self.absolute in is_absolute()
159 assert!(!self.absolute); in is_empty()
168 assert!(!self.absolute); in first()
173 assert!(!self.absolute); in remove_first()
178 assert!(!self.absolute); in to_reverse()
180 absolute: false, in to_reverse()
186 assert!(!self.absolute); in prepend_ident()
191 if path.absolute { in append()
[all …]
/external/webrtc/common_audio/signal_processing/
Dmin_max_operations.c39 int absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW16C() local
44 absolute = abs((int)vector[i]); in WebRtcSpl_MaxAbsValueW16C()
46 if (absolute > maximum) { in WebRtcSpl_MaxAbsValueW16C()
47 maximum = absolute; in WebRtcSpl_MaxAbsValueW16C()
64 uint32_t absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW32C() local
70 absolute = abs((int)vector[i]); in WebRtcSpl_MaxAbsValueW32C()
71 if (absolute > maximum) { in WebRtcSpl_MaxAbsValueW32C()
72 maximum = absolute; in WebRtcSpl_MaxAbsValueW32C()
142 int absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsIndexW16() local
147 absolute = abs((int)vector[i]); in WebRtcSpl_MaxAbsIndexW16()
[all …]
Dmin_max_operations_neon.c19 int absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW16Neon() local
53 absolute = abs((int)(*p_start)); in WebRtcSpl_MaxAbsValueW16Neon()
55 if (absolute > maximum) { in WebRtcSpl_MaxAbsValueW16Neon()
56 maximum = absolute; in WebRtcSpl_MaxAbsValueW16Neon()
75 uint32_t absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW32Neon() local
111 absolute = abs((int)(*p_start)); in WebRtcSpl_MaxAbsValueW32Neon()
112 if (absolute > maximum) { in WebRtcSpl_MaxAbsValueW32Neon()
113 maximum = absolute; in WebRtcSpl_MaxAbsValueW32Neon()
/external/deqp-deps/glslang/glslang/Include/
DInfoSink.h98 void location(const TSourceLoc& loc, bool absolute = false, bool displayColumn = false) {
107 if(loc.getFilename() == nullptr && shaderFileName != nullptr && absolute) {
108 append(std::filesystem::absolute(shaderFileName).string());
111 if (absolute) {
112 append(std::filesystem::absolute(location).string());
126 void message(TPrefixType message, const char* s, const TSourceLoc& loc, bool absolute = false,
130 location(loc, absolute, displayColumn);
/external/angle/third_party/glslang/src/glslang/Include/
DInfoSink.h98 void location(const TSourceLoc& loc, bool absolute = false, bool displayColumn = false) {
107 if(loc.getFilename() == nullptr && shaderFileName != nullptr && absolute) {
108 append(std::filesystem::absolute(shaderFileName).string());
111 if (absolute) {
112 append(std::filesystem::absolute(location).string());
126 void message(TPrefixType message, const char* s, const TSourceLoc& loc, bool absolute = false,
130 location(loc, absolute, displayColumn);
/external/fonttools/Lib/fontTools/svgLib/path/
Dparser.py132 absolute = command in UPPERCASE
149 if absolute:
183 if not absolute:
191 if not absolute:
199 if not absolute:
209 if not absolute:
240 if not absolute:
256 if not absolute:
281 if not absolute:
296 if not absolute:
/external/pytorch/torch/_numpy/
D_unary_ufuncs_impl.py9 absolute as fabs,
63 def absolute(x): function
67 return torch.absolute(x)
71 abs = absolute
/external/rust/android-crates-io/crates/icu_capi/src/
Dfixed_decimal.rs184 self.0.absolute.digit_at(magnitude) in digit_at()
190 *self.0.absolute.magnitude_range().start() in magnitude_start()
196 *self.0.absolute.magnitude_range().end() in magnitude_end()
202 self.0.absolute.nonzero_magnitude_start() in nonzero_magnitude_start()
208 self.0.absolute.nonzero_magnitude_end() in nonzero_magnitude_end()
214 self.0.absolute.is_zero() in is_zero()
247 self.0.absolute.trim_start() in trim_start()
253 self.0.absolute.trim_end() in trim_end()
263 self.0.absolute.trim_end_if_integer() in trim_end_if_integer()
270 self.0.absolute.pad_start(position) in pad_start()
[all …]
/external/crosvm/linux_input_sys/src/
Dlib.rs90 pub fn absolute(code: u16, value: i32) -> virtio_input_event { in absolute() method
109 Self::absolute(ABS_MT_TRACKING_ID, id) in multitouch_tracking_id()
114 Self::absolute(ABS_MT_SLOT, slot) in multitouch_slot()
119 Self::absolute(ABS_MT_POSITION_X, x) in multitouch_absolute_x()
124 Self::absolute(ABS_MT_POSITION_Y, y) in multitouch_absolute_y()
129 Self::absolute(ABS_X, x) in absolute_x()
134 Self::absolute(ABS_Y, y) in absolute_y()
/external/llvm/test/CodeGen/SystemZ/
Dvec-abs-05.ll1 ; Test f64 and v2f64 absolute.
8 ; Test a plain absolute.
17 ; Test a negative absolute.
27 ; Test an f64 absolute that uses vector registers.
37 ; Test an f64 negative absolute that uses vector registers.
Dint-abs-01.ll1 ; Test integer absolute.
5 ; Test i32->i32 absolute using slt.
16 ; Test i32->i32 absolute using sle.
27 ; Test i32->i32 absolute using sgt.
38 ; Test i32->i32 absolute using sge.
49 ; Test i32->i64 absolute.
61 ; Test i32->i64 absolute that uses an "in-register" form of sign extension.
74 ; Test i64 absolute.
/external/llvm/test/MC/Mips/
Dmips-pdr-bad.s8 .ent foo, bar # AMS: :[[@LINE]]:23: error: expected an absolute expression after comma
16 .frame $sp, bar # ASM: :[[@LINE]]:25: error: frame size not an absolute expression
23 .mask foo # ASM: :[[@LINE]]:19: error: bitmask not an absolute expression
26 .mask 0x80000000, foo # ASM: :[[@LINE]]:31: error: frame offset not an absolute expression
30 .fmask foo # ASM: :[[@LINE]]:20: error: bitmask not an absolute expression
33 .fmask 0x80000000, foo # ASM: :[[@LINE]]:32: error: frame offset not an absolute expression
/external/sandboxed-api/oss-internship-2020/libpng/
DREADME.md22 ./examples/pngtopng /absolute/path/to/input/image.png /absolute/path/to/output/image.png
26 ./examples/rgbtobgr /absolute/path/to/input/image.png /absolute/path/to/output/image.png
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/
Dabsolute.pass.cpp32 ASSERT_NOT_NOEXCEPT(absolute(p)); in TEST_CASE()
33 ASSERT_NOT_NOEXCEPT(absolute(p, ec)); in TEST_CASE()
51 const path ret = absolute(TC.input, ec); in TEST_CASE()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
Djquery-ui.structure.min.css5absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-dec…
Djquery-ui.structure.css23 position: absolute;
50 position: absolute;
98 position: absolute;
111 position: absolute;
145 position: absolute;
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
Djquery-ui.structure.min.css5absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-dec…
Djquery-ui.structure.css23 position: absolute;
50 position: absolute;
98 position: absolute;
111 position: absolute;
145 position: absolute;
/external/cronet/tot/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/
Dabsolute.pass.cpp31 ASSERT_NOT_NOEXCEPT(absolute(p)); in absolute_signature_test()
32 ASSERT_NOT_NOEXCEPT(absolute(p, ec)); in absolute_signature_test()
50 const path ret = absolute(TC.input, ec); in basic_test()
/external/cronet/stable/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/
Dabsolute.pass.cpp31 ASSERT_NOT_NOEXCEPT(absolute(p)); in absolute_signature_test()
32 ASSERT_NOT_NOEXCEPT(absolute(p, ec)); in absolute_signature_test()
50 const path ret = absolute(TC.input, ec); in basic_test()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ComplexAbs.pbtxt3 summary: "Computes the complex absolute value of a tensor."
6 `float` or `double` that is the absolute value of each element in `x`. All
7 elements in `x` must be complex numbers of the form \\(a + bj\\). The absolute
/external/sdv/vsomeip/third_party/boost/asio/doc/requirements/
DTimeTraits.qbk20 Represents an absolute time. Must support default construction, and meet
28 Represents the difference between two absolute times. Must support
44 Returns a new absolute time resulting from adding the duration `d` to the
45 absolute time `t`.

12345678910>>...72