Searched defs:must (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/test/functional/
H A Dchromeos_browser.py6 import pyauto_functional # pyauto_functional must come before pyauto. namespace
H A Dapptest.py5 import pyauto_functional # must be imported before pyauto namespace
H A Dsecure_shell.py11 import pyauto_functional # must be imported before pyauto namespace
H A Dchromeos_crosh.py8 import pyauto_functional # must be imported before pyauto namespace
H A Dextensions.py22 import pyauto_functional # must be imported before pyauto namespace
167 error_msg = 'The dir "%s" must exist' % os.path.abspath(extensions_dir)
169 error_msg = 'The file "%s" must exist' % os.path.abspath(urls_file)
/external/chromium_org/chrome/test/functional/ap_lab/
H A Dap_configurator_factory.py10 import pyauto_ap_configurator # must preceed pyauto namespace
H A Dap_configurator_test.py11 import pyauto_ap_configurator # must preceed pyauto namespace
/external/chromium_org/chrome/test/functional/gtalk/
H A Dtest_basic.py20 import pyauto_gtalk # must preceed pyauto namespace
/external/llvm/lib/Support/
H A Dregex2.h14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
49 * flow must be marked at both its source and its destination. Some
146 char *must; /* match must contain this string */ member in struct:re_guts
147 int mlen; /* length of must */
151 /* catspace must be last */
/external/icu4c/i18n/
H A Dcompactdecimalformat.cpp523 // If we haven't found UNUM_SHORT look in latn numbering system. We must
569 // (i.e "foo" but not "foo/bar"); If fillIn is NULL, caller must always call
606 UBool must = (flags & MUST); local
608 if (must) {
624 if (status == U_MISSING_RESOURCE_ERROR && !must) {
636 if (must && (status == U_ZERO_ERROR)) {
772 // We must have 0's in format string.
/external/dropbear/libtomcrypt/
H A Dcrypt.tex320 must pass it the length of the buffer where the output will be stored. For example:
395 must pass in (a pointer to) an array of 32 \textit{unsigned char} variables. Certain routines (such as SAFER+) take
411 allocation, and allows you to allocate a fixed sized buffer for storing scheduled keys. All ciphers must provide six visible
493 setup function must also call the respective cipher done function when finished.
594 For a plugin to be compliant it must provide at least each function listed before the accelerators begin. Accelerators are optional,
703 /* you must register a cipher before you use it */
724 to use a cipher with the descriptor table you must register it first using:
876 the initialization vector to be used with the cipher. You must fill the IV yourself and it is assumed they are the same
913 In the ECB and CBC cases, \textit{len} must be a multiple of the ciphers block size. In the CBC case, you must manuall
[all...]

Completed in 196 milliseconds