HomeSort by relevance Sort by last modified time
    Searched refs:le (Results 26 - 50 of 1078) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/network/stress/ns-tools/
create_file 57 if [ $filesize -le 0 ]; then
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
floatobject.h 93 /* The pack routines write 4 or 8 bytes, starting at p. le is a bool
103 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
104 PyAPI_FUNC(int) _PyFloat_Pack8(double x, unsigned char *p, int le);
110 /* The unpack routines read 4 or 8 bytes, starting at p. le is a bool
118 PyAPI_FUNC(double) _PyFloat_Unpack4(const unsigned char *p, int le);
119 PyAPI_FUNC(double) _PyFloat_Unpack8(const unsigned char *p, int le);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
floatobject.h 93 /* The pack routines write 4 or 8 bytes, starting at p. le is a bool
103 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
104 PyAPI_FUNC(int) _PyFloat_Pack8(double x, unsigned char *p, int le);
110 /* The unpack routines read 4 or 8 bytes, starting at p. le is a bool
118 PyAPI_FUNC(double) _PyFloat_Unpack4(const unsigned char *p, int le);
119 PyAPI_FUNC(double) _PyFloat_Unpack8(const unsigned char *p, int le);
  /external/ltp/testcases/network/tcp_cmds/netstat/
netstat01 58 while [ $TST_COUNT -le $NUMLOOPS ]; do
  /frameworks/base/core/java/android/bluetooth/le/
PeriodicAdvertisingCallback.java 17 package android.bluetooth.le;
22 * Bluetooth LE periodic advertising callbacks, used to deliver periodic
ScanCallback.java 17 package android.bluetooth.le;
22 * Bluetooth LE scan callbacks. Scan results are reported using these callbacks.
62 * @param result A Bluetooth LE scan result.
  /prebuilts/gdb/darwin-x86/include/python2.7/
floatobject.h 93 /* The pack routines write 4 or 8 bytes, starting at p. le is a bool
103 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
104 PyAPI_FUNC(int) _PyFloat_Pack8(double x, unsigned char *p, int le);
110 /* The unpack routines read 4 or 8 bytes, starting at p. le is a bool
118 PyAPI_FUNC(double) _PyFloat_Unpack4(const unsigned char *p, int le);
119 PyAPI_FUNC(double) _PyFloat_Unpack8(const unsigned char *p, int le);
  /prebuilts/gdb/linux-x86/include/python2.7/
floatobject.h 93 /* The pack routines write 4 or 8 bytes, starting at p. le is a bool
103 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
104 PyAPI_FUNC(int) _PyFloat_Pack8(double x, unsigned char *p, int le);
110 /* The unpack routines read 4 or 8 bytes, starting at p. le is a bool
118 PyAPI_FUNC(double) _PyFloat_Unpack4(const unsigned char *p, int le);
119 PyAPI_FUNC(double) _PyFloat_Unpack8(const unsigned char *p, int le);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
floatobject.h 93 /* The pack routines write 4 or 8 bytes, starting at p. le is a bool
103 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
104 PyAPI_FUNC(int) _PyFloat_Pack8(double x, unsigned char *p, int le);
110 /* The unpack routines read 4 or 8 bytes, starting at p. le is a bool
118 PyAPI_FUNC(double) _PyFloat_Unpack4(const unsigned char *p, int le);
119 PyAPI_FUNC(double) _PyFloat_Unpack8(const unsigned char *p, int le);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
floatobject.h 93 /* The pack routines write 4 or 8 bytes, starting at p. le is a bool
103 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
104 PyAPI_FUNC(int) _PyFloat_Pack8(double x, unsigned char *p, int le);
110 /* The unpack routines read 4 or 8 bytes, starting at p. le is a bool
118 PyAPI_FUNC(double) _PyFloat_Unpack4(const unsigned char *p, int le);
119 PyAPI_FUNC(double) _PyFloat_Unpack8(const unsigned char *p, int le);
  /external/vixl/test/aarch32/
test-assembler-cond-rdlow-rnlow-operand-immediate-t32-imm3-in-it-block.cc 108 {{le, r4, r1, 0}, true, le, "le r4 r1 0", "le_r4_r1_0"},
124 {{le, r5, r3, 2}, true, le, "le r5 r3 2", "le_r5_r3_2"},
132 {{le, r5, r5, 7}, true, le, "le r5 r5 7", "le_r5_r5_7"},
135 {{le, r4, r6, 6}, true, le, "le r4 r6 6", "le_r4_r6_6"}
    [all...]
test-assembler-cond-rd-operand-rn-t32-in-it-block.cc     [all...]
test-assembler-cond-rd-operand-rn-t32-low-registers-in-it-block.cc     [all...]
test-assembler-cond-rdlow-rnlow-operand-immediate-t32-zero-in-it-block.cc     [all...]
test-assembler-cond-rdlow-rnlow-rmlow-t32-in-it-block.cc     [all...]
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/
XLoggerTest.java 61 void verify(LoggingEvent le, String expectedMsg) {
62 assertEquals(expectedMsg, le.getMessage());
63 assertEquals(EXPECTED_FILE_NAME, le.getLocationInformation().getFileName());
66 void verifyWithException(LoggingEvent le, String expectedMsg, Throwable t) {
67 verify(le, expectedMsg);
68 assertEquals(t.toString(), le.getThrowableStrRep()[0]);
71 void verifyWithLevelAndException(LoggingEvent le, XLogger.Level level, String expectedMsg, Throwable t) {
72 verify(le, expectedMsg);
73 assertEquals(t.toString(), le.getThrowableStrRep()[0]);
74 assertEquals(le.getLevel().toString(), level.toString())
    [all...]
  /external/autotest/client/site_tests/platform_DaemonsRespawn/
test_respawn.sh 60 if [ $PID -le 0 ] ; then
77 if [ $PID -le 0 ] ; then
  /external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
ftrace_set_ftrace_pid.sh 22 while [ $k -le $NR_PIDS ]; do
  /external/ltp/testcases/network/tcp_cmds/arp/
arp01 69 while [ $TST_COUNT -le $NUMLOOPS ]; do
79 while [ $TST_COUNT -le $TST_TOTAL ]; do
  /external/strace/tests/
threads-execve.test 43 while [ $i -le 9 ]; do
  /external/strace/tests-m32/
threads-execve.test 43 while [ $i -le 9 ]; do
  /external/strace/tests-mx32/
threads-execve.test 43 while [ $i -le 9 ]; do
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/
branch1.le.d 4 #name: branch1.le
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
data-reloc.d 4 .*: *file format elf32-tic6x-le
endian-3.d 6 .*: *file format elf32-tic6x-le

Completed in 539 milliseconds

12 3 4 5 6 7 8 91011>>