HomeSort by relevance Sort by last modified time
    Searched refs:that (Results 301 - 325 of 5043) sorted by null

<<11121314151617181920>>

  /bootable/recovery/minui/
Android.mk 14 # value so that either will work.
  /build/core/combo/arch/x86/
x86-atom.mk 3 # that adds Atom-specific features.
  /build/core/tasks/
apicheck.mk 16 # Rules for running apicheck to confirm that you haven't broken
35 # Note that since INTERNAL_PLATFORM_API_FILE is the byproduct of api-stubs module,
39 # Check that the API we're building hasn't broken the last-released
53 # Check that the API we're building hasn't changed from the not-yet-released
  /development/samples/ApiDemos/tests/
Android.mk 12 # Notice that we don't have to include the src files of ApiDemos because, by
  /device/generic/goldfish/libqemu/
tests.mk 3 # The first test program is a simple TCP server that will send back
  /external/chromium/chrome/browser/resources/
connection_manager.js 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium/chrome/browser/resources/net_internals/
detailsview.js 2 // Use of this source code is governed by a BSD-style license that can be
6 * The DetailsView handles the tabbed view that displays either the "log" or
97 * Subview that is displayed in the log tab.
114 * Subview that is displayed in the timeline tab.
  /external/chromium/net/data/proxy_resolver_v8_unittest/
dns_fail.js 2 // failing. It tests that functions return the expected values.
  /external/doclava/res/assets/templates/components/
api_filter.cs 1 <?cs # The default API filter selector that goes in the header ?><?cs
  /external/guava/guava/src/com/google/common/collect/
EmptyContiguousSet.java 101 Set<?> that = (Set<?>) object; local
102 return that.isEmpty();
EmptyImmutableSortedSet.java 80 Set<?> that = (Set<?>) object; local
81 return that.isEmpty();
EmptyImmutableTable.java 57 Table<?, ?, ?> that = (Table<?, ?, ?>) obj; local
58 return that.isEmpty();
  /external/guava/guava-tests/test/com/google/common/collect/
BstInOrderPathTest.java 53 ASSERT.that(pathToList(path)).hasContentsInOrder(a, b, d);
79 ASSERT.that(pathToList(path)).hasContentsInOrder(g, f, d);
104 ASSERT.that(pathToList(path)).hasContentsInOrder(a, b, d);
127 ASSERT.that(pathToList(path)).hasContentsInOrder(g, f, d);
149 ASSERT.that(pathToList(path)).hasContentsInOrder(b, d);
171 ASSERT.that(pathToList(path)).hasContentsInOrder(f, d);
183 ASSERT.that(pathToList(path)).hasContentsInOrder(nodes);
191 ASSERT.that(pathToList(path)).hasContentsInOrder(nodes);
  /external/llvm/test/MC/MBlaze/
mblaze_pattern.s 3 # Test to ensure that all FPU instructions can be parsed by the
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderList.java 45 * of SIPObjects that appear in SIPHeaders
83 * Concatenate the list of stuff that we are keeping around and also the
84 * text corresponding to these structures (that we parsed).
94 * Concatenate the list of stuff that we are keeping around and also the
95 * text corresponding to these structures (that we parsed).
400 SIPHeaderList<SIPHeader> that = (SIPHeaderList<SIPHeader>) other; local
401 if (this.hlist == that.hlist)
404 return that.hlist == null || that.hlist.size() == 0;
405 return this.hlist.equals(that.hlist)
    [all...]
  /external/v8/src/
interface.h 3 // modification, are permitted provided that the following conditions are
41 // A frozen module type is one that is fully determined. Unification does not
44 // Undetermined types are unification variables that can be unified freely.
75 void Unify(Interface* that, bool* ok);
151 void DoUnify(Interface* that, bool* ok);
  /external/v8/test/mjsunit/
accessors-on-global-object.js 3 // modification, are permitted provided that the following conditions are
28 // Test that installing a getter on the global object instead of a
41 // Test that installing a setter on the global object instead of a
59 // Test that replacing a getter with a normal property works as
arguments-load-across-eval.js 3 // modification, are permitted provided that the following conditions are
30 // Test loading across an eval call that does not shadow variables.
47 // Test loading across eval calls that do not shadow variables.
65 // Test loading across an eval call that shadows variables.
object-literal-gc.js 3 // modification, are permitted provided that the following conditions are
30 // Test that the clearing of object literal when normalizing objects
31 // works. In particular, test that the garbage collector handles the
53 // Check that the properties have the expected values.
  /external/v8/test/mjsunit/compiler/
globals.js 3 // modification, are permitted provided that the following conditions are
33 // Test that the store worked.
36 // Test that patching the IC in the compiled code works.
49 // Test that patching the IC in the compiled code works.
  /external/v8/test/mjsunit/regress/
regress-108296.js 3 // modification, are permitted provided that the following conditions are
30 // This test checks that young immediates embedded into code objects
43 // Make sure that foo is a CONSTANT_FUNCTION but not be pretenured.
46 // Ensure that both branches of ternary operator have monomorphic type feedback.
regress-1174.js 3 // modification, are permitted provided that the following conditions are
30 // Test that we do not crash when doing deoptimization of a function that has
31 // reloc info that only take up 1 byte per call (like KeyedStoreIC).
regress-1548.js 3 // modification, are permitted provided that the following conditions are
28 // Test that the caller and arguments objects are not available on native
35 // Try to delete the caller property (to make sure that we can't get to the
45 // Try to delete the arguments property (to make sure that we can't get to the
regress-1973.js 3 // modification, are permitted provided that the following conditions are
28 // Test that getters and setters pass unwrapped this values in strict mode
33 // Check that strict mode passes unwrapped this value.
40 // Check that non-strict mode passes wrapped this value.
regress-815.js 3 // modification, are permitted provided that the following conditions are
29 // end up in a spilled scope in code that only worked in a register
30 // allocated scope. Test that this no longer happens.
32 // The code generated for unary + assumes that we are not in a spilled

Completed in 1192 milliseconds

<<11121314151617181920>>