HomeSort by relevance Sort by last modified time
    Searched refs:atoi (Results 426 - 450 of 783) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c 539 yylvalpp->sc_int=atoi(yylvalpp->symbol_name);
544 yylvalpp->sc_int=atoi(yylvalpp->symbol_name);
677 yylvalpp->sc_int=atoi(yylvalpp->symbol_name);
952 yylvalpp->sc_int = atoi(yylvalpp->symbol_name);
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Shader.cpp 258 size = atoi(array + 1);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.cpp 110 m_printTree = printTreeFlag && atoi(printTreeFlag);
  /external/webkit/Tools/DumpRenderTree/chromium/
DumpRenderTree.cpp 93 shell.setLayoutTestTimeout(atoi(timeOut.c_str()));
  /external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp 206 int index = atoi(data[j].data);
  /frameworks/base/core/jni/
android_net_wifi_Wifi.cpp 66 return static_cast<jint>(atoi(reply));
android_util_Process.cpp 138 return atoi(str);
169 return atoi(str);
238 t_pid = atoi(de->d_name);
933 int pid = atoi(d->d_name);
  /frameworks/base/libs/hwui/
FontRenderer.cpp 64 mSmallCacheWidth = atoi(property);
68 mSmallCacheHeight = atoi(property);
72 mLargeCacheWidth = atoi(property);
76 mLargeCacheHeight = atoi(property);
  /frameworks/native/opengl/tests/filter/
filter.cpp 22 const int test = atoi(argv[1]);
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 113 render(argc==2 ? atoi(argv[1]) : ITERATIONS);
  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 288 TestBassBoostPathFromFD(sl, argv[1], (int16_t)atoi(argv[2]), alwaysOn);
slesTestVirtualizerPath.cpp 290 TestVirtualizerPathFromFD(sl, argv[1], (int16_t)atoi(argv[2]), alwaysOn);
  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayStreamType.cpp 265 TestStreamTypeConfiguration(sl, argv[1], (SLint32)atoi(argv[2]));
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 413 DESCRIPTION: wrapper to the OS atoi fucntion
419 return (S32)atoi(str);
  /libcore/luni/src/main/native/
java_lang_ProcessManager.cpp 71 androidSystemPropertiesFd = atoi(fdString);
  /system/core/libsysutils/src/
NetlinkEvent.cpp 198 mSeq = atoi(a);
  /system/core/toolbox/
du.c 107 depth = atoi(optarg);
  /external/ping/
ping.c 176 npackets = atoi(optarg);
213 deadline = atoi(optarg);
220 preload = atoi(optarg);
233 sndbuf = atoi(optarg);
253 datalen = atoi(optarg);
267 ttl = atoi(optarg);
280 lingertime = atoi(optarg);
    [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 575 numInputBuffers = atoi(argv[9]);
576 numOutputBuffers = atoi(argv[10]);
645 command = atoi(argv[6]);
675 testcnt = atoi(argv[11]);
688 testcnt1 = atoi(argv[11]);
737 dasfmode = atoi(argv[7]);
926 pAmrParam->eAMRBandMode = atoi(argv[5]);
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp 553 if ( framerate != atoi(mCameraProperties->get(CameraProperties::PREVIEW_FRAME_RATE)) )
    [all...]
  /dalvik/vm/
Init.cpp 630 gDvmJit.pcTable[idx++] = atoi(tmp);
753 int tmpInt = atoi(curLine);
    [all...]
  /external/quake/quake/src/WinQuake/
host_cmd.cpp 1161 top = bottom = atoi(Cmd_Argv(1));
1164 top = atoi(Cmd_Argv(1));
1165 bottom = atoi(Cmd_Argv(2));
1539 v = atoi (Cmd_Argv(2));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 580 int nTmp = atoi(sArgv[2]);
597 *nIpBuffs = atoi(sArgv[5]);
599 *nIpBufSize = atoi(sArgv[6]);
601 *nOpBuffs = atoi(sArgv[7]);
603 *nOpBufSize = atoi(sArgv[8]);
    [all...]

Completed in 2848 milliseconds

<<11121314151617181920>>