/third_party/ltp/tools/sparse/sparse-src/ |
H A D | symbol.h | 125 int (*expand)(struct expression *, int); member 168 bool (*expand)(struct token *, struct arg *args); member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | docgenerator.py | 486 expand = self.genOpts.expandEnumerants 487 (_, enumbody) = self.buildEnumCDecl(expand, groupinfo, groupName)
|
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.h | 56 bool expand(); 212 bool expand(DEBUG_COIN_DECLARE_ONLY_PARAMS());
|
/third_party/python/Lib/tkinter/ |
H A D | simpledialog.py | 47 self.message.pack(expand=1, fill=BOTH) 60 b.pack(side=LEFT, fill=BOTH, expand=1)
|
H A D | dnd.py | 274 self.canvas.pack(fill="both", expand=1)
|
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format.h | 324 // If expand==true, expand google.protobuf.Any payloads. The output 328 // If expand==false, print Any using the default printer. The output will 331 void SetExpandAny(bool expand) { expand_any_ = expand; } in SetExpandAny() argument
|
/third_party/python/Lib/idlelib/ |
H A D | calltip_w.py | 180 text.pack(side=LEFT, fill=BOTH, expand=1)
|
H A D | colorizer.py | 369 text.pack(expand=1, fill="both")
|
H A D | replace.py | 122 new = m.expand(repl)
|
/third_party/toybox/lib/ |
H A D | lib.c | 404 // I can't guarantee the string _won't_ expand during reencoding, so...? in strlower() 515 off_t base = 0, range = 1, expand = 1, old; in fdlength() local 539 if (expand) range = (expand <<= 1) - base; in fdlength() 542 expand = 0; in fdlength() 580 // If reading unknown size, expand buffer by 1.5 each time we fill it up. in readfileat()
|
/third_party/node/deps/minimatch/ |
H A D | index.js | 140 return expand(escapeBraces(str), true).map(unescapeBraces); 154 function expand(str, isTop) { 160 var post = m.post.length ? expand(m.post, false) : [""]; 174 return expand(str); 184 n = expand(n[0], false).map(embrace); 230 N.push.apply(N, expand(n[j], false));
|
/third_party/alsa-lib/src/ |
H A D | conf.c | 4279 SNDERR("Unable to expand filenames in the pre-load section"); in snd_config_hook_load() 4361 SNDERR("Unable to expand table compound"); in _snd_config_hook_table()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_aiir.c | 500 static int expand(AVFilterContext *ctx, double *pz, int n, double *coefs) in expand() function 571 ret = expand(ctx, iir->ab[0], iir->nb_ab[0], botc); in convert_zp2tf() 576 ret = expand(ctx, iir->ab[1], iir->nb_ab[1], topc); in convert_zp2tf() 708 ret = expand(ctx, zeros, 2, b); in decompose_zp2biquads() 712 ret = expand(ctx, poles, 2, a); in decompose_zp2biquads()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_component.h | 47 void SetGroupState(int32_t expandIndex, bool expand);
|
/kernel/linux/linux-5.10/sound/soc/tegra/ |
H A D | tegra30_ahub.h | 480 unsigned int expand; member
|
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra30_ahub.h | 480 unsigned int expand; member
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | StringRange.java | 242 public static Collection<String> expand(String start, String end, boolean requireSameLength, Collection<String> output) { in expand() method in StringRange
|
H A D | ValidIdentifiers.java | 159 StringRange.expand(string.substring(0,pos), string.substring(pos+1), false, subvalues); in addRange()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | StringRange.java | 249 public static Collection<String> expand(String start, String end, boolean requireSameLength, Collection<String> output) { in expand() method in StringRange
|
H A D | ValidIdentifiers.java | 170 StringRange.expand(string.substring(0,pos), string.substring(pos+1), false, subvalues); in addRange()
|
/third_party/ninja/misc/ |
H A D | ninja_syntax.py | 220 def expand(string: str, vars: Dict[str, str], local_vars: Dict[str, str] = {}) -> str: function
|
/third_party/optimized-routines/string/arm/ |
H A D | memchr.S | 67 orr r1, r1, r1, lsl #8 @ expand the match word across to all bytes
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpander.h | 28 /// Return true if the given expression is safe to expand in the sense that 33 /// Return true if the given expression is safe to expand in the sense that 80 /// When true, SCEVExpander tries to expand expressions in "canonical" form. 165 /// to expand the same expression into multiple BasicBlocks or different 178 /// going to expand this expression. Sometimes this knowledge can lead to a 353 /// Find a previous Value in ExprValueMap for expand. 357 Value *expand(const SCEV *S);
|
/third_party/selinux/checkpolicy/ |
H A D | checkmodule.c | 29 #include <sepol/policydb/expand.h> 309 /* Verify that we can successfully expand the base module. */ in main() 321 fprintf(stderr, "%s: expand module failed\n", argv[0]); in main()
|
/third_party/selinux/libsepol/src/ |
H A D | users.c | 11 #include <sepol/policydb/expand.h> 264 ERR(handle, "unable to expand role set"); in sepol_user_modify()
|