/third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/ |
D | EJDB2JQLModule.java | 96 public void psetString(Integer jqlid, Integer placeholder, String val) { in psetString() argument 97 jql(jqlid).setString(placeholder, val); in psetString() 101 public void setString(Integer jqlid, String placeholder, String val) { in setString() argument 102 jql(jqlid).setString(placeholder, val); in setString() 106 public void psetLong(Integer jqlid, Integer placeholder, String val) { in psetLong() argument 107 jql(jqlid).setLong(placeholder, Long.parseLong(val)); in psetLong() 111 public void setLong(Integer jqlid, String placeholder, String val) { in setLong() argument 112 jql(jqlid).setLong(placeholder, Long.parseLong(val)); in setLong() 116 public void psetJSON(Integer jqlid, Integer placeholder, String val) { in psetJSON() argument 117 jql(jqlid).setJSON(placeholder, val); in psetJSON() [all …]
|
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/ |
D | index.js | 177 setString(placeholder, val) { argument 181 this._p('setString', placeholder)(this._jql, placeholder, val); 191 setJSON(placeholder, val) { argument 195 this._p('setJSON', placeholder)(this._jql, placeholder, val); 205 setRegexp(placeholder, val) { argument 212 this._p('setRegexp', placeholder)(this._jql, placeholder, val); 222 setNumber(placeholder, val) { argument 227 this._p('setLong', placeholder)(this._jql, placeholder, val.toString()); 229 this._p('setDouble', placeholder)(this._jql, placeholder, val); 240 setBoolean(placeholder, val) { argument [all …]
|
D | index.d.ts | 424 setString(placeholder: Placeholder, val: string): JQL; 429 setJSON(placeholder: Placeholder, val: string | object): JQL; 435 setRegexp(placeholder: Placeholder, val: string | RegExp): JQL; 440 setNumber(placeholder: Placeholder, val: number): JQL; 445 setBoolean(placeholder: Placeholder, val: boolean): JQL; 450 setNull(placeholder: Placeholder): JQL;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/opt/ |
D | oconfig.py | 15 import placeholder 40 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 41 config = placeholder.ConfigFlagsFile('', '.cfg') 42 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config] 52 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 53 config = placeholder.ConfigFlagsFile(""" 58 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config] 67 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 68 config = placeholder.ConfigFlagsFile(""" 73 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config]
|
D | flags.py | 15 import placeholder 40 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 41 output = placeholder.TempFileName('output.spv') 128 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 129 output = placeholder.TempFileName('output.spv') 186 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 187 output = placeholder.TempFileName('output.spv') 233 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 234 output = placeholder.TempFileName('output.spv') 274 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') [all …]
|
/third_party/spirv-tools/test/tools/opt/ |
D | oconfig.py | 15 import placeholder 40 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 41 config = placeholder.ConfigFlagsFile('', '.cfg') 42 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config] 52 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 53 config = placeholder.ConfigFlagsFile(""" 58 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config] 67 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 68 config = placeholder.ConfigFlagsFile(""" 73 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config]
|
D | flags.py | 15 import placeholder 40 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 41 output = placeholder.TempFileName('output.spv') 128 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 129 output = placeholder.TempFileName('output.spv') 186 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 187 output = placeholder.TempFileName('output.spv') 233 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 234 output = placeholder.TempFileName('output.spv') 274 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/opt/ |
D | oconfig.py | 15 import placeholder 40 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 41 config = placeholder.ConfigFlagsFile('', '.cfg') 42 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config] 52 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 53 config = placeholder.ConfigFlagsFile(""" 58 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config] 67 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 68 config = placeholder.ConfigFlagsFile(""" 73 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config]
|
D | flags.py | 15 import placeholder 40 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 41 output = placeholder.TempFileName('output.spv') 128 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 129 output = placeholder.TempFileName('output.spv') 186 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 187 output = placeholder.TempFileName('output.spv') 233 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') 234 output = placeholder.TempFileName('output.spv') 274 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') [all …]
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/ |
D | JQL.java | 195 public JQL setString(String placeholder, String val) throws EJDB2Exception { in setString() argument 196 _set_string(0, placeholder, val, 0); in setString() 205 public JQL setLong(String placeholder, long val) throws EJDB2Exception { in setLong() argument 206 _set_long(0, placeholder, val); in setLong() 220 public JQL setJSON(String placeholder, String json) throws EJDB2Exception { in setJSON() argument 221 _set_string(0, placeholder, json, 1); in setJSON() 225 public JQL setJSON(String placeholder, JSON json) throws EJDB2Exception { in setJSON() argument 226 _set_string(0, placeholder, json.toString(), 1); in setJSON() 235 public JQL setRegexp(String placeholder, String regexp) throws EJDB2Exception { in setRegexp() argument 236 _set_string(0, placeholder, regexp, 2); in setRegexp() [all …]
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/ |
D | JQL.java | 193 public JQL setString(String placeholder, String val) throws EJDB2Exception { in setString() argument 194 _set_string(0, placeholder, val, 0); in setString() 203 public JQL setLong(String placeholder, long val) throws EJDB2Exception { in setLong() argument 204 _set_long(0, placeholder, val); in setLong() 213 public JQL setJSON(String placeholder, String json) throws EJDB2Exception { in setJSON() argument 214 _set_string(0, placeholder, json, 1); in setJSON() 223 public JQL setRegexp(String placeholder, String regexp) throws EJDB2Exception { in setRegexp() argument 224 _set_string(0, placeholder, regexp, 2); in setRegexp() 233 public JQL setDouble(String placeholder, double val) throws EJDB2Exception { in setDouble() argument 234 _set_double(0, placeholder, val); in setDouble() [all …]
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | fade_in_image_test.dart | 15 const FadeInImageParts(this.fadeInImageElement, this.placeholder, this.target) 20 final FadeInImageElements placeholder; 96 placeholder: placeholderProvider, 105 expect(findFadeInImage(tester).placeholder.rawImage.image, null); 110 expect(findFadeInImage(tester).placeholder.rawImage.image, same(placeholderImage)); 117 expect(parts.placeholder.rawImage.image, same(placeholderImage)); 119 expect(parts.placeholder.opacity, moreOrLessEquals(1 - i / 5)); 126 expect(parts.placeholder.rawImage.image, same(placeholderImage)); 128 expect(parts.placeholder.opacity, 0); 134 placeholder: placeholderProvider, [all …]
|
/third_party/ejdb/src/jql/ |
D | jql.h | 94 IW_EXPORT WUR iwrc jql_set_json(JQL q, const char *placeholder, int index, JBL_NODE val); 97 JQL q, const char *placeholder, int index, JBL_NODE val, 100 IW_EXPORT WUR iwrc jql_set_json_jbl(JQL q, const char *placeholder, int index, JBL jbl); 102 IW_EXPORT WUR iwrc jql_set_i64(JQL q, const char *placeholder, int index, int64_t val); 104 IW_EXPORT WUR iwrc jql_set_f64(JQL q, const char *placeholder, int index, double val); 112 IW_EXPORT WUR iwrc jql_set_str(JQL q, const char *placeholder, int index, const char *val); 115 JQL q, const char *placeholder, int index, const char *val, 118 IW_EXPORT WUR iwrc jql_set_str3(JQL q, const char *placeholder, int index, const char *val, size_t … 120 IW_EXPORT WUR iwrc jql_set_bool(JQL q, const char *placeholder, int index, bool val); 129 IW_EXPORT WUR iwrc jql_set_regexp(JQL q, const char *placeholder, int index, const char *expr); [all …]
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | index.js | 357 setJSON(placeholder, val) { argument 358 this._checkPlaceholder(placeholder); 362 this._impl.jql_set(this, placeholder, val, 1); 372 setRegexp(placeholder, val) { argument 373 this._checkPlaceholder(placeholder); 380 this._impl.jql_set(this, placeholder, val, 2); 390 setNumber(placeholder, val) { argument 391 this._checkPlaceholder(placeholder); 395 this._impl.jql_set(this, placeholder, val, this._isInteger(val) ? 3 : 4); 405 setBoolean(placeholder, val) { argument [all …]
|
D | index.d.ts | 141 setJSON(placeholder: Placeholder, val: object | string): JQL; 146 setRegexp(placeholder: Placeholder, val: string): JQL; 151 setNumber(placeholder: Placeholder, val: number): JQL; 156 setBoolean(placeholder: Placeholder, val: boolean): JQL; 161 setString(placeholder: Placeholder, val: string): JQL; 166 setNull(placeholder: Placeholder): JQL;
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | fade_in_image.dart | 19 /// An image that shows a [placeholder] image while the target [image] is 30 /// [placeholder] is never displayed. 33 /// animation of the [placeholder]. 38 /// Prefer a [placeholder] that's already cached so that it is displayed 45 /// When [placeholder] changes and the [image] has not yet emitted an 46 /// [ImageInfo], then [placeholder] is resolved to a new [ImageStream]. If the 50 /// When either [placeholder] or [image] changes, this widget continues showing 60 /// placeholder: MemoryImage(bytes), 66 /// Creates a widget that displays a [placeholder] while an [image] is loading, 67 /// then fades-out the placeholder and fades-in the image. [all …]
|
D | placeholder.dart | 49 /// By default, the placeholder is sized to fit its container. If the 50 /// placeholder is in an unbounded space, it will size itself according to the 62 /// The color to draw the placeholder box. 65 /// The width of the lines in the placeholder box. 68 /// The width to use when the placeholder is in a situation with an unbounded 76 /// The height to use when the placeholder is in a situation with an unbounded
|
/third_party/ejdb/src/bindings/ejdb2_flutter/lib/ |
D | ejdb2_flutter.dart | 189 /// Set string [val] at the specified [placeholder]. 190 /// [placeholder] can be either `string` or `int` 191 JQL setString(dynamic placeholder, String val) { 192 _checkPlaceholder(placeholder); 194 _params.add([1, placeholder, val]); 198 /// Set integer [val] at the specified [placeholder]. 199 /// [placeholder] can be either `string` or `int` 200 JQL setInt(dynamic placeholder, int val) { 201 _checkPlaceholder(placeholder); 203 _params.add([2, placeholder, val]); [all …]
|
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | ejdb2_dart.dart | 92 /// placeholder parameters. 177 /// Set [json] at the specified [placeholder]. 178 /// [placeholder] can be either `string` or `int` 179 JQL setJson(dynamic placeholder, dynamic json) { 180 _checkPlaceholder(placeholder); 182 _set(placeholder, _asJsonString(json), 1); 186 /// Set [regexp] at the specified [placeholder]. 187 /// [placeholder] can be either `string` or `int` 188 JQL setRegExp(dynamic placeholder, RegExp regexp) { 189 _checkPlaceholder(placeholder); [all …]
|
/third_party/rust/crates/clap/src/output/ |
D | usage.rs | 84 styled.placeholder(" [OPTIONS]"); in create_help_usage() 93 let placeholder = self in create_help_usage() localVariable 108 styled.placeholder(" <"); in create_help_usage() 109 styled.placeholder(placeholder); in create_help_usage() 110 styled.placeholder(">"); in create_help_usage() 112 styled.placeholder(" <"); in create_help_usage() 113 styled.placeholder(placeholder); in create_help_usage() 114 styled.placeholder(">"); in create_help_usage() 116 styled.placeholder(" ["); in create_help_usage() 117 styled.placeholder(placeholder); in create_help_usage() [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NVX_binary_import.txt | 38 This section acts only as placeholder and to avoid dead links in the 47 This section acts only as placeholder and to avoid dead links in the 56 This section acts only as placeholder and to avoid dead links in the 67 This section acts only as placeholder and to avoid dead links in the 78 This section acts only as placeholder and to avoid dead links in the 89 This section acts only as placeholder and to avoid dead links in the 100 This section acts only as placeholder and to avoid dead links in the 111 This section acts only as placeholder and to avoid dead links in the 122 This section acts only as placeholder and to avoid dead links in the 133 This section acts only as placeholder and to avoid dead links in the
|
D | VK_NVX_binary_import.adoc | 38 This section acts only as placeholder and to avoid dead links in the 47 This section acts only as placeholder and to avoid dead links in the 56 This section acts only as placeholder and to avoid dead links in the 67 This section acts only as placeholder and to avoid dead links in the 78 This section acts only as placeholder and to avoid dead links in the 89 This section acts only as placeholder and to avoid dead links in the 100 This section acts only as placeholder and to avoid dead links in the 111 This section acts only as placeholder and to avoid dead links in the 122 This section acts only as placeholder and to avoid dead links in the 133 This section acts only as placeholder and to avoid dead links in the
|
/third_party/python/Lib/ |
D | textwrap.py | 128 placeholder=' [...]'): argument 140 self.placeholder = placeholder 262 if len(indent) + len(self.placeholder.lstrip()) > self.width: 326 cur_len + len(self.placeholder) <= width): 327 cur_line.append(self.placeholder) 335 if (len(prev_line) + len(self.placeholder) <= 337 lines[-1] = prev_line + self.placeholder 339 lines.append(indent + self.placeholder.lstrip())
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/ |
D | ejdb2jni.c | 935 const char *placeholder = 0, *val; in Java_com_softmotions_ejdb2_JQL__1set_1string() local 947 placeholder = (*env)->GetStringUTFChars(env, placeholder_, 0); in Java_com_softmotions_ejdb2_JQL__1set_1string() 961 rc = jql_set_json2(q, placeholder, pos, node, jbn_free_json_node, pool); in Java_com_softmotions_ejdb2_JQL__1set_1string() 972 rc = jql_set_regexp2(q, placeholder, pos, str, jbn_free_str, 0); in Java_com_softmotions_ejdb2_JQL__1set_1string() 983 rc = jql_set_str2(q, placeholder, pos, str, jbn_free_str, 0); in Java_com_softmotions_ejdb2_JQL__1set_1string() 994 if (placeholder) { in Java_com_softmotions_ejdb2_JQL__1set_1string() 995 (*env)->ReleaseStringUTFChars(env, placeholder_, placeholder); in Java_com_softmotions_ejdb2_JQL__1set_1string() 1011 const char *placeholder = 0; in Java_com_softmotions_ejdb2_JQL__1set_1long() local 1017 placeholder = (*env)->GetStringUTFChars(env, placeholder_, 0); in Java_com_softmotions_ejdb2_JQL__1set_1long() 1020 rc = jql_set_i64(q, placeholder, pos, val); in Java_com_softmotions_ejdb2_JQL__1set_1long() [all …]
|
/third_party/python/Lib/test/ |
D | test_textwrap.py | 534 placeholder='...') 539 placeholder='...') 543 max_lines=1, placeholder=' [truncated]...') 546 max_lines=2, placeholder=' [truncated]...') 553 placeholder=' [truncated]...') 559 placeholder=' [truncated]...') 560 self.check_wrap(self.text, 80, [self.text], placeholder='.' * 1000) 571 placeholder='*****') 1041 self.check_shorten(text, 17, "Hello there,$$", placeholder='$$') 1042 self.check_shorten(text, 18, "Hello there, how$$", placeholder='$$') [all …]
|