Home
last modified time | relevance | path

Searched refs:expand (Results 126 - 150 of 246) sorted by relevance

12345678910

/third_party/ltp/tools/sparse/sparse-src/
H A Dsymbol.h125 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 Ddocgenerator.py486 expand = self.genOpts.expandEnumerants
487 (_, enumbody) = self.buildEnumCDecl(expand, groupinfo, groupName)
/third_party/skia/src/pathops/
H A DSkOpCoincidence.h56 bool expand();
212 bool expand(DEBUG_COIN_DECLARE_ONLY_PARAMS());
/third_party/python/Lib/tkinter/
H A Dsimpledialog.py47 self.message.pack(expand=1, fill=BOTH)
60 b.pack(side=LEFT, fill=BOTH, expand=1)
H A Ddnd.py274 self.canvas.pack(fill="both", expand=1)
/third_party/protobuf/src/google/protobuf/
H A Dtext_format.h324 // 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 Dcalltip_w.py180 text.pack(side=LEFT, fill=BOTH, expand=1)
H A Dcolorizer.py369 text.pack(expand=1, fill="both")
H A Dreplace.py122 new = m.expand(repl)
/third_party/toybox/lib/
H A Dlib.c404 // 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 Dindex.js140 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 Dconf.c4279 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 Daf_aiir.c500 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 Dlist_component.h47 void SetGroupState(int32_t expandIndex, bool expand);
/kernel/linux/linux-5.10/sound/soc/tegra/
H A Dtegra30_ahub.h480 unsigned int expand; member
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra30_ahub.h480 unsigned int expand; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStringRange.java242 public static Collection<String> expand(String start, String end, boolean requireSameLength, Collection<String> output) { in expand() method in StringRange
H A DValidIdentifiers.java159 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 DStringRange.java249 public static Collection<String> expand(String start, String end, boolean requireSameLength, Collection<String> output) { in expand() method in StringRange
H A DValidIdentifiers.java170 StringRange.expand(string.substring(0,pos), string.substring(pos+1), false, subvalues); in addRange()
/third_party/ninja/misc/
H A Dninja_syntax.py220 def expand(string: str, vars: Dict[str, str], local_vars: Dict[str, str] = {}) -> str: function
/third_party/optimized-routines/string/arm/
H A Dmemchr.S67 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 DScalarEvolutionExpander.h28 /// 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 Dcheckmodule.c29 #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 Dusers.c11 #include <sepol/policydb/expand.h>
264 ERR(handle, "unable to expand role set"); in sepol_user_modify()

Completed in 40 milliseconds

12345678910