OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:turn
(Results
101 - 125
of
5183
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_data_utils.py
44
Make sure provider
turn
off tethering.
45
Make sure clients reset WiFi and
turn
on cellular data.
80
Turn
off WiFi on clients.
81
Turn
off data and reset WiFi on clients.
83
Turn
on WiFi tethering on provider.
133
log.error("
Turn
off Data on client fail. {}".format(
138
"WiFI Tethering:
Turn
on WiFi tethering on {}. SSID: {}, password: {}".format(
230
Turn
off WiFi, verify data is on cell and browse to google.com is OK.
231
Turn
on WiFi, verify data is on WiFi and browse to google.com is OK.
232
Turn
off WiFi, verify data is on cell and browse to google.com is OK
[
all
...]
/external/webrtc/webrtc/tools/loopback_test/
loopback_test.js
36
// establish a loopback call and force it to go via a
turn
server. This way
44
trace("Dropping non-
turn
candidate: " + candidate.candidate);
200
// Request a
turn
server. This uses the same servers as apprtc.
205
failureCallback("Domain not authorized for
turn
server: " +
210
// Get a
turn
server from computeengineondemand.appspot.com.
212
'
turn
?username=156547625762562&key=4080218913';
237
failureCallback("Failed to get a
turn
server.");
loopback_test.html
24
Such as: create 2 peer connections, establish a call, filter
turn
44
<p>Force
TURN
: <input id="force-
turn
" type="checkbox" checked></p>
58
var forceTurnInput = document.getElementById('force-
turn
');
80
forceTurnInput.checked = (getURLParameter('force-
turn
', 'true') === 'true');
/external/webrtc/webrtc/p2p/base/
turnport_unittest.cc
227
// This
TURN
port will be the controlling.
245
// This
TURN
port will be the controlling.
267
// This
TURN
port will be the controlling.
334
// Retrieve the address again, the
turn
port's address should be
402
// Send ping from UDP to
TURN
.
412
// Send ping from
TURN
to UDP.
424
// Send another ping from UDP to
TURN
.
440
// Make sure
turn
connection can receive.
445
// Destroy the connection on the
turn
port. The TurnEntry is still
446
// there. So the
turn
port gets ping from unknown address if it is pinged
[
all
...]
asyncstuntcpsocket_unittest.cc
155
// Verifying
TURN
channel data message with zero length.
164
// Verifying
TURN
channel data message.
173
// Verifying
TURN
channel messages which needs padding handled properly.
201
// Verifying
TURN
channel data message with invalid length.
219
// a common one for both stun and
turn
.
225
// Verifying a legal large
turn
message.
/art/runtime/base/
mutex_test.cc
48
// GCC has trouble with our mutex tests, so we have to
turn
off thread safety analysis.
62
// GCC has trouble with our mutex tests, so we have to
turn
off thread safety analysis.
80
// GCC has trouble with our mutex tests, so we have to
turn
off thread safety analysis.
116
// GCC has trouble with our mutex tests, so we have to
turn
off thread safety analysis.
160
// GCC has trouble with our mutex tests, so we have to
turn
off thread safety analysis.
/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
rgbringcoder.cxx
103
//
turn
off the ring
106
//
Turn
of RGB LEDS
110
//
turn
off PWM's
125
// Each of the 16 values will produce either a CW
turn
(1),
126
// CCW
turn
(-1) or no movement (0).
/packages/services/Car/car-support-lib/src/android/support/car/navigation/
CarNavigationManager.java
43
/**
Turn
Types */
62
/**
Turn
Side */
87
* @param turnAngle
turn
angle in degrees between the roundabout entry and exit (0..359). Only
89
* @param turnNumber
turn
number, counting around from the roundabout entry to the exit. Only
95
* @param turnSide
turn
side ({@link #TURN_SIDE_LEFT}, {@link #TURN_SIDE_RIGHT} or
/prebuilts/misc/darwin-x86/analyzer/bin/
cxx-analyzer
12
# which in
turn
setup the following env. vars expected by tools/scan-build/c++-analyzer
28
#
Turn
off warning about unused options
31
#
Turn
off unknown warning options
41
#
Turn
off warnings which aren't useful in this context
82
#
Turn
off warnings (at the end) on features we exploit
cxx-syntax
27
#
Turn
on syntax-only
30
#
Turn
off warning about unused options
33
#
Turn
off unknown warning options
43
#
Turn
off warnings which aren't useful in this context
85
#
Turn
off warnings (at the end) on features we exploit
/external/autotest/server/site_tests/power_DarkResumeShutdownServer/
power_DarkResumeShutdownServer.py
72
turn
off AC power
75
turn
on AC power
111
raise error.TestFail('DUT did not
turn
back on after shutting down')
/external/mesa3d/docs/
perf.html
17
<li>
Turn
off smooth shading when you don't need it (glShadeModel)
18
<li>
Turn
off depth buffering when you don't need it.
19
<li>
Turn
off dithering when not needed.
/external/skia/gyp/
codec.gyp
67
#
Turn
on all of the codecs, since we know that we have all of the
69
# required decoding libraries may choose to
turn
the codecs on or
76
#
Turn
on libjpeg-turbo optimizations since we know that the
/external/webrtc/talk/app/webrtc/
umametrics.h
41
// type in the case of non-
TURN
candidates, and the protocol used to connect
42
// to the
TURN
server in the case of
TURN
candidates.
/external/webrtc/webrtc/tools/rtcbot/
test.js
76
// Ask computeengineondemand to give us
TURN
server credentials and URIs.
78
request('https://computeengineondemand.appspot.com/
turn
?username=1234&key=5678',
81
onError('
TURN
request failed');
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
RoomParametersFetcher.java
140
if (server.uri.startsWith("
turn
:")) {
145
// Request
TURN
servers.
168
// Requests & returns a
TURN
ICE Server based on a request URL. Must be run
174
Log.d(TAG, "Request
TURN
from: " + url);
180
throw new IOException("Non-200 response when requesting
TURN
server from "
186
Log.d(TAG, "
TURN
response: " + response);
/hardware/bsp/intel/peripheral/libupm/src/lcd/
lcm1602.h
140
*
Turn
the display on
147
*
Turn
the display off
154
*
Turn
the cursor on
161
*
Turn
the cursor off
168
*
Turn
cursor blink on
175
*
Turn
cursor blink off
/prebuilts/misc/linux-x86/analyzer/bin/
ccc-analyzer
12
# which in
turn
setup the following env. vars expected by tools/scan-build/ccc-analyzer
28
#
Turn
off warning about unused options
31
#
Turn
off unknown warning options
37
# If LOCAL_CC is not clang and not compiling in c++ mode,
turn
on -std=gnu89 by default
44
#
Turn
off warnings which aren't useful in this context
103
#
Turn
off warnings (at the end) on features we exploit
ccc-syntax
27
#
Turn
on syntax-only
30
#
Turn
off warning about unused options
33
#
Turn
off unknown warning options
39
# If LOCAL_CC is not clang and not compiling in c++ mode,
turn
on -std=gnu89 by default
46
#
Turn
off warnings which aren't useful in this context
107
#
Turn
off warnings (at the end) on features we exploit
/developers/samples/android/ui/accessibility/BasicAccessibility/
template-params.xml
60
To run this sample as intended you will need to
turn
on TalkBack (or another text to speach system)
61
on your Android device. Go to Settings > Accessibility > TalkBack to
turn
TalkBack on.
/development/ndk/platforms/android-9/arch-x86/include/asm/
tlbflush_32.h
29
#define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; #
turn
off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; #
turn
PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
SimpleXYPlotActivity.java
52
//
Turn
the above arrays into XYSeries':
54
Arrays.asList(series1Numbers), // SimpleXYSeries takes a List so
turn
our array into a List
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DefaultTransformer.java
27
* provides some simple conversion capabilities to
turn
any java.lang.Number
28
* into a primitive double or to
turn
a String representation of a Number into
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
antRun.pl
31
#
turn
warnings on during dev; generates a few spurious uninitialised var access warnings
34
#and set $debug to 1 to
turn
on trace info (currently unused)
/external/libchrome/base/test/
test_simple_task_runner.h
22
// interface implements SequencedTaskRunner, which in
turn
implements
36
// handles the running of tasks that in
turn
call back into itself
Completed in 705 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>