Searched refs:that (Results 301 - 325 of 1027) sorted by relevance

<<11121314151617181920>>

/external/llvm/include/llvm/ADT/
H A DAPInt.h71 /// * In general, the class tries to follow the style of computation that LLVM
128 /// word that are not used by the APInt. This is needed after the most
129 /// significant word is assigned a value to ensure that those bits are
160 /// This is used by the constructors that take string arguments.
163 /// not assume that the string is well-formed and (2) grows the
186 void initSlowCase(const APInt& that);
239 /// Note that bigVal.size() can be smaller or larger than the corresponding
255 /// interpretation stops when the first character that is not suitable for the
266 /// Simply makes *this a copy of that.
268 APInt(const APInt& that) argument
279 APInt(APInt&& that) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapsTest.java112 * Tests that nHMWES makes hash maps large enough that adding the expected
132 * once; make sure that passes too.
234 ASSERT.that(map.keySet()).hasContentsInOrder(
236 ASSERT.that(map.values()).hasContentsInOrder(2, 1);
245 ASSERT.that(map.keySet()).hasContentsInOrder(
247 ASSERT.that(map.values()).hasContentsInOrder(2, 1);
514 ASSERT.that(diff1.entriesOnlyOnLeft().entrySet()).hasContentsInOrder(
516 ASSERT.that(diff1.entriesOnlyOnRight().entrySet()).hasContentsInOrder(
518 ASSERT.that(diff
[all...]
/external/antlr/
H A DAndroid.mk21 #Remove DOTTreeGenerator.java, so that we don't have the StringTemplate library as a dependency
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DActionScriptTarget.java7 * modification, are permitted provided that the following conditions
63 * ActionScript doesn't support Unicode String literals that are considered "illegal"
72 * may be a compressed AMF encoding that is embedded using an Embed tag in ActionScript.
102 * Note that the low order bits are first, followed by the high order bits.
/external/bison/djgpp/
H A Ddjunpack.bat17 Rem This program is distributed in the hope that it will be useful,
50 Rem empty files. We need that because the previous line will create
83 echo Remember that %1 cannot use forward slashes, only backslashes.
87 echo Remember that the file name cannot use forward slashes, only backslashes.
/external/bzip2/
H A DAndroid.mk18 # measurements show that the ARM version of ZLib is about x1.17 faster
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dpopuplib.js17 // identity providers (OP)s that support a pop-up authentication interface.
115 // A utility class, implements an onOpenHandler that darkens the screen
116 // by overlaying it with a semi-transparent black layer. To use, ensure that
144 // Returns a an object that can open a popup window customized for an OP & RP.
151 // that will cause the user to see the logged-in experience in the current page.
156 // Here extensions include any OpenID extensions that you support. For instance,
159 // assuming that shouldEncodeUrls = 'true':)
166 // Note that the 'ui' namespace is reserved by this library for the OpenID
167 // UI extension, and that the mode 'popup' is automatically applied.
178 var that
[all...]
/external/chromium-trace/trace-viewer/src/tracks/
H A Dtimeline_viewport_track.js2 // Use of this source code is governed by a BSD-style license that can be
16 * A track that displays the viewport size and scale.
58 var that = this;
60 var viewX = e.clientX - that.canvasContainer_.offsetLeft;
61 var worldX = that.viewport_.xViewToWorld(viewX);
69 that.viewport_.removeMarker(marker);
148 // Once we have a conservative guess, consider things that evenly add up
149 // to the conservative guess, e.g. 0.5, 0.2, 0.1 Pick the one that still
/external/cibu-fonts/
H A Dfonts.mk16 # PRODUCT_COPY_FILES to install the font files, so that the NOTICE file can
/external/compiler-rt/make/
H A Doptions.mk22 # FIXME: Make this more portable. When that is done, it should probably be the
/external/dropbear/debian/
H A Ddropbear.postinst30 OpenSSH appears to be installed. Setting /etc/default/dropbear so that
42 # the TCP port that Dropbear listens on
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractFutureTest.java141 ASSERT.that(index).isNotEqualTo(0);
145 ASSERT.that(e.getStackTrace()[index - 1].getMethodName()).isEqualTo("get");
174 // unreachable, but compiler doesn't know that fail() always throws
/external/icu4c/i18n/unicode/
H A Dchoicfmt.h70 * specification of the arrays that logically make up the
112 * Only a simple string match is performed, without parsing of arguments that
115 * <p>Note that the first range's number is ignored in formatting
120 * <p>Here is an example of two arrays that map the number
128 * <p>Here is an example that maps the ranges [-Inf, 1), [1, 1], and (1,
138 * <p>Here is an example that shows formatting and parsing: </p>
220 * @param that ChoiceFormat object to be copied from
223 ChoiceFormat(const ChoiceFormat& that);
228 * @param that ChoiceFormat object to be copied
231 const ChoiceFormat& operator=(const ChoiceFormat& that);
[all...]
H A Drbtz.h70 * @param that The object to be compared with.
75 virtual UBool operator==(const TimeZone& that) const;
80 * @param that The object to be compared with.
85 virtual UBool operator!=(const TimeZone& that) const;
89 * The <code>TimeZoneRule</code> must have start times, that is, the result
129 * that is returned (in other words, what is the adjusted GMT offset in this time zone
186 * @param rawOffset output parameter to receive the raw offset, that
189 * that is, the offset to be added to `rawOffset' to obtain the
272 * for this time zone, that is, all <code>TimeZoneRule</code>s for this time zone except
/external/iptables/extensions/
H A DAndroid.mk6 # Exclude some modules that are problematic to compile (types/header).
44 # Accommodate arm-eabi-4.4.3 tools that don't set __ANDROID__
107 # Accommodate arm-eabi-4.4.3 tools that don't set __ANDROID__
170 # Accommodate arm-eabi-4.4.3 tools that don't set __ANDROID__
/external/javasqlite/
H A DAndroid.mk24 # This name is dictated by the fact that the SQLite code calls loadLibrary("sqlite_jni").
/external/libvorbis/doc/
H A D08-residue.tex35 encoded and simply trusting that it is, is as follows:
43 important to note that the integer division truncates. In the below
46 \item Each partition in each vector has a classification number that
48 decode that partition. The classification numbers of each partition
53 in a classification chunk are built into a single scalar that
54 represents the classification numbers in that chunk. In the below
60 codebook design dictates that each vector is encoded as the additive
106 It is worth mentioning at this point that no configurable value in the
168 each vector that is actually coded; it implements akin to a bandpass
172 the unpacked vectors are zeroed. Note that fo
[all...]
/external/libvpx/examples/includes/geshi/geshi/
H A Dlatex.php20 * is that often important information is in the comments und was merely unvisible before.
42 * GeSHi is distributed in the hope that it will be useful,
H A Dperl.php42 * GeSHi is distributed in the hope that it will be useful,
81 // Things that must still be escaped inside a hard-quoted string
H A Dpowershell.php38 * GeSHi is distributed in the hope that it will be useful,
254 //BenBE: Please note that changes here and in Keyword group 6 have to be synchronized in order to work properly.
H A Dteraterm.php15 * and/or keywords that are not listed here. The latest release of ttl.php
36 * GeSHi is distributed in the hope that it will be useful,
H A Dwinbatch.php29 * - Use a regular expression to comment UDFs that start with 'udf_'.
40 * GeSHi is distributed in the hope that it will be useful,
/external/libvpx/vp8/common/ppc/
H A Dplatform_altivec.asm5 ; that can be found in the LICENSE file in the root of the source
/external/libvpx/vp8/decoder/arm/armv5/
H A Ddequantize_v5.asm5 ; that can be found in the LICENSE file in the root of the source
/external/libvpx/vpx_ports/
H A Demms.asm5 ; that can be found in the LICENSE file in the root of the source

Completed in 460 milliseconds

<<11121314151617181920>>