HomeSort by relevance Sort by last modified time
    Searched refs:gte (Results 1 - 4 of 4) sorted by null

  /ndk/build/core/
setup-abi.mk 48 ifneq (,$(call gte,$(TARGET_PLATFORM_LEVEL),$(NDK_PIE_PLATFORM_LEVEL)))
add-application.mk 121 ifneq (,$(call gte,$(APP_PLATFORM_LEVEL),$(NDK_PIE_PLATFORM_LEVEL)))
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 116 {args} gte = '>=';
479 | {gte} [left]:comparison gte [right]:add_subtract // x.y >= a.b
480 {->New expression.gte(left.expression, right.expression)}
692 | {gte} [left]:expression [right]:expression // x >= y
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 47 import org.apache.xpath.operations.Gte;
138 expr = gte(opPos); break;
331 * @return reference to {@link org.apache.xpath.operations.Gte} instance.
335 protected Expression gte(int opPos) throws TransformerException method in class:Compiler
337 return compileOperation(new Gte(), opPos);
    [all...]

Completed in 178 milliseconds