HomeSort by relevance Sort by last modified time
    Searched refs:eval (Results 151 - 175 of 922) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/build/core/
definitions.mk 98 generate-dir = $(eval $(call ev-generate-dir,$1))
119 generate-file-dir = $(eval $(call ev-generate-file-dir,$1))
316 generate-list-file = $(eval $(call generate-list-file-ev,$1,$2))
334 $(eval _start := -Wl,--whole-archive)\
335 $(eval _end := -Wl,--no-whole-archive)\
460 $(eval __ndk_modules.$(__mod).$(__field) := $(empty))\
463 $(eval __ndk_modules := $(empty_set)) \
464 $(eval __ndk_top_modules := $(empty)) \
465 $(eval __ndk_import_list := $(empty)) \
466 $(eval __ndk_import_depth := $(empty)
    [all...]
build-local.mk 82 $(eval __host_dir_node := $(patsubst %/,%,$(subst \,/,$1)))\
83 $(eval __host_dir_parent := $(dir $(__host_dir_node)))\
93 $(eval __found_project_path := )\
94 $(eval __find_project_path := $1)\
95 $(eval __find_project_file := $2)\
101 $(eval __find_project_manifest := $(strip $(wildcard $(__find_project_path)/$(__find_project_file))))\
104 $(eval __found_project_path := $(__find_project_path))\
106 $(eval __find_project_parent := $(call host-dir-parent,$(__find_project_path)))\
108 $(eval __find_project_path := $(__find_project_parent))\
221 $(eval include $(BUILD_SYSTEM)/setup-app.mk)
    [all...]
definitions-utils.mk 56 $(eval __uniq_ret :=) \
59 $(eval __uniq_ret += $(__uniq_item))\
78 clear-vars = $(foreach __varname,$1,$(eval $(__varname) := $(empty)))
93 $(eval -local-func = $$(call seq,foo,$$1))\
98 $(eval -local-func = $$(call sne,foo,$$1))\
117 $(eval -local-func = $$(call seq,foo,$$1))\
122 $(eval -local-func = $$(call sne,foo,$$1))\
137 $(eval -local-pred = $$(call seq,foo,$$1))\
142 $(eval -local-pred = $$(call seq,foo,$$1))\
201 $(eval __lj_temp := $(subst $(space),x,$1))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java 97 public Object eval(Object item, QName returnType) method in class:XPathExpressionImpl
99 XObject resultObject = eval ( item );
103 private XObject eval ( Object contextItem ) method in class:XPathExpressionImpl
184 return eval( item, returnType);
296 return eval( document, returnType );
  /external/chromium_org/v8/test/mjsunit/
debug-scopes.js 276 // Empty local scope with use of eval.
280 eval('');
293 // Local introducing local variable using eval.
297 eval('var i = 5');
311 // using eval.
317 eval('var i = 5');
318 eval('var j = 6');
586 // functions arguments. In the presence of eval all arguments and locals
595 eval('');
642 // Two closures. In the presence of eval all information is provided as th
    [all...]
scope-calls-eval.js 28 // Tests if the information about eval calls in a function is
38 eval('var x = 3;');
54 eval('var x = 3;');
bit-not.js 30 var expected = eval("~(" + x + ")");
36 expected = eval("~(" + x + " - 0.01)");
71 // Put in an eval to foil Crankshaft.
72 eval("");
regexp-not-sticky-yet.js 31 assertThrows(function() { eval("/foo.bar/y"); }, SyntaxError);
32 assertThrows(function() { eval("/foobar/y"); }, SyntaxError);
33 assertThrows(function() { eval("/foo.bar/gy"); }, SyntaxError);
34 assertThrows(function() { eval("/foobar/gy"); }, SyntaxError);
  /external/chromium_org/v8/test/mjsunit/harmony/
block-conflicts.js 44 return eval(s + e);
53 return eval("(function(){" + s + " return " + e + "})")();
62 return eval("(function(){ {" + s + "} return " + e + "})")();
83 TestAll('Conflict', 'eval("' + s + '");');
88 TestAll('NoConflict', 'eval("' + s + '");', "'NoConflict'");
93 TestAll('NoConflict', 'eval("' + s + '");', "'NoConflict'");
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrixBase.h 202 EIGEN_STRONG_INLINE const typename internal::eval<Derived, IsSkyline>::type eval() const { function in class:Eigen::SkylineMatrixBase
203 return typename internal::eval<Derived>::type(derived());
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/closure/
closure_preinit.js 55 eval(response['code']);
66 // Load the script by fetching its source and running 'eval' on it
78 eval(scriptText);
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-funcaller.js 66 // Test when called from eval.
68 if (x == 0) return eval("o.g(x);");
69 if (x == 1) return eval("o.g(x);");
  /external/chromium_org/v8/test/mjsunit/regress/
regress-conditional-position.js 89 eval(test1.toString() + "//@ sourceUrl=foo");
90 eval(test2.toString() + "//@ sourceUrl=foo");
91 eval(test3.toString() + "//@ sourceUrl=foo");
regress-parse-use-strict.js 39 // We must use eval instead of assertDoesNotThrow here to make sure that
41 eval('function f() { function g() {}' + strict + '}');
42 eval('function f() { function g() {}' + strict + filler + '}');
  /external/chromium_org/v8/test/webkit/
dfg-integer-optimization.js 42 // Use eval() for computing the correct result, to force execution to happen outside the DFG.
43 shouldBe("result.a", "" + eval("((" + a + " + " + b + ") | 0)"))
44 shouldBe("result.b", "" + eval(a + " + " + b))
  /external/chromium_org/v8/test/webkit/fast/js/
numeric-escapes-in-string-literals.js 32 shouldBe("eval(stringLiteral)", "nonStrictResult");
37 shouldBe("eval(stringLiteral)", "strictResult");
39 shouldThrow("eval(stringLiteral)");
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluatorTest.cpp 82 ASSERT_EQ(testCases[i].output, mediaQueryEvaluator.eval(querySet.get()));
133 ASSERT_EQ(output, mediaQueryEvaluator.eval(querySet.get()));
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckerDocumentation.cpp 50 eval::Call,
51 eval::Assume,
196 /// eval::Call
206 /// eval::Assume
  /external/eigen/Eigen/src/Eigen2Support/
LU.h 97 return LU<PlainObject>(eval());
114 return LU<PlainObject>(eval());
  /external/iptables/extensions/
libxt_time.c 104 goto eval;
111 goto eval;
118 goto eval;
125 goto eval;
132 goto eval;
139 eval:
179 goto eval;
186 eval:
  /external/lldb/utils/vim-lldb/plugin/
lldb.vim 85 command -complete=custom,s:CompleteCommand -nargs=* Lprint python ctrl.doCommand('print', vim.eval("s:CursorWord('<args>')"))
86 command -complete=custom,s:CompleteCommand -nargs=* Lpo python ctrl.doCommand('po', vim.eval("s:CursorWord('<args>')"))
87 command -complete=custom,s:CompleteCommand -nargs=* LpO python ctrl.doCommand('po', vim.eval("s:CursorWORD('<args>')"))
124 a = vim.eval("a:A")
125 l = vim.eval("a:L")
126 p = vim.eval("a:P")
133 a = vim.eval("a:A")
134 l = vim.eval("a:L")
135 p = vim.eval("a:P")
  /ndk/toolchains/arm-linux-androideabi-4.6/
setup.mk 93 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
94 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
95 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
96 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
  /ndk/toolchains/arm-linux-androideabi-4.8/
setup.mk 93 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
94 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
95 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
96 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
  /ndk/toolchains/arm-linux-androideabi-4.9/
setup.mk 93 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
94 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
95 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
96 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-integration/1.1/
hamcrest-integration-1.1.jar 

Completed in 507 milliseconds

1 2 3 4 5 67 8 91011>>