HomeSort by relevance Sort by last modified time
    Searched full:postfix (Results 51 - 75 of 176) sorted by null

1 23 4 5 6 7 8

  /external/v8/test/mjsunit/
constant-folding.js 37 x += x++; // ++ and -- apply ToNumber to their operand, even for postfix.
  /external/webkit/Source/JavaScriptCore/wtf/
HashTable.h 175 // postfix ++ intentionally omitted
248 // postfix ++ intentionally omitted
    [all...]
  /external/clang/test/SemaCXX/
expression-traits.cpp 311 // expr.sub/1 A postfix expression followed by an expression in
312 // square brackets is a postfix expression. One of the expressions
385 // expr.post.incr/1 The value obtained by applying a postfix ++ is
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 171 static const char postfix[] = ".so"; local
236 char buf[sizeof(prefix) + MAXNAMESIZE + sizeof(postfix)];
239 strcat(buf, postfix);
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 186 static const char postfix[] = ".so"; local
191 char buf[sizeof(prefix) + MAXNAMESIZE + sizeof(postfix)];
238 strcat(buf, postfix); /* are safe to use in this context. */
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 457 // looked up both in the context of the entire postfix-expression and in
461 // context of the entire postfix-expression, the name shall refer to a
543 // into the current scope (the scope of the postfix-expression) to
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/impl/
JavascriptParserImpl.java 155 * operator is a postfix of the previous expression or a prefix of the
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
tsql.php 75 'POSTFIX', 'PRECISION', 'PREFIX', 'PREORDER', 'PREPARE', 'PRESERVE', 'PRIMARY', 'PRINT', 'PRIOR', 'PRIVILEGES', 'PROC', 'PROCEDURE',
  /external/qemu/
cutils.c 320 * M/m for MB, G/g for GB or T/t for TB. Default without any postfix
  /external/v8/test/preparser/
strict-identifiers.pyt 129 postfix_var = StrictTemplate("postfix-$opname-$id", """
  /external/chromium/net/base/
sdch_manager.cc 121 // See if it is indeed a postfix, or just an internal string.
123 // It is a postfix... so check to see if there's a dot in the prefix.
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 150 // Verifies that the result of the postfix operator++ points to the value
156 // Verifies that prefix and postfix operator++() advance an iterator
  /frameworks/base/wifi/java/android/net/wifi/
WifiNative.java 477 public boolean setP2pSsidPostfix(String postfix) {
478 return doBooleanCommand("SET p2p_ssid_postfix " + postfix);
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.cpp 96 char postfix[5] = { '/', 0, 0, 0, 0 }; local
99 postfix[index++] = 'g';
101 postfix[index++] = 'i';
103 postfix[index] = 'm';
105 return makeUString("/", regExp->pattern(), postfix);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 807 /* SSID Postfix */
952 char *postfix; local
957 postfix = os_strdup(entry.str_value);
958 if (!postfix)
962 wpa_s->conf->p2p_ssid_postfix = postfix;
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 562 // followed by a postfix-expression suffix.
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js 168 "unary-postfix": function(op, expr) {
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 338 * lists being merged, but the postfix of the resultant list
  /external/clang/include/clang/AST/
OperationKinds.h 328 UO_PostInc, UO_PostDec, // [C99 6.5.2.4] Postfix increment and decrement
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 201 /// Postfix increment operator.
  /external/stlport/stlport/stl/
concept_checks.h 351 // TODO, add unary operators (prefix and postfix)
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 351 // TODO, add unary operators (prefix and postfix)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 351 // TODO, add unary operators (prefix and postfix)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 351 // TODO, add unary operators (prefix and postfix)

Completed in 1200 milliseconds

1 23 4 5 6 7 8