HomeSort by relevance Sort by last modified time
    Searched defs:unit (Results 201 - 225 of 1069) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
hiddev.h 90 __u32 unit; member in struct:hiddev_field_info
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
hiddev.h 90 __u32 unit; member in struct:hiddev_field_info
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.20.0/
org.eclipse.tycho.p2.tools.impl-0.20.0.jar 
  /bionic/libc/kernel/uapi/rdma/hfi/
hfi1_user.h 117 __u16 unit; member in struct:hfi1_ctxt_info
  /development/ndk/platforms/android-3/include/linux/raid/
md_k.h 73 dev_t unit; member in struct:mddev_s
  /external/clang/tools/libclang/
CXCursor.cpp 1320 ASTUnit *unit = getCursorASTUnit(cursor); local
1334 ASTUnit *unit = getCursorASTUnit(cursor); local
    [all...]
  /external/dbus/bus/
activation.c 2184 const char *code, *str, *unit = NULL; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractScheduledServiceTest.java 37 * Unit test for {@link AbstractScheduledService}.
54 long delay, TimeUnit unit) {
55 return future = super.scheduleWithFixedDelay(command, initialDelay, delay, unit);
284 private static final TimeUnit unit = TimeUnit.MILLISECONDS; field in class:AbstractScheduledServiceTest.SchedulerTest
291 long delay, TimeUnit unit) {
296 assertEquals(SchedulerTest.unit, unit);
301 Scheduler schedule = Scheduler.newFixedRateSchedule(initialDelay, delay, unit);
305 long period, TimeUnit unit) {
306 assertSingleCallWithCorrectParameters(command, initialDelay, delay, unit);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 42 * involving one single unit. This API does not support relative dates
98 * Represents the unit for formatting a relative date. e.g "in 5 days"
148 * Represents an absolute unit.
222 * Represents a direction for an absolute unit e.g "Next Tuesday"
351 * @param unit the unit e.g day? month? year?
356 public String format(double quantity, Direction direction, RelativeUnit unit) {
371 String formatter = getRelativeUnitPluralPattern(style, unit, pastFutureIndex, pluralForm);
385 * @param unit e.g SATURDAY, DAY, MONTH
390 * unit this can occur with NOW which can only take PLAIN
729 DateTimeUnit unit; \/\/ From the unit key string, with the style (e.g., "-short") separated out. field in class:RelativeDateTimeFormatter.RelDateTimeFmtDataSink
767 DateTimeUnit unit = DateTimeUnit.orNullFromString(key.substring(0, limit)); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
StringTrieBuilder.java 547 // Branch on the middle unit.
668 // Write the rest of this node's unit-value pairs.
673 // Write the final value for the one string ending with this unit.
686 // Adds a unit with a final value.
694 // Adds a unit which leads to another match node.
717 unit=middleUnit;
730 return unit==o.unit && lessThan==o.lessThan && greaterOrEqual==o.greaterOrEqual;
754 offset=builder.write(unit);
757 private char unit; field in class:StringTrieBuilder.SplitBranchNode
    [all...]
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 275 const CDFUnit* unit = getCDFUnitFallback(_unitsByVariant, variant, baseIdx); local
276 appendTo += unit->prefix;
278 appendTo += unit->suffix;
824 CDFUnit* unit = createCDFUnit(variant, log10Value, result, status); local
829 unit->prefix = formatStr.tempSubString(0, firstIdx);
830 fixQuotes(unit->prefix);
832 unit->suffix = formatStr.tempSubString(lastIdx + 1);
833 fixQuotes(unit->suffix);
837 if (onlySpaces(unit->prefix) && onlySpaces(unit->suffix))
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java 41 * involving one single unit. This API does not support relative dates
103 * Represents the unit for formatting a relative date. e.g "in 5 days"
161 * Represents an absolute unit.
248 * Represents a direction for an absolute unit e.g "Next Tuesday"
390 * @param unit the unit e.g day? month? year?
396 public String format(double quantity, Direction direction, RelativeUnit unit) {
411 String formatter = getRelativeUnitPluralPattern(style, unit, pastFutureIndex, pluralForm);
425 * @param unit e.g SATURDAY, DAY, MONTH
430 * unit this can occur with NOW which can only take PLAIN
776 DateTimeUnit unit; \/\/ From the unit key string, with the style (e.g., "-short") separated out. field in class:RelativeDateTimeFormatter.RelDateTimeFmtDataSink
814 DateTimeUnit unit = DateTimeUnit.orNullFromString(key.substring(0, limit)); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTrieBuilder.java 549 // Branch on the middle unit.
670 // Write the rest of this node's unit-value pairs.
675 // Write the final value for the one string ending with this unit.
688 // Adds a unit with a final value.
696 // Adds a unit which leads to another match node.
719 unit=middleUnit;
732 return unit==o.unit && lessThan==o.lessThan && greaterOrEqual==o.greaterOrEqual;
756 offset=builder.write(unit);
759 private char unit; field in class:StringTrieBuilder.SplitBranchNode
    [all...]
  /external/kernel-headers/original/uapi/rdma/hfi/
hfi1_user.h 111 * If the unit is specified via open, HFI choice is fixed. If port is
202 /* HFI selection algorithm, if unit has not selected */
220 __u16 unit; /* unit (chip) assigned to caller */ member in struct:hfi1_ctxt_info
221 __u16 ctxt; /* ctxt on unit assigned to caller */
222 __u16 subctxt; /* subctxt on unit assigned to caller */
  /external/libnl/lib/netfilter/
ct_obj.c 258 char *unit; local
264 res = nl_cancel_down_bytes(nfnl_ct_get_bytes(ct, 1), &unit);
266 nfnl_ct_get_packets(ct, 1), res, unit);
268 res = nl_cancel_down_bytes(nfnl_ct_get_bytes(ct, 0), &unit);
270 nfnl_ct_get_packets(ct, 0), res, unit);
  /external/libnl/lib/route/
link.c 74 * @note The unit of the transmission queue length depends on the
75 * link type, a common unit is \a packets.
509 char *unit, fmt[64]; local
517 res = nl_cancel_down_bytes(link->l_stats[RTNL_LINK_RX_BYTES], &unit);
520 fmt[9] = *unit == 'B' ? '9' : '7';
522 nl_dump_line(p, fmt, res, unit,
529 res = nl_cancel_down_bytes(link->l_stats[RTNL_LINK_TX_BYTES], &unit);
532 fmt[9] = *unit == 'B' ? '9' : '7';
534 nl_dump_line(p, fmt, res, unit,
    [all...]
  /external/libpcap/
pcap-sita.c 62 typedef struct unit { struct
63 char *ip; /* this unit's IP address (as extracted from /etc/hosts) */
64 int fd; /* the connection to this unit (if it exists) */
65 int find_fd; /* a big kludge to avoid my programming limitations since I could have this unit open for findalldevs purposes */
67 struct sockaddr_in *serv_addr; /* the address control block for comms to this unit */
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 184 } unit[16]; member in struct:r300_fragment_program_external_state
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 2071 GLuint unit; local
2160 int unit; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 1931 int unit; local
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 320 attr->Texture[i] = ctx->Texture.Unit[i].Enabled;
321 attr->TexGen[i] = ctx->Texture.Unit[i].TexGenEnabled;
440 ctx->Texture.Unit[u].CurrentTex[tex]);
448 ctx->Texture.Unit[u].CurrentTex[tex]);
630 /* texture unit enables */
635 if (ctx->Texture.Unit[i].Enabled != enabled) {
657 if (ctx->Texture.Unit[i].TexGenEnabled != genEnabled) {
681 const struct gl_texture_unit *unit = &texstate->Texture.Unit[u]; local
685 _mesa_set_enable(ctx, GL_TEXTURE_1D, !!(unit->Enabled & TEXTURE_1D_BIT))
    [all...]
  /external/ppp/pppd/
ipxcp.c 380 ipxcp_init(unit)
381 int unit;
383 fsm *f = &ipxcp_fsm[unit];
385 f->unit = unit;
388 fsm_init(&ipxcp_fsm[unit]);
471 ipxcp_open(unit)
472 int unit;
474 fsm_open(&ipxcp_fsm[unit]);
481 ipxcp_close(unit, reason
1296 int unit = f->unit; local
    [all...]
  /external/skia/tests/
PictureTest.cpp 121 SkScalar unit = rand.nextUScalar1(); local
122 if (unit <= 0.3) {
125 } else if (unit <= 0.6) {
128 } else if (unit <= 0.9) {
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
ViewInflater.java 390 String unit = "px"; local
399 unit = value.substring(i).trim();
401 if (unit.equals("px")) {
404 if (unit.equals("sp")) {
407 if (unit.equals("dp") || unit.equals("dip")) {
411 if (unit.equals("in")) {
414 if (unit.equals("pt")) {
417 if (unit.equals("mm")) {
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
UberColorPickerDialog.java 644 * @param unit
647 private int interpColor(int colors[], float unit) {
648 if (unit <= 0) {
651 if (unit >= 1) {
655 float p = unit * (colors.length - 1);
761 // need to turn angle [-PI ... PI] into unit [0....1]
762 float unit = angle/(2*PI); local
763 if (unit < 0) {
764 unit += 1;
770 int c = interpColor(mSpectrumColorsRev, unit);
926 float unit = angle\/(2*PI); local
    [all...]

Completed in 2566 milliseconds

1 2 3 4 5 6 7 891011>>