/external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/ |
D | 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/ |
D | 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/mesa3d/src/glsl/ |
D | ast_expr.cpp | 29 static const char *const operators[] = { in operator_string() local 75 assert((unsigned int)op < sizeof(operators) / sizeof(operators[0])); in operator_string() 77 return operators[op]; in operator_string()
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | ast_expr.cpp | 29 static const char *const operators[] = { in operator_string() local 75 assert((unsigned int)op < sizeof(operators) / sizeof(operators[0])); in operator_string() 77 return operators[op]; in operator_string()
|
/external/chromium_org/chrome/browser/profile_resetter/ |
D | jtl_interpreter.cc | 469 ScopedVector<Operation> operators; in ParseNextSentence() local 480 operators.push_back(new NavigateOperation(hashed_key)); in ParseNextSentence() 484 operators.push_back(new NavigateAnyOperation); in ParseNextSentence() 487 operators.push_back(new NavigateBackOperation); in ParseNextSentence() 496 operators.push_back(new StoreValue( in ParseNextSentence() 511 operators.push_back(new CompareStoredValue( in ParseNextSentence() 525 operators.push_back(new StoreValue( in ParseNextSentence() 540 operators.push_back(new CompareStoredValue( in ParseNextSentence() 551 operators.push_back(new StoreNodeValue<true>(hashed_name)); in ParseNextSentence() 558 operators.push_back(new StoreNodeValue<false>(hashed_name)); in ParseNextSentence() [all …]
|
/external/llvm/docs/tutorial/ |
D | LangImpl6.rst | 15 doesn't have many useful operators (like division, logical negation, or 19 user-defined operators to the simple and beautiful Kaleidoscope 35 redefine existing operators: you can't programatically change the 36 grammar, introduce new operators, change precedence levels, etc. In this 38 user round out the set of operators that are supported. 40 The point of going into user-defined operators in a tutorial like this 46 the programmer to introduce new operators into the grammar: the grammar 49 The two specific features we'll add are programmable unary operators 50 (right now, Kaleidoscope has no unary operators at all) as well as 51 binary operators. An example of this is: [all …]
|
D | OCamlLangImpl6.rst | 15 doesn't have many useful operators (like division, logical negation, or 19 user-defined operators to the simple and beautiful Kaleidoscope 35 redefine existing operators: you can't programatically change the 36 grammar, introduce new operators, change precedence levels, etc. In this 38 user round out the set of operators that are supported. 40 The point of going into user-defined operators in a tutorial like this 46 the programmer to introduce new operators into the grammar: the grammar 49 The two specific features we'll add are programmable unary operators 50 (right now, Kaleidoscope has no unary operators at all) as well as 51 binary operators. An example of this is: [all …]
|
/external/libcxx/test/localization/locales/locale/locale.operators/ |
D | 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/pixman/demos/ |
D | composite-test.c | 16 static const operator_t operators[] = { variable 122 table = gtk_table_new (G_N_ELEMENTS (operators) / 6, 6, TRUE); in main() 135 for (i = 0; i < G_N_ELEMENTS (operators); ++i) in main() 144 label = gtk_label_new (operators[i].name); in main() 150 pixman_image_composite (operators[i].op, parrot, NULL, dest_img, in main()
|
/external/libcxx/test/utilities/utility/operators/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/utilities/utility/operators/Android.mk 19 test_name := utilities/utility/operators/rel_ops
|
/external/libcxx/test/utilities/allocator.adaptor/scoped.adaptor.operators/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/utilities/allocator.adaptor/scoped.adaptor.operators/Android.… 19 test_name := utilities/allocator.adaptor/scoped.adaptor.operators/eq
|
/external/pixman/test/ |
D | glyph-test.c | 61 static const pixman_op_t operators[] = variable 275 pixman_op_t op = operators[prng_rand_n (ARRAY_LENGTH (operators))]; in test_glyphs() 289 pixman_op_t op = operators[prng_rand_n (ARRAY_LENGTH (operators))]; in test_glyphs()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 106 // Standard binary operators... 121 // Logical operators (integer operands) 130 // Memory operators... 141 // Cast operators ... 160 // Other operators...
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
D | README.syntax | 84 separated by OR operators. In this case, only one of the specified tokens 91 has a higher precedence than the AND operators implied between white-space 144 supplied binary operators. For example, the following query: 159 As with the OR and NEAR operators, the AND operator must be specified 172 As for all other operators, the NOT operator must be specified in 177 syntax implicit and explict AND operators have a higher precedence 178 than OR operators. Using the enhanced syntax, the following two 192 The precedence of all enhanced syntax operators, in order from highest 201 in parenthesis as operands to the NOT, AND and OR operators. However both 202 the left and right hand side operands of NEAR operators must be either
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.int_op.txt | 32 + Integer scalar and vector unary operators: 36 + Integer scalar and vector binary operators: 51 + Scalar-scalar, vector-vector and vector-scalar binary operators
|
/external/clang/include/clang/Basic/ |
D | OperatorKinds.def | 11 // all of the overloadable C++ operators. 17 /// In this file, each of the overloadable C++ operators is enumerated 20 /// file. OVERLOADED_OPERATOR is used for single-token operators 38 /// operator. Note that some operators (e.g., "operator+" and
|
/external/ltrace/ |
D | options.c | 282 parse_filter(struct filter *filt, char *expr, int operators) in parse_filter() argument 291 size_t s = strcspn(expr, &"-+@"[operators ? 0 : 2]); in parse_filter() 310 s = strcspn(next, &"-+"[operators ? 0 : 2]); in parse_filter() 382 recursive_parse_chain(const char *orig, char *expr, int operators) in recursive_parse_chain() argument 392 if (parse_filter(filt, expr, operators) < 0) { in recursive_parse_chain()
|
/external/qemu/telephony/ |
D | android_modem.c | 261 AOperatorRec operators[ MAX_OPERATORS ]; member 493 strcpy( modem->operators[0].name[0], OPERATOR_HOME_NAME ); in amodem_reset() 494 strcpy( modem->operators[0].name[1], OPERATOR_HOME_NAME ); in amodem_reset() 495 strcpy( modem->operators[0].name[2], OPERATOR_HOME_MCCMNC ); in amodem_reset() 497 modem->operators[0].status = A_STATUS_AVAILABLE; in amodem_reset() 499 strcpy( modem->operators[1].name[0], OPERATOR_ROAMING_NAME ); in amodem_reset() 500 strcpy( modem->operators[1].name[1], OPERATOR_ROAMING_NAME ); in amodem_reset() 501 strcpy( modem->operators[1].name[2], OPERATOR_ROAMING_MCCMNC ); in amodem_reset() 503 modem->operators[1].status = A_STATUS_AVAILABLE; in amodem_reset() 769 oper = modem->operators + modem->oper_index; in amodem_get_operator_name() [all …]
|
/external/chromium_org/tools/site_compare/commands/ |
D | compare2.py | 18 import operators # Functions that, given two bitmaps as input, produce 131 compare = operators.GetOperator("equals_with_mask")
|
/external/chromium_org/tools/site_compare/ |
D | site_compare.py | 23 import operators # Functions that, given two bitmaps as input, produce 147 module = operators.GetOperator(op[0])
|
/external/eigen/doc/ |
D | TutorialMatrixArithmetic.dox | 12 … arithmetic operations either through overloads of common C++ arithmetic operators such as +, -, *, 14 For the Matrix class (matrices and vectors), operators are only overloaded to support 22 also have the same \c Scalar type, as Eigen doesn't do automatic type promotion. The operators at h… 40 Multiplication and division by a scalar is very simple too. The operators at hand here are: 60 but it is useful to just mention it now. In Eigen, arithmetic operators such as \c operator+ don't 94 As for basic arithmetic operators, \c transpose() and \c adjoint() simply return a proxy object wit… 121 two operators:
|
/external/chromium_org/third_party/cython/src/Cython/Includes/Deprecated/ |
D | stl.pxd | 10 #operators 56 #operators
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/ |
D | NumericFunction.java | 17 package com.google.clearsilver.jsilver.functions.operators;
|
D | NotFunction.java | 17 package com.google.clearsilver.jsilver.functions.operators;
|
D | ExistsFunction.java | 17 package com.google.clearsilver.jsilver.functions.operators;
|