Home
last modified time | relevance | path

Searched defs:inverted (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/internal/
H A DMatchers.java74 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 DSeriesSelector.java187 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 DMask.java17 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 Dmain.js132 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 Dphys_button_example.cpp70 bool inverted) { in setLayoutParams()
97 uint32_t GUIStatePhysButtons::setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted) { in setDeviceInfo()
H A Dtouch_button_example.cpp100 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/
Dtrusty_confirmation_ui.cpp36 static void updateColorScheme(Context* ctx, bool inverted) { in updateColorScheme()
108 bool inverted, in start()
/aosp_15_r20/external/iproute2/tc/
H A Dm_ematch.h61 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 DShape.h72 bool inverted() const { in inverted() function
77 void setInverted(bool inverted) { in setInverted()
H A DCoverageMaskShape.h96 bool inverted() const { return fInverted; } in inverted() function
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrShape.h99 bool inverted() const { in inverted() function
119 void setInverted(bool inverted) { in setInverted()
/aosp_15_r20/device/google/cuttlefish/host/libs/confui/
Dhost_renderer.cc180 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 DInvertedLuminanceSourceTestCase.java35 LuminanceSource inverted = new InvertedLuminanceSource(source); in testInverted() local
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/utils/
H A DTransformerHorizontalBarChart.java20 public void prepareMatrixOffset(boolean inverted) { in prepareMatrixOffset()
/aosp_15_r20/trusty/user/app/confirmationui/examples/devices/emulator/
Ddevice_parameters.cpp56 bool inverted, in getDisplayLayout()
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DDashLinePathRenderer.cpp28 bool inverted; in onCanDrawPath() local
/aosp_15_r20/trusty/user/app/confirmationui/include/
Ddevice_layout.h42 explicit ILayout(bool inverted) : inverted_(inverted) {} in ILayout()
/aosp_15_r20/system/security/keystore2/apc_compat/
H A Dapc_compat.hpp41 bool inverted; member
/aosp_15_r20/trusty/user/app/confirmationui/examples/layouts/include/layouts/
Dlayout.h207 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 Drender.rs12 let inverted = if inverted { 0 } else { 4 }; in to_string() localVariable
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderConditionalRenderingTestsEXT.cpp107 bool inverted; member
608 bool inverted; in createMeshShaderConditionalRenderingTestsEXT() member
/aosp_15_r20/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/
H A DNativeRenderer.java26 … 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/
DPose.java95 public Pose inverted() { in inverted() method in Pose
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DInputConfigAdapter.java36 FlagMapping(int flag, int inputConfig, boolean inverted) { in FlagMapping()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dcondrender.c50 bool inverted = false; in BeginConditionalRender() local

12345678910>>...12