Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 12 of 12) sorted by relevance

/developtools/ace-js2bundle/ace-loader/test/lite/expected/
DexteriorStyle.js20 "condition": "screen and (max-width: 454px)", property
23 "condition": "screen and (min-width: 455px)", property
/developtools/ace-js2bundle/ace-loader/test/card/expected/mediaQuery/
DmediaQuery.json11 "condition": "(dark-mode:true)", string
26 "condition": "(dark-mode:true)", string
/developtools/ace-js2bundle/ace-loader/src/lite/
Dlite-customize.js82 function throwError(condition, reason) { argument
Dlite-transform-style.js108 target.push({ condition, ...style }); property
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/nativehook/
DNativeHookTreeTableRowSorter.java64 …public static void sortDescTree(DefaultMutableTreeNode root, Comparator<TreeNode> condition, JTree… in sortDescTree()
99 …public static void sortTree(DefaultMutableTreeNode root, Comparator<TreeNode> condition, JTree jtr… in sortTree()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/heapdump/
DHeapDumpTreeTableRowSorter.java65 …public static void sortDescTree(DefaultMutableTreeNode root, Comparator<TreeNode> condition, JTree… in sortDescTree()
100 …public static void sortTree(DefaultMutableTreeNode root, Comparator<TreeNode> condition, JTree jtr… in sortTree()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/analysis/
DTreeTableRowSorter.java81 …public static void sortDescTree(DefaultMutableTreeNode root, Comparator<TreeNode> condition, JTree… in sortDescTree()
117 …public static void sortTree(DefaultMutableTreeNode root, Comparator<TreeNode> condition, JTree jtr… in sortTree()
/developtools/ace-js2bundle/ace-loader/test/rich/expected/
DmediaQuery.js30 "condition": "screen and (min-width: 600) and (max-width: 1200)", property
45 "condition": "(device-type: tv)", property
/developtools/profiler/device/plugins/native_daemon/include/
Ddebug_logger.h219 #define HLOGV_IF(condition, format, ...) \ argument
267 #define HLOG_ASSERT_MESSAGE(condition, format, ...) \ argument
274 #define HLOG_ASSERT(condition) HLOG_ASSERT_MESSAGE(condition, "") argument
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/databasepool/
DAbstractDataStore.java223 …public <T> boolean update(Class<T> clazz, Map<String, Object> condition, Map<String, Object> setVa… in update()
243 …blic <T> List<T> select(Class<T> clazz, Map<String, Object> value, Map<String, Object> condition) { in select()
/developtools/hiperf/include/
Ddebug_logger.h227 #define HLOGV_IF(condition, format, ...) \ argument
275 #define HLOG_ASSERT_MESSAGE(condition, format, ...) \ argument
282 #define HLOG_ASSERT(condition) HLOG_ASSERT_MESSAGE(condition, "") argument
/developtools/hiperf/src/
Dperf_event_record.cpp71 inline void PushToBinary(bool condition, uint8_t *&p, const T &v) in PushToBinary()
80 inline void PushToBinary2(bool condition, uint8_t *&p, const T1 &v1, const T2 &v2) in PushToBinary2()
91 inline void PopFromBinary(bool condition, uint8_t *&p, T &v) in PopFromBinary()
100 inline void PopFromBinary2(bool condition, uint8_t *&p, T1 &v1, T2 &v2) in PopFromBinary2()