/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_atom_texture.c | 395 GLuint su; local 399 for (su = 0; su < ctx->Const.MaxTextureCoordUnits; su++) { 400 if (fprog->Base.SamplersUsed & (1 << su)) { 401 const GLuint texUnit = fprog->Base.SamplerUnits[su];
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_texture.c | 395 GLuint su; local 399 for (su = 0; su < ctx->Const.MaxTextureCoordUnits; su++) { 400 if (fprog->Base.SamplersUsed & (1 << su)) { 401 const GLuint texUnit = fprog->Base.SamplerUnits[su];
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
function.h | 497 #define current_function_static_stack_size (cfun->su->static_stack_size) 498 #define current_function_dynamic_stack_size (cfun->su->dynamic_stack_size) 499 #define current_function_pushed_stack_size (cfun->su->pushed_stack_size) 501 (cfun->su->has_unbounded_dynamic_stack_size) 525 struct stack_usage *su; 524 struct stack_usage *su; variable in typeref:struct:stack_usage
|
/external/valgrind/main/include/ |
pub_tool_tooliface.h | 316 Bool (*recognised_suppression)(const HChar* name, Supp* su), 324 Int* lineno, Supp* su), 329 Bool (*error_matches_suppression)(Error* err, Supp* su), 351 Bool (*print_extra_suppression_use)(Supp* su, 355 // is suppressed by su. update_extra_suppression_use typically 359 void (*update_extra_suppression_use)(Error* err, Supp* su) [all...] |
/external/valgrind/main/memcheck/ |
mc_errors.c | [all...] |
mc_include.h | 402 Bool MC_(is_recognised_suppression) ( const HChar* name, Supp* su ); 405 SizeT* nBuf, Int* lineno, Supp *su ); 407 Bool MC_(error_matches_suppression) ( Error* err, Supp* su ); 411 Bool MC_(print_extra_suppression_use) ( Supp* su, 413 void MC_(update_extra_suppression_use) ( Error* err, Supp* su );
|
/external/valgrind/main/exp-sgcheck/ |
pc_common.c | 723 Bool pc_is_recognised_suppression ( const HChar* name, Supp *su ) 734 VG_(set_supp_kind)(su, skind); 739 SizeT* nBufp, Int* lineno, Supp* su ) 742 if (VG_(get_supp_kind)(su) == XS_SysParam) { 745 VG_(set_supp_string)(su, VG_(strdup)("pc.common.presi.1", *bufpp)); 750 Bool pc_error_matches_suppression (Error* err, Supp* su) 753 switch (VG_(get_supp_kind)(su)) { 761 VG_(get_supp_kind)(su)); 796 Bool pc_print_extra_suppression_use ( Supp* su, 802 void pc_update_extra_suppression_use (Error* err, Supp* su) [all...] |
/external/chromium_org/third_party/skia/experimental/webtry/setup/ |
webtry_setup.sh | 14 sudo su webtry -c /home/webtry/continue_install
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
asciidoc.conf | 11 (?su)[\\]?(?P<name>linkperf):(?P<target>\S*?)\[(?P<attrlist>.*?)\]=
|
/external/skia/experimental/webtry/setup/ |
webtry_setup.sh | 14 sudo su webtry -c /home/webtry/continue_install
|
/external/llvm/lib/CodeGen/ |
PostRASchedulerList.cpp | 175 void ReleaseSucc(SUnit *SU, SDep *SuccEdge); 176 void ReleaseSuccessors(SUnit *SU); 177 void ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle); 240 if (SUnit *SU = Sequence[i]) 241 SU->dump(this); 389 DEBUG(for (unsigned su = 0, e = SUnits.size(); su != e; ++su) 390 SUnits[su].dumpAll(this)); 421 void SchedulePostRATDList::ReleaseSucc(SUnit *SU, SDep *SuccEdge) [all...] |
/external/netcat/ |
netcat.c | 59 #define SUN_LEN(su) \ 60 (sizeof(*(su)) - sizeof((su)->sun_path) + strlen((su)->sun_path))
|
/system/security/keystore/ |
test-keystore | 53 run adb shell su $user keystore_cli "$@"
|
/external/valgrind/main/helgrind/ |
hg_errors.c | [all...] |
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_act.c | 1013 tBT_UUID su; local 1014 memset(&su, 0, sizeof(su)); 1017 su.len = 2; 1020 su.uu.uuid16 = ntohs(u16); 1021 APPL_TRACE_DEBUG("shorten to 16 bits uuid: %x", su.uu.uuid16); 1073 tBT_UUID su = shorten_sdp_uuid(&bta_jv_cb.uuid); local [all...] |
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_utils.c | 75 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128]; local 97 bta_gatt_convert_uuid16_to_uuid128(su, p_src->uu.uuid16); 98 ps = su;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ResourcePriorityQueue.cpp | 72 ResourcePriorityQueue::numberRCValPredInSU(SUnit *SU, unsigned RCId) { 74 for (SUnit::pred_iterator I = SU->Preds.begin(), E = SU->Preds.end(); 109 unsigned ResourcePriorityQueue::numberRCValSuccInSU(SUnit *SU, 112 for (SUnit::const_succ_iterator I = SU->Succs.begin(), E = SU->Succs.end(); 147 static unsigned numberCtrlDepsInSU(SUnit *SU) { 149 for (SUnit::const_succ_iterator I = SU->Succs.begin(), E = SU->Succs.end(); 157 static unsigned numberCtrlPredInSU(SUnit *SU) { 650 SUnit *su = q.pop(); local [all...] |
ScheduleDAGFast.cpp | 86 /// AddPred - adds a predecessor edge to SUnit SU. 88 void AddPred(SUnit *SU, const SDep &D) { 89 SU->addPred(D); 92 /// RemovePred - removes a predecessor edge from SUnit SU. 94 void RemovePred(SUnit *SU, const SDep &D) { 95 SU->removePred(D); 99 void ReleasePred(SUnit *SU, SDep *PredEdge); 100 void ReleasePredecessors(SUnit *SU, unsigned CurCycle); 127 DEBUG(for (unsigned su = 0, e = SUnits.size(); su != e; ++su [all...] |
ScheduleDAGSDNodes.cpp | 79 SUnit *SU = &SUnits.back(); 84 SU->SchedulingPref = Sched::None; 86 SU->SchedulingPref = TLI.getSchedulingPreference(N); 87 return SU; 91 SUnit *SU = newSUnit(Old->getNode()); 92 SU->OrigNode = Old->OrigNode; 93 SU->Latency = Old->Latency; 94 SU->isVRegCycle = Old->isVRegCycle; 95 SU->isCall = Old->isCall; 96 SU->isCallOp = Old->isCallOp [all...] |
/external/chromium_org/v8/test/mjsunit/ |
new-string-add.js | 131 assertEquals("1null", "1" + null, "su");
|
string-add.js | 129 assertEquals("1null", "1" + null, "su");
|
/external/chromium_org/build/android/pylib/linker/ |
test_case.py | 113 because its implementation assumes the device has 'su', and thus does
|
/external/chromium_org/build/android/ |
adb_gdb | 169 --su-prefix=*) 320 --su-prefix=<prefix> Prepend <prefix> to 'adb shell' commands that are 322 the 'su' program on rooted production devices. 323 e.g. --su-prefix="su -c" 848 SU_PREFIX_TEST_LOG=$TMPDIR/su-prefix.log 851 echo "ERROR: Cannot use '$SU_PREFIX' as a valid su prefix:" 879 panic "Are you sure your --su-prefix is correct?" 881 panic "Use --su-prefix if the application is not debuggable."
|
/frameworks/base/services/core/java/com/android/server/pm/ |
Settings.java | 2962 SharedUserSetting su = null; local [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_utils.c | 1002 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128]; local 1027 gatt_convert_uuid16_to_uuid128(su, src.uu.uuid16); 1028 ps = su; 1032 gatt_convert_uuid32_to_uuid128(su, src.uu.uuid32); 1033 ps = su; [all...] |