HomeSort by relevance Sort by last modified time
    Searched refs:destination (Results 26 - 50 of 202) sorted by null

12 3 4 5 6 7 8 9

  /external/v8/src/ia32/
fast-codegen-ia32.cc 487 ASSERT(!destination().is(no_reg));
490 __ mov(destination(), Immediate(cell));
491 __ mov(destination(),
492 FieldOperand(destination(), JSGlobalPropertyCell::kValueOffset));
494 __ cmp(destination(), Factory::the_hole_value());
499 clear_as_smi(destination());
533 if (destination().is(no_reg)) {
543 Register value_scratch = other_accumulator(destination());
546 } else if (destination().is(accumulator1())) {
555 ASSERT(!destination().is(no_reg))
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 190 unittest::TestAllTypes destination; local
198 EXPECT_TRUE(destination.ParseFromString(data));
199 TestUtil::ExpectAllFieldsSet(destination);
211 unittest::TestAllTypes destination; local
222 EXPECT_TRUE(destination.ParseFromString(data));
223 TestUtil::ExpectAllFieldsSet(destination);
234 unittest::TestPackedTypes destination; local
242 EXPECT_TRUE(destination.ParseFromString(data));
243 TestUtil::ExpectPackedFieldsSet(destination);
255 unittest::TestPackedTypes destination; local
273 unittest::TestAllExtensions destination; local
285 unittest::TestPackedExtensions destination; local
    [all...]
repeated_field_unittest.cc 215 RepeatedField<int> source, destination; local
220 destination.Add(1);
221 destination.Add(2);
222 destination.Add(3);
224 destination.MergeFrom(source);
226 ASSERT_EQ(5, destination.size());
228 EXPECT_EQ(1, destination.Get(0));
229 EXPECT_EQ(2, destination.Get(1));
230 EXPECT_EQ(3, destination.Get(2));
231 EXPECT_EQ(4, destination.Get(3))
519 RepeatedPtrField<string> source, destination; local
    [all...]
unknown_field_set_unittest.cc 281 unittest::TestEmptyMessage source, destination; local
283 destination.mutable_unknown_fields()->AddVarint(1, 1);
284 destination.mutable_unknown_fields()->AddVarint(3, 2);
288 destination.MergeFrom(source);
297 destination.DebugString());
314 unittest::TestAllTypes destination; local
315 ASSERT_TRUE(destination.ParseFromString(all_fields_data_ + data));
317 TestUtil::ExpectAllFieldsSet(destination);
318 ASSERT_EQ(1, destination.unknown_fields().field_count());
320 destination.unknown_fields().field(0).type())
    [all...]
  /external/webkit/WebCore/editing/
FormatBlockCommand.cpp 126 VisiblePosition destination(Position(placeholder.get(), 0));
128 setEndingSelection(destination);
131 moveParagraph(paragraphStart, paragraphEnd, destination, true, false);
  /external/webkit/WebKitTools/Scripts/
update-webkit-support-libs 86 my $destination = "$webkitLibrariesDir/$relativeName";
89 mkdir $destination;
93 system "cp", $_, $destination;
svn-apply 451 my ($source, $destination) = @_;
453 system("svn", "copy", $source, $destination) == 0 or die "Failed to svn copy $source $destination.";
455 system("cp", $source, $destination) == 0 or die "Failed to copy $source $destination.";
456 system("git", "add", $destination) == 0 or die "Failed to git add $destination.";
  /external/webkit/WebCore/platform/cf/
BinaryPropertyList.cpp 426 static inline void storeLength(UInt8* destination, size_t length)
429 destination[0] = length >> 56;
430 destination[1] = length >> 48;
431 destination[2] = length >> 40;
432 destination[3] = length >> 32;
434 destination[0] = 0;
435 destination[1] = 0;
436 destination[2] = 0;
437 destination[3] = 0;
439 destination[4] = length >> 24
    [all...]
  /external/dbus/bus/
selinux.h 63 const char *destination,
signals.h 56 const char *destination);
signals.c 40 char *destination; member in struct:BusMatchRule
87 dbus_free (rule->destination);
193 if (!_dbus_string_append_printf (&str, "destination='%s'", rule->destination))
312 const char *destination)
316 _dbus_assert (destination != NULL);
318 new = _dbus_strdup (destination);
323 dbus_free (rule->destination);
324 rule->destination = new;
756 * path='/bar/foo',destination=':452345.34
1353 const char *destination; local
    [all...]
  /external/dbus/tools/
dbus-print-message.c 248 const char *destination; local
253 destination = dbus_message_get_destination (message);
260 destination ? destination : "(null destination)");
  /external/libvpx/vpx_scale/arm/armv4/
