Searched defs:assign (Results 51 - 75 of 215) sorted by relevance

123456789

/external/mesa3d/src/glsl/
H A Dir_expression_flattening.cpp73 ir_assignment *assign; local
84 assign = new(ctx) ir_assignment(new(ctx) ir_dereference_variable(var),
87 base_ir->insert_before(assign);
H A Dir_variable_refcount.h42 ir_assignment *assign; /* An assignment to the variable, if any */ member in class:ir_variable_refcount_entry
H A Dlower_discard_flow.cpp90 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs); local
91 ir->insert_before(assign);
112 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs); local
113 ir->body.push_head(assign);
H A Dlower_texture_projection.cpp68 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, expr, NULL); local
69 base_ir->insert_before(assign);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cubemap_normalize.cpp63 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, ir->coordinate, local
65 base_ir->insert_before(assign);
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.cpp49 TiXmlString& TiXmlString::assign(const char* str, size_type len) function in class:TiXmlString
/external/tinyxml/
H A Dtinystr.cpp53 TiXmlString& TiXmlString::assign(const char* str, size_type len) function in class:TiXmlString
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_string.h81 // We expect the caller to call assign() and handle failures.
93 bool assign(const wchar_t* str) { function in class:mini_installer::StackString
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebArrayBuffer.cpp50 void WebArrayBuffer::assign(const WebArrayBuffer& other) function in class:blink::WebArrayBuffer
H A DWebCString.cpp58 void WebCString::assign(const WebCString& other) function in class:blink::WebCString
60 assign(other.m_private.get());
63 void WebCString::assign(const char* data, size_t length) function in class:blink::WebCString
69 assign(buffer.get());
89 assign(s.buffer());
94 assign(s.buffer());
103 void WebCString::assign(WTF::CStringBuffer* p) function in class:blink::WebCString
H A DWebMediaConstraints.cpp109 void WebMediaConstraints::assign(const WebMediaConstraints& other) function in class:blink::WebMediaConstraints
H A DWebMediaDeviceInfo.cpp67 void WebMediaDeviceInfo::assign(const WebMediaDeviceInfo& other) function in class:blink::WebMediaDeviceInfo
H A DWebRTCICECandidate.cpp70 void WebRTCICECandidate::assign(const WebRTCICECandidate& other) function in class:blink::WebRTCICECandidate
H A DWebRTCStatsResponse.cpp39 void WebRTCStatsResponse::assign(const WebRTCStatsResponse& other) function in class:blink::WebRTCStatsResponse
H A DWebSourceInfo.cpp67 void WebSourceInfo::assign(const WebSourceInfo& other) function in class:blink::WebSourceInfo
H A DWebSpeechSynthesisUtterance.cpp47 void WebSpeechSynthesisUtterance::assign(const WebSpeechSynthesisUtterance& other) function in class:blink::WebSpeechSynthesisUtterance
H A DWebSpeechSynthesisVoice.cpp39 void WebSpeechSynthesisVoice::assign(const WebSpeechSynthesisVoice& other) function in class:blink::WebSpeechSynthesisVoice
H A DWebStorageQuotaCallbacks.cpp48 void WebStorageQuotaCallbacks::assign(const WebStorageQuotaCallbacks& other) function in class:blink::WebStorageQuotaCallbacks
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebBlob.cpp72 void WebBlob::assign(const WebBlob& other) function in class:blink::WebBlob
H A DWebHitTestResult.cpp122 void WebHitTestResult::assign(const WebHitTestResult& info) function in class:blink::WebHitTestResult
H A DWebIDBKeyPath.cpp54 void WebIDBKeyPath::assign(const WebIDBKeyPath& keyPath) function in class:blink::WebIDBKeyPath
H A DWebNotification.cpp46 void WebNotification::assign(const WebNotification& other) function in class:blink::WebNotification
H A DWebScrollbarThemePainter.cpp37 void WebScrollbarThemePainter::assign(const WebScrollbarThemePainter& painter) function in class:blink::WebScrollbarThemePainter
H A DWebSerializedScriptValue.cpp64 void WebSerializedScriptValue::assign(const WebSerializedScriptValue& other) function in class:blink::WebSerializedScriptValue
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DInitializeVariables.cpp89 TIntermBinary *assign = new TIntermBinary(EOpAssign); local
90 sequence->insert(sequence->begin(), assign);
98 assign->setLeft(indexDirect);
101 assign->setRight(zeroConst);
106 TIntermBinary *assign = new TIntermBinary(EOpAssign); local
107 sequence->insert(sequence->begin(), assign);
109 assign->setLeft(symbol);
111 assign->setRight(zeroConst);

Completed in 190 milliseconds

123456789