/external/chromium_org/tools/gn/ |
D | escape_unittest.cc | 8 TEST(Escape, Ninja) { in TEST() argument 15 TEST(Escape, WindowsCommand) { in TEST() argument 42 TEST(Escape, PosixCommand) { in TEST() argument 54 TEST(Escape, NinjaPreformatted) { in TEST() argument
|
/external/chromium_org/net/base/ |
D | escape.cc | 43 std::string Escape(const std::string& text, const Charmap& charmap, in Escape() function 305 return Escape(text, kQueryCharmap, use_plus); in EscapeQueryParamValue() 309 return Escape(path, kPathCharmap, false); in EscapePath() 313 return Escape(path, kUrlEscape, use_plus); in EscapeUrlEncodedData() 317 return Escape(input, kNonASCIICharmap, false); in EscapeNonASCII() 321 return Escape(text, kExternalHandlerCharmap, false); in EscapeExternalHandlerValue()
|
/external/chromium_org/extensions/renderer/ |
D | module_system.cc | 193 return handle_scope.Escape(RequireForJsInner( in Require() 223 return handle_scope.Escape(exports); in RequireForJsInner() 227 return handle_scope.Escape(exports); in RequireForJsInner() 235 return handle_scope.Escape( in CallModuleMethod() 272 return handle_scope.Escape( in CallModuleMethod() 280 return handle_scope.Escape( in CallModuleMethod() 293 return handle_scope.Escape(result); in CallModuleMethod() 475 return handle_scope.Escape(result); in RunString() 482 return handle_scope.Escape( in GetSource() 557 return handle_scope.Escape(v8::Local<v8::String>( in WrapSource() [all …]
|
D | v8_schema_registry.cc | 75 return handle_scope.Escape(v8_apis); in GetSchemas() 103 return handle_scope.Escape(v8_schema); in GetSchema()
|
D | script_context.cc | 126 return handle_scope.Escape( in CallFunction() 132 return handle_scope.Escape(function->Call(global, argc, argv)); in CallFunction() 133 return handle_scope.Escape( in CallFunction()
|
D | binding_generating_native_handler.cc | 42 return scope.Escape(object); in NewInstance()
|
/external/chromium_org/v8/tools/ |
D | android-run.py | 69 def Escape(arg): function 92 args = [Escape(arg) for arg in sys.argv[1:]]
|
D | nacl-run.py | 64 def Escape(arg): function 136 args = [Escape(arg) for arg in sys.argv[1:]]
|
/external/chromium_org/tools/grit/grit/gather/ |
D | skeleton_gatherer.py | 47 def Escape(self, text): member in SkeletonGatherer 95 return self.Escape(text)
|
D | admin_template.py | 40 def Escape(self, text): member in AdmGatherer
|
D | policy_json.py | 182 str_val = "'%s'" % self.Escape(str_val) 247 def Escape(self, text): member in PolicyJson
|
D | igoogle_strings.py | 122 def Escape(self, text): member in IgoogleStrings
|
/external/chromium_org/tools/perf/benchmarks/ |
D | dromaeo.py | 61 def Escape(k): function 79 results.current_page, Escape(name), 'runs/s', value, important))
|
/external/chromium_org/chrome/browser/ |
D | chrome_process_finder_win.cc | 65 std::string Escape(const std::string& text, const Charmap& charmap, in Escape() function 92 return Escape(text, kQueryCharmap, use_plus); in EscapeQueryParamValue()
|
/external/clang/lib/Driver/ |
D | Job.cpp | 79 const bool Escape = std::strpbrk(Arg, "\"\\$"); in PrintArg() local 81 if (!Quote && !Escape) { in PrintArg()
|
/external/chromium_org/third_party/icu/source/data/translit/ |
D | en.txt | 19 "%Translit%Hex" { "Hex Escape" }
|
/external/icu/icu4c/source/data/translit/ |
D | en.txt | 19 "%Translit%Hex" { "Hex Escape" }
|
/external/chromium_org/v8/samples/ |
D | process.cc | 341 return handle_scope.Escape(result); in WrapMap() 411 return handle_scope.Escape(result); in MakeMapTemplate() 450 return handle_scope.Escape(result); in WrapRequest() 534 return handle_scope.Escape(result); in MakeRequestTemplate()
|
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/ |
D | unicode.pxd | 234 # These are the ``Unicode Escape'' codec APIs: 237 # Unicode-Escape encoded string s. Return NULL if an exception was 242 # Unicode-Escape and return a Python string object. Return NULL if 246 # Encode a Unicode objects using Unicode-Escape and return the 251 # These are the ``Raw Unicode Escape'' codec APIs: 254 # Raw-Unicode-Escape encoded string s. Return NULL if an exception 259 # Raw-Unicode-Escape and return a Python string object. Return 263 # Encode a Unicode objects using Raw-Unicode-Escape and return the
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
D | interactive_ui_tests.gtest.txt | 34 OmniboxViewTest.Escape
|
/external/chromium_org/v8/src/ |
D | uri.h | 183 MUST_USE_RESULT static MaybeHandle<String> Escape(Isolate* isolate, 228 MaybeHandle<String> URIEscape::Escape(Isolate* isolate, Handle<String> string) { in Escape() function
|
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer.cc | 139 CHARACTER_CLASS(Escape, c == 'a' || c == 'b' || c == 'f' || c == 'n' || 343 if (TryConsumeOne<Escape>()) { in ConsumeString()
|
/external/chromium_org/third_party/skia/experimental/SkV8Example/ |
D | JsContext.cpp | 62 return handleScope.Escape(result); in wrap()
|
/external/skia/experimental/SkV8Example/ |
D | JsContext.cpp | 62 return handleScope.Escape(result); in wrap()
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
D | nav_dot.js | 168 case 'U+001B': // Escape cancels edits.
|