HomeSort by relevance Sort by last modified time
    Searched refs:vals (Results 126 - 150 of 182) sorted by null

1 2 3 4 56 7 8

  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 1502 double vals[] = { local
    [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_tg.c 162 p_u8 = p_result->get_app_val_txt.vals;
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
mapi_abi.py 197 vals = cols[0].split(':')
198 while len(vals) > 1:
199 val = vals.pop(0)
212 cols[0] = vals[0]
  /external/mesa3d/src/mapi/mapi/
mapi_abi.py 197 vals = cols[0].split(':')
198 while len(vals) > 1:
199 val = vals.pop(0)
212 cols[0] = vals[0]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 457 String[] vals = line.split("[\\s]+"); local
458 if (vals[0].equals("MemTotal:")) {
465 ramAmount = Long.parseLong(vals[1]);
466 unit = vals[2];
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_ASTC.cpp     [all...]
  /external/ppp/pppd/
eap.c 436 u_char vals[2]; local
557 vals[0] = esp->es_server.ea_id + 1;
558 vals[1] = EAPT_SRP;
559 t_serveraddexdata(ts, vals, 2);
1326 u_char vals[2]; local
    [all...]
  /external/mksh/src/
var.c     [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
afmparse.c 371 AFM_Value vals,
385 AFM_Value val = vals + i;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_postproc_sse2.asm 122 pand xmm1, xmm7 ; mm1 select vals > thresh from source
123 pandn xmm7, xmm3 ; mm7 select vals < thresh from blurred result
212 pand xmm1, xmm7 ; mm1 select vals > thresh from source
213 pandn xmm7, xmm3 ; mm7 select vals < thresh from blurred result
  /external/freetype/src/psaux/
afmparse.c 371 AFM_Value vals,
385 AFM_Value val = vals + i;
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_sse2.asm 122 pand xmm1, xmm7 ; mm1 select vals > thresh from source
123 pandn xmm7, xmm3 ; mm7 select vals < thresh from blurred result
212 pand xmm1, xmm7 ; mm1 select vals > thresh from source
213 pandn xmm7, xmm3 ; mm7 select vals < thresh from blurred result
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
afmparse.c 371 AFM_Value vals,
385 AFM_Value val = vals + i;
  /external/tremolo/Tremolo/
bitwise.c 390 void cliptest(unsigned long *b,int vals,int bits,int *comp,int compsize){
398 for(i=0;i<vals;i++){
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_postproc_sse2.asm 122 pand xmm1, xmm7 ; mm1 select vals > thresh from source
123 pandn xmm7, xmm3 ; mm7 select vals < thresh from blurred result
212 pand xmm1, xmm7 ; mm1 select vals > thresh from source
213 pandn xmm7, xmm3 ; mm7 select vals < thresh from blurred result
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h 632 WINLDAPAPI ULONG LDAPAPI ldap_count_valuesW(PWCHAR *vals);
633 WINLDAPAPI ULONG LDAPAPI ldap_count_valuesA(PCHAR *vals);
638 WINLDAPAPI ULONG LDAPAPI ldap_count_values(PCHAR *vals);
641 WINLDAPAPI ULONG LDAPAPI ldap_count_values_len(struct berval **vals);
642 WINLDAPAPI ULONG LDAPAPI ldap_value_freeW(PWCHAR *vals);
643 WINLDAPAPI ULONG LDAPAPI ldap_value_freeA(PCHAR *vals);
648 WINLDAPAPI ULONG LDAPAPI ldap_value_free(PCHAR *vals);
651 WINLDAPAPI ULONG LDAPAPI ldap_value_free_len(struct berval **vals);
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
dec.c 244 const uint8_t vals[4] = { local
252 memcpy(dst + i * BPS, vals, sizeof(vals));
  /external/webp/src/dsp/
dec.c 244 const uint8_t vals[4] = { local
252 memcpy(dst + i * BPS, vals, sizeof(vals));
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 258 ContentValues vals = new ContentValues(); local
259 vals.put(CalendarAlerts.STATE, CalendarAlerts.STATE_DISMISSED);
260 cr.update(CalendarAlerts.CONTENT_URI, vals, DISMISS_OLD_SELECTION, new String[] {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
PatternTest.java 671 Object[] vals = { ":", new Integer(2), local
682 for (int i = 0; i < vals.length / 3;) {
683 String[] res = Pattern.compile(vals[i++].toString()).split(
684 "boo:and:foo", ((Integer) vals[i++]).intValue());
685 String[] expectedRes = (String[]) vals[i++];
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 2506 int vals[NUM_FIELDS]; local
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp 4692 GLfloat vals[4] = { x, 0, 0, 1 }; local
4710 GLfloat vals[4] = { values[0], 0, 0, 1 }; local
4728 GLfloat vals[4] = { x, y, 0, 1 }; local
4746 GLfloat vals[4] = { values[0], values[1], 0, 1 }; local
4764 GLfloat vals[4] = { x, y, z, 1 }; local
4782 GLfloat vals[4] = { values[0], values[1], values[2], 1 }; local
4800 GLfloat vals[4] = { x, y, z, w }; local
6386 GLint vals[4] = { x, y, z, w }; local
6411 GLuint vals[4] = { x, y, z, w }; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 3615 String vals[] = value.split(" "); local
3628 String vals[] = value.split(" "); local
3641 String vals[] = value.split(" "); local
3654 String vals[] = value.split(" "); local
3667 String vals[] = value.split(" "); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 1610 Value *vals[10]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 1610 Value *vals[10]; local
    [all...]

Completed in 1036 milliseconds

1 2 3 4 56 7 8