| /packages/apps/Contacts/src/com/android/contacts/ui/widget/ |
| BaseContactEditorView.java | 2 * Copyright (C) 2009 The Android Open Source Project 44 * source {@link Entity} can be swapped out. Any state-based changes, such as 99 public abstract void setState(EntityDelta state, ContactsSource source, ViewIdGenerator vig);
|
| /packages/apps/Settings/src/com/android/settings/ |
| RingerVolumePreference.java | 2 * Copyright (C) 2008 The Android Open Source Project 193 public SavedState(Parcel source) { 194 super(source); 198 mVolumeStore[i].volume = source.readInt(); 199 mVolumeStore[i].originalVolume = source.readInt();
|
| /sdk/sdklauncher/ |
| Android.mk | 1 # Copyright 2009 The Android Open Source Project 41 # a C/C++/Java source file to our build system. and very unfortunately, 43 # us to put the object file in the source directory...
|
| /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ |
| debug_module.h | 7 **| Redistribution and use in source and binary forms, with or without |** 11 **| * Redistributions of source code must retain the above copyright |** 109 void os_cmd_copy_to_user(void *destination, const void *source, unsigned int size);
|
| /external/chromium/third_party/icu/source/test/intltest/ |
| cpdtrtst.cpp | 408 const UnicodeString& source, 411 UnicodeString rsource(source); 413 expectAux(t.getID() + ":Replaceable", source + "->" + rsource, rsource==expectedResult, expectedResult); 417 rsource.append(source); 420 index.contextLimit = source.length(); 422 index.limit = source.length(); 426 expectAux(t.getID() + ":handleTransliterate ", source + "->" + rsource, rsource==expectedResult, expectedResult);
|
| /external/icu4c/test/intltest/ |
| cpdtrtst.cpp | 408 const UnicodeString& source, 411 UnicodeString rsource(source); 413 expectAux(t.getID() + ":Replaceable", source + "->" + rsource, rsource==expectedResult, expectedResult); 417 rsource.append(source); 420 index.contextLimit = source.length(); 422 index.limit = source.length(); 426 expectAux(t.getID() + ":handleTransliterate ", source + "->" + rsource, rsource==expectedResult, expectedResult);
|
| /external/libxml2/ |
| xinclude.c | 56 xmlNodePtr ref; /* the node making the reference in the source */ 65 xmlDocPtr doc; /* the source document */ 805 * @source: the document source 813 xmlDocPtr source, xmlNodePtr elem) { 816 if ((ctxt == NULL) || (target == NULL) || (source == NULL) || 829 * @source: the document source 837 xmlDocPtr source, xmlNodePtr elem) { 840 if ((ctxt == NULL) || (target == NULL) || (source == NULL) | 1334 xmlDtdPtr target, source; local [all...] |
| /external/srec/tools/thirdparty/OpenFst/fst/lib/ |
| shortest-path.h | 51 // 'ifst'. 'distance' returns the shortest distances from the source 81 StateId source = opts.source == kNoStateId ? ifst.Start() : opts.source; local 95 while (distance->size() < source) { 104 state_queue->Enqueue(source); 145 (*distance)[source] = Weight::One(); 146 parent[source] = kNoStateId; 208 // the shortest distances from the source state to each state in
|
| /cts/tools/vm-tests/src/dot/junit/opcodes/check_cast/d/ |
| T_check_cast_2.d | 1 ; Copyright (C) 2008 The Android Open Source Project 15 .source TestStubs.java 18 .source TestStubs.java 21 .source TestStubs.java 33 .source TestStubs.java 45 .source T_check_cast_2.java
|
| /cts/tools/vm-tests/src/dot/junit/opcodes/instance_of/d/ |
| T_instance_of_2.d | 1 ; Copyright (C) 2008 The Android Open Source Project 15 .source TestStubs.java 18 .source TestStubs.java 21 .source TestStubs.java 33 .source TestStubs.java 45 .source T_instance_of_2.java
|
| /external/libvpx/vp8/decoder/x86/ |
| onyxdxv.c | 4 * Use of this source code is governed by a BSD-style license 5 * that can be found in the LICENSE file in the root of the source 8 * be found in the AUTHORS file in the root of the source tree. 170 convert_yv12_buffer_types(YV12_BUFFER_CONFIG *source, DXV_YUV_BUFFER_CONFIG *dest) 172 dest->y_buffer = (char *)source->y_buffer; 173 dest->u_buffer = (char *)source->u_buffer; 174 dest->v_buffer = (char *)source->v_buffer; 175 dest->y_width = source->y_width; 176 dest->y_height = source->y_height; 177 dest->y_stride = source->y_stride [all...] |
| /external/v8/src/x64/ |
| macro-assembler-x64.h | 2 // Redistribution and use in source and binary forms, with or without 6 // * Redistributions of source code must retain the above copyright 410 void Move(Register dst, Smi* source) { 411 Set(dst, reinterpret_cast<int64_t>(source)); 414 void Move(const Operand& dst, Smi* source) { 415 Set(dst, reinterpret_cast<int64_t>(source)); 419 void Test(const Operand& dst, Smi* source); 437 void Move(Register dst, Handle<Object> source); 438 void Move(const Operand& dst, Handle<Object> source); 439 void Cmp(Register dst, Handle<Object> source); [all...] |
| /cts/tests/tests/media/src/android/media/cts/ |
| JetPlayerTest.java | 2 * Copyright (C) 2009 The Android Open Source Project 337 InputStream source = null; local 340 source = mContext.getResources().openRawResource(R.raw.test_jet); 344 while ((length = source.read(buffer)) != -1) { 348 if (source != null) { 349 source.close();
|
| /development/ndk/platforms/android-3/include/ |
| zlib.h | 18 2. Altered source versions must be plainly marked as such, and must not be 20 3. This notice may not be removed or altered from any source distribution. 578 z_streamp source)); 580 Sets the destination stream as a complete copy of the source stream. 590 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent 591 (such as zalloc being NULL). msg is left unchanged in both source and 602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source 622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source 637 specific input data. Read the deflate.c source code for the meaning of the [all...] |
| /external/chromium/sdch/open-vcdiff/src/ |
| zlib.h | 18 2. Altered source versions must be plainly marked as such, and must not be 20 3. This notice may not be removed or altered from any source distribution. 578 z_streamp source)); 580 Sets the destination stream as a complete copy of the source stream. 590 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent 591 (such as zalloc being NULL). msg is left unchanged in both source and 602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source 622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source 637 specific input data. Read the deflate.c source code for the meaning of the [all...] |
| /external/chromium/third_party/zlib/ |
| zlib.h | 18 2. Altered source versions must be plainly marked as such, and must not be 20 3. This notice may not be removed or altered from any source distribution. 578 z_streamp source)); 580 Sets the destination stream as a complete copy of the source stream. 590 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent 591 (such as zalloc being NULL). msg is left unchanged in both source and 602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source 622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source 637 specific input data. Read the deflate.c source code for the meaning of the [all...] |
| /external/jdiff/src/jdiff/ |
| JDiffAntTask.java | 98 * to generate the XML representation of a project's source files. 136 * source files, and generate an HTML report summarizing the differences. 433 * Allow the source language version to be specified. 435 private String source = "1.5"; // Default is 1.5, so generics will work field in class:JDiffAntTask 437 public void setSource(String source) { 438 this.source = source; 442 return source;
|
| /external/libvpx/vpx_scale/intel_linux/ |
| scaleopt.c | 4 * Use of this source code is governed by a BSD-style license 5 * that can be found in the LICENSE file in the root of the source 8 * be found in the AUTHORS file in the root of the source tree. 45 * INPUTS : const unsigned char *source : 62 const unsigned char *source, 79 mov esi, source 176 const unsigned char *src = source; 223 * INPUTS : const unsigned char *source : 240 const unsigned char *source, 256 mov esi, source 1388 mov esi, source ; local 1540 mov esi, source ; local [all...] |
| /external/libvpx/vpx_scale/win32/ |
| scaleopt.c | 4 * Use of this source code is governed by a BSD-style license 5 * that can be found in the LICENSE file in the root of the source 8 * be found in the AUTHORS file in the root of the source tree. 47 * INPUTS : const unsigned char *source : 64 const unsigned char *source, 77 mov esi, source 180 * INPUTS : const unsigned char *source : 197 const unsigned char *source, 208 mov esi, source 343 mov esi, dest // Get the source and destination pointe 1279 mov esi, source ; local 1431 mov esi, source ; local [all...] |
| /external/libvpx/vpx_scale/x86_64/ |
| scaleopt.c | 4 * Use of this source code is governed by a BSD-style license 5 * that can be found in the LICENSE file in the root of the source 8 * be found in the AUTHORS file in the root of the source tree. 47 * INPUTS : const unsigned char *source : 64 const unsigned char *source, 77 mov rsi, source 180 * INPUTS : const unsigned char *source : 197 const unsigned char *source, 208 mov rsi, source 343 mov rsi, dest // Get the source and destination pointe 1277 mov rsi, source ; local 1431 mov rsi, source ; local [all...] |
| /external/qemu/distrib/zlib-1.2.3/ |
| zlib.h | 18 2. Altered source versions must be plainly marked as such, and must not be 20 3. This notice may not be removed or altered from any source distribution. 578 z_streamp source)); 580 Sets the destination stream as a complete copy of the source stream. 590 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent 591 (such as zalloc being NULL). msg is left unchanged in both source and 602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source 622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source 637 specific input data. Read the deflate.c source code for the meaning of the [all...] |
| /external/v8/test/mjsunit/ |
| debug-sourceinfo.js | 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
98 assertTrue(script.source === Debug.findScript(b).source);
99 assertTrue(script.source === Debug.findScript(c).source);
100 assertTrue(script.source === Debug.findScript(d).source);
102 // Test that when running through source positions the position, line and
261 // Test source line and restriction. All the following tests start from line 1 [all...] |
| /external/webkit/WebCore/platform/graphics/transforms/ |
| AffineTransform.cpp | 5 * Redistribution and use in source and binary forms, with or without 8 * 1. Redistributions of source code must retain the above copyright 273 AffineTransform makeMapBetweenRects(const FloatRect& source, const FloatRect& dest) 276 transform.translate(dest.x() - source.x(), dest.y() - source.y()); 277 transform.scale(dest.width() / source.width(), dest.height() / source.height());
|
| /external/webkit/WebKit/qt/Api/ |
| qwebhistory.cpp | 519 QDataStream& operator>>(QDataStream& source, QWebHistory& history) 525 source >> version; 530 source >> count >> currentIndex; 539 item->restoreState(source, version); 549 return source;
|
| /frameworks/base/core/java/android/app/admin/ |
| DeviceAdminInfo.java | 2 * Copyright (C) 2010 The Android Open Source Project 242 DeviceAdminInfo(Parcel source) { 243 mReceiver = ResolveInfo.CREATOR.createFromParcel(source); 244 mUsesPolicies = source.readInt(); 397 public DeviceAdminInfo createFromParcel(Parcel source) { 398 return new DeviceAdminInfo(source);
|