HomeSort by relevance Sort by last modified time
    Searched refs:up (Results 176 - 200 of 2165) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/libc/arch-mips/bionic/
__bionic_clone.S 39 # set up child stack
  /build/kati/testcase/
export.mk 19 # up FOO, BAR, X, Y, and Z.
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
ast.h 50 struct _ast *left, *up; member in struct:_ast
58 #define AST_REQUIRED_FIELDS struct _ast *right, *down, *left, *up;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
ast.h 50 struct _ast *left, *up; member in struct:_ast
58 #define AST_REQUIRED_FIELDS struct _ast *right, *down, *left, *up;
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
mulll.S 52 # Set up the local stack for Multiplicand parameter
60 # Set up the local stack for Multiplier parameter
  /external/Microsoft-GSL/tests/
notnull_tests.cpp 50 std::unique_ptr<int> up = std::make_unique<int>(120); local
51 not_null<int*> p = up;
  /external/autotest/client/deps/lansim/src/py/
tuntap_unittest.py 53 """Tests if it is possible to bring up and down the interface."""
61 tap.up()
63 # Checks that calling up() twice is harmless.
64 tap.up()
  /external/dnsmasq/src/
dbus.c 86 struct watch **up, *w; local
88 for (up = &(daemon->watches), w = daemon->watches; w; w = w->next)
91 *up = w->next;
95 up = &(w->next);
102 struct server *serv, *tmp, **up; local
246 for (serv = daemon->servers, up = &daemon->servers; serv; serv = tmp)
252 *up = serv->next;
256 up = &serv->next;
302 /* returns NULL or error message, may fail silently if dbus daemon not yet up. */
328 if ((message = dbus_message_new_signal(DNSMASQ_PATH, DNSMASQ_SERVICE, "Up")))
    [all...]
  /external/nanopb-c/generator/
protoc-gen-nanopb.bat 8 :: path is already set up properly and there is no need to give
  /external/proguard/bin/
proguardgui.bat 3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,
retrace.bat 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
  /external/syslinux/core/lwip/src/include/netif/
ppp_oe.h 151 void (*sc_linkStatusCB)(int pd, int up);
174 err_t pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc **scptr);
  /external/v8/src/js/
proxy.js 25 //Set up non-enumerable properties of the Proxy object.
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridScrollListenerTest.java 80 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, local
83 inst.sendKeySync(up);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListScrollListenerTest.java 77 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, local
80 inst.sendKeySync(up);
  /prebuilts/go/darwin-x86/src/os/signal/
example_test.go 14 // Set up channel on which to send signal notifications.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug450.go 9 // variables to end up with wrong data.
issue15747b.go 8 // then it's easy to end up not initializing the '&x' pseudo-variable
  /prebuilts/go/linux-x86/src/os/signal/
example_test.go 14 // Set up channel on which to send signal notifications.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug450.go 9 // variables to end up with wrong data.
issue15747b.go 8 // then it's easy to end up not initializing the '&x' pseudo-variable
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguardgui.bat 3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,
retrace.bat 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
  /sdk/files/proguard/bin/
proguardgui.bat 3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,
retrace.bat 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file

Completed in 560 milliseconds

1 2 3 4 5 6 78 91011>>