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

  /external/chromium_org/v8/test/webkit/fast/js/
numeric-escapes-in-string-literals.js 30 stringLiteral = '"' + _stringLiteral + '"';
32 shouldBe("eval(stringLiteral)", "nonStrictResult");
34 stringLiteral = '"use strict"; ' + stringLiteral;
37 shouldBe("eval(stringLiteral)", "strictResult");
39 shouldThrow("eval(stringLiteral)");
  /external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp 35 using clang::ast_matchers::stringLiteral;
104 hasArgument(0, id("literal", stringLiteral())),
122 const clang::StringLiteral* literal =
123 result.Nodes.getNodeAs<clang::StringLiteral>("literal");
135 const clang::StringLiteral* literal =
136 result.Nodes.getNodeAs<clang::StringLiteral>("literal");
146 const clang::StringLiteral* literal =
147 result.Nodes.getNodeAs<clang::StringLiteral>("literal");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 52 import org.eclipse.jdt.core.dom.StringLiteral;
177 StringLiteral value = ast.newStringLiteral();
185 if (existingValue instanceof StringLiteral) {
186 StringLiteral stringLiteral = (StringLiteral) existingValue;
187 if (mId.equals(stringLiteral.getLiteralValue())) {
193 StringLiteral old = ast.newStringLiteral();
194 old.setLiteralValue(stringLiteral.getLiteralValue());
196 StringLiteral value = ast.newStringLiteral()
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 373 REGISTER_MATCHER(stringLiteral);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1057 StringLiteral> stringLiteral;
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 410 milliseconds