HomeSort by relevance Sort by last modified time
    Searched defs:Literal (Results 1 - 7 of 7) sorted by null

  /bootable/recovery/edify/
expr.c 323 Value* Literal(const char* name, State* state, int argc, Expr* argv[]) {
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.cpp 411 } else { //if (isAlphabet(c) || isDigit(c) || TRUE){ // treat others as literal
425 char * operator()(const char * literal /*c-string*/){
427 for(;*literal != 0; literal++){
428 append(*literal);
506 class Literal : public Pick {
511 Literal(const char * s /*c-string*/){
919 default: token.append(c); // unknown escaping, treat it as literal
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 411 } else { //if (isAlphabet(c) || isDigit(c) || TRUE){ // treat others as literal
425 char * operator()(const char * literal /*c-string*/){
427 for(;*literal != 0; literal++){
428 append(*literal);
506 class Literal : public Pick {
511 Literal(const char * s /*c-string*/){
919 default: token.append(c); // unknown escaping, treat it as literal
    [all...]
  /external/webkit/JavaScriptCore/parser/
Grammar.y 234 %type <expressionNode> Literal ArrayLiteral
292 Literal:
359 | Literal
    [all...]
  /external/v8/src/
ast.h 80 V(Literal) \
128 virtual Literal* AsLiteral() { return NULL; }
400 // True if there is a function literal subexpression in the condition.
440 // True if there is a function literal subexpression in the condition.
722 class Literal: public Expression {
724 explicit Literal(Handle<Object> handle) : handle_(handle) { }
729 virtual Literal* AsLiteral() { return this; }
731 // Check if this literal is identical to the other literal.
732 bool IsIdenticalTo(const Literal* other) const
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 495 milliseconds