/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/internal/ |
H A D | Matchers.java | 74 public abstract boolean inverted(); in inverted() method in Matchers.HeaderMatcher 77 public static HeaderMatcher forExactValue(String name, String exactValue, boolean inverted) { in forExactValue() 85 public static HeaderMatcher forSafeRegEx(String name, Pattern safeRegEx, boolean inverted) { in forSafeRegEx() 93 public static HeaderMatcher forRange(String name, Range range, boolean inverted) { in forRange() 100 public static HeaderMatcher forPresent(String name, boolean present, boolean inverted) { in forPresent() 107 public static HeaderMatcher forPrefix(String name, String prefix, boolean inverted) { in forPrefix() 114 public static HeaderMatcher forSuffix(String name, String suffix, boolean inverted) { in forSuffix() 121 public static HeaderMatcher forContains(String name, String contains, boolean inverted) { in forContains() 130 String name, StringMatcher stringMatcher, boolean inverted) { in forString() 141 @Nullable StringMatcher stringMatcher, boolean inverted) { in create()
|
/aosp_15_r20/external/autotest/frontend/client/src/autotest/tko/ |
H A D | SeriesSelector.java | 187 List<String> inverted = new ArrayList<String>(); in getInverted() local 214 List<String> inverted = getInverted(); in addToHistory() local 222 Set<String> inverted = new HashSet<String>(); in handleHistoryArguments() local
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/ |
H A D | Mask.java | 17 private final boolean inverted; field in Mask 19 …skMode maskMode, AnimatableShapeValue maskPath, AnimatableIntegerValue opacity, boolean inverted) { in Mask()
|
/aosp_15_r20/system/extras/simpleperf/scripts/purgatorio/templates/ |
H A D | main.js | 132 function should_insert_callchain(callchain, items, filter_index, inverted) { argument 147 function insert_callchain(root, callchain, inverted) { argument
|
/aosp_15_r20/system/teeui/libteeui/example/ |
H A D | phys_button_example.cpp | 70 bool inverted) { in setLayoutParams() 97 uint32_t GUIStatePhysButtons::setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted) { in setDeviceInfo()
|
H A D | touch_button_example.cpp | 100 bool inverted) { in setLayoutParams() 125 uint32_t GUIStateTouch::setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted) { in setDeviceInfo()
|
/aosp_15_r20/trusty/user/app/confirmationui/src/ |
D | trusty_confirmation_ui.cpp | 36 static void updateColorScheme(Context* ctx, bool inverted) { in updateColorScheme() 108 bool inverted, in start()
|
/aosp_15_r20/external/iproute2/tc/ |
H A D | m_ematch.h | 61 int inverted; member 68 static inline struct ematch * new_ematch(struct bstr *args, int inverted) in new_ematch()
|
/aosp_15_r20/external/skia/src/gpu/graphite/geom/ |
H A D | Shape.h | 72 bool inverted() const { in inverted() function 77 void setInverted(bool inverted) { in setInverted()
|
H A D | CoverageMaskShape.h | 96 bool inverted() const { return fInverted; } in inverted() function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/ |
H A D | GrShape.h | 99 bool inverted() const { in inverted() function 119 void setInverted(bool inverted) { in setInverted()
|
/aosp_15_r20/device/google/cuttlefish/host/libs/confui/ |
D | host_renderer.cc | 180 const bool inverted, in GenerateRenderer() 217 const bool inverted, in ConfUiRendererImpl()
|
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/ |
H A D | InvertedLuminanceSourceTestCase.java | 35 LuminanceSource inverted = new InvertedLuminanceSource(source); in testInverted() local
|
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/utils/ |
H A D | TransformerHorizontalBarChart.java | 20 public void prepareMatrixOffset(boolean inverted) { in prepareMatrixOffset()
|
/aosp_15_r20/trusty/user/app/confirmationui/examples/devices/emulator/ |
D | device_parameters.cpp | 56 bool inverted, in getDisplayLayout()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | DashLinePathRenderer.cpp | 28 bool inverted; in onCanDrawPath() local
|
/aosp_15_r20/trusty/user/app/confirmationui/include/ |
D | device_layout.h | 42 explicit ILayout(bool inverted) : inverted_(inverted) {} in ILayout()
|
/aosp_15_r20/system/security/keystore2/apc_compat/ |
H A D | apc_compat.hpp | 41 bool inverted; member
|
/aosp_15_r20/trusty/user/app/confirmationui/examples/layouts/include/layouts/ |
D | layout.h | 207 DisplayLayout(bool inverted, const context<ConUIParameters>& ctx) in DisplayLayout()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/ |
H A D | render.rs | 12 let inverted = if inverted { 0 } else { 4 }; in to_string() localVariable
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 107 bool inverted; member 608 bool inverted; in createMeshShaderConditionalRenderingTestsEXT() member
|
/aosp_15_r20/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/ |
H A D | NativeRenderer.java | 26 … native int setDeviceInfo(DeviceInfo deviceInfo, boolean magnified, boolean inverted, String touch… in setDeviceInfo()
|
/aosp_15_r20/packages/modules/Uwb/service/fusion_lib/src/com/android/uwb/fusion/math/ |
D | Pose.java | 95 public Pose inverted() { in inverted() method in Pose
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InputConfigAdapter.java | 36 FlagMapping(int flag, int inputConfig, boolean inverted) { in FlagMapping()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | condrender.c | 50 bool inverted = false; in BeginConditionalRender() local
|