OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operator
(Results
2001 - 2025
of
6015
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/chromium/sdch/open-vcdiff/src/google/
vcencoder.h
86
// Make the copy constructor and assignment
operator
private
89
void
operator
=(const HashedDictionary&);
236
// Make the copy constructor and assignment
operator
private
239
void
operator
=(const VCDiffStreamingEncoder&);
290
// Make the copy constructor and assignment
operator
private
293
void
operator
=(const VCDiffEncoder&);
/external/chromium/testing/gtest/include/gtest/internal/
gtest-tuple.h.pump
133
tuple&
operator
=(const tuple& /* t */) { return *this; }
160
tuple&
operator
=(const tuple& t) { return CopyFrom(t); }
163
tuple&
operator
=(const GTEST_$(k)_TUPLE_(U)& t) {
169
tuple&
operator
=(const ::std::pair<U0, U1>& p) {
302
inline bool
operator
==(const GTEST_$(n)_TUPLE_(T)& t,
310
inline bool
operator
!=(const GTEST_$(n)_TUPLE_(T)& t,
/external/clang/test/SemaCXX/
nested-name-spec.cpp
124
Operators
operator
+(const Operators&) const; // expected-note{{member declaration does not match because it is const qualified}}
125
operator
bool();
128
Operators Operators::
operator
+(const Operators&) { // expected-error{{out-of-line definition of '
operator
+' does not match any declaration in 'Operators'}}
133
Operators Operators::
operator
+(const Operators&) const {
138
Operators::
operator
bool() {
/external/collada/include/1.4/dom/
domImage.h
83
* Overloaded assignment
operator
85
virtual domData &
operator
=( const domData &cpy ) { (void)cpy; return *this; }
155
* Overloaded assignment
operator
157
virtual domInit_from &
operator
=( const domInit_from &cpy ) { (void)cpy; return *this; }
356
* Overloaded assignment
operator
358
virtual domImage &
operator
=( const domImage &cpy ) { (void)cpy; return *this; }
domInstance_effect.h
106
* Overloaded assignment
operator
108
virtual domTechnique_hint &
operator
=( const domTechnique_hint &cpy ) { (void)cpy; return *this; }
171
* Overloaded assignment
operator
173
virtual domSetparam &
operator
=( const domSetparam &cpy ) { (void)cpy; return *this; }
308
* Overloaded assignment
operator
310
virtual domInstance_effect &
operator
=( const domInstance_effect &cpy ) { (void)cpy; return *this; }
domInstance_material.h
90
* Overloaded assignment
operator
92
virtual domBind &
operator
=( const domBind &cpy ) { (void)cpy; return *this; }
182
* Overloaded assignment
operator
184
virtual domBind_vertex_input &
operator
=( const domBind_vertex_input &cpy ) { (void)cpy; return *this; }
334
* Overloaded assignment
operator
336
virtual domInstance_material &
operator
=( const domInstance_material &cpy ) { (void)cpy; return *this; }
domPolygons.h
98
* Overloaded assignment
operator
100
virtual domH &
operator
=( const domH &cpy ) { (void)cpy; return *this; }
155
* Overloaded assignment
operator
157
virtual domPh &
operator
=( const domPh &cpy ) { (void)cpy; return *this; }
320
* Overloaded assignment
operator
322
virtual domPolygons &
operator
=( const domPolygons &cpy ) { (void)cpy; return *this; }
/external/icu4c/common/unicode/
bytestream.h
128
ByteSink &
operator
=(const ByteSink &); // assignment
operator
not implemented
215
CheckedArrayByteSink &
operator
=(const CheckedArrayByteSink &); ///< assignment
operator
not implemented
245
StringByteSink &
operator
=(const StringByteSink &); ///< assignment
operator
not implemented
/external/icu4c/common/
uvectr32.h
87
UBool
operator
==(const UVector32& other);
90
* Equivalent to !
operator
==()
92
inline UBool
operator
!=(const UVector32& other);
191
UVector32&
operator
=(const UVector32&);
269
inline UBool UVector32::
operator
!=(const UVector32& other) {
270
return !
operator
==(other);
/external/icu4c/i18n/
plurfmt.cpp
412
PluralFormat::
operator
=(const PluralFormat& other) {
445
PluralFormat::
operator
==(const Format& other) const {
446
// This protected comparison
operator
should only be called by subclasses
449
// Format::
operator
== guarantees that this cast is safe
456
PluralFormat::
operator
!=(const Format& other) const {
457
return !
operator
==(other);
/external/icu4c/test/iotest/
stream.cpp
149
log_err("UnicodeString format test using <<
operator
Got: '%s' Expected: '%s'\n", testFormatStreamBuf, format_test_expected);
179
log_err("Large UnicodeString
operator
<< output incorrect.\n");
241
/*log_verbose("iostream before
operator
::>>() call \"%s\" ", testString);
246
log_verbose("iostream after
operator
::>>() call \"%s\" ", testString);
298
log_verbose("Testing
operator
>> for UnicodeString...\n");
300
/* The test cases needs to be converted to the default codepage. However, the stream
operator
needs char* so U_STRING_* is called. */
/external/llvm/include/llvm/Analysis/
ProfileInfo.h
42
raw_ostream&
operator
<<(raw_ostream &O, std::pair<const BasicBlock *, const BasicBlock *> E);
43
raw_ostream&
operator
<<(raw_ostream &O, std::pair<const MachineBasicBlock *, const MachineBasicBlock *> E);
45
raw_ostream&
operator
<<(raw_ostream &O, const BasicBlock *BB);
46
raw_ostream&
operator
<<(raw_ostream &O, const MachineBasicBlock *MBB);
48
raw_ostream&
operator
<<(raw_ostream &O, const Function *F);
49
raw_ostream&
operator
<<(raw_ostream &O, const MachineFunction *MF);
/external/llvm/lib/Analysis/
MemoryBuiltins.cpp
41
Callee->getName() != "_Znwj" && //
operator
new(unsigned int)
42
Callee->getName() != "_Znwm" && //
operator
new(unsigned long)
43
Callee->getName() != "_Znaj" && //
operator
new[](unsigned int)
44
Callee->getName() != "_Znam") //
operator
new[](unsigned long)
197
Callee->getName() != "_ZdlPv" && //
operator
delete(void*)
198
Callee->getName() != "_ZdaPv") //
operator
delete[](void*)
/external/llvm/lib/MC/MCDisassembler/
EDDisassembler.h
82
///
operator
== - Equality
operator
83
bool
operator
==(const CPUKey &key) const {
88
///
operator
< - Less-than
operator
89
bool
operator
<(const CPUKey &key) const {
/external/opencv/cxcore/include/
cxcore.hpp
190
operator
const IplImage* () const { return image; }
191
operator
IplImage* () { return image; }
193
CvImage&
operator
= (const CvImage& img)
336
operator
const CvMat* () const { return matrix; }
337
operator
CvMat* () { return matrix; }
339
CvMatrix&
operator
= (const CvMatrix& _m)
/external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h.pump
132
tuple&
operator
=(const tuple& /* t */) { return *this; }
159
tuple&
operator
=(const tuple& t) { return CopyFrom(t); }
162
tuple&
operator
=(const GTEST_$(k)_TUPLE_(U)& t) {
168
tuple&
operator
=(const ::std::pair<U0, U1>& p) {
301
inline bool
operator
==(const GTEST_$(n)_TUPLE_(T)& t,
309
inline bool
operator
!=(const GTEST_$(n)_TUPLE_(T)& t,
/external/webkit/Source/JavaScriptCore/runtime/
JSCell.h
42
// undefined references to the JSCell copy constructor and assignment
operator
117
void*
operator
new(size_t, ExecState*);
118
void*
operator
new(size_t, JSGlobalData*);
119
void*
operator
new(size_t, void* placementNewDestination) { return placementNewDestination; }
400
inline void* JSCell::
operator
new(size_t size, JSGlobalData* globalData)
405
inline void* JSCell::
operator
new(size_t size, ExecState* exec)
JSValueInlineMethods.h
248
inline JSValue::
operator
bool() const
254
inline bool JSValue::
operator
==(const JSValue& other) const
259
inline bool JSValue::
operator
!=(const JSValue& other) const
400
inline JSValue::
operator
bool() const
405
inline bool JSValue::
operator
==(const JSValue& other) const
410
inline bool JSValue::
operator
!=(const JSValue& other) const
/external/webkit/Source/WebKit/chromium/tests/
PODIntervalTreeTest.cpp
176
bool
operator
<(const EndpointType1& other) const { return m_value < other.m_value; }
177
bool
operator
==(const EndpointType1& other) const { return m_value == other.m_value; }
182
bool
operator
>(const EndpointType1& other);
183
bool
operator
<=(const EndpointType1& other);
184
bool
operator
>=(const EndpointType1& other);
185
bool
operator
!=(const EndpointType1& other);
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimRecords.java
149
// In CDMA this is
Operator
/OEM dependent
172
* Returns the 5 or 6 digit MCC/MNC of the
operator
that
330
// Further records that can be inserted are
Operator
/OEM dependent
332
String
operator
= getRUIMOperatorNumeric();
local
333
SystemProperties.set(PROPERTY_ICC_OPERATOR_NUMERIC,
operator
);
372
// Further records that can be inserted are
Operator
/OEM dependent
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
234
operator
[](const_key_reference r_key)
239
if (it != end() && !Cmp_Fn::
operator
()(r_key, PB_DS_V2F(*it)))
261
if (it != end()&& !Cmp_Fn::
operator
()(r_key, PB_DS_V2F(*it)))
280
if (cmp_fn_base::
operator
()(PB_DS_V2F(*mid_it), r_key))
296
if (pot_it != end()&& !Cmp_Fn::
operator
()(r_key, PB_DS_V2F(*pot_it)))
315
if (pot_it != end() && !Cmp_Fn::
operator
()(r_key, PB_DS_V2F(*pot_it)))
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
234
operator
[](const_key_reference r_key)
239
if (it != end() && !Cmp_Fn::
operator
()(r_key, PB_DS_V2F(*it)))
261
if (it != end()&& !Cmp_Fn::
operator
()(r_key, PB_DS_V2F(*it)))
280
if (cmp_fn_base::
operator
()(PB_DS_V2F(*mid_it), r_key))
296
if (pot_it != end()&& !Cmp_Fn::
operator
()(r_key, PB_DS_V2F(*pot_it)))
315
if (pot_it != end() && !Cmp_Fn::
operator
()(r_key, PB_DS_V2F(*pot_it)))
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
234
operator
[](const_key_reference r_key)
239
if (it != end() && !Cmp_Fn::
operator
()(r_key, PB_DS_V2F(*it)))
261
if (it != end()&& !Cmp_Fn::
operator
()(r_key, PB_DS_V2F(*it)))
280
if (cmp_fn_base::
operator
()(PB_DS_V2F(*mid_it), r_key))
296
if (pot_it != end()&& !Cmp_Fn::
operator
()(r_key, PB_DS_V2F(*pot_it)))
315
if (pot_it != end() && !Cmp_Fn::
operator
()(r_key, PB_DS_V2F(*pot_it)))
/external/llvm/docs/tutorial/
OCamlLangImpl6.html
73
The "
operator
overloading" that we will add to Kaleidoscope is more general than
83
operator
precedence parsing for the expressions. See <a
84
href="OCamlLangImpl2.html">Chapter 2</a> for details. Without using
operator
184
of whether it was an
operator
, and if it was, what precedence level the
operator
187
the prototype for a user-defined
operator
, we need to parse it:</p>
216
'Token.Kwd op ?? "expected an
operator
";
225
(* Verify right number of arguments for
operator
. *)
227
then raise (Stream.Error "invalid number of operands for
operator
")
241
names like "binary@" for a newly defined "@"
operator
. This then take
[
all
...]
/external/clang/utils/
FindSpecRefs
59
('6.5.10 Bitwise AND
operator
', '87'),
60
('6.5.11 Bitwise exclusive OR
operator
', '88'),
61
('6.5.12 Bitwise inclusive OR
operator
', '88'),
62
('6.5.13 Logical AND
operator
', '89'),
63
('6.5.14 Logical OR
operator
', '89'),
64
('6.5.15 Conditional
operator
', '90'),
66
('6.5.17 Comma
operator
', '94'),
96
('6.10.9 Pragma
operator
', '161'),
362
('5.11 Bitwise AND
operator
', '110'),
363
('5.12 Bitwise exclusive OR
operator
', '110')
[
all
...]
Completed in 984 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>