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

1 2 3

  /external/llvm/include/llvm/Support/
StringPool.h 24 // to another instance. So that interned strings can eventually be freed,
91 PooledStringPtr(const PooledStringPtr &That) : S(That.S) {
95 PooledStringPtr &operator=(const PooledStringPtr &That) {
96 if (S != That.S) {
98 S = That.S;
134 inline bool operator==(const PooledStringPtr &That) const { return S == That.S; }
135 inline bool operator!=(const PooledStringPtr &That) const { return S != That.S;
    [all...]
Registry.h 114 bool operator==(const iterator &That) const { return Cur == That.Cur; }
115 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
185 /// Use of this template requires that:
  /external/valgrind/main/none/tests/s390x/
fpext_fail.stderr.exp 3 Encountered an instruction that requires the floating point extension facility.
4 That facility is not available on this host
fpext_warn.stderr.exp 3 The specified rounding mode cannot be supported. That
9 The specified rounding mode cannot be supported. That
15 The specified rounding mode cannot be supported. That
  /external/chromium_org/third_party/markupsafe/
_speedups.c 45 /* import markup type so that we can mark the return value */
131 /* if the object has an __html__ method that performs the escaping */
189 "sequences. Use this if you need to display text that might contain\n"
196 "Make a string unicode if it isn't already. That way a markup\n"
  /external/llvm/test/MC/AArch64/
arm64-separator.s 3 ; ARM64 uses a multi-character statement separator, "%%". Check that we lex
7 ; tell it to show encodings. That will result in the two 'mov' instructions
9 ; to verify that. For this test, we don't care what the encoding is, just that
  /external/llvm/test/MC/ARM/
elf-thumbfunc-reloc.s 30 @@ make sure the relocation is with f. That is one way to make sure it includes
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 137 /// Similar to FAddend::drillDownOneStep() except that the value being
246 void FAddendCoef::operator=(const FAddendCoef &That) {
247 if (That.isInt())
248 set(That.IntVal);
250 set(That.getFpVal());
253 void FAddendCoef::operator+=(const FAddendCoef &That) {
255 if (isInt() == That.isInt()) {
257 IntVal += That.IntVal;
259 getFpVal().add(That.getFpVal(), RndMode);
264 const APFloat &T = That.getFpVal()
    [all...]
  /external/chromium_org/build/git-hooks/
pre-commit 54 You are trying to commit a change to .gitmodules. That is not allowed.
  /external/chromium_org/tools/telemetry/telemetry/timeline/
thread.py 2 # Use of this source code is governed by a BSD-style license that can be
188 list as it can go such that every subslice is fully contained by its
199 even intersect). So we go to row 1. That gives us [b], and [d] wont fit
200 into that either. So, we go to row 0 and its last slice, [a]. That can
201 completely contain [e], so that means we should add [e] as a subslice
202 of [a]. That puts it on row 1, yielding:
244 Because we know that the start time of child is >= the start time
250 # two end=start+duration combos that should be the same will be slightly
  /device/generic/goldfish/opengl/
Android.mk 40 # modules below in correct order. That is, if module B depends on
43 # This ensures that anything exported by module A will be correctly
46 # Note that the build system will complain if you try to import a
47 # module that hasn't been declared yet anyway.
  /external/chromium_org/remoting/webapp/
signal_strategy.js 2 // Use of this source code is governed by a BSD-style license that can be
75 // Only use XMPP when TCP API is available and TLS support is enabled. That's
clipboard.js 2 // Use of this source code is governed by a BSD-style license that can be
49 * Notifies this object that a session has started.
60 // to the host. This stops the host seeing items that were placed on the
113 * Accepts a clipboard item from the host, and stores it so that toOs() will
164 * the OS clipboard. That event will be caught by a handler in the document,
169 // but that's not supported.
179 * the OS clipboard. That event will be caught by a handler in the document,
184 // but that's not supported.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 2 // Use of this source code is governed by a BSD-style license that can be
10 * base class should be defined that implements this interface. For example,
15 * which to operate is given by a CursorSelection, see that file for
17 * The two main operations that currently exist for walkers are sync and
20 * all operations may assume that the selection given is attached to the body
30 * Is this an operation that applies to any element of any arbitrary set?
32 * Does it need to know something other than the set that it operates on?
60 * Note that sel must be a valid selection. Undefined behavior if it isn't.
61 * There are several invariants that must hold for any subclasses. There may
66 * That is, the valid elements for this walker are totally ordered; goin
    [all...]
abstract_node_walker.js 2 // Use of this source code is governed by a BSD-style license that can be
6 * @fileoverview A base class for walkers that have a concept of lowest-level
28 * a body that does not DomUtil.hasContent().
49 // and repeat all of the above until we have a node that is not empty
66 * Private version of sync to ensure that when a body has no content, we
106 * Returns true if this is "a leaf node" or lower. That is,
  /external/chromium_org/v8/test/webkit/
dfg-ensure-non-array-array-storage-on-window.js 5 // modification, are permitted provided that the following conditions
25 "Tests that passing the global object to an array access that will arrayify to NonArrayWithArrayStorage doesn't break things."
53 // Do strange things to ensure that the get_by_id on length goes polymorphic.
78 // At this point we check to make sure that bar doesn't end up either creating array storage for
80 // (since foo() may have made the mistake of creating array storage). That's why we do the setter
81 // thingy, to detect that for index 1 we fall through the proxy to the real window object.
  /external/chromium_org/v8/tools/
consarray.js 3 // modification, are permitted provided that the following conditions are
31 * In this use case we have lots of arrays that we need to iterate
34 * That's why we avoid copying memory and insead build a linked list
  /sdk/emulator/opengl/
Android.mk 55 # modules below in correct order. That is, if module B depends on
58 # This ensures that anything exported by module A will be correctly
61 # Note that the build system will complain if you try to import a
62 # module that hasn't been declared yet anyway.
  /external/chromium_org/third_party/WebKit/
PRESUBMIT.py 2 # Use of this source code is governed by a BSD-style license that can be
40 """Check that the WATCHLIST file parses correctly."""
91 Checks that autoprops are enabled, returns an error otherwise.
224 'You added one or more #includes that violate checkdeps rules.',
228 'You added one or more #includes of files that are temporarily\n'
236 """Ensures that Blink code uses WTF's platform macros instead of
251 """Generally speaking, we'd prefer not to land patches that printf
260 'printf debugging is best debugging! That said, it might '
268 not guarantee that the threaded HTML parser will have completed."""
294 """Check that all files have their permissions properly set.""
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js 52 } // note that this will work for Nb=4,5,6, but not 7,8 (always 4 for AES):
389 That thou her maid art far more fair than she:\n\
394 O, that she knew she were!\n\
395 She speaks yet she says nothing: what of that?\n\
405 That birds would sing and think it were not night.\n\
407 O, that I were a glove upon that hand,\n\
408 That I might touch that cheek!\n\
415 Of mortals that fall back to gaze on him\n
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 52 } // note that this will work for Nb=4,5,6, but not 7,8 (always 4 for AES):
389 That thou her maid art far more fair than she:\n\
394 O, that she knew she were!\n\
395 She speaks yet she says nothing: what of that?\n\
405 That birds would sing and think it were not night.\n\
407 O, that I were a glove upon that hand,\n\
408 That I might touch that cheek!\n\
415 Of mortals that fall back to gaze on him\n
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
crypto-aes.js 52 } // note that this will work for Nb=4,5,6, but not 7,8 (always 4 for AES):
389 That thou her maid art far more fair than she:\n\
394 O, that she knew she were!\n\
395 She speaks yet she says nothing: what of that?\n\
405 That birds would sing and think it were not night.\n\
407 O, that I were a glove upon that hand,\n\
408 That I might touch that cheek!\n\
415 Of mortals that fall back to gaze on him\n
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-setexceptionbreak.js 3 // modification, are permitted provided that the following conditions are
34 // actually breaks on exceptions or not. That functionality is tested
98 // Indicate that all was processed.
117 // Make sure that the debug event listener vas invoked.
md5.js 3 // modification, are permitted provided that the following conditions are
183 That quench the fire of your pernicious rage\n\
  /system/media/camera/docs/
metadata_helpers.py 50 Find all descendants that are Section or InnerNamespace instances.
65 Find the closest ancestor that is either a Section or InnerNamespace.
160 # Note that this makes jump from Section to Kind,
225 Creates a function that given a string will pad it with spaces to make
233 A function that takes a string and returns a string.
270 Create a function that given a string will pad it to the specified column col.
277 A function that given a string will produce a padded string.
296 # int32 -> TYPE_INT32, byte -> TYPE_BYTE, etc. note that enum -> TYPE_INT32
324 # Hacky way to deal with arrays. Assume that if we have
367 is not applicable in that case. Use jtype_boxed instead for that
    [all...]

Completed in 1351 milliseconds

1 2 3