/external/opencore/codecs_v2/audio/aac/dec/src/ |
sbr_code_book_envlevel.cpp | 131 /* direction: time 169 /* direction: freq 214 /* direction: time 234 /* direction: freq 261 /* direction: time 285 /* direction: freq 316 /* direction: time 330 /* direction: time (?) 351 /* direction: time 382 /* direction: tim [all...] |
/external/webkit/WebCore/rendering/ |
RenderBox.cpp | 215 // It's sufficient to just check one direction, since it's illegal to have visible on only one overflow value. 265 if (style()->direction() == LTR) 352 switch (style()->boxReflect()->direction()) { 373 if (style()->boxReflect()->direction() == ReflectionLeft || style()->boxReflect()->direction() == ReflectionRight) 385 switch (style()->boxReflect()->direction()) { 412 bool RenderBox::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier, Node** stopNode) 415 if (l && l->scroll(direction, granularity, multiplier)) { 426 return b->scroll(direction, granularity, multiplier, stopNode); 2708 TextDirection direction = box ? box->direction() : style()->direction(); local [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
sbr_code_book_envlevel.cpp | 131 /* direction: time 169 /* direction: freq 214 /* direction: time 234 /* direction: freq 261 /* direction: time 285 /* direction: freq 316 /* direction: time 330 /* direction: time (?) 351 /* direction: time 382 /* direction: tim [all...] |
/external/webkit/WebCore/inspector/front-end/ |
utilities.js | 61 Node.prototype.rangeOfWord = function(offset, stopCharacters, stayWithinNode, direction) 71 if (!direction || direction === "backward" || direction === "both") { 106 if (!direction || direction === "forward" || direction === "both") {
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebViewFactory.mm | 345 return UI_STRING("Paragraph Direction", "Paragraph direction context sub-menu item"); 347 return UI_STRING("Writing Direction", "Writing direction context sub-menu item"); 353 return UI_STRING("Selection Direction", "Selection direction context sub-menu item"); 358 return UI_STRING("Default", "Default writing direction context menu item");
|
/external/icu4c/i18n/ |
tridpars.cpp | 102 * @param dir the direction. If the direction is REVERSE then the 103 * SingleID is constructed for the reverse direction. 239 * @param dir the direction. 251 * applies to the given direction. The caller should discard it 296 // In the forward direction, append the pattern to the 338 * @param dir the direction. 347 * a newly created global filter for this ID in this direction, or 457 * elements like "(A)" in the forward direction, or "A()" in
|
/frameworks/base/tools/aidl/ |
aidl.cpp | 66 convert_direction(const char* direction) 68 if (direction == NULL) { 71 if (0 == strcmp(direction, "in")) { 74 if (0 == strcmp(direction, "out")) { 440 if (arg->direction.data == NULL 450 if (convert_direction(arg->direction.data) != IN_PARAMETER 456 arg->direction.data, arg->type.type.data, 464 m->type.array_token.lineno, index, arg->direction.data, 473 m->type.array_token.lineno, index, arg->direction.data,
|
/external/dnsmasq/src/ |
dbus.c | 29 " <arg name=\"data\" direction=\"out\" type=\"s\"/>\n" 36 " <arg name=\"version\" direction=\"out\" type=\"s\"/>\n" 39 " <arg name=\"servers\" direction=\"in\" type=\"av\"/>\n"
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_mac.h | 209 int direction); 275 int direction); 287 int direction);
|
/external/skia/include/core/ |
SkPoint.h | 160 /** Set the point (vector) to be unit-length in the same direction as it 167 /** Set the point (vector) to be unit-length in the same direction as the 180 direction as (x,y). If the vector (x,y) has a degenerate length
|
/external/webkit/WebKit/mac/Misc/ |
WebKitNSStringExtras.mm | 56 UCharDirection direction = u_charDirection(buffer[i]); 57 if (direction == U_RIGHT_TO_LEFT || direction > U_OTHER_NEUTRAL)
|
/hardware/libhardware/include/hardware/ |
sensors.h | 133 * azimuth: angle between the magnetic north direction and the Y axis, around 144 * direction (mathematically speaking, it should be positive in the 145 * counter-clockwise direction):
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothShare.java | 127 * The name of the column containing the direction (Inbound/Outbound) of the 136 public static final String DIRECTION = "direction";
|
/frameworks/base/media/java/android/media/ |
AudioService.java | 402 public void adjustVolume(int direction, int flags) { 403 adjustSuggestedStreamVolume(direction, AudioManager.USE_DEFAULT_STREAM_TYPE, flags); 407 public void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags) { 416 adjustStreamVolume(streamType, direction, flags); 420 public void adjustStreamVolume(int streamType, int direction, int flags) { 421 ensureValidDirection(direction); 435 adjustVolume = checkForRingerModeChange(oldIndex, direction); 442 streamState.adjustLastAudibleIndex(direction); 449 if (adjustVolume && streamState.adjustIndex(direction)) { [all...] |
/frameworks/base/core/java/android/view/ |
ViewGroup.java | 400 void handleFocusGainInternal(int direction, Rect previouslyFocusedRect) { 405 super.handleFocusGainInternal(direction, previouslyFocusedRect); 463 * Find the nearest view in the specified direction that wants to take 467 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, and 470 public View focusSearch(View focused, int direction) { 475 return FocusFinder.getInstance().findNextFocus(this, focused, direction); 477 return mParent.focusSearch(focused, direction); 493 public boolean dispatchUnhandledMove(View focused, int direction) { 495 mFocused.dispatchUnhandledMove(focused, direction); 616 public void addFocusables(ArrayList<View> views, int direction) { [all...] |
/bionic/libm/man/ |
nextafter.3 | 66 in direction
|
/bionic/libm/src/ |
e_sqrtf.c | 74 /* use floating add to find out rounding direction */
|
s_nextafter.c | 20 * direction toward y.
|
s_nextafterl.c | 20 * direction toward y.
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
DiscretePathEffectTest.java | 104 // green line must vary in y direction
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Clipping.java | 84 mPath.addCircle(50, 50, 50, Path.Direction.CCW);
|
/external/bluetooth/bluez/gdbus/ |
object.c | 56 const char *direction) 104 if (direction) 106 "\t\t\t<arg type=\"%s\" direction=\"%s\"/>\n", 107 type, direction);
|
/external/dropbear/ |
cli-algo.c | 33 * direction MUST be the first algorithm on the client's list
|
/external/fdlibm/ |
s_nextafter.c | 17 * direction toward y.
|
/external/freetype/include/freetype/ |
ftpfr.h | 79 * Same as `ametrics_x_scale' but for the vertical direction.
|