/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/ |
chai.js | 480 * have a type of `arguments` (not `array`/`object`). 970 * have been overwritten by a plugin. 981 * - have 992 , 'is', 'and', 'has', 'have' 1007 * expect({ foo: 'baz' }).to.have.property('foo') 1026 * .to.have.deep.property('foo.bar.baz', 'quux'); 1437 * expect('foo').to.have.length.above(2); 1438 * expect([ 1, 2, 3 ]).to.have.length.above(2); [all...] |
/external/skia/tools/ |
compare_codereview.py | 83 quotes in the value have been removed, and character and 84 entity references have been replaced. 202 quotes in the value have been removed, and character and 203 entity references have been replaced. 212 # <li> tags can be nested. So we have to count the 331 'Error: control %s and roll %s have no common trybots.'
|
/external/libmicrohttpd/src/testcurl/ |
test_put_chunked.c | 15 You should have received a copy of the GNU General Public License 94 int have; local 100 have = *upload_data_size; 101 if (have + *done > 8) 106 if (0 == memcmp (upload_data, &"Hello123"[*done], have)) 108 *done += have;
|
/external/opencv3/3rdparty/zlib/ |
zlib.h | 51 but other algorithms will be added later and will have the same stream 150 returned by zalloc for objects of exactly 65536 bytes *must* have their 456 operation to complete. (The size of the uncompressed data may have been 553 compressed data instead of a zlib wrapper. The gzip header will have no 1671 unsigned have; member in struct:gzFile_s [all...] |
/external/zlib/src/ |
zlib.h | 51 but other algorithms will be added later and will have the same stream 150 returned by zalloc for objects of exactly 65536 bytes *must* have their 456 operation to complete. (The size of the uncompressed data may have been 553 compressed data instead of a zlib wrapper. The gzip header will have no 1671 unsigned have; member in struct:gzFile_s [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/machinelearning/ |
layer1.py | 356 use; that is, it should have a consistent structure, and [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 21 * have one grammar import others and share same error variables 29 if ( state == null ) { // don't ever let us have a null state 58 * recovery, override mismatchRecover() and have it call 94 // we have no information about the follow; we can only consume 155 // if we've already reported an error and have not matched a token 181 * handling because the exception classes do not have to have pointers back 184 * would have to subclassing exception, but then somehow get ANTLR 279 * recognizer tracks its own number. So parser and lexer each have 296 * want to have a lot of information spit out. Override in that cas [all...] |
/external/libmicrohttpd/src/microspdy/ |
compression.c | 15 You should have received a copy of the GNU General Public License 259 unsigned int have; local 295 have = SPDYF_ZLIB_CHUNK - strm->avail_out; 298 *dest_size += have; 306 memcpy((*dest) + ((*dest_size) - have), out, have); 310 * have been used. */ 357 uint32_t have; local 424 have = SPDYF_ZLIB_CHUNK - strm->avail_out; 425 *dest_size += have; [all...] |
/build/core/ |
dex_preopt_odex_install.mk | 14 # If we have product-specific config for this module? 52 # Append the odex for the 2nd arch if we have one. 104 # Use pattern rule - we may have multiple installed odex files.
|
/external/boringssl/ |
Android.mk | 1 # Note that some host libraries have the same module name as the target 59 # Windows and Macs both have problems with assembly files 79 # Windows and Macs both have problems with assembly files
|
/external/v8/test/mjsunit/es6/ |
generators-parsing.js | 70 // You can have a generator in strict mode. 73 // Generators can have return statements also, which internally parse to a kind 85 // You can have a generator without a yield.
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
dumpICUrules.bat | 9 if %errorlevel% == 9009 echo You do not have Perl in your PATH. 76 # That is, must have length(%NAME_MAP{x}) <= 16 253 // primary updates. The colon-delimited fields have been split into 257 // use have been commented out with the notation "Java only". 268 # we have printed out the copyright info ... ignore one in Java version 380 # we have printed out the copyright info ... ignore one in Java version
|
genIndexFilters.bat | 15 if %errorlevel% == 9009 echo You do not have Perl in your PATH. 28 # will have to hand-edit the index file.
|
/sdk/bash_completion/ |
adb.bash | 19 unset -v have 20 type $1 &> /dev/null && have="yes" 22 if [ "$have" != "yes" ]; then
|
/bootable/recovery/updater/ |
Android.mk | 64 # Each library in TARGET_RECOVERY_UPDATER_LIBS should have a function 79 # Note that we have to remove any existing depency files before creating new one,
|
/build/core/tasks/ |
vendor_module_check.mk | 58 $(error Error: Product "$(TARGET_PRODUCT)" cannot have overlay in vendor tree: \
|
/build/target/board/generic/ |
BoardConfig.mk | 6 # The generic product target doesn't have any hardware-specific pieces. 64 # to not have their window content image ready in time. When this happens
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
calc.rb | 95 errors.should have( 1 ).thing
|
/external/chromium-trace/catapult/third_party/flot/ |
PLUGINS.md | 107 The problem with event handlers is that you can have registered a 109 setTimeout(). Meanwhile, the plot may have been shutdown and removed, 118 them because the plugin user may have several plots on the same page
|
/external/clang/test/SemaCXX/ |
make_integer_seq.cpp | 38 using ErrorSeq = __make_integer_seq<Seq, T, N>; // expected-error{{must have non-negative sequence length}} \ 39 expected-error{{must have integral element type}}
|
/external/curl/projects/ |
checksrc.bat | 12 rem * you should have received as part of this distribution. The terms 35 rem Check we have Perl installed
|
/external/dagger2/ |
java_annotation_processors.mk | 34 # Upon exit various LOCAL_ variables have been updated and the 35 # input variables have been cleared.
|
/external/llvm/test/MC/Mips/ |
nabi-regs.s | 1 # OABI (o32, o64) have a different symbolic register
|
/external/v8/test/intl/collator/ |
normalization.js | 43 // If we accepted normalization parameter, this would have failed. 49 // If we accepted normalization parameter, this would have failed.
|
/external/v8/test/mjsunit/ |
compare-known-objects-slow.js | 32 // might have completely different properties. 85 // Prepare two objects in slow mode that have the same map.
|