HomeSort by relevance Sort by last modified time
    Searched refs:initArray (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Analysis/diagnostics/
undef-value-param.c 30 void initArray(int x, double XYZ[3]) {
40 initArray(x, XYZ); //expected-note {{Calling 'initArray'}}
41 //expected-note@-1 {{Returning from 'initArray'}}
511 // CHECK-NEXT: <string>Calling &apos;initArray&apos;</string>
513 // CHECK-NEXT: <string>Calling &apos;initArray&apos;</string>
685 // CHECK-NEXT: <string>Returning from &apos;initArray&apos;</string>
687 // CHECK-NEXT: <string>Returning from &apos;initArray&apos;</string>
    [all...]
  /external/clang/test/Analysis/
region-store.c 50 int initArray(int *values);
53 initArray(values);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 191 private static final int[] initArray(int[] array) {
287 mHorizontalPatchPixels = initArray(new int[mBaseImageData.width]);
288 mVerticalPatchPixels = initArray(new int[mBaseImageData.height]);
292 mHorizontalContentPixels = initArray(new int[mBaseImageData.width]);
293 mVerticalContentPixels = initArray(new int[mBaseImageData.height]);

Completed in 289 milliseconds