HomeSort by relevance Sort by last modified time
    Searched refs:newval (Results 101 - 125 of 125) sorted by null

1 2 3 45

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
sysctl.h 29 void __user *newval; member in struct:__sysctl_args
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
sysctl.h 29 void __user *newval; member in struct:__sysctl_args
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
sysctl.h 29 void __user *newval; member in struct:__sysctl_args
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
sysctl.h 29 void __user *newval; member in struct:__sysctl_args
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py     [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 872 uint32_t newval; local
873 newval = val >> 2;
874 newval |= (val&3) << 30;
875 val = newval;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /art/test/MyClassNatives/
MyClassNatives.java 34 native boolean compareAndSwapInt(Object obj, long offset, int expected, int newval);
  /external/chromium_org/third_party/libevent/
http.c 1465 char *newval; local
    [all...]
  /external/libpcap/
optimize.c 574 vstore(struct stmt *s, int *valp, int newval, int alter)
576 if (alter && *valp == newval)
579 *valp = newval;
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h 219 #define PR_SET_INTSOFF(newval)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 138 void *newval; member in struct:__sanitizer::__sanitizer___sysctl_args
    [all...]
sanitizer_platform_limits_posix.cc     [all...]
  /external/mksh/src/
funcs.c 1098 const char *alias = *wp, *val, *newval; local
1135 newval = tflag ?
1138 if (newval) {
1139 strdupx(ap->val.s, newval, APERM);
    [all...]
  /external/opencv/cv/src/
cvfilter.cpp     [all...]
cvfloodfill.cpp 103 uchar newVal[] = {0,0,0};
113 newVal[0] = _newVal[0];
115 img[L] = newVal[0];
118 img[R] = newVal[0];
121 img[L] = newVal[0];
127 ICV_SET_C3( newVal, _newVal );
129 ICV_SET_C3( img + L*3, newVal );
132 ICV_SET_C3( img + L*3, newVal );
135 ICV_SET_C3( img + R*3, newVal );
180 img[i] = newVal[0]
    [all...]
  /external/jemalloc/src/
ctl.c 1122 UNUSED uint64_t newval; local
1125 WRITE(newval, uint64_t);
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 1395 void __user *newval; member in struct:__vki_sysctl_args
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 921 if (args->newval != NULL)
922 PRE_MEM_READ("sysctl(newval)", (Addr)args->newval, args->newlen);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 6870 unsigned newval = MI->getOperand(4).getReg(); local
6940 unsigned newval = MI->getOperand(4).getReg(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 854 milliseconds

1 2 3 45