HomeSort by relevance Sort by last modified time
    Searched refs:toe (Results 1 - 25 of 54) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-spu/
ear.s 6 #test old-style toe _EAR_ syms
7 .section .toe,"a",@nobits
ear.d 20 Disassembly of section \.toe:
ovl.d 165 Disassembly of section \.toe:
ovl2.d 118 Disassembly of section \.toe:
  /external/libmicrohttpd/src/examples/
mhd2spdy_http.h 52 enum MHD_RequestTerminationCode toe);
benchmark.c 60 * @param toe reason for request termination
67 enum MHD_RequestTerminationCode toe)
benchmark_https.c 60 * @param toe reason for request termination
67 enum MHD_RequestTerminationCode toe)
mhd2spdy_http.c 375 enum MHD_RequestTerminationCode toe)
388 PRINT_INFO2("http_cb_request_completed %i for %s; id %i",toe, http_uri->uri, proxy->id);
399 if(MHD_REQUEST_TERMINATED_COMPLETED_OK != toe)
demo.c 600 * @param toe reason for request termination
606 enum MHD_RequestTerminationCode toe)
demo_https.c 601 * @param toe reason for request termination
607 enum MHD_RequestTerminationCode toe)
post_example.c 641 * @param toe status code
647 enum MHD_RequestTerminationCode toe)
  /toolchain/binutils/binutils-2.27/binutils/
embedspu.sh 119 toe=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\.toe *[PROGN]*BITS *\([0-9a-f]*\).*,\1 \2,p'`
120 toe_addr=`echo $toe | sed -n -e 's,.* ,,p'`
121 toe=`echo $toe | sed -n -e 's, .*,,p'`
137 # PowerPC address space. _EAR_* symbols must all be defined in .toe
140 # Find all _EAR_ symbols in .toe using readelf, sort by address, and
142 # built in .data.spetoe. For _EAR_ symbols not in .toe, create
161 $7 == "'${toe}'" && strtonum ("0x" $2) != addr { \
162 print "#error Symbol " $8 " not in 16 byte element toe array!";
    [all...]
  /cts/tests/tests/location/src/android/location/cts/psedorange/
SatelliteClockCorrectionCalculator.java 81 ephemerisProto.week * SECONDS_IN_WEEK + ephemerisProto.toe
115 ephemerisProto.week * SECONDS_IN_WEEK + ephemerisProto.toe
SatellitePositionCalculator.java 153 * (ephemerisProto.toe + userSatRangeAndRate.rangeMeters / SPEED_OF_LIGHT_MPS);
  /libcore/ojluni/src/main/java/java/util/concurrent/
CyclicBarrier.java 364 } catch (TimeoutException toe) {
365 throw new Error(toe); // cannot happen
  /external/clang/test/SemaCXX/
ast-print.cpp 220 // CHECK: struct CXXTemporaryObjectExprPrint toe = CXXTemporaryObjectExprPrint{};
221 struct CXXTemporaryObjectExprPrint { CXXTemporaryObjectExprPrint(); } toe = CXXTemporaryObjectExprPrint{}; variable in typeref:struct:CXXTemporaryObjectExprPrint
  /external/libmicrohttpd/doc/examples/
simplepost.c 96 void **con_cls, enum MHD_RequestTerminationCode toe)
largepost.c 121 void **con_cls, enum MHD_RequestTerminationCode toe)
sessions.c 658 * @param toe status code
664 enum MHD_RequestTerminationCode toe)
  /external/libmicrohttpd/src/testcurl/
test_timeout.c 57 enum MHD_RequestTerminationCode toe)
61 switch (toe)
  /external/libmicrohttpd/src/include/
microhttpd.h     [all...]
  /external/guava/guava-bootstrap/src/java/util/concurrent/
AbstractExecutorService.java 182 } catch (TimeoutException toe) {
  /external/libmicrohttpd/src/testzzuf/
test_post.c 58 enum MHD_RequestTerminationCode toe)
test_post_form.c 56 enum MHD_RequestTerminationCode toe)
  /cts/tests/tests/location/src/android/location/cts/suplClient/
SuplRrlpController.java 232 gpsEphemerisProto.toe = ephemeris.getEphemToe().getInteger().intValue() * NAVIGATION_TOE_SCALE_FACTOR;

Completed in 662 milliseconds

1 2 3