/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_enc.c | 254 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 D | generator.py | 565 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 D | docgenerator.py | 486 expand = self.genOpts.expandEnumerants 487 (_, enumbody) = self.buildEnumCDecl(expand, groupinfo, groupName)
|
/third_party/openssl/ssl/ |
H A D | t1_enc.c | 254 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 D | generator.py | 565 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 D | pre-process.c | 106 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 D | Makefile | 43 LIB_OBJS += expand.o
|
H A D | symbol.h | 125 int (*expand)(struct expression *, int); member 168 bool (*expand)(struct token *, struct arg *args); member
|
/third_party/gn/src/gn/ |
H A D | function_template.cc | 64 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 D | astc_test_image_dl.py | 66 img = img.rotate(90, expand=True)
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | varsub.bat | 29 # statements. Variables that expand to UnicodeSets are NOT
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | Selection.java | 118 // 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 D | test-downgrade.c | 29 #include <sepol/policydb/expand.h>
|
H A D | test-neverallow.c | 10 #include <sepol/policydb/expand.h> 139 CU_FAIL_FATAL("Failed to expand policy"); in test_neverallow_basic()
|
H A D | test-expander.c | 42 #include <sepol/policydb/expand.h> 121 fprintf(stderr, "expand modules failed\n"); in expander_policy_init()
|
/third_party/rust/crates/regex/src/ |
H A D | re_bytes.rs | 13 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 D | re_unicode.rs | 13 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 D | emacsfn.h | 61 FN(expand, "expand-file", 0)
|
/third_party/python/Lib/idlelib/ |
H A D | debugobj.py | 132 sc.frame.pack(expand=1, fill="both")
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fusermount.c | 259 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 D | main.c | 299 goto expand; in exp_cb1() 304 expand: in exp_cb1()
|
/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)
|
/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
|
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/ |
H A D | util.test.js | 2754 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...] |