Searched defs:to (Results 26 - 50 of 758) sorted by relevance

1234567891011>>

/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DTextDepHandler.java10 * Unless required by applicable law or agreed to in writing, software
31 protected void handle(String from, String to) throws IOException { argument
32 w.println(from + " -> " + to);
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DStandaloneJarProcessor.java10 * Unless required by applicable law or agreed to in writing, software
28 public static void run(File from, File to, JarProcessor proc) throws IOException { argument
67 IoUtil.copyZipWithoutEmptyDirectories(tmpTo, to);
/external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dchar16_t_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
29 F::intern_type to[9]; local
35 to, to + 9, to_next) == F::ok);
37 assert(to_next - to == 9);
39 assert(to[i] == from[i]);
H A Dchar16_t_out.pass.cpp16 // externT* to, externT* to_end, externT*& to_next) const;
33 char to[9] = {0}; local
38 to, to + 9, to_next);
41 assert(to_next - to == 9);
43 assert(to[i] == from[i]);
H A Dchar32_t_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
29 F::intern_type to[9]; local
35 to, to + 9, to_next) == F::ok);
37 assert(to_next - to == 9);
39 assert(to[i] == from[i]);
H A Dchar32_t_out.pass.cpp16 // externT* to, externT* to_end, externT*& to_next) const;
33 char to[9] = {0}; local
38 to, to + 9, to_next);
41 assert(to_next - to == 9);
43 assert(to[i] == from[i]);
/external/libgsm/src/
H A Ddebug.c14 * calls to functions in this module are #defined to nothing
21 void gsm_debug_words P4( (name, from, to, ptr), argument
24 int to,
29 fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
30 while (from <= to) {
35 if (from < to) putc('\n', stderr);
41 void gsm_debug_longwords P4( (name, from, to, ptr), argument
44 int to,
49 fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
[all...]
/external/llvm/
H A Dllvm-tblgen-rules.mk2 ## Commands for running tblgen to compile a td file
4 define transform-td-to-out
6 $(call transform-host-td-to-out,$(1)), \
7 $(call transform-device-td-to-out,$(1)))
11 ## TableGen: Compile .td files to .inc.
14 # Set LOCAL_MODULE_CLASS to STATIC_LIBRARIES default (require
45 $(call transform-td-to-out, register-info)
50 $(call transform-td-to-out,instr-info)
55 $(call transform-td-to-out,subtarget)
62 $(call transform-td-to
[all...]
/external/mockito/src/org/mockito/internal/util/reflection/
H A DFieldCopier.java11 public <T> void copyValue(T from, T to, Field field) throws IllegalAccessException { argument
13 field.set(to, value);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DToParser.java6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
8 * and are considered to be in the public domain. As a result, a formal
9 * license is not needed to use the software.
17 * not limited to the correctness, accuracy, reliability or usefulness of
20 * Permission to use this software is contingent upon your acceptance
45 * @param to String to set
47 public ToParser(String to) { argument
48 super(to);
[all...]
/external/smack/src/org/jivesoftware/smack/filter/
H A DToContainsFilter.java14 * Unless required by applicable law or agreed to in writing, software
26 * Filters for packets where the "to" field contains a specified value. For example,
27 * the filter could be used to listen for all packets sent to a group chat nickname.
33 private String to; field in class:ToContainsFilter
36 * Creates a "to" contains filter using the "to" field part.
38 * @param to the to field value the packet must contain.
40 public ToContainsFilter(String to) { argument
[all...]
/external/smack/src/org/jivesoftware/smackx/ping/packet/
H A DPing.java10 * Unless required by applicable law or agreed to in writing, software
27 public Ping(String from, String to) { argument
28 setTo(to);
/external/mesa3d/src/mesa/
H A DAndroid.gen.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
8 # to deal in the Software without restriction, including without limitation
9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 # and/or sell copies of the Software, and to permit persons to whom the
11 # Software is furnished to do so, subject to the following conditions:
72 define local-l-to-c
78 define local-y-to-c-and-h
107 $(local-y-to
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_stream.py17 # contributors may be used to endorse or promote products derived from
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
62 # Invalid value 0xf passed to more parameter
H A Dtest_stream_hixie75.py17 # contributors may be used to endorse or promote products derived from
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
/external/chromium_org/chrome/test/chromeos/utilities/
H A Dvm_setup_state.py7 import pyauto_functional # has to be imported before pyauto namespace
14 """Script to prepare machine state for use as a WebDriver-controlled VM.
16 This script is intended to be run manually over ssh on a Chromium OS virtual
27 raw_input('Please snapshot the VM and hit ENTER when done to '
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_mode_helper.cc21 DCHECK(false) << "Could not convert to AccessibilityMode: " << int_mode;
32 AccessibilityMode AddAccessibilityModeTo(AccessibilityMode to, argument
34 return CastToAccessibilityMode(to | mode_to_add);
/external/chromium_org/content/shell/common/
H A Dwebkit_test_helpers.cc20 WebPreferences* to) {
21 to->allow_universal_access_from_file_urls =
23 to->dom_paste_enabled = from.dom_paste_allowed;
24 to->javascript_can_access_clipboard = from.java_script_can_access_clipboard;
25 to->xss_auditor_enabled = from.xss_auditor_enabled;
26 to->editing_behavior = static_cast<EditingBehavior>(from.editing_behavior);
27 to->default_font_size = from.default_font_size;
28 to->minimum_font_size = from.minimum_font_size;
29 to->default_encoding = from.default_text_encoding_name.utf8().data();
30 to
19 ExportLayoutTestSpecificPreferences(const TestPreferences& from, WebPreferences* to) argument
[all...]
/external/chromium_org/jingle/notifier/listener/
H A Dnotification_defines.h18 // The name of the channel to subscribe to; usually but not always
38 std::string to; member in struct:notifier::Recipient
/external/chromium_org/remoting/test/
H A Dfake_network_dispatcher.cc29 // Copy |allocated_address_| to the end of |addr|.
56 const rtc::SocketAddress& to,
63 NodesMap::iterator node_it = nodes_.find(to.ipaddr());
65 LOG(ERROR) << "Tried to deliver packet to unknown target: "
66 << to.ToString();
72 // Check if |node| belongs to a different thread and post a task in that
78 this, from, to, data, data_size));
84 // know that |node| belongs to the current thread.
85 node->ReceivePacket(from, to, dat
54 DeliverPacket( const rtc::SocketAddress& from, const rtc::SocketAddress& to, const scoped_refptr<net::IOBuffer>& data, int data_size) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInterpolableValue.cpp12 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableNumber::interpolate(const InterpolableValue &to, const double progress) const argument
14 const InterpolableNumber& toNumber = toInterpolableNumber(to);
22 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableBool::interpolate(const InterpolableValue &to, const double progress) const argument
27 return to.clone();
30 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableList::interpolate(const InterpolableValue &to, const double progress) const argument
32 const InterpolableList& toList = toInterpolableList(to);
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableFilterOperations.cpp15 * contributors may be used to endorse or promote products derived from
56 FilterOperation* to = (i < toSize) ? target->m_operations.operations()[i].get() : 0; local
57 RefPtr<FilterOperation> blendedOp = FilterOperation::blend(from, to, fraction);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSUnicodeRangeValue.h36 static PassRefPtrWillBeRawPtr<CSSUnicodeRangeValue> create(UChar32 from, UChar32 to) argument
38 return adoptRefWillBeNoop(new CSSUnicodeRangeValue(from, to));
42 UChar32 to() const { return m_to; } function in class:blink::CSSUnicodeRangeValue
51 CSSUnicodeRangeValue(UChar32 from, UChar32 to) argument
54 , m_to(to)
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGBoolean.cpp15 * contributors may be used to endorse or promote products derived from
63 void SVGBoolean::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*) argument
67 bool toBoolean = toSVGBoolean(to)->value();
H A DSVGString.cpp15 * along with this library; see the file COPYING.LIB. If not, write to
32 void SVGString::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*) argument
37 String toString = toSVGString(to)->m_value;

Completed in 1477 milliseconds

1234567891011>>