HomeSort by relevance Sort by last modified time
    Searched refs:non (Results 51 - 75 of 359) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/
Docs.mk 14 # Note dalvik/system is non-recursive to exclude dalvik.system.profiler
  /packages/experimental/RpcPerformance/
Android.mk 18 LOCAL_MODULE_TAGS := tests # Allows non-localized strings
  /packages/experimental/StrictModeTest/
Android.mk 18 LOCAL_MODULE_TAGS := tests # Allows non-localized strings
  /external/libvpx/vp8/encoder/x86/
quantize_ssse3.asm 73 pcmpeqw xmm1, xmm4 ;non zero mask
74 pcmpeqw xmm5, xmm4 ;non zero mask
  /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-1491.js 28 // Test that the Array length accessor correctly deals with non-array
34 // Check that writing the length property of the non-array object
regress-1973.js 29 // and wrapped this values is non-strict mode.
40 // Check that non-strict mode passes wrapped this value.
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");
  /external/v8/test/mjsunit/
search-string-multiple.js 58 "A long string with no non-ASCII characters",
61 "A long string with no non-ASCII characters");
strict-mode-eval.js 35 // Verify the code compiles just fine in non-strict mode
36 // (using aliased eval to force non-strict mode)
unbox-double-arrays.js 78 assertEquals(value_6, a[computed_6()]); // Test non-constant key
88 assertEquals(value_6, a[computed_6()]); // Test non-constant key
98 assertEquals(value_6, a[computed_6()]); // Test non-constant key
108 assertEquals(value_6, a[computed_6()]); // Test non-constant key
121 assertEquals(value_6, a[computed_6()]); // Test non-constant key
132 assertEquals(value_6, a[computed_6()]); // Test non-constant key
142 assertEquals(value_6, a[computed_6()]); // Test non-constant key
283 // Test stores for non-NaN.
apply.js 194 // Check correct handling of non-array argument lists.
195 assertSame(this, f0.apply(this, {}), "non-array-1");
196 assertSame(this, f0.apply(this, { length:1 }), "non-array-2");
197 assertEquals(void 0, f1.apply(this, { length:1 }), "non-array-3");
198 assertEquals(void 0, f1.apply(this, { 0:"foo" }), "non-array-4");
199 assertEquals("foo", f1.apply(this, { length:1, 0:"foo" }), "non-array-5");
smi-ops-inlined.js 63 assertEquals(42 + ONE, Add1(OBJ_42)); // non-smi
64 assertEquals(42 + ONE, Add1Reversed(OBJ_42)); // non-smi
70 assertEquals(42 + ONE_HUNDRED, Add100(OBJ_42)); // non-smi
71 assertEquals(42 + ONE_HUNDRED, Add100Reversed(OBJ_42)); // non-smi
96 assertEquals(42 - ONE, Sub1(OBJ_42)); // non-smi
97 assertEquals(ONE - 42, Sub1Reversed(OBJ_42)); // non-smi
103 assertEquals(42 - ONE_HUNDRED, Sub100(OBJ_42)); // non-smi
104 assertEquals(ONE_HUNDRED - 42, Sub100Reversed(OBJ_42)); // non-smi
234 // Smi input to bitop gives non-smi result where the rhs is a float that
241 // Smi input to bitop gives non-smi result where the rhs could be overwritte
    [all...]
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
241 // Smi input to bitop gives non-smi result where the rhs is a float that
248 // Smi input to bitop gives non-smi result where the rhs could be overwritte
    [all...]
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
eval.js 111 // Should be non-direct call.
120 // Should be non-direct call.
130 // Should be non-direct call.
string-match.js 89 // Non-capturing, non-global regexp.
105 // Capturing non-global regexp.
134 // Atom, non-global
codegen-coverage.js 93 // Test the non-commutative subtraction operation with a smi on the
94 // left, all available registers on the right, and a non-smi result.
  /external/wpa_supplicant_8/src/crypto/
Makefile 34 md5-non-fips.o \
  /external/webkit/LayoutTests/fast/js/resources/
js-test-pre.js 179 testFailed(_a + " should be non-zero. Threw exception " + exception);
181 testPassed(_a + " is non-zero.");
183 testFailed(_a + " should be non-zero. Was " + _av);
197 testFailed(_a + " should be non-null. Threw exception " + exception);
199 testPassed(_a + " is non-null.");
201 testFailed(_a + " should be non-null. Was " + _av);
  /build/core/
static_java_library.mk 84 # add --non-constant-id to prevent inlining constants.
85 $(R_file_stamp): PRIVATE_AAPT_FLAGS := $(LOCAL_AAPT_FLAGS) --non-constant-id
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_CHAIN.S 9 @ methodToCall is guaranteed to be non-native
  /external/oprofile/events/mips/rm7000/
events 30 event:0x1a counters:0,1 um:zero minimum:500 name:SLIP_CYCLES_PENDING_NON_BLKING_LOAD : Slip cycles due to pending non-blocking loads
34 event:0x1f counters:0,1 um:zero minimum:500 name:STALL_CYCLES_PENDING_NON_BLKING_LOAD : Stall cycles due to pending non-blocking loads - stall start of exception
  /external/oprofile/events/mips/rm9000/
events 29 event:0x1a counters:0,1 um:zero minimum:500 name:NONBLOCKING_LOAD_SLIP_CYCLES : Slip cycles due to pending non-blocking loads
32 event:0x1e counters:0,1 um:zero minimum:500 name:NONBLOCKING_LOAD_PENDING_EXCEPTION_STALL_CYCLES : Stall cycles due to pending non-blocking loads - stall start of exception
  /external/v8/test/mjsunit/compiler/
inline-two.js 53 // Test that we can inline a call on a non-variable receiver.
78 // Test that we can inline a call on a non-variable receiver.

Completed in 2845 milliseconds

1 23 4 5 6 7 8 91011>>