HomeSort by relevance Sort by last modified time
    Searched full:operators (Results 1 - 25 of 2192) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/core/base/
CPPLINT.cfg 2 filter=-build/header_guard,-build/include,-build/c++11,-whitespace/operators
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
CoreOperators.java 20 import com.google.clearsilver.jsilver.functions.operators.AddFunction;
21 import com.google.clearsilver.jsilver.functions.operators.AndFunction;
22 import com.google.clearsilver.jsilver.functions.operators.DivideFunction;
23 import com.google.clearsilver.jsilver.functions.operators.EqualFunction;
24 import com.google.clearsilver.jsilver.functions.operators.ExistsFunction;
25 import com.google.clearsilver.jsilver.functions.operators.GreaterFunction;
26 import com.google.clearsilver.jsilver.functions.operators.GreaterOrEqualFunction;
27 import com.google.clearsilver.jsilver.functions.operators.LessFunction;
28 import com.google.clearsilver.jsilver.functions.operators.LessOrEqualFunction;
29 import com.google.clearsilver.jsilver.functions.operators.ModuloFunction
    [all...]
  /external/valgrind/drd/tests/
new_delete.cpp 1 /** Simple regression test triggering the C++ operators new and delete. */
  /external/valgrind/memcheck/tests/vbit-test/
TODO 1 (1) For all operators: Add a test where both operands are completely
  /external/icu/icu4c/source/test/intltest/
citrtest.h 23 * Test Constructors and operators ==, != and a few other methods
27 * Test Constructors and operators ==, != and a few other methods for UChariter
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p13.cpp 73 // member operators
74 // conversion operators
75 // call operators
76 // call-surrogate conversion operators
  /external/clang/test/Index/
index-many-call-ops.cpp 5 // call operators.
  /external/ltrace/testsuite/ltrace.minor/
demangle.h 10 /* Overloaded operators */
  /external/mesa3d/src/glsl/
ast_expr.cpp 29 static const char *const operators[] = { local
75 assert((unsigned int)op < sizeof(operators) / sizeof(operators[0]));
77 return operators[op];
  /external/clang/test/Sema/
vector-ops.c 7 // Bitwise binary operators
11 // Unary operators
15 // Comparison operators
  /external/clang/include/clang/Basic/
OperatorKinds.h 1 //===--- OperatorKinds.h - C++ Overloaded Operators -------------*- C++ -*-===//
11 /// \brief Defines an enumeration for C++ overloaded operators.
21 /// operators.
  /external/clang/test/CodeGen/
2003-09-18-BitfieldTests.c 14 void test2(BF *b) { // Increment and decrement operators
  /external/icu/icu4c/source/common/
uobject.cpp 29 * that ICU is not using the global ::new and ::delete operators.
31 * These operators can be implemented like this or any other appropriate way
37 * Instead of just modifying these C++ new/delete operators, it is usually best
41 * The global operators new and delete look as follows:
51 * Make sure that with the UMemory operators new and delete defined these two symbols
  /external/regex-re2/re2/testing/
random_test.cc 43 // Tests random small regexps involving literals and egrep operators.
50 // Tests random bigger regexps involving literals and egrep operators.
58 // and egrep operators.
66 // and egrep operators.
74 // operators, some literals, some parenthesized literals, and predefined
regexp_generator.cc 32 // Returns a vector of the egrep regexp operators.
94 // ops: the number of operators used in the sequence
106 // Early out: if used too many operators or can't
108 // using binary operators, give up.
121 // Add operators if there are enough arguments.
146 // Early out: if used too many operators or can't
148 // using binary operators, give up.
152 // Add operators if there are enough arguments.
178 // passed to HandleRegexp. The results of operators like %s|%s are wrapped
regexp_generator.h 22 // and operators like "%s*", generates all possible regular expressions
23 // using at most maxbases base expressions and maxops operators.
43 // The egrep regexp operators: * + ? | and concatenation.
  /prebuilts/go/darwin-x86/src/go/token/
token.go 34 // Operators and delimiters
227 // For operators, delimiters, and keywords the string is the actual
244 // Non-operators have lowest precedence, followed by operators
245 // starting with precedence 1 up to unary operators. The highest
250 LowestPrec = 0 // non-operators
300 // IsOperator returns true for tokens corresponding to operators and
  /prebuilts/go/linux-x86/src/go/token/
token.go 34 // Operators and delimiters
227 // For operators, delimiters, and keywords the string is the actual
244 // Non-operators have lowest precedence, followed by operators
245 // starting with precedence 1 up to unary operators. The highest
250 LowestPrec = 0 // non-operators
300 // IsOperator returns true for tokens corresponding to operators and
  /external/pdfium/third_party/bigint/
BigInteger.hh 13 * available memory. BigUnsigneds support most mathematical operators and can
71 * The implicit conversion operators caused trouble, so these are now
102 // Ordinary comparison operators
112 // OPERATORS -- See the discussion in BigUnsigned.hh.
122 /* Bitwise operators are not provided for BigIntegers. Use
139 // INCREMENT/DECREMENT OPERATORS
146 // NORMAL OPERATORS
188 * ASSIGNMENT OPERATORS
191 * belongs to the put-here operations. See Assignment Operators in
  /external/clang/test/Analysis/
NewDelete-custom.cpp 45 //----- Custom non-placement operators
58 //----- Custom NoThrow placement operators
73 //----- Custom placement operators
live-variables.cpp 16 // This happens due to CFG being special cased for short circuit operators.
live-variables.m 16 // This happens due to CFG being special cased for short circuit operators.
  /external/libxml2/include/libxml/
list.h 61 /* Basic Operators */
105 /* Advanced Operators */
126 /* Link operators */
  /frameworks/base/telephony/java/com/android/internal/telephony/
CellNetworkScanResult.java 47 public CellNetworkScanResult(int status, List<OperatorInfo> operators) {
49 mOperators = operators;
76 * @return the operators.
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclopers.swg 4 * C++ overloaded operators.
7 * overloaded operators in Tcl. Since Tcl allows identifiers
30 /* Ignored operators */

Completed in 1918 milliseconds

1 2 3 4 5 6 7 8 91011>>