Searched defs:target (Results 526 - 550 of 880) sorted by relevance

<<21222324252627282930>>

/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.cpp202 void PluginControllerProxy::loadURL(uint64_t requestID, const String& method, const String& urlString, const String& target, const HTTPHeaderMap& headerFields, const Vector<uint8_t>& httpBody, bool allowPopups) argument
204 m_connection->connection()->send(Messages::PluginProxy::LoadURL(requestID, method, urlString, target, headerFields, httpBody, allowPopups), m_pluginInstanceID);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.cpp370 void PluginProxy::loadURL(uint64_t requestID, const String& method, const String& urlString, const String& target, const HTTPHeaderMap& headerFields, const Vector<uint8_t>& httpBody, bool allowPopups) argument
372 m_pluginController->loadURL(requestID, method, urlString, target, headerFields, httpBody, allowPopups);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp255 bool LayoutTestController::findString(JSStringRef target, JSValueRef optionsArrayAsValue) argument
290 return WKBundlePageFindString(InjectedBundle::shared().page()->page(), toWK(target).get(), options);
/external/clang/lib/Lex/
H A DPreprocessor.cpp53 const TargetInfo *target, SourceManager &SM,
59 : Diags(&diags), LangOpts(opts), Target(target),FileMgr(Headers.getFileMgr()),
129 assert(Target && "Must provide target information for PP initialization");
170 "Invalid override of target information");
52 Preprocessor(DiagnosticsEngine &diags, LangOptions &opts, const TargetInfo *target, SourceManager &SM, HeaderSearch &Headers, ModuleLoader &TheModuleLoader, IdentifierInfoLookup* IILookup, bool OwnsHeaders, bool DelayInitialization, bool IncrProcessing) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar ... .io.File bu java.io.File target private void restoreRoots (java.io.File, java. ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/ant/ org/eclipse/ant/internal/ ...
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java93 * as the target.
746 * @param target The processing instruction target.
754 public void processingInstruction(String target, String data) argument
764 // String localName = getLocalName(target);
765 // String ns = m_stylesheet.getNamespaceFromStack(target);
769 String prefix="",ns="", localName=target;
770 int colon=target.indexOf(':');
773 ns=getNamespaceForPrefix(prefix=target.substring(0,colon));
774 localName=target
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java2120 * @param target The processing instruction target.
2127 public void processingInstruction(String target, String data) argument
2131 System.out.println("processingInstruction: target: " + target +", data: "+data);
2135 int exName = m_expandedNameTable.getExpandedTypeID(null, target,
H A DSAX2DTM2.java2448 * @param target The processing instruction target.
2455 public void processingInstruction(String target, String data) argument
2467 m_data.addElement(m_valuesOrPrefixes.stringToIndex(target));
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToUnknownStream.java853 public void processingInstruction(String target, String data) argument
861 m_handler.processingInstruction(target, data);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java888 * @param target Target for Processing instruction
896 String target, String data) throws DOMException
895 createProcessingInstruction( String target, String data) argument
/external/chromium/base/
H A Dfile_util_win.cc215 // Make sure that the target file exists.
293 // the target directory doesn't exist.
391 // Try to find the target of a shortcut
796 std::wstring target = target_file_path.value(); local
799 target.append(1, L'\0');
804 move_info.pTo = target.c_str();
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_win.cc59 BrowserAccessibilityWin* target = GetTargetFromChildID(var_id);
60 if (!target)
63 manager_->DoDefaultAction(*target);
104 BrowserAccessibilityWin* target = GetTargetFromChildID(var_id);
105 if (!target)
108 gfx::Rect bounds = target->GetBoundsRect();
119 BrowserAccessibilityWin* target = GetTargetFromChildID(start); local
120 if (!target)
138 if (!target->children_.empty())
139 result = target
173 BrowserAccessibilityWin* target = GetTargetFromChildID(var_child); local
[all...]
/external/chromium/chrome/browser/
H A Dprocess_singleton_linux.cc236 FilePath target; local
237 if (!file_util::ReadSymbolicLink(path, &target)) {
242 return target;
255 bool SymlinkPath(const FilePath& target, const FilePath& path) { argument
256 if (!file_util::CreateSymbolicLink(target, path)) {
260 if (ReadLink(path) != target) {
/external/chromium/net/http/
H A Dhttp_auth_handler_ntlm_portable.cc384 const void* target; // target string (type depends on flags) member in struct:net::Type2Msg
385 uint32 target_len; // target length in bytes
416 // read target name security buffer
421 msg->target = NULL;
426 msg->target = ((const uint8*) in_buf) + offset;
437 LogBuf("target", (const uint8*) msg->target, msg->target_len);
443 // so we can ignore target information. We may want to enable
724 HttpAuth::Target target,
722 CreateAuthHandler( HttpAuth::ChallengeTokenizer* challenge, HttpAuth::Target target, const GURL& origin, CreateReason reason, int digest_nonce_count, const BoundNetLog& net_log, scoped_ptr<HttpAuthHandler>* handler) argument
[all...]
H A Dhttp_network_transaction.cc213 HttpAuth::Target target = pending_auth_target_; local
214 if (target == HttpAuth::AUTH_NONE) {
220 auth_controllers_[target]->ResetAuth(username, password);
225 if (target == HttpAuth::AUTH_PROXY && establishing_tunnel_) {
230 auth_controllers_[target] = NULL;
237 PrepareForAuthRestart(target);
246 void HttpNetworkTransaction::PrepareForAuthRestart(HttpAuth::Target target) { argument
247 DCHECK(HaveAuth(target));
641 HttpAuth::Target target = HttpAuth::AUTH_PROXY;
642 if (!auth_controllers_[target]
662 HttpAuth::Target target = HttpAuth::AUTH_SERVER; local
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dvcdecoder.cc58 // The delta encoding of the target window
61 // Size of the target window - integer
109 // *parseable_chunk. Appends the decoded target windows to
119 // expects *exactly* this number of target bytes to be decoded from one or
148 // Returns the number of bytes remaining to be decoded in the target window.
193 // decoding. Appends as much of the decoded target window as possible to
198 // Returns the number of bytes already decoded into the target window.
284 // The expected length of the target window once it has been decoded.
288 // target window was/will be written.
292 // checksum of the target windo
1401 DecodeToInterface(const char* dictionary_ptr, size_t dictionary_size, const string& encoding, OutputStringInterface* target) argument
[all...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediachannel.h316 // Writes the frame into the target VideoFrame, stretched to the size of that
319 // frame to the aspect ratio of the target frame before stretching.
320 virtual void StretchToFrame(VideoFrame *target, bool interpolate,
388 virtual void StretchToFrame(VideoFrame *target, bool interpolate, argument
/external/doclava/src/com/google/doclava/
H A DDoclava.java1063 public static String linkTarget(String source, String target) { argument
1065 String[] tgt = target.split("/");
1167 private final Object target; field in class:Doclava.HideHandler
1169 public HideHandler(Object target) { argument
1170 this.target = target;
1183 return filterComment((String) method.invoke(target, args));
1188 return ((String) method.invoke(target, args)).replace("&", "&amp;");
1192 return filterHidden(method.invoke(target, args), method.getReturnType());
1214 if (proxy instanceof Proxy) return ((HideHandler) Proxy.getInvocationHandler(proxy)).target;
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java785 final int target = ip + ov;
786 leaders.add (target);
788 branches.put (ip, new IFJUMP2 (opcode, target));
801 final int target = ip + ov;
802 leaders.add (target);
804 branches.put (ip, new JUMP2 (opcode, target));
887 final int target = ip + ov;
889 leaders.add (target);
891 branches.put (ip, new JUMP4 (opcode, target));
1612 JUMP2 (final int opcode, final int target) argument
1636 JUMP4(final int opcode, final int target) argument
1658 IFJUMP2(final int opcode, final int target) argument
[all...]
/external/freetype/include/freetype/
H A Dftimage.h547 /* to :: A pointer to the target point of the `move to'. */
574 /* to :: A pointer to the target point of the `line to'. */
603 /* and the new target in `to'. */
605 /* to :: A pointer to the target end point of the conic arc. */
637 /* to :: A pointer to the target end point. */
954 /* to test whether a given target pixel is already set to the drawing */
983 /* to set an individual target pixel. This is crucial to implement */
1024 /* If this bit is not set, the target */
1038 /* is clipped to the target pixmap, except */
1064 /* target
1106 const FT_Bitmap* target; member in struct:FT_Raster_Params_
[all...]
/external/icu4c/common/
H A Ducnvisci.c825 #define WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,targetByteUnit,err){ \
827 /* write the targetUniChar to target */ \
828 if(target < targetLimit){ \
830 *(target)++ = (uint8_t)(targetByteUnit); \
836 *(target)++ = (uint8_t)(targetByteUnit>>16); \
842 if (!(target < targetLimit)) { \
849 *(target)++ = (uint8_t)(targetByteUnit>>8); \
853 if(target < targetLimit){ \
854 *(target)++ = (uint8_t) targetByteUnit; \
891 unsigned char *target local
1172 UChar *target = args->target; local
[all...]
H A Dunistr.cpp765 char *target,
770 if(targetCapacity < 0 || (targetCapacity > 0 && target == NULL)) {
778 u_UCharsToChars(getArrayStart() + start, target, length);
781 return u_terminateChars(target, targetCapacity, length, &status);
797 char *target, int32_t capacity) const {
801 u_strToUTF8WithSub(target, capacity, &length8,
813 char *target, uint32_t dstSize) const {
815 if(/*dstSize < 0 || */(dstSize > 0 && target == 0)) {
818 return toUTF8(start, len, target, dstSize <= 0x7fffffff ? (int32_t)dstSize : 0x7fffffff);
827 UnicodeString& target) cons
763 extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant) const argument
796 toUTF8(int32_t start, int32_t len, char *target, int32_t capacity) const argument
812 extract(int32_t start, int32_t len, char *target, uint32_t dstSize) const argument
[all...]
/external/icu4c/common/unicode/
H A Dunistr.h1385 * <tt>target</tt>.
1388 * @param target UnicodeString into which to copy characters.
1389 * @return A reference to <TT>target</TT>
1394 UnicodeString& target) const;
1414 * into the UnicodeString <tt>target</tt>. Replaceable API.
1417 * @param target UnicodeString into which to copy characters.
1418 * @return A reference to <TT>target</TT>
1423 UnicodeString& target) const;
1439 * @param target the target buffe
4097 extract(int32_t start, int32_t _length, UChar *target, int32_t targetStart) const argument
[all...]

Completed in 2340 milliseconds

<<21222324252627282930>>