/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
tsc_capability.cpp | 635 bool TSC_capability::IsSegmentable(TPVDirection direction, PV2WayMediaType media_type) 637 OSCL_UNUSED_ARG(direction); [all...] |
/external/webkit/WebKit/android/nav/ |
CachedNode.h | 73 BEST_DIRECTION, // can be reached by another direction
|
/frameworks/base/core/java/android/text/method/ |
Touch.java | 151 // the direction of the drag
|
/frameworks/base/core/tests/coretests/src/android/util/ |
GridScenario.java | 145 * Sets the stacking direction
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
PowerMgr.c | 238 tmRegParam.Direction = TRAFF_DOWN; 246 tmRegParam.Direction = TRAFF_UP; 283 tmRegParam.Direction = TRAFF_UP; 289 tmRegParam.Direction = TRAFF_DOWN; [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
TextHighlightingAnimation.java | 266 // If we have started dimming, reverse the direction and adjust the target
|
/packages/apps/Settings/src/com/android/settings/ |
AppWidgetPickActivity.java | 68 // Read the appWidgetId passed our direction, otherwise bail if not found
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
PowerMgr.c | 238 tmRegParam.Direction = TRAFF_DOWN; 246 tmRegParam.Direction = TRAFF_UP; 283 tmRegParam.Direction = TRAFF_UP; 289 tmRegParam.Direction = TRAFF_DOWN; [all...] |
/dalvik/vm/ |
LinearAlloc.c | 453 static void updatePages(Object* classLoader, void* mem, int direction) 468 LOGVV("--- updating pages %d-%d (%d)\n", firstPage, lastPage, direction); 478 if (direction < 0) {
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetwork.java | 112 String direction = command.get(1); local 113 if ("open".equals(direction)) { 116 } else if ("close".equals(direction)) {
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 60 IO layer -- indicating the device, CPU number, time stamp, IO direction, 98 \item[IO direction] The same IO direction (read/write) is maintained.
|
/external/bluetooth/bluez/audio/ |
telephony-ofono.c | 349 int direction; local 351 direction = vc->originating ? 354 telephony_list_current_call_ind(i, direction, vc->status,
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
tscmain.h | 322 void MuxErrorOccurred(TPVDirection direction, TPVMuxComponent component, PVMFStatus error, 345 void CERejectIndication(CESource source, CECause cause, CEDirection direction); 379 OSCL_IMPORT_REF void SetSduSize(TPVDirection direction, uint16 size, TPVAdaptationLayer al);
|
/external/quake/quake/src/QW/progs/ |
triggers.qc | 86 // if the trigger has an angles field, check player's facing direction
160 if "angle" is set, the trigger will only fire when someone is facing the direction of the angle. Use "360" for an angle of 0.
631 Walking monsters that touch this will jump in the direction of the trigger's angle
|
/external/skia/src/animator/ |
SkAnimatorScript.cpp | 501 "<emboss id='emboss' direction='[1,1,1]' />\n" 503 "<animate id='animation' field='direction' target='emboss' from='[1,1,1]' to='[-1,1,1]' dur='1'/>\n" 504 "<set lval='direction[0]' target='emboss' to='-1' />\n"
|
SkAnimatorScript2.cpp | 525 "<emboss id='emboss' direction='[1,1,1]' />" 527 "<animateField id='animation' field='direction' target='emboss' from='[1,1,1]' to='[-1,1,1]' dur='1'/>" 528 "<set lval='direction[0]' target='emboss' to='-1' />"
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
TestActivity.java | 131 * values.put(BluetoothShare.DIRECTION, 202 * BluetoothShare._DATA, BluetoothShare.DIRECTION, 254 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND);
|
/external/icu4c/test/cintltst/ |
cbiditst.c | 48 static void _testManyInverseBidi(UBiDi *pBiDi, UBiDiLevel direction); 51 UBiDiLevel direction, UErrorCode *pErrorCode); 189 log_verbose("ubidi_setPara(tests[%d], paraLevel %d) ok, direction %d paraLevel=%d\n", 197 log_verbose("ubidi_setLine(%d, %d) ok, direction %d paraLevel=%d\n", 443 log_err("Direction: %d", ubidi_getDirection(bidi)); fputs("\n", stderr); [all...] |
/external/icu4c/io/unicode/ |
ustdio.h | 209 * Enum for which direction of stream a transliterator applies to. 647 * @param direction either U_READ, U_WRITE, or U_READWRITE - sets 648 * which direction the transliterator is to be applied to. If 650 * direction. 659 u_fsettransliterator(UFILE *file, UFileDirection direction, [all...] |
/external/webkit/WebCore/page/ |
Frame.cpp | 931 RefPtr<CSSValue> direction; local 934 direction = mutableStyle->getPropertyCSSValue(CSSPropertyDirection); 943 if (direction) { 944 ASSERT(direction->isPrimitiveValue()); 945 mutableStyle->setProperty(CSSPropertyDirection, static_cast<CSSPrimitiveValue*>(direction.get())->getIdent()); [all...] |
/external/freetype/src/raster/ |
ftraster.c | 86 /* o a direction, indicating whether it was built going `up' or */ 113 /* a change of direction is detected in the outline, a new profile is */ [all...] |
/frameworks/base/core/java/android/widget/ |
AbsListView.java | 983 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { 984 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
RegionTest.java | [all...] |
/dalvik/libcore/sql/src/main/java/java/sql/ |
ResultSet.java | 112 * in the forward direction, first to last. 118 * in the reverse direction, last to first. 633 * Gets the direction in which rows are fetched for this {@code ResultSet} 636 * @return the fetch direction. Will be one of: [all...] |
/external/freetype/src/autofit/ |
aflatin.c | 44 /* scan the array of segments in each direction */ 1003 /* current direction. To do so, we simply scan each segment and try */ 1096 /* - edge's main direction */ [all...] |