Searched refs:raw (Results 251 - 275 of 396) sorted by relevance

<<111213141516

/external/icu/icu4c/source/test/intltest/
H A Dtztest.cpp141 errln("FAIL: detectHostTimeZone()'s raw offset != host timezone's offset");
930 logln("FAIL: Time Zone " + itsID + " raw offset is " +
934 dataerrln("FAIL: Time Zone " + itsID + " raw offset is " +
1555 errln(UnicodeString("Got back a raw offset of ") + (tz->getRawOffset() / U_MILLIS_PER_HOUR) +
1799 int32_t raw, dst; local
1801 tz->getOffset(when, FALSE, raw, dst, ec);
1804 } else if ((raw+dst) != DATA[i].offset) {
1808 raw + ", " + dst);
1813 raw + ", " + dst);
1849 SimpleTimeZone tz1(-3 * U_MILLIS_PER_HOUR, // raw offse
1914 int32_t t, i, raw, dst; local
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DOlsonTimeZone.java30 * behavior over time. The raw offset, rules, presence or absence of
49 * Sets of UTC raw/dst offset pairs in seconds. Entries at
50 * 2n represents raw offset and 2n+1 represents dst offset
51 * paired with the raw offset at 2n. The very first pair represents
79 * the raw (base) offset of the rule.
105 * constructor (the other two arguments will be the raw offset, taken
398 // The super class implementation only check raw offset and
1122 int raw, dst;
1125 raw = initialRawOffset() * Grego.MILLIS_PER_SECOND;
1127 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, ds
[all...]
/external/iproute2/lib/
H A Dutils.c101 * have a different assumption for the units of a "raw" number.
103 int get_time_rtt(unsigned *val, const char *arg, int *raw) argument
122 *raw = 1;
125 *raw = 0;
/external/libxml2/doc/
H A Dapibuild.py86 def escape(raw):
87 raw = raw.replace('&', '&amp;')
88 raw = raw.replace('<', '&lt;')
89 raw = raw.replace('>', '&gt;')
90 raw = raw.replace("'", '&apos;')
91 raw
[all...]
/external/selinux/policycoreutils/semanage/
H A Dseobject.py143 def validate_level(raw):
149 return re.search("^" + reg +"$", raw)
151 def translate(raw, prepend = 1):
154 context = "%s%s" % (filler, raw)
156 context = raw
159 return raw
163 return raw
174 (rc, raw) = selinux.selinux_trans_to_raw_context(context)
178 raw = raw[le
[all...]
/external/skia/src/animator/
H A DSkMemberInfo.cpp351 SkString& raw) const {
352 return setValue(maker, arrayStorage, storageOffset, maxStorage, displayable, outType, raw.c_str(),
353 raw.size());
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp91 static inline float safeCoord (float raw, int scale, float fraction) argument
94 return moveTowardsFraction(raw*scaleFloat, fraction) / scaleFloat;
98 static inline tcu::Vector<float, Size> safeCoords (const tcu::Vector<float, Size>& raw, const tcu::Vector<int, Size>& scale, const tcu::Vector<float, Size>& fraction) argument
102 result[i] = safeCoord(raw[i], scale[i], fraction[i]);
106 static inline Vec2 safe2DTexCoords (const Vec2& raw, const IVec2& textureSize) argument
108 return safeCoords(raw, textureSize, Vec2(0.5f));
/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp640 int32_t raw, sav; local
643 tz.getOffset(date, FALSE, raw, sav, status);
680 tmptz->getOffset(date - kDstCheckRange, FALSE, raw, sav, status);
684 tmptz->getOffset(date + kDstCheckRange, FALSE, raw, sav, status);
736 goldenZone->getOffset(date + raw + sav, TRUE, raw1, sav1, status);
739 if (raw != raw1 || sav != sav1) {
/external/libvncserver/webclients/novnc/include/
H A Drfb.js1345 var raw = false;
1347 raw = true;
1361 if (raw) {
1415 var raw = false;
1418 raw = true;
1429 if (raw) {
/external/selinux/policycoreutils/scripts/
H A Dchcat304 (rc, raw) = selinux.selinux_trans_to_raw_context("a:b:c:%s" % c)
305 rlist = raw.split(":")[3:]
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp268 static SkKey raw2key(uint32_t raw) argument
294 if (gKeys[i].fRaw == raw)
/external/v8/src/compiler/
H A Dcode-generator.cc145 int code_pos = source_position.raw();
146 masm()->positions_recorder()->RecordPosition(source_position.raw());
/external/vboot_reference/tests/
H A Dvb21_host_key_tests.c42 const struct vb2_guid test_guid = {.raw = {0xaa}};
93 TEST_SUCC(vb2_read_file(testfile, &buf, &bufsize), "Read key raw");
175 const struct vb2_guid test_guid = {.raw = {0xbb}};
H A Dvb21_host_sig_tests.c33 const struct vb2_guid test_guid = {.raw = {0xaa}};
/external/fio/os/
H A Dos-linux.h16 #include <linux/raw.h>
175 * we should be able to find /dev/rawctl or /dev/raw/rawctl
179 fd = open("/dev/raw/rawctl", O_RDONLY);
/external/icu/icu4c/source/i18n/unicode/
H A Dtzrule.h28 * raw offset (UTC offset for standard time) and daylight saving time offset.
786 UDate getUTC(UDate time, int32_t raw, int32_t dst) const;
/external/libpcap/
H A Dpcap-can-linux.c57 #include <linux/can/raw.h>
167 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Can't create raw socket %d:%s",
/external/libxml2/include/libxml/
H A DxmlIO.h133 xmlBufPtr raw; /* if encoder != NULL buffer for raw input */ member in struct:_xmlParserInputBuffer
136 unsigned long rawconsumed;/* amount consumed from raw */
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe.h25 /* How do we access raw Ethernet devices? */
39 #error Unknown method for accessing raw Ethernet frames
/external/skia/src/views/mac/
H A DSkNSView.mm193 static SkKey raw2key(UInt32 raw)
219 if (gKeys[i].fRaw == raw)
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedDexFile.java36 import org.jf.dexlib2.dexbacked.raw.*;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DEncodedValue.java32 package org.jf.dexlib2.dexbacked.raw;
/external/tcpdump/win32/prj/
H A DGNUmakefile114 ../../print-raw.o \
/external/v8/src/
H A Dscopeinfo.h78 uint32_t raw() { return value_; } function in struct:v8::internal::ContextSlotCache::Value
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c57 static const char* raw[3][4] = { variable
77 dataTable[i][j] = (UChar*) malloc(sizeof(UChar)*(strlen(raw[i][j])+1));
78 u_uastrcpy(dataTable[i][j],raw[i][j]);
234 u_uastrncpy(temp, raw[i][j], k-1);
242 u_uastrncpy(temp, raw[i][j], k+1);
250 u_uastrncpy(temp, raw[i][j], k);
337 if(strcmp(test,raw[0][0])!=0)

Completed in 2060 milliseconds

<<111213141516