/packages/apps/Camera2/jni/ |
tinyplanet.cc | 136 char* destination = 0; local 138 AndroidBitmap_lockPixels(env, bitmap_out, (void**) &destination); 140 unsigned char * rgb_out = (unsigned char * )destination;
|
/packages/apps/Gallery2/jni/filters/ |
tinyplanet.cc | 135 char* destination = 0; local 137 AndroidBitmap_lockPixels(env, bitmap_out, (void**) &destination); 139 unsigned char * rgb_out = (unsigned char * )destination;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
DynamicBinaryDictIOUtils.java | 69 // If the node is moved, the parent address is stored in the destination node. 70 // We are guaranteed to process the destination node later, so there is no need to 136 private static int movePtNode(final OutputStream destination, 149 size += BinaryDictIOUtils.writeNodes(destination, new PtNodeInfo[] { info }); 190 * @param destination the stream representing the tail of the file. 201 final ArrayList<PendingAttribute> bigrams, final OutputStream destination, 215 movePtNode(destination, dictUpdater, newInfo, oldPtNodeArrayOrigin, oldPtNodeOrigin, 243 * @param destination a stream to the underlying file, with the pointer at the end of the file. 256 final OutputStream destination, final String word, final int frequency, 311 frequency, nodeParentAddress, shortcuts, bigrams, destination, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_py.py | 33 destination = self.mkdtemp() 41 build_lib=destination) 58 pkgdest = os.path.join(destination, "pkg")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_py.py | 33 destination = self.mkdtemp() 41 build_lib=destination) 58 pkgdest = os.path.join(destination, "pkg")
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
svn-apply | 430 my ($source, $destination) = @_; 433 my $escapedDestination = escapeSubversionPath($destination); 436 system("cp", $source, $destination) == 0 or die "Failed to copy $source $destination."; 437 system("git", "add", $destination) == 0 or die "Failed to git add $destination.";
|
/external/android-clat/ |
setroute.c | 37 * destination - pointer to a struct in_addr or in6_addr for the destination network 44 int if_route(const char *ifname, int family, const void *destination, int prefixlen, const void *gateway, int metric, int mtu, int change_type) { 102 if(nla_put(msg, RTA_DST, addr_size, destination) < 0) {
|
/external/chromium_org/chrome/browser/printing/ |
printer_query.cc | 109 PrintDestinationInterface* destination) { 110 worker_->SetPrintDestination(destination);
|
print_job_manager.h | 29 // Sets the print destination to be set on the next print job. 30 void SetDestination(PrintDestinationInterface* destination);
|
print_job_worker.h | 42 // Set a destination for print. 43 // This supercedes the document's rendering destination. 44 void SetPrintDestination(PrintDestinationInterface* destination); 127 // The print destination, may be NULL.
|
printer_query.h | 61 // Set a destination for the worker. 62 void SetWorkerDestination(PrintDestinationInterface* destination);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
scm_mock.py | 107 def move(self, origin, destination): 109 self._filesystem.move(self.absolute_path(origin), self.absolute_path(destination))
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
extension_set_unittest.cc | 267 unittest::TestAllTypes destination; local 275 EXPECT_TRUE(destination.ParseFromString(data)); 276 TestUtil::ExpectAllFieldsSet(destination); 288 unittest::TestAllTypes destination; local 299 EXPECT_TRUE(destination.ParseFromString(data)); 300 TestUtil::ExpectAllFieldsSet(destination); 311 unittest::TestPackedTypes destination; local 319 EXPECT_TRUE(destination.ParseFromString(data)); 320 TestUtil::ExpectPackedFieldsSet(destination); 332 unittest::TestPackedTypes destination; local 350 unittest::TestAllExtensions destination; local 362 unittest::TestPackedExtensions 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()); 323 unittest::TestAllTypes destination; local 324 ASSERT_TRUE(destination.ParseFromString(all_fields_data_ + data)); 326 TestUtil::ExpectAllFieldsSet(destination); 327 ASSERT_EQ(1, destination.unknown_fields().field_count()); 329 destination.unknown_fields().field(0).type()) [all...] |
/external/protobuf/src/google/protobuf/ |
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/chromium/chrome/browser/debugger/ |
devtools_remote_message_unittest.cc | 47 "2", // destination 65 message->destination().c_str());
|
extension_ports_remote_service.h | 72 // |tool| and |destination| are used as the respective header values. 75 const std::string& destination);
|
/external/chromium/chrome/browser/history/ |
top_sites_cache.h | 92 void StoreRedirectChain(const RedirectList& redirects, size_t destination);
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
apps_helper.h | 82 void CopyNTPOrdinals(Profile* source, Profile* destination, int index);
|
/external/chromium_org/content/child/ |
browser_font_resource_trusted.h | 67 void DrawTextToCanvas(SkCanvas* destination,
|
/external/chromium_org/content/test/ |
web_layer_tree_view_impl_for_testing.h | 47 virtual void startPageScaleAnimation(const blink::WebPoint& destination,
|
/external/chromium_org/media/base/ |
sinc_resampler_perftest.cc | 22 static void DoNothing(int frames, float* destination) {}
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
DelegatedData.java | 216 public void setSymlink(String sourcePath, Data destination) { 217 destination = unwrap(destination); 218 getDelegate().setSymlink(sourcePath, destination);
|
/frameworks/base/core/tests/coretests/src/android/net/ |
RouteInfoTest.java | 47 fail("Expected RuntimeException: destination and gateway null"); 50 // Null destination is default route. 75 public PatchedRouteInfo(LinkAddress destination, InetAddress gateway, String iface) { 76 super(destination, gateway, iface); 79 public boolean matches(InetAddress destination) { 80 return super.matches(destination);
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
BaseRecipientAdapter.java | 148 public final String destination; field in class:BaseRecipientAdapter.TemporaryEntry 159 String destination, 168 this.destination = destination; 180 this.destination = cursor.getString(Queries.Query.DESTINATION); 470 * First, each destination (an email address or a phone number) with a valid contactId is 680 if (existingDestinations.contains(entry.destination)) { 684 existingDestinations.add(entry.destination); 690 entry.destination, entry.destinationType, entry.destinationLabel 948 String destination = entry.getDestination(); local [all...] |