/external/libusb/libusb/ |
descriptor.c | 73 if (endpoint->extra) 74 free((unsigned char *) endpoint->extra); 82 unsigned char *extra; local 139 endpoint->extra = NULL; 144 extra = malloc(len); 145 endpoint->extra = extra; 146 if (!extra) { 151 memcpy(extra, begin, len); 167 if (ifp->extra) [all...] |
/frameworks/base/libs/hwui/ |
AmbientShadow.cpp | 18 * Extra vertices for the corner for smoother corner. 20 * Note that we use such extra memory to avoid an extra loop. 27 // therefore, the maximum number of extra vertices will be twice bigger. 34 * Extra vertices for the Edge for interpolation artifacts. 48 // Once the alpha difference is greater than this threshold, we will allocate extra 145 * as extra corner vertices to make the corner looks round and smoother. 148 * edge, when the alpha is different, we may add extra vertices such as P2.1, P2.2, 194 // Corner: first figure out the extra vertices we need for the corner. 226 // which means minimally 2 vertices even without the extra ones [all...] |
PathTessellator.cpp | 264 * 2 - can zig-zag across 'extra' vertices at either end, to create round caps 268 const int extra = paintInfo.capExtraDivisions(); local 269 const int allocSize = (vertices.size() + extra) * 2; 273 if (extra > 0) { 281 const float dTheta = PI / (extra + 1); 284 for (int i = 0; i < extra; i++) { 285 if (i < extra / 2) { 286 capOffset = extra - 2 * i - 1; 288 capOffset = 2 * i - extra; 307 int currentIndex = extra; 408 const int extra = paintInfo.capExtraDivisions(); local 579 const int extra = paintInfo.capExtraDivisions(); local 854 const int extra = paintInfo.capExtraDivisions(); local [all...] |
/external/llvm/unittests/Support/ |
CommandLineTest.cpp | 189 { "-tool", "-actual=x", "-extra" }, 191 { "-tool", "-alias=x", "-extra" }, 197 StackOption<bool> Extra("extra"); 235 << "Failed to hide extra option."; 237 << "Hid extra option that should be visable."; 257 << "Failed to hide extra option."; 259 << "Hid extra option that should be visable."; 261 << "Hid extra option that should be visable.";
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
AudioRecordView.java | 79 // for some extra time before stopping it. 284 // Record for some extra time to ensure the ending part is saved. 306 public void onInfo(final MediaRecorder mr, final int what, final int extra) { 313 onErrorWhileRecording(what, extra); 318 public void onError(final MediaRecorder mr, final int what, final int extra) { 319 onErrorWhileRecording(what, extra); 322 private void onErrorWhileRecording(final int what, final int extra) { 324 ", extra=" + extra);
|
/prebuilts/go/darwin-x86/src/image/gif/ |
reader_test.go | 37 extra bool // Whether to write an extra block after the LZW-encoded data. 58 t.Errorf("nPix=%d, extra=%t: compressed length %d is too large", tc.nPix, tc.extra, len(enc)) 64 if tc.extra { 72 t.Errorf("nPix=%d, extra=%t\ngot %v\nwant %v", tc.nPix, tc.extra, err, tc.wantErr) 88 t.Errorf("nPix=%d, extra=%t\ngot %v\nwant %v", tc.nPix, tc.extra, got, want)
|
/prebuilts/go/linux-x86/src/image/gif/ |
reader_test.go | 37 extra bool // Whether to write an extra block after the LZW-encoded data. 58 t.Errorf("nPix=%d, extra=%t: compressed length %d is too large", tc.nPix, tc.extra, len(enc)) 64 if tc.extra { 72 t.Errorf("nPix=%d, extra=%t\ngot %v\nwant %v", tc.nPix, tc.extra, err, tc.wantErr) 88 t.Errorf("nPix=%d, extra=%t\ngot %v\nwant %v", tc.nPix, tc.extra, got, want)
|
/external/clang/test/OpenMP/ |
parallel_sections_misc_messages.c | 71 // expected-warning@+1 {{extra tokens at the end of '#pragma omp parallel sections' are ignored}} 84 // expected-warning@+1 {{extra tokens at the end of '#pragma omp parallel sections' are ignored}} 90 // expected-warning@+1 {{extra tokens at the end of '#pragma omp parallel sections' are ignored}} 96 // expected-warning@+1 {{extra tokens at the end of '#pragma omp parallel sections' are ignored}} 102 // expected-warning@+1 {{extra tokens at the end of '#pragma omp parallel sections' are ignored}}
|
sections_misc_messages.c | 72 // expected-warning@+1 {{extra tokens at the end of '#pragma omp sections' are ignored}} 86 // expected-warning@+1 {{extra tokens at the end of '#pragma omp sections' are ignored}} 93 // expected-warning@+1 {{extra tokens at the end of '#pragma omp sections' are ignored}} 100 // expected-warning@+1 {{extra tokens at the end of '#pragma omp sections' are ignored}} 107 // expected-warning@+1 {{extra tokens at the end of '#pragma omp sections' are ignored}}
|
/external/compiler-rt/lib/profile/ |
InstrProfilingValue.c | 152 value entries. To accommadate this, we need to add extra bytes to the 153 data buffer. The size of the extra space is controlled by an environment 173 size_t S = 0, RealSize = 0, BufferCapacity = 0, Extra = 0; 199 Extra = getVprofExtraBytes(); 200 BufferCapacity = S + Extra;
|
/external/compiler-rt/lib/tsan/ |
CMakeLists.txt | 12 # Add extra debug information to TSan runtime. This configuration is rarely 181 EXTRA rtl/tsan.syms.extra) 184 EXTRA rtl/tsan.syms.extra)
|
/external/libedit/src/ |
vis.c | 139 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) 144 /* extra */ 147 dst = do_svis(dst, c, flags, nextc, extra); 162 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) 175 dst = do_svis(dst, c, flags, nextc, extra); 261 * extra: Pointer to the list of extra characters to be 265 do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) 270 iswextra = wcschr(extra, c) != NULL; 308 * Expand list of extra characters to not visually encode 353 wchar_t *dst, *src, *pdst, *psrc, *start, *extra; local [all...] |
/external/libvorbis/doc/vorbisfile/ |
crosslap.html | 48 <p>It is. Vorbis introduces no extra samples at the beginning or end 62 lapping functions with no other extra effort. These functions behave 72 <p>Ideally, vorbisfile internally reads an extra frame of audio from 83 channels. Any extra channels from the old stream are ignored; playback 84 of these channels simply ends. Extra channels in the new stream are
|
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/ |
WizardManagerHelperTest.java | 34 intent.putExtra("ignoreExtra", "poof"); // extra is ignored because it's not known 47 assertEquals("Theme extra should be the same as original intent", "test_theme", 50 assertEquals("Result code extra should be RESULT_OK", Activity.RESULT_OK, 52 assertEquals("Extra data should surface as extra in nextIntent", "shazam",
|
/packages/apps/TV/usbtuner/ |
Android.mk | 35 --extra-packages android.support.v7.recyclerview \ 36 --extra-packages android.support.v17.leanback \ 37 --extra-packages com.android.tv.common 79 --extra-packages android.support.v17.leanback \ 80 --extra-packages com.android.tv.common \
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
pound.l | 5 .*:43: Error: section .\.extra. .* .esection. 12 [[:space:]]*[[:digit:]]+[[:space:]]+\.section \.extra#, "a", @progbits 49 [[:space:]]*[[:digit:]]+[[:space:]]+\.xdata4 \.extra#, -1 57 [[:space:]]*[[:digit:]]+[[:space:]]+\.secalias \.extra#, "esection" 58 [[:space:]]*[[:digit:]]+[[:space:]]+\.secalias \.extra, "esec"
|
/prebuilts/devtools/repository/ |
sdk-addon-06.xsd | 35 <extra> packages. 38 - <extra> element now has a <project-files> element that contains 1 or 45 - <extra> now has an <old-paths> element, a ;-separated list of old paths that 49 - <extra> and <addon> are not in the Repository XSD v6 anymore. 50 - <extra> get a new field <name-display>, which is used by the SDK Manager to 51 customize the name of the extra in the list display. The single <vendor> 61 - <min-tools-rev> for <extra> becomes a full revision element. 64 - <extra> revision is now a "full revision" element with <major>, <minor>, <micro>. 78 <xsd:element name="extra" type="sdk:extraType" /> 158 An ID string for an addon/extra name-id or vendor-i [all...] |
sdk-addon-07.xsd | 35 <extra> packages. 38 - <extra> element now has a <project-files> element that contains 1 or 45 - <extra> now has an <old-paths> element, a ;-separated list of old paths that 49 - <extra> and <addon> are not in the Repository XSD v6 anymore. 50 - <extra> get a new field <name-display>, which is used by the SDK Manager to 51 customize the name of the extra in the list display. The single <vendor> 61 - <min-tools-rev> for <extra> becomes a full revision element. 64 - <extra> revision is now a "full revision" element with <major>, <minor>, <micro>. 83 <xsd:element name="extra" type="sdk:extraType" /> 166 An ID string for an addon/extra name-id or vendor-i [all...] |
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
SetPolicyActivity.java | 35 private static final String EXTRA_RESTRICTION_KEY = "extra-restriction-key"; 36 private static final String EXTRA_PACKAGE_NAME = "extra-package-name"; 37 private static final String EXTRA_COMMAND = "extra-command";
|
/developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/ |
DeleteService.java | 72 // Show the success animation on the watch unless Silent extra is true. 80 // Show the failure animation on the watch unless Silent extra is true. 89 // Show the failure animation on the watch unless Silent extra is true.
|
/developers/build/prebuilts/gradle/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/ |
PhonePermissionRequestActivity.java | 36 * extra (MainPhoneActivity.EXTRA_PROMPT_PERMISSION_FROM_WEAR). That service only starts 40 * extra (MainPhoneActivity.EXTRA_PROMPT_PERMISSION_FROM_WEAR) to alert MainPhoneActivity to 102 * approved), tells MainPhoneActivity to send results to wear device (via this extra).
|
/developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/ |
DeleteService.java | 72 // Show the success animation on the watch unless Silent extra is true. 80 // Show the failure animation on the watch unless Silent extra is true. 89 // Show the failure animation on the watch unless Silent extra is true.
|
/developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/ |
PhonePermissionRequestActivity.java | 36 * extra (MainPhoneActivity.EXTRA_PROMPT_PERMISSION_FROM_WEAR). That service only starts 40 * extra (MainPhoneActivity.EXTRA_PROMPT_PERMISSION_FROM_WEAR) to alert MainPhoneActivity to 102 * approved), tells MainPhoneActivity to send results to wear device (via this extra).
|
/development/apps/CustomLocale/src/com/android/customlocale2/ |
CustomLocaleReceiver.java | 34 * --es com.android.intent.extra.LOCALE en_US
44 /** An extra String that specifies the locale to set, in the form "en_US". */
45 public static final String EXTRA_LOCALE = "com.android.intent.extra.LOCALE";
|
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/ |
DeleteService.java | 72 // Show the success animation on the watch unless Silent extra is true. 80 // Show the failure animation on the watch unless Silent extra is true. 89 // Show the failure animation on the watch unless Silent extra is true.
|