Home
last modified time | relevance | path

Searched refs:expand (Results 76 - 100 of 195) sorted by relevance

12345678

/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_enc.c254 COMP_CTX_free(s->expand); in tls1_change_cipher_state()
255 s->expand = NULL; in tls1_change_cipher_state()
257 s->expand = COMP_CTX_new(comp->method); in tls1_change_cipher_state()
258 if (s->expand == NULL) { in tls1_change_cipher_state()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dgenerator.py565 def buildEnumCDecl(self, expand, groupinfo, groupName):
614 return self.buildEnumCDecl_Enum(expand, groupinfo, groupName)
698 def buildEnumCDecl_Enum(self, expand, groupinfo, groupName):
796 if isEnum and expand:
H A Ddocgenerator.py486 expand = self.genOpts.expandEnumerants
487 (_, enumbody) = self.buildEnumCDecl(expand, groupinfo, groupName)
/third_party/openssl/ssl/
H A Dt1_enc.c254 COMP_CTX_free(s->expand); in tls1_change_cipher_state()
255 s->expand = NULL; in tls1_change_cipher_state()
257 s->expand = COMP_CTX_new(comp->method); in tls1_change_cipher_state()
258 if (s->expand == NULL) { in tls1_change_cipher_state()
/third_party/vulkan-headers/registry/
H A Dgenerator.py565 def buildEnumCDecl(self, expand, groupinfo, groupName):
614 return self.buildEnumCDecl_Enum(expand, groupinfo, groupName)
698 def buildEnumCDecl_Enum(self, expand, groupinfo, groupName):
796 if isEnum and expand:
/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c106 static int expand(struct token **, struct symbol *);
228 rc = expand(list, sym); in expand_one_symbol()
745 static int expand(struct token **list, struct symbol *sym) in expand() function
768 if (sym->expand) in expand()
769 return sym->expand(token, args) ? 0 : 1; in expand()
2133 bool (*expand)(struct token *, struct arg *args); in init_preprocessor()
2164 if ((sym->expand = dynamic[i].expand) != NULL) in init_preprocessor()
H A DMakefile43 LIB_OBJS += expand.o
H A Dsymbol.h125 int (*expand)(struct expression *, int); member
168 bool (*expand)(struct token *, struct arg *args); member
/third_party/gn/src/gn/
H A Dfunction_template.cc64 you will normally want this to expand to something defining a source_set or
131 # Tell GN how to expand output names given the sources.
/third_party/astc-encoder/Test/
H A Dastc_test_image_dl.py66 img = img.rotate(90, expand=True)
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A Dvarsub.bat29 # statements. Variables that expand to UnicodeSets are NOT
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DSelection.java118 // expand start and end to word breaks--if they are not already on one
119 public void expand(BreakIterator breaker) { in expand() method in Selection
/third_party/selinux/libsepol/tests/
H A Dtest-downgrade.c29 #include <sepol/policydb/expand.h>
H A Dtest-neverallow.c10 #include <sepol/policydb/expand.h>
139 CU_FAIL_FATAL("Failed to expand policy"); in test_neverallow_basic()
H A Dtest-expander.c42 #include <sepol/policydb/expand.h>
121 fprintf(stderr, "expand modules failed\n"); in expander_policy_init()
/third_party/rust/crates/regex/src/
H A Dre_bytes.rs13 use crate::expand::expand_bytes;
978 pub fn expand(&self, replacement: &[u8], dst: &mut Vec<u8>) { in expand() functions
1175 caps.expand(*self, dst); in replace_append()
1185 caps.expand(*self, dst); in no_expansion()
1195 caps.expand(self, dst); in no_expansion()
1205 caps.expand(self.as_ref(), dst); in no_expansion()
1215 caps.expand(self.as_ref(), dst); in no_expansion()
H A Dre_unicode.rs13 use crate::expand::expand_str;
988 pub fn expand(&self, replacement: &str, dst: &mut String) { in expand() functions
1226 caps.expand(*self, dst); in replace_append()
/third_party/mksh/
H A Demacsfn.h61 FN(expand, "expand-file", 0)
/third_party/python/Lib/idlelib/
H A Ddebugobj.py132 sc.frame.pack(expand=1, fill="both")
/third_party/ntfs-3g/libfuse-lite/
H A Dfusermount.c259 static int add_option(char **optsp, const char *opt, unsigned expand) in add_option() argument
266 unsigned newsize = oldsize + 1 + strlen(opt) + expand + 1; in add_option()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
H A Dmain.c299 goto expand; in exp_cb1()
304 expand: in exp_cb1()
/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)
/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
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/
H A Dutil.test.js2754 let result = range.expand(tempMiDF, tempMidS)
2767 let result = range.expand(tempLess, tempMore)
2780 let result = range.expand(tempLess, tempMiDF)
2793 let result = range.expand(tempMiDF, tempMore)
2806 let result = range.expand(tempLower, tempUpper)
2819 let result = range.expand(rangeFir)
2832 let result = range.expand(rangeSec)
2845 let result = range.expand(rangeThi)
2858 let result = range.expand(rangeFif)
2871 let result = range.expand(rang
[all...]

Completed in 25 milliseconds

12345678