HomeSort by relevance Sort by last modified time
    Searched defs:fill (Results 1 - 25 of 973) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libpcap/Win32/Include/
sockstorage.h 33 u_int8_t fill[126]; member in struct:sockaddr_storage
36 u_int8_t fill[127];
  /external/llvm/test/MC/Mips/
xgot.s 22 .globl fill
24 .type fill,@function
26 .ent fill
27 fill: # @fill label
56 .end fill
58 .size fill, ($tmp0)-fill
  /packages/experimental/FillService/src/foo/bar/fill/
FirstActivity.java 1 package foo.bar.fill;
SecondActivity.java 1 package foo.bar.fill;
  /external/compiler-rt/test/asan/TestCases/
strchr_strict.c 12 char fill = 'o'; local
14 memset(s, fill, size);
strcmp_strict.c 12 char fill = 'o'; local
14 memset(s1, fill, size);
16 memset(s2, fill, size);
strcspn_strict.c 12 char fill = 'o'; local
15 memset(s1, fill, size);
17 memset(s2, fill, size);
strpbrk_strict.c 12 char fill = 'o'; local
15 memset(s1, fill, size);
16 s2[0] = fill;
strspn_strict.c 12 char fill = 'o'; local
15 memset(s1, fill, size);
strstr_strict.c 12 char fill = 'o'; local
15 memset(s1, fill, size);
16 memset(s2, fill, size);
  /packages/apps/Camera2/src/com/android/camera/settings/
ListPreferenceFiller.java 26 * Classes implementing this interface can fill a list interface with content.
29 public void fill(List<Size> sizes, ListPreference preference); method in interface:ListPreferenceFiller
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
AudioFiller.java 36 public int fill(float[] buffer, int numFrames, int numChans); method in interface:AudioFiller
  /external/replicaisland/src/com/replica/replicaisland/
GameComponentPool.java 25 fill(); method
31 fill(); method
35 protected void fill() { method in class:GameComponentPool
HitPointPool.java 22 protected void fill() { method in class:HitPointPool
VectorPool.java 29 protected void fill() { method in class:VectorPool
  /external/skia/src/codec/
SkSampler.h 48 * Fill the remainder of the destination with a single color
51 * Contains the color type of the rows to fill.
52 * Contains the width of the destination rows to fill
53 * Contains the number of rows that we need to fill.
56 * The destination row to fill from.
73 static void Fill(const SkImageInfo& info, void* dst, size_t rowBytes,
77 * Allow subclasses to implement unique versions of fill().
79 virtual void fill(const SkImageInfo& info, void* dst, size_t rowBytes, function in class:SkSampler
  /hardware/akm/AK8975_FS/libsensors/
InputEventReader.cpp 50 ssize_t InputEventCircularReader::fill(int fd) function in class:InputEventCircularReader
  /hardware/invensense/6515/libsensors_iio/
InputEventReader.cpp 54 ssize_t InputEventCircularReader::fill(int fd) function in class:InputEventCircularReader
  /hardware/invensense/65xx/libsensors_iio/
InputEventReader.cpp 54 ssize_t InputEventCircularReader::fill(int fd) function in class:InputEventCircularReader
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
CameraCoordinateTransformer.java 89 Matrix fill = new Matrix(); local
90 fill.setRectToRect(CAMERA_DRIVER_RECT,
92 Matrix.ScaleToFit.FILL);
94 // Concat the previous transform on top of the fill behavior.
95 transform.setConcat(fill, transform);
  /packages/apps/Dialer/java/com/android/dialer/calllog/
RefreshAnnotatedCallLogWorker.java 145 systemCallLogDataSource.fill(appContext, database, lastRebuildTimeMillis, mutations);
148 "%s.fill took: %dms",
156 dataSource.fill(appContext, database, lastRebuildTimeMillis, mutations);
159 "%s.fill took: %dms",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
fixdiv.py 323 def fill(self): member in class:FileContext
331 self.fill()
341 self.fill()
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
UncorrelatedRandomVectorGenerator.java 75 Arrays.fill(standardDeviation, 1.0);
  /external/libvpx/libvpx/test/
comp_avg_pred_test.cc 53 void fill(ACMRandom *r, uint8_t *a, const int width, const int height) { function in namespace:__anon24347
84 fill(&rnd_, pred, width, height);
106 fill(&rnd_, pred, width, height);
132 fill(&rnd_, pred, width, height);
  /external/ltp/testcases/kernel/syscalls/getrandom/
getrandom02.c 43 static void fill(void);
56 fill();
74 static void fill(void) function

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 91011>>