/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/libcxx/test/utilities/template.bitset/bitset.operators/ |
Android.mk | 17 test_makefile := external/libcxx/test/utilities/template.bitset/bitset.operators/Android.mk 19 test_name := utilities/template.bitset/bitset.operators/op_or 23 test_name := utilities/template.bitset/bitset.operators/op_and 27 test_name := utilities/template.bitset/bitset.operators/stream_out 31 test_name := utilities/template.bitset/bitset.operators/stream_in 35 test_name := utilities/template.bitset/bitset.operators/op_not
|
/external/chromium_org/tools/site_compare/operators/ |
__init__.py | 18 # TODO(jhaas): come up with a happy way of integrating multiple operators 19 # with different, possibly divergent and possibly convergent, operators.
|
/external/valgrind/main/drd/tests/ |
new_delete.cpp | 1 /** Simple regression test triggering the C++ operators new and delete. */
|
/external/valgrind/main/memcheck/tests/vbit-test/ |
TODO | 1 (1) For all operators: Add a test where both operands are completely
|
/external/chromium_org/third_party/icu/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/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/libcxx/test/utilities/utility/operators/ |
Android.mk | 17 test_makefile := external/libcxx/test/utilities/utility/operators/Android.mk 19 test_name := utilities/utility/operators/rel_ops
|
/external/chromium_org/third_party/mesa/src/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/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/libcxx/test/localization/locales/locale/locale.operators/ |
Android.mk | 17 test_makefile := external/libcxx/test/localization/locales/locale/locale.operators/Android.mk 19 test_name := localization/locales/locale/locale.operators/compare 23 test_name := localization/locales/locale/locale.operators/eq
|
/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/chromium_org/v8/src/compiler/ |
machine-operator.h | 58 // Interface for building machine-level operators. These operators are 107 // These operators change the representation of numbers while preserving the 108 // value of the number. Narrowing operators assume the input is representable 110 // Use narrowing change operators only when there is a static guarantee that 120 // These operators truncate numbers, both changing the representation of 126 // Floating point operators always operate with IEEE 754 round-to-nearest. 150 // Pseudo operators that translate to 32/64-bit operators depending on the
|
/external/clang/test/CodeGen/ |
2003-09-18-BitfieldTests.c | 14 void test2(BF *b) { // Increment and decrement operators
|
/external/libcxx/test/utilities/allocator.adaptor/scoped.adaptor.operators/ |
Android.mk | 17 test_makefile := external/libcxx/test/utilities/allocator.adaptor/scoped.adaptor.operators/Android.mk 19 test_name := utilities/allocator.adaptor/scoped.adaptor.operators/eq
|
/external/chromium_org/third_party/icu/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/chromium_org/third_party/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
|
/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/pixman/demos/ |
composite-test.c | 16 static const operator_t operators[] = { variable 122 table = gtk_table_new (G_N_ELEMENTS (operators) / 6, 6, TRUE); 135 for (i = 0; i < G_N_ELEMENTS (operators); ++i) 144 label = gtk_label_new (operators[i].name); 150 pixman_image_composite (operators[i].op, parrot, NULL, dest_img,
|
/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
|
/external/clang/test/SemaCXX/ |
nested-name-spec.cpp | 125 class Operators { 126 Operators operator+(const Operators&) const; // expected-note{{member declaration does not match because it is const qualified}} 130 Operators Operators::operator+(const Operators&) { // expected-error{{out-of-line definition of 'operator+' does not match any declaration in 'Operators'}} 131 Operators ops; 135 Operators Operators::operator+(const Operators&) const [all...] |