Searched refs:be (Results 126 - 150 of 1421) sorted by relevance

1234567891011>>

/external/libvorbis/doc/
H A D05-comment.tex14 The comment field is meant to be used much like someone jotting a
15 quick note on the bottom of a CDR. It should be a little information to
17 text note that need not only be a couple words, but isn't going to be
19 they turn out to be, eg:
43 in the comment header is octet-aligned, they can simply be read as
79 (characters A-Z) is to be considered equivalent to ASCII 0x61 through
103 The version field may be used to differentiate multiple
114 The artist generally considered responsible for the work. In popular music this is usually the performing band or singer. For classical music it would be the composer. For an audio book it would be th
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCPPTarget.java14 * 3. The name of the author may not be used to endorse or promote products
69 /** Converts a String into a representation that can be use as a literal
74 * @param s The String to be changed into a literal
99 * will be able to use this 1-to-1 mapping. Expect single quotes
101 * Depending on the charvocabulary the charliteral should be prefixed with a 'L'
116 * will be able to use this 1-to-1 mapping. Expect double quotes
118 * Depending on the charvocabulary the string should be prefixed with a 'L'
128 * TODO: This should be derived from the charVocabulary. Depending on it
/external/chromium/build/
H A Dsanitize-mac-build-log.sed4 # Use of this source code is governed by a BSD-style license that can be
14 /^make: Nothing to be done/d
/external/chromium-trace/trace-viewer/src/
H A Dui.js2 // Use of this source code is governed by a BSD-style license that can be
31 * Defines a tracing UI component, a function that can be called to construct
60 * the tag name that will be created by the component.
63 * be also a function created by ui.define.
89 'It MUST be the prototype of ' + opt_parentConstructor.tagName);
/external/chromium_org/build/
H A Dsanitize-mac-build-log.sed4 # Use of this source code is governed by a BSD-style license that can be
14 /^make: Nothing to be done/d
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_trace.spec34 of the generated log can be controlled. The resulting logs are
35 valid (but possibly incomplete) C code and can be compiled and
37 amount of static data that is logged can be controlled at runtime.
45 can be added.
57 be implemented as a wrapper DLL?
74 (2a) Should GLX calls be traced?
77 context level commands beyond SwapBuffers might have to be
79 be out of the question.
84 will be traced as requested by Enable/DisableTraceMESA, in the order
93 be considere
[all...]
/external/chromium_org/third_party/openssl/openssl/
H A DAndroid.mk3 # Enable to be able to use ALOG* with #include "cutils/log.h"
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
H A Dco-586.pl25 # "eax" and "edx" will always be pre-loaded.
53 # "eax" and "edx" will always be pre-loaded.
82 # "eax" and "edx" will always be pre-loaded.
109 local($i,$as,$ae,$bs,$be,$ai,$bi);
123 $be=0;
142 $end=$be+1;
182 $be++ if ($i < ($num-1));
200 local($i,$as,$ae,$bs,$be,$ai,$bi);
224 $be=0;
231 $end=$be
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/
H A Dcomba.pl13 # "eax" and "edx" will always be pre-loaded.
41 # "eax" and "edx" will always be pre-loaded.
70 # "eax" and "edx" will always be pre-loaded.
97 local($i,$as,$ae,$bs,$be,$ai,$bi);
111 $be=0;
130 $end=$be+1;
170 $be++ if ($i < ($num-1));
188 local($i,$as,$ae,$bs,$be,$ai,$bi);
212 $be=0;
219 $end=$be
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdfseg2.asm7 ;; to actually test this program, it should be fairly easy to put
/external/e2fsprogs/e2fsck/
H A Dcrc32defs.h23 # error CRC_LE_BITS must be a power of 2 between 1 and 8
31 # error CRC_BE_BITS must be a power of 2 between 1 and 8
/external/icu4c/extra/uconv/
H A Dresfiles.mk5 # The variable FILESEPCHAR is defined by the caller to be
/external/llvm/test/MC/ARM/AlignedBundling/
H A Dgroup-bundle-arm.s5 # instructions should not be inserted. However, for bundle-locked groups
6 # it can be.
/external/llvm/test/MC/ARM/
H A Deh-directive-cantunwind-diagnostics.s6 @ .cantunwind directive can't be used with .handlerdata directive nor
24 @ CHECK: error: .personality can't be used with .cantunwind directive
44 @ CHECK: error: .handlerdata can't be used with .cantunwind directive
64 @ CHECK: error: .cantunwind can't be used with .personality directive
84 @ CHECK: error: .cantunwind can't be used with .handlerdata directive
H A Deh-directive-section.s7 @ should be generated in .ARM.exidx, and the exception handling table (EXTAB)
8 @ should be generated in .ARM.extab.
11 @ the EXIDX should be generated in ".ARM.exidx[[SECTION_NAME]]", and the EXTAB
12 @ should be generated in ".ARM.extab[[SECTION_NAME]]".
84 @ The first word should be relocated to the code address in .TEST1 section.
85 @ The second word should be relocated to the EHTAB entry in .ARM.extab.TEST1
135 @ The first word should be relocated to the code address in TEST2 section.
136 @ The second word should be relocated to the EHTAB entry in .ARM.extabTEST2
H A Dthumb2-diagnostics.s19 @ CHECK-ERRORS: error: instructions in IT block must be predicable
28 @ CHECK-ERRORS: error: predicated instructions must be in IT block
43 @ CHECK-ERRORS: error: immediate operand must be in the range [0,15]
44 @ CHECK-ERRORS: error: immediate operand must be in the range [0,15]
/external/llvm/test/MC/AsmParser/
H A Dalign_invalid.s5 # ELF: error: alignment must be a power of 2
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec34 of the generated log can be controlled. The resulting logs are
35 valid (but possibly incomplete) C code and can be compiled and
37 amount of static data that is logged can be controlled at runtime.
45 can be added.
57 be implemented as a wrapper DLL?
74 (2a) Should GLX calls be traced?
77 context level commands beyond SwapBuffers might have to be
79 be out of the question.
84 will be traced as requested by Enable/DisableTraceMESA, in the order
93 be considere
[all...]
/external/openssl/
H A DAndroid.mk3 # Enable to be able to use ALOG* with #include "cutils/log.h"
/external/openssl/crypto/bn/asm/
H A Dco-586.pl25 # "eax" and "edx" will always be pre-loaded.
53 # "eax" and "edx" will always be pre-loaded.
82 # "eax" and "edx" will always be pre-loaded.
109 local($i,$as,$ae,$bs,$be,$ai,$bi);
123 $be=0;
142 $end=$be+1;
182 $be++ if ($i < ($num-1));
200 local($i,$as,$ae,$bs,$be,$ai,$bi);
224 $be=0;
231 $end=$be
[all...]
/external/openssl/crypto/bn/asm/x86/
H A Dcomba.pl13 # "eax" and "edx" will always be pre-loaded.
41 # "eax" and "edx" will always be pre-loaded.
70 # "eax" and "edx" will always be pre-loaded.
97 local($i,$as,$ae,$bs,$be,$ai,$bi);
111 $be=0;
130 $end=$be+1;
170 $be++ if ($i < ($num-1));
188 local($i,$as,$ae,$bs,$be,$ai,$bi);
212 $be=0;
219 $end=$be
[all...]
/external/pixman/pixman/
H A Dpixman-version.h.in12 * The above copyright notice and this permission notice shall be
31 # error pixman-version.h should only be included by pixman.h
/external/scrypt/
H A DAndroid.mk3 # Enable to be able to use ALOG* with #include "cutils/log.h"
/external/stlport/stlport/stl/config/
H A D_apple.h41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL)
49 # error <ConditionalMacros.h> must be included. (TYPE_LONGLONG)
68 # define __spillargs 1 // MrCpp requires this symbol to be defined as 1 to properly handle va_start; ref.[ file stdarg.h; line 26 ]
/external/valgrind/main/drd/tests/
H A Dtc15_laog_lockdel.stderr.exp5 so a second locking sequence 2 -> 1 should now be OK.

Completed in 721 milliseconds

1234567891011>>