/external/valgrind/main/exp-bbv/tests/x86/ |
rep_prefix.S | 42 mov $buffer1, %edi # set destination 59 mov $buffer1, %edi # set destination 76 mov $buffer1, %edi # set destination
|
/libcore/luni/src/test/java/dalvik/system/ |
DexClassLoaderTest.java | 86 File destination) throws IOException { 87 if (destination.exists()) { 93 FileOutputStream out = new FileOutputStream(destination);
|
/packages/apps/UnifiedEmail/src/com/android/mail/photo/ |
MailPhotoViewActivity.java | 237 attachment.destination == AttachmentDestination.EXTERNAL) { 251 mActionHandler.startDownloadingAttachment(attachment.destination); 316 mActionHandler.startDownloadingAttachment(attachment.destination);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCheckPage.java | 87 setTitle("Destination and key/certificate checks"); 105 new Label(composite, SWT.NONE).setText("Destination APK file:"); 121 fileDialog.setText("Destination file name"); 157 // reset the destination from the content of the project 160 String destination = ProjectHelper.loadStringProperty(project, local 162 if (destination != null) { 163 mDestination.setText(destination); 287 * Callback for destination field edition 300 setErrorMessage("Enter destination for the APK file."); 309 setErrorMessage("Destination is a directory.") [all...] |
/external/chromium/chrome/browser/debugger/ |
devtools_remote_service.cc | 105 message.destination(),
|
/external/chromium/chrome/browser/themes/ |
browser_theme_pack.h | 141 // Creates tinted and composited frame images. Source and destination is 159 // Takes all images in |source| and puts them in |destination|, freeing any 160 // image already in |destination| that |source| would overwrite. 162 ImageCache* destination) const;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.h | 210 static int Encode(const CTYPE* source, CTYPE* destination, size_t len); 211 static int Encode(const string& source, string& destination); 212 static int Decode(const CTYPE* source, CTYPE* destination, size_t len); 213 static int Decode(const string& source, string& destination);
|
/external/chromium_org/chrome/browser/history/android/ |
android_history_provider_service.h | 117 // Moves the statement's current row from |current_pos| to |destination| in DB 122 int destination,
|
/external/chromium_org/chrome/browser/ui/fullscreen/ |
fullscreen_controller_state_test.h | 101 // Repeated calls are needed to reach the destination. 164 // Returns next transition info for shortest path from source to destination. 166 State destination,
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
searchbox_api.js | 144 this.navigateContentWindow = function(destination, disposition) { 145 NavigateContentWindow(destination, disposition);
|
/external/chromium_org/courgette/ |
streams.h | 73 // Copies bytes from stream to memory at |destination|. Returns 'false' if 75 bool Read(void* destination, size_t byte_count);
|
/external/chromium_org/media/base/ |
sinc_resampler_unittest.cc | 29 MOCK_METHOD2(ProvideInput, void(int frames, float* destination)); 178 void ProvideInput(int frames, float* destination) { 182 destination[i] = 0; 188 destination[i] = sin(2 * M_PI * (kMinFrequency * t + (k_ / 2) * t * t));
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
baselineoptimizer.py | 227 destination = self._join_directory(directory, baseline_name) 228 self._filesystem.maybe_make_directory(self._filesystem.split(destination)[0]) 229 self._filesystem.write_binary_file(destination, data_for_result[result]) 230 file_names.append(destination)
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
httpcommon.h | 210 static int Encode(const CTYPE* source, CTYPE* destination, size_t len); 211 static int Encode(const string& source, string& destination); 212 static int Decode(const CTYPE* source, CTYPE* destination, size_t len); 213 static int Decode(const string& source, string& destination);
|
/external/chromium_org/v8/src/ |
elements.h | 131 // of elements from source after source_start to the destination array. 135 // destination array, padding any remaining uninitialized elements in the 136 // destination array with the hole. 147 FixedArrayBase* destination,
|
/external/compiler-rt/make/ |
util.mk | 72 # if 'src' is undefined. The destination variable must be undefined. 74 $(call AssertValue,$(call IsUndefined,$(2)),destination is already defined)\
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
AbstractIteratorTester.java | 285 private E transferElement(Stack<E> source, Stack<E> destination) { 290 destination.push(source.pop()); 291 stackWithLastReturnedElementAtTop = destination; 292 return destination.peek();
|
/external/kernel-headers/original/asm-mips/ |
uaccess.h | 117 * @ptr: Destination address, in user space. 156 * @ptr: Destination address, in user space. 381 #define __MODULE_JAL(destination) \ 383 __UA_LA "\t$1, " #destination "\n\t" \ 387 #define __MODULE_JAL(destination) \ 388 "jal\t" #destination "\n\t" 419 * @to: Destination address, in user space. 476 * @to: Destination address, in user space. 551 * @to: Destination address, in kernel space. 583 * @to: Destination address, in kernel space [all...] |
/external/tcpdump/ |
print-eigrp.c | 137 u_int8_t destination; /* variable length [1-4] bytes encoding */ member in struct:eigrp_tlv_ip_int_t 157 u_int8_t destination; /* variable length [1-4] bytes encoding */ member in struct:eigrp_tlv_ip_ext_t 334 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_int->destination,byte_length); 363 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_ext->destination,byte_length);
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Delaunay.h | 70 EdgePointer makeEdge(SitePointer origin, SitePointer destination);
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
Delaunay.h | 70 EdgePointer makeEdge(SitePointer origin, SitePointer destination);
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Delaunay.h | 70 EdgePointer makeEdge(SitePointer origin, SitePointer destination);
|
/external/v8/src/x64/ |
macro-assembler-x64.h | 122 void Load(Register destination, ExternalReference source); 123 void Store(ExternalReference destination, Register source); 124 // Loads the address of the external reference into the destination 126 void LoadAddress(Register destination, ExternalReference source); 132 void LoadRoot(Register destination, Heap::RootListIndex index); 137 void LoadRootIndexed(Register destination, 403 // high 32 bits of destination. 425 // the original values of source registers. The destination register [all...] |
/bootable/recovery/minadbd/ |
adb.h | 206 asocket *create_local_service_socket(const char *destination); 209 void connect_to_remote(asocket *s, const char *destination);
|
/development/scripts/ |
divide_and_compress.py | 56 rtn.add_option('-d', '--destination', dest='destination', default=None, 80 if options.sourcefiles is None or options.destination is None: 358 zipper = DirectoryZipper(options.destination,
|