Searched +full:- +full:- +full:static (Results 1 – 25 of 1845) sorted by relevance
12345678910>>...74
| /third_party/backends/backend/ |
| D | mustek_usb_mid.h | 1 /* sane - Scanner Access Now Easy. 6 Copyright (C) 2001, 2002 by Henning Meier-Geinitz. 53 /* ---------------------------------- macros ------------------------------ */ 56 /* ---------------- sensor NEC 600 CCD function declarations -------------- */ 58 static SANE_Status usb_mid_n600_prepare_rgb (ma1017 * chip, SANE_Word dpi); 60 static SANE_Status usb_mid_n600_prepare_mono (ma1017 * chip, SANE_Word dpi); 62 static SANE_Status usb_mid_n600_prepare_rgb_600_dpi (ma1017 * chip); 64 static SANE_Status usb_mid_n600_prepare_rgb_400_dpi (ma1017 * chip); 66 static SANE_Status usb_mid_n600_prepare_rgb_300_dpi (ma1017 * chip); 68 static SANE_Status usb_mid_n600_prepare_rgb_200_dpi (ma1017 * chip); [all …]
|
| D | mustek_usb_low.h | 1 /* sane - Scanner Access Now Easy. 6 Copyright (C) 2001, 2002 by Henning Meier-Geinitz. 53 /* ---------------------------------- macros ------------------------------ */ 73 /* ---------------------------------- types ------------------------------- */ 235 /* ------------------------- function declarations ------------------------ */ 237 static SANE_Status usb_low_init (ma1017 ** chip); 239 static SANE_Status usb_low_exit (ma1017 * chip); 243 static SANE_Status 248 static SANE_Status usb_low_get_a2 (ma1017 * chip, SANE_Byte * value); 250 static SANE_Status usb_low_start_cmt_table (ma1017 * chip); [all …]
|
| D | mustek_usb_high.h | 1 /* sane - Scanner Access Now Easy. 6 Copyright (C) 2001, 2002 by Henning Meier-Geinitz. 51 /* ---------------------------------- macros ------------------------------ */ 57 /* ---------------------------------- types ------------------------------- */ 148 OPT_TL_X, /* top-left x */ 149 OPT_TL_Y, /* top-left y */ 150 OPT_BR_X, /* bottom-right x */ 151 OPT_BR_Y, /* bottom-right y */ 357 /* scanner dependent/low-level state: */ 363 /* ------------------- calibration function declarations ------------------ */ [all …]
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | redundant_static_lifetimes.stderr | 1 error: constants have by default a `'static` lifetime 2 --> $DIR/redundant_static_lifetimes.rs:8:17 4 LL | const VAR_ONE: &'static str = "Test constant #1"; // ERROR: Consider removing 'static. 5 | -^^^^^^^---- help: consider removing `'static`: `&str` 7 = note: `-D clippy::redundant-static-lifetimes` implied by `-D warnings` 9 error: constants have by default a `'static` lifetime 10 --> $DIR/redundant_static_lifetimes.rs:12:21 12 LL | const VAR_THREE: &[&'static str] = &["one", "two"]; // ERROR: Consider removing 'static 13 | -^^^^^^^---- help: consider removing `'static`: `&str` 15 error: constants have by default a `'static` lifetime [all …]
|
| D | redundant_static_lifetimes_multiple.stderr | 1 error: constants have by default a `'static` lifetime 2 --> $DIR/redundant_static_lifetimes_multiple.rs:3:18 4 LL | const VAR_FIVE: &'static [&[&'static str]] = &[&["test"], &["other one"]]; // ERROR: Consider … 5 …| -^^^^^^^------------------ help: consider removing `'static`: `&[&[&'static str]… 7 = note: `-D clippy::redundant-static-lifetimes` implied by `-D warnings` 9 error: constants have by default a `'static` lifetime 10 --> $DIR/redundant_static_lifetimes_multiple.rs:3:30 12 LL | const VAR_FIVE: &'static [&[&'static str]] = &[&["test"], &["other one"]]; // ERROR: Consider … 13 | -^^^^^^^---- help: consider removing `'static`: `&str` 15 error: constants have by default a `'static` lifetime [all …]
|
| /third_party/skia/m133/src/sfnt/ |
| D | SkOTTable_OS_2_V4.h | 4 * Use of this source code is governed by a BSD-style license that can be 20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(4); 52 //8-15 62 //0-7 74 static const SK_OT_USHORT Installable = 0; 75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value; 79 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value; [all …]
|
| D | SkOTTable_OS_2_V3.h | 4 * Use of this source code is governed by a BSD-style license that can be 20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(3); 52 //8-15 62 //0-7 74 static const SK_OT_USHORT Installable = 0; 75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value; 79 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value; [all …]
|
| D | SkOTTable_OS_2_V2.h | 4 * Use of this source code is governed by a BSD-style license that can be 20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(2); 52 //8-15 62 //0-7 74 static const SK_OT_USHORT Installable = 0; 75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value; 79 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value; [all …]
|
| D | SkOTTable_OS_2_V1.h | 4 * Use of this source code is governed by a BSD-style license that can be 20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(1); 52 //8-15 62 //0-7 74 static const SK_OT_USHORT Installable = 0; 75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 95 //l0 24-31 105 //l0 16-23 [all …]
|
| /third_party/skia/src/sfnt/ |
| D | SkOTTable_OS_2_V4.h | 4 * Use of this source code is governed by a BSD-style license that can be 20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(4); 52 //8-15 62 //0-7 74 static const SK_OT_USHORT Installable = 0; 75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value; 79 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value; [all …]
|
| D | SkOTTable_OS_2_V3.h | 4 * Use of this source code is governed by a BSD-style license that can be 20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(3); 52 //8-15 62 //0-7 74 static const SK_OT_USHORT Installable = 0; 75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value; 79 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value; [all …]
|
| D | SkOTTable_OS_2_V2.h | 4 * Use of this source code is governed by a BSD-style license that can be 20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(2); 52 //8-15 62 //0-7 74 static const SK_OT_USHORT Installable = 0; 75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value; 79 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value; [all …]
|
| D | SkOTTable_OS_2_V1.h | 4 * Use of this source code is governed by a BSD-style license that can be 20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(1); 52 //8-15 62 //0-7 74 static const SK_OT_USHORT Installable = 0; 75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 95 //l0 24-31 105 //l0 16-23 [all …]
|
| /third_party/skia/third_party/externals/microhttpd/w32/VS2013/ |
| D | libmicrohttpd.sln | 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmicrohttpd", "libmicrohttpd.vcxproj", "{9CF… 8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hellobrowser", "hellobrowser.vcxproj", "{310F3… 10 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A} = {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A} 15 Debug-dll|Win32 = Debug-dll|Win32 16 Debug-dll|x64 = Debug-dll|x64 17 Debug-dll-xp|Win32 = Debug-dll-xp|Win32 18 Debug-dll-xp|x64 = Debug-dll-xp|x64 19 Debug-static|Win32 = Debug-static|Win32 20 Debug-static|x64 = Debug-static|x64 21 Debug-static-xp|Win32 = Debug-static-xp|Win32 [all …]
|
| /third_party/vk-gl-cts/android/cts/main/vk-master-2023-03-01/ |
| D | fragment-shading-barycentric.txt | 1 dEQP-VK.fragment_shading_barycentric.data.misc.pervertex_correctness 2 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.double 3 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.dvec2 4 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.dvec3 5 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.dvec4 6 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.float 7 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.int 8 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.ivec2 9 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.ivec3 10 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.ivec4 [all …]
|
| /third_party/rust/rust/tests/ui/parser/ |
| D | assoc-static-syntactic-fail.stderr | 1 error: associated `static` items are not allowed 2 --> $DIR/assoc-static-syntactic-fail.rs:7:5 4 LL | static IA: u8 = 0; 7 error: associated `static` items are not allowed 8 --> $DIR/assoc-static-syntactic-fail.rs:8:5 10 LL | static IB: u8; 13 error: a static item cannot be `default` 14 --> $DIR/assoc-static-syntactic-fail.rs:9:5 16 LL | default static IC: u8 = 0; 21 error: associated `static` items are not allowed [all …]
|
| D | assoc-static-semantic-fail.stderr | 1 error: associated `static` items are not allowed 2 --> $DIR/assoc-static-semantic-fail.rs:10:5 4 LL | static IA: u8 = 0; 7 error: associated `static` items are not allowed 8 --> $DIR/assoc-static-semantic-fail.rs:12:5 10 LL | static IB: u8; 13 error: a static item cannot be `default` 14 --> $DIR/assoc-static-semantic-fail.rs:15:5 16 LL | default static IC: u8 = 0; 21 error: associated `static` items are not allowed [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/mustpass/main/vk-default/ |
| D | fragment-shading-barycentric.txt | 1 dEQP-VK.fragment_shading_barycentric.data.misc.pervertex_correctness 2 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.double 3 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.dvec2 4 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.dvec3 5 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.dvec4 6 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.float 7 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.int 8 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.ivec2 9 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.ivec3 10 dEQP-VK.fragment_shading_barycentric.data.provoking_first.dynamic.line_list.array2.ivec4 [all …]
|
| /third_party/vk-gl-cts/android/cts/main/vk-master-2024-03-01/ |
| D | fragment-shading-barycentric.txt | 1 dEQP-VK.fragment_shading_barycentric.fast_linked_library.data.misc.pervertex_correctness 2 dEQP-VK.fragment_shading_barycentric.fast_linked_library.data.provoking_first.dynamic.line_list.arr… 3 dEQP-VK.fragment_shading_barycentric.fast_linked_library.data.provoking_first.dynamic.line_list.arr… 4 dEQP-VK.fragment_shading_barycentric.fast_linked_library.data.provoking_first.dynamic.line_list.arr… 5 dEQP-VK.fragment_shading_barycentric.fast_linked_library.data.provoking_first.dynamic.line_list.arr… 6 dEQP-VK.fragment_shading_barycentric.fast_linked_library.data.provoking_first.dynamic.line_list.arr… 7 dEQP-VK.fragment_shading_barycentric.fast_linked_library.data.provoking_first.dynamic.line_list.arr… 8 dEQP-VK.fragment_shading_barycentric.fast_linked_library.data.provoking_first.dynamic.line_list.arr… 9 dEQP-VK.fragment_shading_barycentric.fast_linked_library.data.provoking_first.dynamic.line_list.arr… 10 dEQP-VK.fragment_shading_barycentric.fast_linked_library.data.provoking_first.dynamic.line_list.arr… [all …]
|
| /third_party/skia/third_party/externals/freetype/builds/windows/vc2010/ |
| D | freetype.sln | 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype", "freetype.vcxproj", "{78B079BD-9FC7… 10 Debug Static|x64 = Debug Static|x64 11 Debug Static|ARM64 = Debug Static|ARM64 12 Debug Static|Win32 = Debug Static|Win32 16 Release Static|x64 = Release Static|x64 17 Release Static|ARM64 = Release Static|ARM64 18 Release Static|Win32 = Release Static|Win32 21 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|x64.ActiveCfg = Debug|x64 22 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|x64.Build.0 = Debug|x64 23 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|ARM64.ActiveCfg = Debug|ARM64 [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | DenseMapInfo.h | 1 //===- llvm/ADT/DenseMapInfo.h - Type traits for DenseMap -------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 30 //static inline T getEmptyKey(); 31 //static inline T getTombstoneKey(); 32 //static unsigned getHashValue(const T &Val); 33 //static bool isEqual(const T &LHS, const T &RHS); 39 static inline T* getEmptyKey() { 40 uintptr_t Val = static_cast<uintptr_t>(-1); [all …]
|
| /third_party/rust/rust/tests/ui/suggestions/ |
| D | missing-lifetime-specifier.stderr | 2 --> $DIR/missing-lifetime-specifier.rs:18:44 4 LL | static a: RefCell<HashMap<i32, Vec<Vec<Foo>>>> = RefCell::new(HashMap::new()); 8 help: consider using the `'static` lifetime 10 LL | static a: RefCell<HashMap<i32, Vec<Vec<Foo<'static, 'static>>>>> = RefCell::new(HashMap::n… 14 --> $DIR/missing-lifetime-specifier.rs:18:44 17 LL | | static a: RefCell<HashMap<i32, Vec<Vec<Foo>>>> = RefCell::new(HashMap::new()); 22 | |_- 27 --> $DIR/missing-lifetime-specifier.rs:23:44 29 LL | static b: RefCell<HashMap<i32, Vec<Vec<&Bar>>>> = RefCell::new(HashMap::new()); 35 help: consider using the `'static` lifetime [all …]
|
| /third_party/protobuf/src/google/protobuf/ |
| D | generated_message_tctable_impl.h | 1 // Protocol Buffers - Google's data interchange format 4 // Use of this source code is governed by a BSD-style 6 // https://developers.google.com/open-source/licenses/bsd 53 // Structural information about fields is packed into a 16-bit value. The enum 58 // +-----------------------+-----------------------+ 60 // +-----------------------+-----------------------+ 67 // +-----------------------+-----------------------+ 69 // +-----------------------+-----------------------+ 72 // clang-format off 76 // These values broadly represent a wire type and an in-memory storage class. [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
| D | UCharacter.java | 6 * Copyright (C) 1996-2016, International Business Machines Corporation and 66 * <p>Aside from the additions for UTF-16 support, and the updated Unicode 77 * does it include the Java-specific character information, such as 79 * <li> Character maps characters 'A' - 'Z' and 'a' - 'z' to the numeric 80 * values '10' - '35'. UCharacter also does this in digit and 89 …* "http://source.icu-project.org/repos/icu/icu4j/trunk/src/com/ibm/icu/dev/test/lang/UCharacterCom… 93 * this API provides low-level access to the Unicode Character Database. 103 * and the <a href="http://www.icu-project.org/userguide/properties.html">ICU 105 * (http://www.icu-project.org/userguide/properties.html). 128 * - alpha: isUAlphabetic(c) or hasBinaryProperty(c, UProperty.ALPHABETIC) [all …]
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | TestUtilLite.java | 1 // Protocol Buffers - Google's data interchange format 4 // Use of this source code is governed by a BSD-style 6 // https://developers.google.com/open-source/licenses/bsd 10 import static com.google.protobuf.UnittestLite.defaultBoolExtensionLite; 11 import static com.google.protobuf.UnittestLite.defaultBytesExtensionLite; 12 import static com.google.protobuf.UnittestLite.defaultCordExtensionLite; 13 import static com.google.protobuf.UnittestLite.defaultDoubleExtensionLite; 14 import static com.google.protobuf.UnittestLite.defaultFixed32ExtensionLite; 15 import static com.google.protobuf.UnittestLite.defaultFixed64ExtensionLite; 16 import static com.google.protobuf.UnittestLite.defaultFloatExtensionLite; [all …]
|
12345678910>>...74