/external/pdfium/fxjs/ |
D | cfx_v8.h | 23 v8::Local<v8::Value> NewNull(); 24 v8::Local<v8::Value> NewUndefined(); 25 v8::Local<v8::Array> NewArray(); 26 v8::Local<v8::Object> NewObject(); 27 v8::Local<v8::Number> NewNumber(int number); 28 v8::Local<v8::Number> NewNumber(double number); 29 v8::Local<v8::Number> NewNumber(float number); 30 v8::Local<v8::Boolean> NewBoolean(bool b); 31 v8::Local<v8::String> NewString(ByteStringView str); 32 v8::Local<v8::String> NewString(WideStringView str); [all …]
|
D | cfx_v8.cpp | 16 v8::Local<v8::Value> CFX_V8::GetObjectProperty( in GetObjectProperty() 17 v8::Local<v8::Object> pObj, in GetObjectProperty() 20 return v8::Local<v8::Value>(); in GetObjectProperty() 21 v8::Local<v8::Value> val; in GetObjectProperty() 24 return v8::Local<v8::Value>(); in GetObjectProperty() 29 v8::Local<v8::Object> pObj) { in GetObjectPropertyNames() 33 v8::Local<v8::Array> val; in GetObjectPropertyNames() 34 v8::Local<v8::Context> context = m_pIsolate->GetCurrentContext(); in GetObjectPropertyNames() 46 bool CFX_V8::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty() 48 v8::Local<v8::Value> pPut) { in PutObjectProperty() [all …]
|
D | cjs_document.h | 28 CJS_Document(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime); 121 CJS_Result set_ADBE(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 124 CJS_Result set_author(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 127 CJS_Result set_base_URL(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 130 CJS_Result set_bookmark_root(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 133 CJS_Result set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 136 CJS_Result set_collab(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 139 CJS_Result set_creation_date(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 142 CJS_Result set_creator(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 145 CJS_Result set_delay(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); [all …]
|
D | cjs_field.h | 37 CJS_Field(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime); 123 CJS_Result set_text_color(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 132 CJS_Result set_alignment(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 135 CJS_Result set_border_style(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 138 CJS_Result set_button_align_x(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 141 CJS_Result set_button_align_y(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 145 v8::Local<v8::Value> vp); 149 v8::Local<v8::Value> vp); 153 v8::Local<v8::Value> vp); 157 v8::Local<v8::Value> vp); [all …]
|
D | cjs_app.h | 25 CJS_App(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime); 75 CJS_Result set_active_docs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 78 CJS_Result set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 81 CJS_Result set_forms_version(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 84 CJS_Result set_fs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 87 CJS_Result set_fullscreen(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 90 CJS_Result set_language(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 93 CJS_Result set_media(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 96 CJS_Result set_platform(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 100 v8::Local<v8::Value> vp); [all …]
|
D | cjs_publicmethods.h | 34 const std::vector<v8::Local<v8::Value>>& params); 37 const std::vector<v8::Local<v8::Value>>& params); 40 const std::vector<v8::Local<v8::Value>>& params); 43 const std::vector<v8::Local<v8::Value>>& params); 46 const std::vector<v8::Local<v8::Value>>& params); 49 const std::vector<v8::Local<v8::Value>>& params); 52 const std::vector<v8::Local<v8::Value>>& params); 55 const std::vector<v8::Local<v8::Value>>& params); 58 const std::vector<v8::Local<v8::Value>>& params); 61 const std::vector<v8::Local<v8::Value>>& params); [all …]
|
D | cjs_event.h | 18 CJS_Event(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime); 48 CJS_Result set_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 51 CJS_Result set_change_ex(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 54 CJS_Result set_commit_key(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 57 CJS_Result set_field_full(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 60 CJS_Result set_key_down(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 63 CJS_Result set_modifier(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 66 CJS_Result set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 69 CJS_Result set_rc(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 72 CJS_Result set_rich_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); [all …]
|
D | js_define.cpp | 19 void JSDestructor(v8::Local<v8::Object> obj) { in JSDestructor() 28 v8::Local<v8::Context> context = pIsolate->GetCurrentContext(); in JS_DateParse() 31 v8::Local<v8::Value> v = in JS_DateParse() 38 v8::Local<v8::Object> o = v->ToObject(context).ToLocalChecked(); in JS_DateParse() 44 v8::Local<v8::Function> funC = v8::Local<v8::Function>::Cast(v); in JS_DateParse() 46 v8::Local<v8::Value> timeStr = in JS_DateParse() 51 v8::Local<v8::Value> argv[argc] = {timeStr}; in JS_DateParse() 64 std::vector<v8::Local<v8::Value>> ExpandKeywordParams( in ExpandKeywordParams() 66 const std::vector<v8::Local<v8::Value>>& originals, in ExpandKeywordParams() 71 std::vector<v8::Local<v8::Value>> result(nKeywords, v8::Local<v8::Value>()); in ExpandKeywordParams() [all …]
|
D | cjs_color.h | 19 static v8::Local<v8::Array> ConvertPWLColorToArray(CJS_Runtime* pRuntime, 22 v8::Local<v8::Array> array); 24 CJS_Color(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime); 50 CJS_Result set_black(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 53 CJS_Result set_blue(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 56 CJS_Result set_cyan(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 59 CJS_Result set_dark_gray(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 62 CJS_Result set_gray(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 65 CJS_Result set_green(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); 68 CJS_Result set_light_gray(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); [all …]
|
D | cfxjs_engine.cpp | 35 std::pair<int, int> GetLineAndColumnFromError(v8::Local<v8::Message> message, in GetLineAndColumnFromError() 36 v8::Local<v8::Context> context) { in GetLineAndColumnFromError() 59 v8::Local<v8::Object> value) { in WeakCallbackParameter() 87 void SetAndMakeWeak(WeakCallbackDataType* key, v8::Local<v8::Object> handle) { in SetAndMakeWeak() 109 v8::Local<v8::Object> pObj) { in SetInObject() 117 static CFXJS_PerObjectData* GetFromObject(v8::Local<v8::Object> pObj) { in GetFromObject() 145 v8::Local<v8::FunctionTemplate> fun = v8::FunctionTemplate::New(isolate); in CFXJS_ObjDefinition() 174 v8::Local<v8::Object> holder = info.Holder(); in CallHandler() 182 void DefineConst(const char* sConstName, v8::Local<v8::Value> pDefault) { in DefineConst() 186 void DefineProperty(v8::Local<v8::String> sPropName, in DefineProperty() [all …]
|
D | cjs_app.cpp | 84 CJS_App::CJS_App(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_App() 90 v8::Local<v8::Object> pObj = pRuntime->GetThisObj(); in get_active_docs() 94 v8::Local<v8::Array> aDocs = pRuntime->NewArray(); in get_active_docs() 103 v8::Local<v8::Value> vp) { in set_active_docs() 112 v8::Local<v8::Value> vp) { in set_calculate() 124 v8::Local<v8::Value> vp) { in set_forms_version() 133 v8::Local<v8::Value> vp) { in set_viewer_type() 142 v8::Local<v8::Value> vp) { in set_viewer_variation() 156 v8::Local<v8::Value> vp) { in set_viewer_version() 171 v8::Local<v8::Value> vp) { in set_platform() [all …]
|
D | cjs_document.cpp | 127 CJS_Document::CJS_Document(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Document() 145 v8::Local<v8::Value> vp) { in set_num_fields() 158 v8::Local<v8::Value> vp) { in set_dirty() 172 v8::Local<v8::Value> vp) { in set_ADBE() 188 v8::Local<v8::Value> vp) { in set_page_num() 206 const std::vector<v8::Local<v8::Value>>& params) { in addAnnot() 213 const std::vector<v8::Local<v8::Value>>& params) { in addField() 220 const std::vector<v8::Local<v8::Value>>& params) { in exportAsText() 227 const std::vector<v8::Local<v8::Value>>& params) { in exportAsFDF() 234 const std::vector<v8::Local<v8::Value>>& params) { in exportAsXFDF() [all …]
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_value.cpp | 61 v8::Local<v8::String> hMessage = in FXJSE_ThrowMessage() 66 v8::Local<v8::Value> hError = v8::Exception::Error(hMessage); in FXJSE_ThrowMessage() 76 v8::Local<v8::Value> pValue = in ToHostObject() 77 v8::Local<v8::Value>::New(GetIsolate(), m_hValue); in ToHostObject() 88 v8::Local<v8::FunctionTemplate> hClass = in SetHostObject() 89 v8::Local<v8::FunctionTemplate>::New(GetIsolate(), pClass->m_hTemplate); in SetHostObject() 90 v8::Local<v8::Object> hObject = in SetHostObject() 101 v8::Local<v8::Value> hValue = v8::Null(GetIsolate()); in ClearHostObject() 108 v8::Local<v8::Array> hArrayObject = in SetArray() 110 v8::Local<v8::Context> context = GetIsolate()->GetCurrentContext(); in SetArray() [all …]
|
D | cfxjse_context.cpp | 58 v8::Local<v8::Object> CreateReturnValue(v8::Isolate* pIsolate, in CreateReturnValue() 60 v8::Local<v8::Object> hReturnValue = v8::Object::New(pIsolate); in CreateReturnValue() 64 v8::Local<v8::Message> hMessage = trycatch->Message(); in CreateReturnValue() 68 v8::Local<v8::Context> context = pIsolate->GetCurrentContext(); in CreateReturnValue() 69 v8::Local<v8::Value> hException = trycatch->Exception(); in CreateReturnValue() 71 v8::Local<v8::String> hNameStr = in CreateReturnValue() 74 v8::Local<v8::Value> hValue = in CreateReturnValue() 79 v8::Local<v8::String> hErrorStr = in CreateReturnValue() 85 v8::Local<v8::String> hMessageStr = in CreateReturnValue() 95 v8::Local<v8::String> hErrorStr = in CreateReturnValue() [all …]
|
D | cjx_source.cpp | 45 const std::vector<v8::Local<v8::Value>>& params) { in next() 54 const std::vector<v8::Local<v8::Value>>& params) { in cancelBatch() 62 const std::vector<v8::Local<v8::Value>>& params) { in first() 71 const std::vector<v8::Local<v8::Value>>& params) { in updateBatch() 80 const std::vector<v8::Local<v8::Value>>& params) { in previous() 88 const std::vector<v8::Local<v8::Value>>& params) { in isBOF() 96 const std::vector<v8::Local<v8::Value>>& params) { in isEOF() 104 const std::vector<v8::Local<v8::Value>>& params) { in cancel() 112 const std::vector<v8::Local<v8::Value>>& params) { in update() 120 const std::vector<v8::Local<v8::Value>>& params) { in open() [all …]
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | Code.java | 197 private final Local<?> thisLocal; 203 private final List<Local<?>> parameters = new ArrayList<Local<?>>(); 204 private final List<Local<?>> locals = new ArrayList<Local<?>>(); 215 thisLocal = Local.get(this, method.declaringType); in Code() 219 parameters.add(Local.get(this, parameter)); in Code() 230 public <T> Local<T> newLocal(TypeId<T> type) { in newLocal() 234 Local<T> result = Local.get(this, type); in newLocal() 243 public <T> Local<T> getParameter(int index, TypeId<T> type) { in getParameter() 254 public <T> Local<T> getThis(TypeId<T> type) { in getThis() 262 private <T> Local<T> coerce(Local<?> local, TypeId<T> expectedType) { in coerce() [all …]
|
/external/llvm-project/llvm/test/MC/Sparc/ |
D | sparc-tls-relocations.s | 13 ! REL: 0x{{[0-9,A-F]+}} R_SPARC_TLS_LE_HIX22 Local 0x0 14 ! REL: 0x{{[0-9,A-F]+}} R_SPARC_TLS_LE_LOX10 Local 0x0 15 ! REL: 0x{{[0-9,A-F]+}} R_SPARC_TLS_LDO_HIX22 Local 0x0 16 ! REL: 0x{{[0-9,A-F]+}} R_SPARC_TLS_LDM_HI22 Local 0x0 17 ! REL: 0x{{[0-9,A-F]+}} R_SPARC_TLS_LDM_LO10 Local 0x0 18 ! REL: 0x{{[0-9,A-F]+}} R_SPARC_TLS_LDO_LOX10 Local 0x0 28 ! Sequence for Local Executable model: 32 ! OBJDUMP: {{[0-9,a-f]+}}: R_SPARC_TLS_LE_HIX22 Local 33 ! ASM: sethi %tle_hix22(Local), %i0 ! encoding: [0x31,0x00,0x00,0x00] 34 ! ASM: ! fixup A - offset: 0, value: %tle_hix22(Local), kind: fixup_s… [all …]
|
/external/tcpdump/tests/ |
D | ospf3_mp-vv.out | 43 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0 45 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0 47 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0 49 Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6 51 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.5 53 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4 55 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0 57 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1 59 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2 61 Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6 [all …]
|
D | ospf3_nbma-vv.out | 30 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0 32 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0 34 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0 36 Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6 38 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4 40 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3 42 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2 44 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3 46 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4 48 Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6 [all …]
|
D | ospf3_bc-vv.out | 43 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0 45 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0 47 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1 49 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2 51 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3 53 Link LSA (8), Link Local Scope, LSA-ID 0.0.0.5 55 Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0 60 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0 62 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0 64 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1 [all …]
|
D | ospf3_ah-vv.out | 71 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0 73 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0 75 Network LSA (2), Area Local Scope, LSA-ID 0.0.0.5 77 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.5 79 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.6 81 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.7 83 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.8 85 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1 87 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2 89 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3 [all …]
|
/external/golang-protobuf/protoc-gen-go/testdata/import_public/ |
D | b.pb.go | 24 type Local struct { struct 32 func (m *Local) Reset() { *m = Local{} } argument 33 func (m *Local) String() string { return proto.CompactTextString(m) } argument 34 func (*Local) ProtoMessage() {} argument 35 func (*Local) Descriptor() ([]byte, []int) { argument 39 func (m *Local) XXX_Unmarshal(b []byte) error { argument 42 func (m *Local) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument 45 func (m *Local) XXX_Merge(src proto.Message) { argument 48 func (m *Local) XXX_Size() int { argument 51 func (m *Local) XXX_DiscardUnknown() { [all …]
|
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
D | DIPrinter.cpp | 122 DIPrinter &DIPrinter::operator<<(const DILocal &Local) { in operator <<() argument 123 if (Local.FunctionName.empty()) in operator <<() 126 OS << Local.FunctionName << '\n'; in operator <<() 128 if (Local.Name.empty()) in operator <<() 131 OS << Local.Name << '\n'; in operator <<() 133 if (Local.DeclFile.empty()) in operator <<() 136 OS << Local.DeclFile; in operator <<() 137 OS << ':' << Local.DeclLine << '\n'; in operator <<() 139 if (Local.FrameOffset) in operator <<() 140 OS << *Local.FrameOffset << ' '; in operator <<() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | DIPrinter.cpp | 120 DIPrinter &DIPrinter::operator<<(const DILocal &Local) { in operator <<() argument 121 if (Local.FunctionName.empty()) in operator <<() 124 OS << Local.FunctionName << '\n'; in operator <<() 126 if (Local.Name.empty()) in operator <<() 129 OS << Local.Name << '\n'; in operator <<() 131 if (Local.DeclFile.empty()) in operator <<() 134 OS << Local.DeclFile; in operator <<() 135 OS << ':' << Local.DeclLine << '\n'; in operator <<() 137 if (Local.FrameOffset) in operator <<() 138 OS << *Local.FrameOffset << ' '; in operator <<() [all …]
|
/external/rust/crates/chrono/src/offset/ |
D | local.rs | 21 fn tm_to_datetime(mut tm: sys::Tm) -> DateTime<Local> { in tm_to_datetime() argument 91 pub struct Local; struct 93 impl Local { impl 95 pub fn today() -> Date<Local> { in today() 96 Local::now().date() in today() 101 pub fn now() -> DateTime<Local> { in now() 107 pub fn now() -> DateTime<Local> { in now() 117 impl TimeZone for Local { implementation 120 fn from_offset(_offset: &FixedOffset) -> Local { in from_offset() argument 121 Local in from_offset() [all …]
|