Searched refs:turn (Results 1 - 25 of 46) sorted by path

12

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as57 * To turn off single token insertion or deletion error
124 * to get single token insertion and deletion. Use this to turn of
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas714 /// To turn off single token insertion or deletion error
1366 /// want to quit upon first error, you can turn off the automatic error
2019 /// to get single token insertion and deletion. Use this to turn off
/external/bison/build-aux/
H A Dtexinfo.tex63 % and turn on active characters that we couldn't do earlier because
2476 % We *must* turn on hyphenation at `-' and `_' in @code.
2482 % We must therefore turn them both off (\tclose does that)
3421 % When we turn headings on, set the page number to 1.
4080 % Make sure that spaces turn into tokens that match what \doignoretext wants.
6540 \hbadness=10000 % Last line will usually be underfull, so turn off
6548 \hbadness=10000 % Last line will usually be underfull, so turn off
7129 % If we encounter &foo, then turn on ()-hacking afterwards
9950 % So turn them off again, and have \everyjob (or @setfilename) turn the
[all...]
/external/bison/
H A Dconfigure2461 --enable-gcc-warnings turn on lots of GCC warnings (not recommended)
2463 --disable-assert turn off assertions
7505 # meanwhile, turn warnings about unknown options into errors in
/external/chromium_org/chrome/browser/resources/options/
H A Deasy_unlock_turn_off_overlay.css5 #easy-unlock-turn-off-overlay {
/external/chromium_org/content/shell/renderer/test_runner/resources/fonts/
H A Dfonts.conf230 <!-- FontConfig doesn't currently provide a well-defined way to turn on
/external/chromium_org/third_party/freetype/src/base/
H A Dftstroke.c1205 FT_Angle turn; local
1209 turn = FT_Angle_Diff( stroker->angle_in, stroker->angle_out );
1211 /* no specific corner processing is required if the turn is 0 */
1212 if ( turn == 0 )
1215 /* when we turn to the right, the inside side is 0 */
1219 if ( turn < 0 )
1891 FT_Angle turn; local
1906 turn = FT_Angle_Diff( stroker->angle_in,
1909 /* no specific corner processing is required if the turn is 0 */
1910 if ( turn !
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectionfactory_unittest.cc59 static const char kTurnIceServer[] = "turn:test%40hello.com@test.com:1234";
61 "turn:test@hello.com?transport=tcp";
69 "turn:test.com:1234";
82 "turn:test@[2401:fa00:4::]:1234";
250 webrtc::PortAllocatorFactoryInterface::TurnConfiguration turn(
252 turn_configs.push_back(turn);
271 webrtc::PortAllocatorFactoryInterface::TurnConfiguration turn(
273 turn_configs.push_back(turn);
H A Dportallocatorfactory.cc57 const std::vector<TurnConfiguration>& turn) {
68 for (size_t i = 0; i < turn.size(); ++i) {
69 cricket::RelayCredentials credentials(turn[i].username, turn[i].password);
72 if (cricket::StringToProto(turn[i].transport_type.c_str(), &protocol)) {
74 turn[i].server, protocol, turn[i].secure));
77 relay_server.priority = static_cast<int>(turn.size() - i - 1);
80 LOG(LS_WARNING) << "Ignoring TURN server " << turn[i].server << ". "
81 << "Reason= Incorrect " << turn[
55 CreatePortAllocator( const std::vector<StunConfiguration>& stun, const std::vector<TurnConfiguration>& turn) argument
[all...]
H A Dportallocatorfactory.h57 const std::vector<TurnConfiguration>& turn);
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dconfigure.sh85 ${toggle_optimizations} turn on/off compiler optimization flags
86 ${toggle_pic} turn on/off Position Independent Code
87 ${toggle_ccache} turn on/off compiler cache
1105 #for 32 bit x86 builds, -O3 did not turn on this flag
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp452 int turn = firstDirection ^ (corners - 1); local
453 int directionCycle = 3 == corners ? 0 : nextDirection ^ turn;
454 if ((directionCycle ^ turn) != nextDirection) {
1322 // now turn before/after into normals
/external/chromium_org/v8/test/cctest/
H A Dtest-threads.cc42 static Turn turn = FILL_CACHE; variable
56 CHECK_EQ(FILL_CACHE, turn);
69 turn = CLEAN_CACHE;
75 } while (turn != SECOND_TIME_FILL_CACHE);
80 turn = DONE;
94 if (turn == CLEAN_CACHE) {
101 turn = SECOND_TIME_FILL_CACHE;
122 CHECK_EQ(DONE, turn);
/external/clang/test/SemaCXX/
H A Dwarn-bool-conversion.cpp58 expected-note {{suffix with parentheses to turn this into a function call}}
/external/freetype/src/base/
H A Dftstroke.c1205 FT_Angle turn; local
1209 turn = FT_Angle_Diff( stroker->angle_in, stroker->angle_out );
1211 /* no specific corner processing is required if the turn is 0 */
1212 if ( turn == 0 )
1215 /* when we turn to the right, the inside side is 0 */
1219 if ( turn < 0 )
1891 FT_Angle turn; local
1906 turn = FT_Angle_Diff( stroker->angle_in,
1909 /* no specific corner processing is required if the turn is 0 */
1910 if ( turn !
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dsize_classes.sh187 * be defined prior to inclusion, and it in turn defines:
/external/libpng/
H A Dconfigure1486 call to png_set_option; yes/on: turn on
12886 # --disable-unversioned-links must be given to turn the option off.
14857 # turn spaces into newlines.
14860 # turn newlines into spaces.
15051 # Compiler flag to turn off builtin functions.
/external/libunwind/doc/
H A Dlibunwind-ia64.tex70 convenience macros. Below, we describe each kind in turn:
H A Dlibunwind-ptrace.tex68 Next, the application can turn on ptrace-mode on the target process,
H A Dlibunwind.tex293 \Const{UNW\_CACHE\_NONE}, it is possible to turn off caching
/external/libvorbis/doc/
H A D05-comment.tex19 they turn out to be, eg:
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh85 ${toggle_optimizations} turn on/off compiler optimization flags
86 ${toggle_pic} turn on/off Position Independent Code
87 ${toggle_ccache} turn on/off compiler cache
1084 #for 32 bit x86 builds, -O3 did not turn on this flag
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli849 null-terminated (but see {!const_stringz}). This value can in turn be used
856 value can in turn be used as the initializer for a global variable.
862 This value can in turn be used as the initializer for a global variable.
868 in the context [context]. This value can in turn be used as the initializer
874 This value can in turn be used as the initializer
880 values [elts] in the context [context]. This value can in turn be used as
/external/llvm/lib/Support/Unix/
H A DProgram.inc387 // We exited normally without timeout, so turn off the timer.
/external/llvm/lib/Support/Windows/
H A DSignals.inc41 // we will turn off the warnings for this just file. However, MinGW also does
42 // not support push and pop for diagnostics, so we have to manually turn it

Completed in 766 milliseconds

12