gen_scalers_armv4.asm 37 ; * unsigned char *dest : Pointer to destination data.
38 ; * unsigned int dest_width : Stride of destination (NOT USED).
45 ; * destination scaling up by 4 to 5.
139 ; * INPUTS : unsigned char *dest : Pointer to destination data.
140 ; * unsigned int dest_pitch : Stride of destination data.
141 ; * unsigned int dest_width : Width of destination data.
213 ; * unsigned char *dest : Pointer to destination data.
214 ; * unsigned int dest_width : Stride of destination (NOT USED).
221 ; * destination scaling up by 2 to 3.
279 ; * INPUTS : unsigned char *dest : Pointer to destination data
    [all...]
  /external/libvpx/vpx_scale/symbian/
gen_scalers_armv4.asm 37 ; * unsigned char *dest : Pointer to destination data.
38 ; * unsigned int dest_width : Stride of destination (NOT USED).
45 ; * destination scaling up by 4 to 5.
139 ; * INPUTS : unsigned char *dest : Pointer to destination data.
140 ; * unsigned int dest_pitch : Stride of destination data.
141 ; * unsigned int dest_width : Width of destination data.
213 ; * unsigned char *dest : Pointer to destination data.
214 ; * unsigned int dest_width : Stride of destination (NOT USED).
221 ; * destination scaling up by 2 to 3.
279 ; * INPUTS : unsigned char *dest : Pointer to destination data
    [all...]
  /external/libvpx/vpx_scale/wce/
gen_scalers_armv4.asm 37 ; * unsigned char *dest : Pointer to destination data.
38 ; * unsigned int dest_width : Stride of destination (NOT USED).
45 ; * destination scaling up by 4 to 5.
139 ; * INPUTS : unsigned char *dest : Pointer to destination data.
140 ; * unsigned int dest_pitch : Stride of destination data.
141 ; * unsigned int dest_width : Width of destination data.
213 ; * unsigned char *dest : Pointer to destination data.
214 ; * unsigned int dest_width : Stride of destination (NOT USED).
221 ; * destination scaling up by 2 to 3.
279 ; * INPUTS : unsigned char *dest : Pointer to destination data
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
CrossFadingTexture.java 50 public CrossFadingTexture(Texture source, Texture destination) {
52 mTexture = destination;
  /external/bluetooth/bluez/audio/
ipc.h 119 char destination[18];/* Address of the remote Device */ member in struct:bt_get_capabilities_req
224 char destination[18];/* Address of the remote Device */ member in struct:bt_get_capabilities_rsp
232 char destination[18];/* Address of the remote Device */ member in struct:bt_open_req
241 char destination[18];/* Address of the remote Device */ member in struct:bt_open_rsp
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerX86.h 189 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination)
191 X86Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
194 static void repatchCall(CodeLocationCall call, FunctionPtr destination)
196 X86Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
  /external/webkit/WebKit/chromium/src/
WebWorkerBase.cpp 202 void WebWorkerBase::postConsoleMessageToWorkerObject(MessageDestination destination,
211 static_cast<int>(destination),
220 int destination, int source,
228 thisPtr->commonClient()->postConsoleMessageToWorkerObject(destination, source,
  /external/webkit/WebKit/win/
DefaultDownloadDelegate.cpp 114 LOG_ERROR("Failed to set destination on file");
137 LOG_ERROR("Failed to set destination on file");
149 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCreateDestination(IWebDownload* download, BSTR destination)
151 LOG(Download, "DefaultDownloadDelegate %p - didCreateDestination %s", download, String(destination, SysStringLen(destination)).ascii().data());
153 destination = 0;
DefaultDownloadDelegate.h 53 virtual HRESULT STDMETHODCALLTYPE didCreateDestination(IWebDownload* download, BSTR destination);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
debug_module.h 109 void os_cmd_copy_to_user(void *destination, const void *source, unsigned int size);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
FileMock.java 156 public void move(IPath destination, boolean force, boolean keepHistory,
211 public void copy(IPath destination, boolean force, IProgressMonitor monitor)
216 public void copy(IPath destination, int updateFlags, IProgressMonitor monitor)
366 public void move(IPath destination, boolean force, IProgressMonitor monitor)
371 public void move(IPath destination, int updateFlags, IProgressMonitor monitor)
FolderMock.java 110 public void move(IPath destination, boolean force, boolean keepHistory,
193 public void copy(IPath destination, boolean force, IProgressMonitor monitor)
198 public void copy(IPath destination, int updateFlags, IProgressMonitor monitor)
356 public void move(IPath destination, boolean force, IProgressMonitor monitor)
361 public void move(IPath destination, int updateFlags, IProgressMonitor monitor)
  /external/dhcpcd/
if-linux.c 321 const struct in_addr *destination, const struct in_addr *netmask,
358 if (destination->s_addr ==
365 (gateway->s_addr == destination->s_addr &&
375 &destination->s_addr, sizeof(destination->s_addr));
380 /* If destination == gateway then don't add the gateway */
381 if (destination->s_addr != gateway->s_addr ||

Completed in 1958 milliseconds

12 3 4 5 6 7 8 9