Home
last modified time | relevance | path

Searched defs:js (Results 1 – 25 of 60) sorted by relevance

123

/external/jsmn/test/
Dtests.c104 const char *js = "{\"x\": \"va\\\\ue\", \"y\": \"value y\"}"; in test_partial_string() local
127 const char *js = "[ 1, true, [123, \"hello\"]]"; in test_partial_array() local
150 const char *js; in test_array_nomem() local
177 const char *js; in test_unquoted_keys() local
194 const char *js; in test_issue_22() local
214 const char *js = in test_issue_27() local
221 const char *js; in test_input_length() local
238 const char *js; in test_count() local
285 const char *js; in test_nonstrict() local
303 const char *js; in test_unmatched_brackets() local
[all …]
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmexpression.cpp47 bool CXFA_FMFunctionDefinition::ToJavaScript(CFX_WideTextBuf* js, in ToJavaScript()
85 bool CXFA_FMAST::ToJavaScript(CFX_WideTextBuf* js) { in ToJavaScript()
123 bool CXFA_FMVarExpression::ToJavaScript(CFX_WideTextBuf* js, ReturnType type) { in ToJavaScript()
152 bool CXFA_FMExpExpression::ToJavaScript(CFX_WideTextBuf* js, ReturnType type) { in ToJavaScript()
195 bool CXFA_FMBlockExpression::ToJavaScript(CFX_WideTextBuf* js, in ToJavaScript()
225 bool CXFA_FMDoExpression::ToJavaScript(CFX_WideTextBuf* js, ReturnType type) { in ToJavaScript()
248 bool CXFA_FMIfExpression::ToJavaScript(CFX_WideTextBuf* js, ReturnType type) { in ToJavaScript()
294 bool CXFA_FMWhileExpression::ToJavaScript(CFX_WideTextBuf* js, in ToJavaScript()
321 bool CXFA_FMBreakExpression::ToJavaScript(CFX_WideTextBuf* js, in ToJavaScript()
335 bool CXFA_FMContinueExpression::ToJavaScript(CFX_WideTextBuf* js, in ToJavaScript()
[all …]
Dcxfa_fmsimpleexpression.cpp82 bool CXFA_FMNullExpression::ToJavaScript(CFX_WideTextBuf* js, ReturnType type) { in ToJavaScript()
96 bool CXFA_FMNumberExpression::ToJavaScript(CFX_WideTextBuf* js, in ToJavaScript()
111 bool CXFA_FMStringExpression::ToJavaScript(CFX_WideTextBuf* js, in ToJavaScript()
151 bool CXFA_FMIdentifierExpression::ToJavaScript(CFX_WideTextBuf* js, in ToJavaScript()
191 bool CXFA_FMAssignExpression::ToJavaScript(CFX_WideTextBuf* js, in ToJavaScript()
236 bool CXFA_FMBinExpression::ToJavaScript(CFX_WideTextBuf* js, ReturnType type) { in ToJavaScript()
367 bool CXFA_FMUnaryExpression::ToJavaScript(CFX_WideTextBuf* js, in ToJavaScript()
436 bool CXFA_FMCallExpression::ToJavaScript(CFX_WideTextBuf* js, ReturnType type) { in ToJavaScript()
540 bool CXFA_FMDotAccessorExpression::ToJavaScript(CFX_WideTextBuf* js, in ToJavaScript()
590 bool CXFA_FMIndexExpression::ToJavaScript(CFX_WideTextBuf* js, in ToJavaScript()
[all …]
/external/pdfium/fpdfsdk/
Dfpdf_javascript_embeddertest.cpp37 ScopedFPDFJavaScriptAction js; in TEST_F() local
71 ScopedFPDFJavaScriptAction js(FPDFDoc_GetJavaScriptAction(document(), 0)); in TEST_F() local
101 ScopedFPDFJavaScriptAction js(FPDFDoc_GetJavaScriptAction(document(), 0)); in TEST_F() local
Dfpdf_javascript.cpp52 auto js = pdfium::MakeUnique<CPDF_JavaScript>(); in FPDFDoc_GetJavaScriptAction() local
69 CPDF_JavaScript* js = in FPDFJavaScriptAction_GetName() local
80 CPDF_JavaScript* js = in FPDFJavaScriptAction_GetScript() local
/external/dokka/core/testdata/format/website-html/dataTags/
Djs.kt6 fun js() {} in js() method
/external/dokka/core/testdata/format/website/dataTags/
Djs.kt6 fun js() {} in js() method
/external/dokka/core/testdata/format/multiplatform/mergeMembers/
Djs.kt10 fun js() { in js() method
/external/dokka/core/testdata/format/multiplatform/implied/
Djs.kt10 fun js() { in js() method
/external/grpc-grpc/tools/buildgen/
Dbuild-cleaner.py68 js = yaml.load(f) variable
69 js = rebuild_as_ordered_dict(js, _TOP_LEVEL_KEYS) variable
/external/jsmn/example/
Djsondump.c28 static int dump(const char *js, jsmntok_t *t, size_t count, int indent) { in dump()
75 char *js = NULL; in main() local
/external/grpc-grpc/tools/codegen/core/
Dgen_stats_data.py375 def FindNamed(js, name): argument
381 def RemoveCoreFields(js): argument
393 def AddCoreFields(js): argument
/external/rust/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_stats_data.py375 def FindNamed(js, name): argument
381 def RemoveCoreFields(js): argument
393 def AddCoreFields(js): argument
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Djs_utils.py6 def EscapeJSIfNeeded(js): argument
/external/pdfium/testing/tools/
Dsuppressor.py37 def _FilterSuppressions(self, os_name, js, xfa, unfiltered_list): argument
44 def _MatchSuppression(self, item, os_name, js, xfa): argument
/external/autotest/client/site_tests/power_LoadTest/extension/
Dmanifest.json23 "js": ["ct.js"], array
29 "js": ["prevent_unload_popup.js"], array
/external/jsmn/
Djsmn.h141 static int jsmn_parse_primitive(jsmn_parser *parser, const char *js, in jsmn_parse_primitive()
196 static int jsmn_parse_string(jsmn_parser *parser, const char *js, in jsmn_parse_string()
271 JSMN_API int jsmn_parse(jsmn_parser *parser, const char *js, const size_t len, in jsmn_parse()
/external/pdfium/testing/fuzzers/
Dpdf_fm2js_fuzzer.cc18 CFX_WideTextBuf js; in LLVMFuzzerTestOneInput() local
/external/libwebsockets/lib/misc/
Dlws-struct-lejp.c412 lws_struct_serialize_t *js = lws_zalloc(sizeof(*js), __func__); in lws_struct_json_serialize_create() local
441 lws_struct_pretty(lws_struct_serialize_t *js, uint8_t **pbuf, size_t *plen) in lws_struct_pretty()
456 lws_struct_json_serialize(lws_struct_serialize_t *js, uint8_t *buf, in lws_struct_json_serialize()
/external/grpc-grpc/tools/profiling/microbenchmarks/
Dbm2bq.py48 js = json.loads(f.read()) variable
Dbm_json.py179 def expand_json(js, js2=None): argument
/external/rust/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/
Dbm2bq.py48 js = json.loads(f.read()) variable
Dbm_json.py179 def expand_json(js, js2=None): argument
/external/libvpx/libvpx/vp8/common/
Dinvtrans.h29 int js; in eob_adjust() local
/external/clang/test/SemaCXX/
Dlinkage-spec.cpp124 namespace js { extern int ObjectClass; } namespace
126 namespace js {} namespace

123