Searched refs:that (Results 251 - 275 of 1027) sorted by relevance

<<11121314151617181920>>

/external/webkit/Tools/DumpRenderTree/chromium/
H A Dfonts.conf37 that we don't fallback to Times New Roman for them -->
/external/icu4c/i18n/
H A Dfmtable.cpp46 // NOTE: These inlines assume that all fObjects are in fact instances
272 Formattable::operator==(const Formattable& that) const
276 if (this == &that) return TRUE;
279 if (fType != that.fType) return FALSE;
285 equal = (fValue.fDate == that.fValue.fDate);
288 equal = (fValue.fDouble == that.fValue.fDouble);
292 equal = (fValue.fInt64 == that.fValue.fInt64);
295 equal = (*(fValue.fString) == *(that.fValue.fString));
298 if (fValue.fArrayAndCount.fCount != that.fValue.fArrayAndCount.fCount) {
304 if (fValue.fArrayAndCount.fArray[i] != that
[all...]
H A Dmsgfmt.cpp90 0 /* empty string, used for default so that null can mark end of list */
280 MessageFormat::MessageFormat(const MessageFormat& that) argument
282 Format(that),
283 fLocale(that.fLocale),
284 msgPattern(that.msgPattern),
290 hasArgTypeConflicts(that.hasArgTypeConflicts),
299 copyObjects(that, ec);
353 MessageFormat::operator=(const MessageFormat& that) argument
355 if (this != &that) {
357 Format::operator=(that);
1178 copyObjects(const MessageFormat& that, UErrorCode& ec) argument
[all...]
/external/iproute2/doc/
H A Dip-tunnels.tex55 A: Yes, in 2.2 the rule that {\em normal} gateway must reside on directly
56 connected network has not any exceptions. You may tell kernel, that
62 Note keyword \verb|onlink|, it is the magic key that orders kernel
74 that between \verb|route add| and \verb|route del| host 193.233.7.65 is
89 inner packet to outer one. It means that path traversed by tunneled
91 are going to use some routing protocol expecting that packets
184 say that they are zero or wildcard. Two tunnels of one mode cannot
186 that base device or fallback tunnel cannot be replicated.\footnote{
199 some features related to the fact that they work over existing Internet
201 which changes this infrastructure. The danger that no
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb11 modification, are permitted provided that the following conditions
39 At a minimum, tokens are data structures that bind together a chunk of text and
46 categorization that groups things on a larger scale. Parsers will usually ignore
47 tokens that have channel value 99 (the HIDDEN_CHANNEL), so you can keep things
60 you may write your own token class as long as you provide methods that give
297 TokenSource is a simple mixin module that demands an
340 that need to create token objects This module serves as a mixin that provides
346 that can be called without any parameters and the token objects are expected to
377 dynamically defined modules that ma
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Drule-tracer.rb8 RuleTracer is simple debug event listener that writes the names of rule methods
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dfilter-mode.rb73 example "skipping tokens that aren't important with filter mode" do
/external/chromium/chrome/browser/extensions/
H A Dextension_event_router.cc2 // Use of this source code is governed by a BSD-style license that can be
55 bool operator<(const EventListener& that) const {
56 if (process < that.process)
58 if (process == that.process && extension_id < that.extension_id)
128 // exits), then we let the TaskManager know that it has one fewer listener.
191 // Send the event only to renderers that are listening for it.
/external/chromium/chrome/browser/resources/
H A Dcrashes.js2 // Use of this source code is governed by a BSD-style license that can be
59 '*Please%20note%20that%20issues%20filed%20with%20no%20information%20' +
/external/chromium/chrome/browser/sync/
H A DREADME.js34 that at most one node handles a given message type. Also, the
36 so that's okay.
39 that it has a HandleJsEvent() method, but JsBackends cannot easily
/external/chromium/sdch/open-vcdiff/packages/rpm/
H A Drpm.spec20 A library that provides an encoder and decoder for the VCDIFF
30 for developing applications that use the %name package.
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp118 CtorCall& operator=(const CtorCall& that);
123 CtorCall& CtorCall::operator=(const CtorCall& that) argument
125 if (this != &that) {
127 this->CtorCall::CtorCall(that); // expected-warning {{explicit constructor calls are a Microsoft extension}}
/external/dbus/test/name-test/
H A Dtmp-session-like-system.conf2 Add a session-local.conf and edit that rather than changing this
74 intent is that these limits should never be hit. -->
/external/guava/guava/src/com/google/common/collect/
H A DRegularContiguousSet.java30 * An implementation of {@link ContiguousSet} that contains one or more elements.
157 RegularContiguousSet<?> that = (RegularContiguousSet<?>) object;
158 if (this.domain.equals(that.domain)) {
159 return this.first().equals(that.first())
160 && this.last().equals(that.last());
/external/guava/guava/src/com/google/common/primitives/
H A DBytes.java35 * Static utility methods pertaining to {@code byte} primitives, that are not
107 * <p>More formally, returns the lowest index {@code i} such that {@code
218 * that method.
341 ByteArrayAsList that = (ByteArrayAsList) object;
343 if (that.size() != size) {
347 if (array[start + i] != that.array[that.start + i]) {
/external/guava/guava-tests/test/com/google/common/collect/
H A DEnumBiMapTest.java82 /* Test that it copies existing entries. */
95 /* Test that it can be empty. */
138 ASSERT.that(bimap.keySet())
141 ASSERT.that(bimap.values())
144 ASSERT.that(bimap.inverse().keySet())
147 ASSERT.that(bimap.inverse().values())
/external/icu4c/common/
H A Dustrenum.cpp117 StringEnumeration::operator==(const StringEnumeration& that)const {
118 return typeid(*this) == typeid(that);
122 StringEnumeration::operator!=(const StringEnumeration& that)const {
123 return !operator==(that);
/external/libvpx/examples/includes/geshi/geshi/
H A Dgml.php12 * GML (Game Maker Language) is a script language that is built-in into Game Maker,
16 * script (one section at a time). I love PHP for saving me that bunch of work :P!.
24 * so that MCI_command appears correctly (the only GML function using capitals).
53 * GeSHi is distributed in the hope that it will be useful,
/external/libvpx/vp8/common/ppc/
H A Dcopy_altivec.asm5 ; that can be found in the LICENSE file in the root of the source
19 ;# Make the assumption that input will not be aligned,
/external/llvm/lib/Support/
H A DPath.cpp33 bool Path::operator==(const Path &that) const {
34 return path == that.path;
37 bool Path::operator<(const Path& that) const {
38 return path < that.path;
/external/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc82 // Dummy library that represents "search all handles".
83 // This is mostly to ensure that the return value still shows up as "valid".
/external/openssl/crypto/des/
H A DFILES034 ncbc_enc.c - des_cbc_encrypt() that is 'normal' in that it copies
78 * but did not fully finish, these files are part of that effort. */
/external/openssl/crypto/des/times/
H A Dusparc.cc5 I believe the difference is tied up in optimisation that the compiler
/external/v8/include/
H A Dv8-preparser.h3 // modification, are permitted provided that the following conditions are
42 build configuration to ensure that at most one of these is set
70 // blob of data that can be passed back into the parser.
108 // space that the preparser is allowed to use. If the preparser uses
111 // data that can be used by the V8 parser to speed up parsing.
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dfldcw_check.S19 # that can cause false positives if the test isn't explicit enough
52 # Note! The assembler that comes with SuSE 9.1

Completed in 3566 milliseconds

<<11121314151617181920>>