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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
037-finalize-unexpanded-macro.c 1 #define expand(x) expand(x once) macro
3 foo(expand(just))
  /external/mesa3d/src/glsl/glcpp/tests/
037-finalize-unexpanded-macro.c 1 #define expand(x) expand(x once) macro
3 foo(expand(just))
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
node_state.js 33 cvox.NodeStateUtil.expand = function(state) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
expand_unittest.cc 11 // Unit tests for Expand class.
13 #include "webrtc/modules/audio_coding/neteq/expand.h"
22 TEST(Expand, CreateAndDestroy) {
28 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
31 TEST(Expand, CreateUsingFactory) {
38 Expand* expand = local
40 EXPECT_TRUE(expand != NULL);
41 delete expand;
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
PreviewSurfaceView.java 38 public void expand() { method in class:PreviewSurfaceView
  /external/chromium_org/sandbox/win/tests/validation_tests/
suite.cc 54 wchar_t expand[MAX_PATH +1]; local
55 DWORD len =::ExpandEnvironmentStringsW(any_path, expand, _countof(expand));
57 if (len > _countof(expand)) return false;
58 if (!::PathStripToRootW(expand)) return false;
60 if (!::GetVolumeInformationW(expand, NULL, 0, 0, NULL, &fs_flags, NULL, 0))
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.cpp 80 void FloatRoundedRect::Radii::expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth) function in class:blink::FloatRoundedRect::Radii
IntSize.h 59 void expand(int width, int height) function in class:blink::IntSize
RoundedRect.cpp 62 void RoundedRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) function in class:blink::RoundedRect::Radii
  /packages/apps/Dialer/tests/src/com/android/dialer/widget/
ActionBarControllerTest.java 80 public void expand(boolean animate, boolean requestFocus) { method in class:ActionBarControllerTest.MockSearchBox
105 // expand the search box because isInSearchUi is not true.
116 mSearchBox.expand(true, false);
154 mSearchBox.expand(false, false);
169 mSearchBox.expand(true, false);
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Memory.h 55 * Expand the existing storage to accomodate more fill-ins
56 * \param vec Valid pointer to the vector to allocate or expand
59 * \param keep_prev 1: use length and do not expand the vector; 0: compute new_len and expand
64 Index SparseLUImpl<Scalar,Index>::expand(VectorType& vec, Index& length, Index nbElts, Index keep_prev, Index& num_expansions) function in class:Eigen::internal::SparseLUImpl
79 //Allocate or expand the current vector
181 if( (expand<ScalarVector>(glu.lusup, glu.nzlumax, 0, 0, num_expansions)<0)
182 || (expand<ScalarVector>(glu.ucol, glu.nzumax, 0, 0, num_expansions)<0)
183 || (expand<IndexVector> (glu.lsub, glu.nzlmax, 0, 0, num_expansions)<0)
184 || (expand<IndexVector> (glu.usub, glu.nzumax, 0, 1, num_expansions)<0)
    [all...]
  /external/libunwind/src/mi/
mempool.c 105 expand (struct mempool *pool) function
150 expand (pool);
162 expand (pool);
  /external/valgrind/main/none/tests/amd64/
pcmpxstrx64.c 25 void expand ( V128* dst, char* summary ) function
47 expand( &argL, summL );
48 expand( &argR, summR );
pcmpxstrx64w.c 26 void expand ( V128* dst, char* summary ) function
48 expand( &argL, summL );
49 expand( &argR, summR );
  /frameworks/volley/src/com/android/volley/toolbox/
PoolingByteArrayOutputStream.java 37 * to this instance, the underlying byte array will expand.
46 * expand.
71 private void expand(int i) { method in class:PoolingByteArrayOutputStream
72 /* Can the buffer handle @i more bytes, if not expand it */
84 expand(len);
90 expand(1);
  /external/apache-http/src/org/apache/http/util/
ByteArrayBuffer.java 61 private void expand(int newlen) { method in class:ByteArrayBuffer
80 expand(newlen);
89 expand(newlen);
109 expand(newlen);
  /external/chromium_org/third_party/skia/src/opts/
SkBlurImage_opts_SSE2.cpp 22 inline __m128i expand(int a) { function in namespace:__anon19942
51 sum = _mm_add_epi32(sum, expand(*p));
79 sum = _mm_sub_epi32(sum, expand(l));
83 sum = _mm_add_epi32(sum, expand(r));
SkBlurImage_opts_SSE4.cpp 29 inline __m128i expand(int a) { function in namespace:__anon19943
58 sum = _mm_add_epi32(sum, expand(*p));
81 sum = _mm_sub_epi32(sum, expand(l));
85 sum = _mm_add_epi32(sum, expand(r));
SkBlurImage_opts_neon.cpp 107 static inline uint16x4_t expand(uint32_t a) { function in namespace:__anon19944
136 sum = vaddw_u16(sum, expand(*p));
160 sum = vsubw_u16(sum, expand(*l));
164 sum = vaddw_u16(sum, expand(*r));
  /external/lldb/www/python_reference/
epydoc.js 92 function expand(id) { function
125 s += "<a href='#' onclick='expand(\"" + id;
136 expand(id);
180 expand(id);
184 expand(id);
  /external/openssl/crypto/comp/
comp.h 22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
  /external/openssl/include/openssl/
comp.h 22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
  /external/skia/src/opts/
SkBlurImage_opts_SSE2.cpp 22 inline __m128i expand(int a) { function in namespace:__anon35341
51 sum = _mm_add_epi32(sum, expand(*p));
83 sum = _mm_sub_epi32(sum, expand(l));
87 sum = _mm_add_epi32(sum, expand(r));
SkBlurImage_opts_neon.cpp 107 static inline uint16x4_t expand(uint32_t a) { function in namespace:__anon35342
136 sum = vaddw_u16(sum, expand(*p));
160 sum = vsubw_u16(sum, expand(*l));
164 sum = vaddw_u16(sum, expand(*r));
  /libcore/luni/src/main/java/java/io/
ByteArrayOutputStream.java 44 * array will expand.
53 * instance, the underlying byte array will expand.
85 private void expand(int i) { method in class:ByteArrayOutputStream
86 /* Can the buffer handle @i more bytes, if not expand it */
201 expand(len);
216 expand(1);

Completed in 612 milliseconds

1 2 3 4 5 6 7 8 9