/external/v8/test/webkit/fast/js/ |
Promise-resolve.js | 33 }).then(function(localResult) {
|
Promise-simple.js | 36 }).then(function(localResult) {
|
Promise-static-reject.js | 30 Promise.reject('hello').then(function(result) {
|
Promise-static-resolve.js | 33 promise.then(function(localResult) {
|
/external/v8/test/webkit/ |
flatten-dictionary-structure-from-which-all-properties-were-deleted.js | 25 "Tests that deleting all properties from an object and then flattening it doesn't cause inconsistencies."
|
new-array-double-with-holes.js | 25 "Tests that if array allocation profiling causes a new_array to allocate double arrays, then the holes end up being correctly initialized."
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
complexityMeasures.m | 39 % and decoding respectively and then add it together:
|
/external/webrtc/webrtc/p2p/base/ |
turnserver.cc | 412 uint32_t then; local 413 char* p = reinterpret_cast<char*>(&then); 414 size_t len = rtc::hex_decode(p, sizeof(then), 415 nonce.substr(0, sizeof(then) * 2)); 416 if (len != sizeof(then)) { 421 if (nonce.substr(sizeof(then) * 2) != rtc::ComputeHmac( 422 rtc::DIGEST_MD5, nonce_key_, std::string(p, sizeof(then)))) { 427 return rtc::TimeSince(then) < kNonceTimeout;
|
/frameworks/av/media/audioserver/ |
Android.mk | 34 # If AUDIOSERVER_MULTILIB in device.mk is non-empty then it is used to control
|
/frameworks/av/media/libstagefright/tests/ |
Android.mk | 105 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/base/libs/androidfw/ |
Android.mk | 82 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/native/libs/input/ |
Android.mk | 78 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/native/libs/ui/ |
Android.mk | 71 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/hardware/intel/bootstub/ |
bootstub.mk | 49 if [ "$$ACTUAL_SIZE" -gt "$(BOOTSTUB_SIZE)" ]; then \ 55 # Then assemble the final bootstub file
|
/hardware/ti/omap4-aah/test/CameraHal/ |
Android.mk | 49 # First eliminate OMAP3 and then ensure that this is not used
|
/ndk/build/core/ |
check-cygwin-make.mk | 29 # (e.g. /cygdrive/c/cygwin/usr/bin/make), then strip the
|
/packages/apps/Messaging/ |
ForceProguard.mk | 19 # If the LOCAL_MODULE being setup isn't a build target, then don't run ForceProguard.
|
/prebuilts/go/darwin-x86/src/ |
run.bat | 16 :: to be under %GOPATH%, then some tests below will fail
|
/prebuilts/go/linux-x86/src/ |
run.bat | 16 :: to be under %GOPATH%, then some tests below will fail
|
/prebuilts/misc/common/swig/include/2.0.11/uffi/ |
uffi.swg | 50 then
|
/system/core/init/ |
Android.mk | 23 # If building on Linux, then build unit test for the host.
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 92 if Array.length params == Array.length args then () else 108 let then_bb = append_block context "then" the_function in 110 (* Emit 'then' value. *) 114 (* Codegen of 'then' can change the current block, update then_bb for the 138 (* Set a unconditional branch at the end of the 'then' block and the 300 if block_begin f <> At_end f then 304 if element_type (type_of f) <> ft then
|
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/ |
log_util_test.js | 7 * It also tests the stop capturing button, since it both creates and then loads 18 * A Task that creates a log dump and then loads it. 103 * WriteToFileNetLogObserver, waits to receive it via IPC, and and then loads 274 * Exports a log dump to a string and loads it, and then repeats, making sure 310 * Switches to stop capturing mode, then exports and imports a log dump.
|
/external/bison/ |
maint.mk | 89 | if test -f $(srcdir)/.x-$@; then grep -vEf $(srcdir)/.x-$@; \ 203 # then takes some action. 230 # If both arguments are specified then CONTAINING takes 295 if test -n "$$in_files"; then \ 300 if test -n "$$in_vc_files"; then \ 312 if test -n "$$files"; then \ 313 if test -n "$$prohibit"; then \ 448 @if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \ 472 if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \ 740 @if test -f $(srcdir)/$(Exit_witness_file); then \ [all...] |
/external/compiler-rt/make/platform/ |
clang_darwin.mk | 18 if [ "X$(3)" != X ]; then \ 21 | tr ' ' '\n' | grep "^$$arch$$" >/dev/null 2>/dev/null; then \ 26 -o /dev/null > /dev/null 2> /dev/null; then \ 45 if [ "$$?" != "0" ]; then result=$(1); fi; \ 51 if [ "$$?" != "0" ]; then \ 53 if [ "$$?" != "0" ]; then result=""; fi; \
|