Searched refs:expand (Results 1 - 25 of 135) sorted by relevance

123456

/external/mesa3d/src/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/external/clang/test/Preprocessor/
H A Dmacro_fn_lparen_scan.c2 // RUN: %clang_cc1 -E %s | grep 'expand: abc'
10 // This should not expand to abc, because the foo macro isn't followed by (.
14 // This should expand to abc.
17 expand: X
23 // This should expand
/external/grub/docs/
H A Dsrc2texi15 ${dir}/${src} | expand > ${texi}.new
/external/dbus/dbus/
H A Ddbus-sha.c141 #define expand(W,i) ( W[ i & 15 ] = ROTL( 1, ( W[ i & 15 ] ^ W[ (i - 14) & 15 ] ^ \ macro
201 subRound (E, A, B, C, D, f1, K1, expand ( eData, 16) );
202 subRound (D, E, A, B, C, f1, K1, expand ( eData, 17) );
203 subRound (C, D, E, A, B, f1, K1, expand ( eData, 18) );
204 subRound (B, C, D, E, A, f1, K1, expand ( eData, 19) );
206 subRound (A, B, C, D, E, f2, K2, expand ( eData, 20) );
207 subRound (E, A, B, C, D, f2, K2, expand ( eData, 21) );
208 subRound (D, E, A, B, C, f2, K2, expand ( eData, 22) );
209 subRound (C, D, E, A, B, f2, K2, expand ( eData, 23) );
210 subRound (B, C, D, E, A, f2, K2, expand ( eDat
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dpdtlib.h27 #include <fst/extensions/pdt/expand.h>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Denvset.cmd80 expand = 1
84 if expand > 0 & word(args, i) = '-' then expand = 0
95 addval: procedure expose sep equal orig expand newval mode env
105 if expand = 0 then expvar = var
130 expand = 1
/external/apache-http/src/org/apache/http/util/
H A DCharArrayBuffer.java58 private void expand(int newlen) { method in class:CharArrayBuffer
77 expand(newlen);
90 expand(newlen);
113 expand(newlen);
133 expand(newlen);
187 expand(this.len + required);
H A DByteArrayBuffer.java56 private void expand(int newlen) { method in class:ByteArrayBuffer
75 expand(newlen);
84 expand(newlen);
104 expand(newlen);
/external/webkit/Source/WebCore/platform/graphics/
H A DRoundedIntRect.h63 void expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth);
64 void expand(int size) { expand(size, size, size, size); } function in class:WebCore::RoundedIntRect::Radii
65 void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); }
89 void inflateWithRadii(int size) { m_rect.inflate(size); m_radii.expand(size); }
90 void expandRadii(int size) { m_radii.expand(size); }
/external/libsepol/src/
H A Dconstraint.c22 #include <sepol/policydb/expand.h>
/external/llvm/utils/TableGen/
H A DSetTheory.h86 virtual void expand(SetTheory&, Record*, RecSet &Elts) =0;
131 /// expand - Expand a record into a set of elements if possible. Return a
134 const RecVec *expand(Record *Set);
/external/openssl/crypto/comp/
H A Dcomp_lib.c60 if (ctx->meth->expand == NULL)
65 ret=ctx->meth->expand(ctx,out,olen,in,ilen);
H A Dcomp.h22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
/external/webkit/Source/WebCore/inspector/front-end/
H A DSidebarPane.js96 this.expand();
101 expand: function()
H A DSection.js108 this.expand();
147 expand: function()
H A DAuditResultView.js78 this.expand();
108 treeElement.expand();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializationHandler.java138 * Default behavior is to expand DTD entities,
140 * @param expand true if DTD entities are to be expanded,
143 public void setDTDEntityExpansion(boolean expand); argument
/external/webkit/Source/WebKit/chromium/scripts/
H A Dconcatenate_css_files.py62 def expand(self, filename): member in class:PathExpander
93 full_path = expander.expand(input_file_name)
H A Dconcatenate_js_files.py63 def expand(self, filename): member in class:PathExpander
94 full_path = expander.expand(input_file_name)
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-reference.js304 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
307 function toggleInherited(linkObj, expand) {
313 if ( (expand == null && a.hasClass("closed")) || expand ) {
319 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) {
331 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
334 function toggleAllInherited(linkObj, expand) {
338 if ( (expand == null && a.text() == "[Expand]") || expand ) {
[all...]
/external/hyphenation/
H A Dsubstrings.pl108 sub expand { subroutine
129 my @exp = expand shift;
130 my @subexp = expand shift;
/external/webkit/Source/WebCore/xml/
H A DXMLViewer.css73 .expand-button {
/external/libsepol/tests/
H A Dhelpers.c27 #include <sepol/policydb/expand.h>
H A Dtest-cond.c27 #include <sepol/policydb/expand.h>
50 fprintf(stderr, "expand module failed\n");
/external/openssl/include/openssl/
H A Dcomp.h22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st

Completed in 2022 milliseconds

123456