HomeSort by relevance Sort by last modified time
    Searched refs:change (Results 226 - 250 of 1234) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
libdso-2.d 8 # version script. This will change the incoming GOTPLT reloc to
  /external/aac/libSBRdec/src/
sbrdec_freq_sca.cpp 56 that you changed the software and the date of any change. For modified versions
628 int change = max_band_previous - diff[0]; local
630 /* Limit the change so that the last band cannot get narrower than the first
632 if (change > (diff[length - 1] - diff[0]) >> 1)
633 change = (diff[length - 1] - diff[0]) >> 1;
635 diff[0] += change;
636 diff[length - 1] -= change;
  /external/libxaac/decoder/
ixheaacd_freq_sca.c 437 WORD16 change = vec_dk0[num_bands0 - 1] - vec_dk1[0]; local
440 if (change > temp) {
441 change = temp;
443 vec_dk1[0] = vec_dk1[0] + change;
444 vec_dk1[num_bands1 - 1] = vec_dk1[num_bands1 - 1] - change;
  /external/curl/lib/
setopt.c 611 if(data->change.referer_alloc) {
612 Curl_safefree(data->change.referer);
613 data->change.referer_alloc = FALSE;
617 data->change.referer = data->set.str[STRING_SET_REFERER];
683 cl = curl_slist_append(data->change.cookielist, argptr);
685 curl_slist_free_all(data->change.cookielist);
686 data->change.cookielist = NULL;
689 data->change.cookielist = cl; /* store the list for later use */
    [all...]
cookie.c 264 struct curl_slist *list = data->change.cookielist;
281 curl_slist_free_all(data->change.cookielist); /* clean up list */
282 data->change.cookielist = NULL; /* don't do this again! */
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CaseMapImpl.java     [all...]
  /external/icu/icu4c/source/common/
ustrcase.cpp 937 UBool change; local
939 change = TRUE; // common, simple usage
942 change = src[i] != upper || numYpogegrammeni > 0;
945 change |= i2 >= nextIndex || src[i2] != 0x308;
949 change |= i2 >= nextIndex || src[i2] != 0x301;
954 change |= oldLength != newLength;
955 if (change) {
964 change = (options & U_OMIT_UNCHANGED_TEXT) == 0;
968 if (change) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CaseMapImpl.java     [all...]
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java     [all...]
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 452 float change = (float)(min - max) / ((float)(max)); local
454 if (change > threshold)
456 log << TestLog::Message << "Allocated objects max: " << max << ", min: " << min << ", difference: " << change << "% threshold: " << threshold << "%" << TestLog::EndMessage;
  /build/blueprint/bootstrap/
glob.go 110 // re-evaluate them whenever the contents of the searched directories change, and retrigger the
111 // primary builder if the results change.
  /build/blueprint/
doc.go 29 // tracked - a change to the logic code will cause the logic to be recompiled,
31 // change to Blueprint itself will cause Blueprint to rebuild, and then rebuild
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 268 * @param n {@code >= 0;} which element to change, where {@code 0} is
274 public void change(int n, TypeBearer type) { method in class:ExecutionStack
299 * this merge results in a change. If no change results, this instance is
Merger.java 127 result.change(i, resultType);
  /external/libcxxabi/test/native/arm-linux-eabi/
ttype-encoding-90.pass.sh.s 9 @ This file is generated from the following C++ source code and then change the
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 173 void change() { method in class:GcSnapshot.Layer
175 mBitmap.change();
670 layer.change();
684 layer.change();
    [all...]
  /prebuilts/devtools/tools/
android.bat 27 rem Grab current directory before we change it
30 rem Change current directory and drive to where the script is, to avoid
65 rem jar_path and swt_path are relative to PWD so we don't need to adjust them, just change dirs.
  /prebuilts/go/darwin-x86/src/cmd/internal/objabi/
doc.go 12 // When changing the object file format, remember to change all three.
19 // It may change for reasons of efficiency, or we may even switch to a
  /prebuilts/go/darwin-x86/src/runtime/
lock_futex.go 62 // on this mutex. If we ever change l->key from
64 // careful to change it back to MUTEX_SLEEPING before
  /prebuilts/go/linux-x86/src/cmd/internal/objabi/
doc.go 12 // When changing the object file format, remember to change all three.
19 // It may change for reasons of efficiency, or we may even switch to a
  /prebuilts/go/linux-x86/src/runtime/
lock_futex.go 62 // on this mutex. If we ever change l->key from
64 // careful to change it back to MUTEX_SLEEPING before
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/native/arm-linux-eabi/
ttype-encoding-90.pass.sh.s 9 @ This file is generated from the following C++ source code and then change the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 63 import org.eclipse.ltk.core.refactoring.Change;
329 protected @NonNull List<Change> computeChanges(IProgressMonitor monitor) {
330 List<Change> changes = new ArrayList<Change>();
379 TextFileChange change = new TextFileChange(sourceFile.getName(), sourceFile); local
380 change.setTextType(EXT_XML);
381 changes.add(change);
390 change.setEdit(rootEdit);
UseCompoundDrawableRefactoring.java 60 import org.eclipse.ltk.core.refactoring.Change;
203 protected @NonNull List<Change> computeChanges(IProgressMonitor monitor) {
206 List<Change> changes = new ArrayList<Change>();
210 TextFileChange change = new TextFileChange(file.getName(), file); local
212 change.setTextType(EXT_XML);
371 change.setEdit(rootEdit);
372 changes.add(change);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidPackageRenameParticipant.java 59 import org.eclipse.ltk.core.refactoring.Change;
145 "If you change it, then it is considered to be a different application.", ctx);
152 "To really change application package, " +
217 public Change createChange(IProgressMonitor pm) throws CoreException,
269 Change genChange = getGenPackageChange(pm);
276 public Change perform(IProgressMonitor monitor) throws CoreException {
281 // Not undoable: just return null instead of an undo-change.
291 * Returns Android gen package text change
295 * @return Android gen package text change
299 public Change getGenPackageChange(IProgressMonitor pm) throws CoreException
    [all...]

Completed in 748 milliseconds

1 2 3 4 5 6 7 8 91011>>