Searched
full:forward (Results
451 -
475 of
4710) sorted by null
<<11121314151617181920>>
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/ |
HierarchyViewerPluginDirector.java | 80 // forward. 104 // forward.
|
/bionic/libc/arch-x86/string/ |
swab.S | 22 cld # set direction forward
|
/cts/suite/audio_quality/lib/src/ |
Adb.cpp | 35 if (command.appendFormat("forward tcp:%d tcp:%d", hostPort, devicePort) != 0) {
|
/cts/tests/tests/drm/src/android/drm/cts/configs/ |
FwdLockConfig.java | 30 return "Forward Lock";
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/ |
Test_goto_16.java | 25 * @title check forward and backward goto. This test also tests constraint C17 allowing to have
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/ |
Test_goto_32.java | 25 * @title check forward and backward goto. This test also tests constraint C17 allowing to have
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/ |
Test_opc_goto.java | 25 * @title forward and backward goto. This test also tests constraint C17 allowing to have
|
/dalvik/vm/compiler/ |
CompilerUtility.h | 55 /* Forward declarations */
|
/dalvik/vm/compiler/codegen/arm/ |
Codegen.h | 37 /* Forward decalraton the portable versions due to circular dependency */
|
/dalvik/vm/compiler/codegen/mips/ |
Codegen.h | 37 /* Forward-declare the portable versions due to circular dependency */
|
/development/scripts/ |
reverse_tether.sh | 160 sudo iptables -P FORWARD ACCEPT 165 sudo iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT 166 sudo iptables -A FORWARD -m state --state NEW -i $HOST_DEV -j ACCEPT 167 sudo iptables -P FORWARD DROP
|
/external/bluetooth/bluedroid/bta/av/ |
bta_av_cfg.c | 141 8=REWIND, 9=FAST_FOR, 10=EJECT, 11=FORWARD, 147 8=REWIND, 9=FAST_FOR, 10=EJECT, 11=FORWARD, 152 8=REWIND, 9=FAST_FOR, 10=EJECT, 11=FORWARD, 189 8=REWIND, 9=FAST_FOR, 10=EJECT, 11=FORWARD,
|
/external/chromium/base/win/ |
pe_image.h | 35 // function is the actual address of the symbol. If forward is not null, it 36 // contains the dll and symbol to forward this export to. cookie is the value 41 LPCSTR forward, PVOID cookie); 144 // the string that describes the forward.
|
/external/chromium/chrome/browser/chromeos/login/ |
username_view.h | 14 // Forward declaration.
|
/external/chromium/chrome/browser/resources/options/ |
search_engine_manager.js | 84 // Forward to both lists; the one without a matching modelIndex will ignore
|
/external/chromium/chrome/browser/sync/sessions/ |
test_util.cc | 28 // completed implies that the Syncer was unable to make forward progress
|
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
tab_manipulation.applescript | 39 go forward
|
/external/chromium/third_party/libjingle/source/talk/base/ |
winfirewall.h | 33 typedef long HRESULT; // Can't forward declare typedef, but don't need all win
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/ |
p1.cpp | 25 struct Incomplete; // expected-note {{forward declaration}}
|
/external/clang/test/Sema/ |
bitfield.c | 2 enum e0; // expected-note{{forward declaration of 'enum e0'}}
|
compound-literal.c | 29 struct Incomplete; // expected-note{{forward declaration of 'struct Incomplete'}}
|
pointer-addition.c | 3 typedef struct S S; // expected-note 3 {{forward declaration of 'struct S'}}
|
/external/clang/test/SemaCXX/ |
switch.cpp | 37 struct C; // expected-note{{forward declaration}}
|
/external/clang/test/SemaObjC/ |
special-dep-unavail-warning.m | 30 @class C; // expected-note 5 {{forward declaration of class here}}
|
typedef-class.m | 57 @class XCElementToggler; // expected-warning {{redefinition of forward class 'XCElementToggler' of a typedef name of an object type is ignored}}
|
Completed in 921 milliseconds
<<11121314151617181920>>