HomeSort by relevance Sort by last modified time
    Searched refs:non (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/clearsilver/cs/
Android.mk 19 # this forces us into 64 bit mode, even though for the non-simulator builds we
test_joo.cs 21 FAIL - non-existing should be NULL, not empty string [3]
41 PASS - Non existing var doesn't equal empty string
61 FAIL - non existing var shouldn't exist [9]
89 FAIL - empty string shouldn't evaluate non-existing [13]
95 FAIL - non-empty string shouldn't evaluate non-existing [14]
  /external/dropbear/debian/
dropbear.postrm 8 rmdir --ignore-fail-on-non-empty /etc/dropbear
  /external/webkit/LayoutTests/fast/js/resources/
select-options-remove.js 110 debug("2.1 Remove (object) from non-empty Options");
118 debug("2.2 Remove (string) from non-empty Options");
126 debug("2.3 Remove (float) from non-empty Options");
134 debug("2.4 Remove (boolean true) from non-empty Options");
142 debug("2.5 Remove (boolean false) from non-empty Options");
150 debug("2.6 Remove (undefined) from non-empty Options");
158 debug("2.7 Remove (null) from non-empty Options");
166 debug("2.8 Remove (negative infinity) from non-empty Options");
174 debug("2.9 Remove (NaN) from non-empty Options");
182 debug("2.10 Remove (positive infinity) from non-empty Options")
    [all...]
js-test-pre.js 173 testFailed(_a + " should be non-zero. Threw exception " + exception);
175 testPassed(_a + " is non-zero.");
177 testFailed(_a + " should be non-zero. Was " + _av);
191 testFailed(_a + " should be non-null. Threw exception " + exception);
193 testPassed(_a + " is non-null.");
195 testFailed(_a + " should be non-null. Was " + _av);
  /hardware/ti/omap3/libopencorehw/
Android.mk 15 LOCAL_CFLAGS := -Wno-non-virtual-dtor -DENABLE_SHAREDFD_PLAYBACK -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUSE_CML2_CONFIG -DPV_ARM_GCC_V5 -DHAS_OSCL_LIB_SUPPORT
  /dalvik/libcore/sql/src/test/resources/
blob.c 2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  /external/libffi/testsuite/
Android.mk 22 # We only build ffi at all for non-arm, non-x86 targets.
  /frameworks/base/camera/libcameraservice/
Android.mk 4 # Set USE_CAMERA_STUB for non-emulator and non-simulator builds, if you want
  /external/clearsilver/cgi/
Android.mk 25 # this forces us into 64 bit mode, even though for the non-simulator builds we
  /external/clearsilver/util/
Android.mk 26 # this forces us into 64 bit mode, even though for the non-simulator builds we
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
timeout.js 1 description("Tests that when timeout is non-zero, the success callback is called as expected.");
  /external/v8/test/mjsunit/
function-prototype.js 28 // Test that we can set function prototypes to non-object values. The
44 // Test moving between non-object and object values.
58 // Test that the fast case optimizations can handle non-functions,
59 // functions with no prototypes (yet), non-object prototypes,
88 // Check that getting the prototype of a non-function works. This must
object-get-own-property-names.js 54 // Check that non-enumerable properties are being returned.
84 assertTrue(/on non-object/.test(e));
91 assertTrue(/on non-object/.test(e));
98 assertTrue(/on non-object/.test(e));
105 assertTrue(/on non-object/.test(e));
smi-ops.js 61 assertEquals(42 + ONE, Add1(OBJ_42)); // non-smi
62 assertEquals(42 + ONE, Add1Reversed(OBJ_42)); // non-smi
68 assertEquals(42 + ONE_HUNDRED, Add100(OBJ_42)); // non-smi
69 assertEquals(42 + ONE_HUNDRED, Add100Reversed(OBJ_42)); // non-smi
94 assertEquals(42 - ONE, Sub1(OBJ_42)); // non-smi
95 assertEquals(ONE - 42, Sub1Reversed(OBJ_42)); // non-smi
101 assertEquals(42 - ONE_HUNDRED, Sub100(OBJ_42)); // non-smi
102 assertEquals(ONE_HUNDRED - 42, Sub100Reversed(OBJ_42)); // non-smi
232 // Smi input to bitop gives non-smi result where the rhs is a float that
239 // Smi input to bitop gives non-smi result where the rhs could be overwritte
    [all...]
object-define-property.js 37 assertTrue(/called on non-object/.test(e));
45 assertTrue(/called on non-object/.test(e));
48 // Check that an exception is thrown when non-object is passed as object.
53 assertTrue(/called on non-object/.test(e));
124 // with default values if called with non existing property (otherwise
153 // Redefine bar with non configurable test
254 //Try writing to non writable attribute - should remain 1000
276 // Redefine with non configurable data property.
397 // Redefine to accessor property (non configurable) - note that enumerable
constant-folding.js 212 // Answer is non-Smi so the subtraction is not folded in the code
219 // Answer is non-smi and lhs of << is a temporary heap number that we can
224 // Answer is non-smi and lhs of << is a temporary heap number that we think
string-match.js 89 // Non-capturing, non-global regexp.
105 // Capturing non-global regexp.
134 // Atom, non-global
codegen-coverage.js 88 // Test the non-commutative subtraction operation with a smi on the
89 // left, all available registers on the right, and a non-smi result.
  /external/libffi/
Android.mk 26 # We only build ffi at all for non-arm, non-x86 targets.
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
sistream.cpp 200 assert (p && !n && "A non-empty buffer is required by this implementation");
222 assert (p && !n && "A non-empty buffer is required by this implementation");
  /packages/experimental/RpcPerformance/
Android.mk 18 LOCAL_MODULE_TAGS := tests # Allows non-localized strings
  /external/openssl/crypto/bn/
bn_prime.pl 41 * This library is free for commercial and non-commercial use as long as
  /external/v8/test/mjsunit/regress/
regress-326.js 29 // Should sort non-array into equivalent of [37,42,undefined,,0]
39 assertFalse(3 in nonArray, "don't create non-existing");
  /cts/tests/SignatureTest/
Android.mk 45 # empty/non-existent resouce dirs (which ours would be). If it finds
46 # an empty/non-existent resource dir, R_file_stamp doesn't contain a

Completed in 435 milliseconds

1 2 3 4 5 6