HomeSort by relevance Sort by last modified time
    Searched refs:df (Results 101 - 125 of 959) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/python/estimator/inputs/queues/
feeding_queue_runner_test.py 93 df = pd.DataFrame({"a": array1, "b": array2}, index=np.arange(64, 96))
94 q = ff._enqueue_data(df, capacity=100)
105 expected_df_indices = df.index[indices]
106 expected_rows = df.iloc[indices]
109 for col_num, col in enumerate(df.columns):
121 df = pd.DataFrame({"a": array1, "b": array2}, index=np.arange(128))
122 q = ff._enqueue_data(df, capacity=128, num_threads=8, shuffle=True)
131 expected_rows = df.iloc[indices]
132 for col_num, col in enumerate(df.columns):
  /external/trappy/tests/
test_base.py 223 df = trace.thermal.data_frame
224 self.assertEquals(df.iloc[0]['__line'], 0);
225 self.assertEquals(df.iloc[-1]['__line'], 792);
227 df = trace.thermal_governor.data_frame
228 self.assertEquals(df.iloc[0]['__line'], 11);
229 self.assertEquals(df.iloc[-1]['__line'], 803)
235 df = trace.equals_event.data_frame
236 self.assertSetEqual(set(df.columns),
238 self.assertListEqual(df["my_field"].tolist(),
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatSymbols.java 265 DecimalFormatSymbols df = new DecimalFormatSymbols(); local
266 DecimalFormatSymbols df2 = (DecimalFormatSymbols)df.clone();
267 if (!df.equals(df2) || df.hashCode() != df2.hashCode()) {
276 DecimalFormat df = new DecimalFormat("0"); local
277 df.setDecimalFormatSymbols(dfs);
281 "\u1044\u1040\u1041\u1042\u1043", df.format(40123));
283 df.setDecimalFormatSymbols(dfs);
287 "eabcd", df.format(40123));
356 DecimalFormat df = new DecimalFormat("#,##0.##", dfs) local
    [all...]
NumberFormatRegressionTest.java 88 DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT, loc); local
90 df.setCalendar(cal);
91 df.setNumberFormat(nf);
95 df.setLenient(true);
97 ulocdat = df.parse(udt);
102 String outString = df.format(ulocdat);
234 DecimalFormat df = new DecimalFormat("#,##0.###", new DecimalFormatSymbols(new ULocale("en_US"))); local
235 df.setParseStrict(true);
238 df.parse(data[i]);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatSymbols.java 262 DecimalFormatSymbols df = new DecimalFormatSymbols(); local
263 DecimalFormatSymbols df2 = (DecimalFormatSymbols)df.clone();
264 if (!df.equals(df2) || df.hashCode() != df2.hashCode()) {
273 DecimalFormat df = new DecimalFormat("0"); local
274 df.setDecimalFormatSymbols(dfs);
278 "\u1044\u1040\u1041\u1042\u1043", df.format(40123));
280 df.setDecimalFormatSymbols(dfs);
284 "eabcd", df.format(40123));
353 DecimalFormat df = new DecimalFormat("#,##0.##", dfs) local
    [all...]
NumberFormatRegressionTest.java 85 DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT, loc); local
87 df.setCalendar(cal);
88 df.setNumberFormat(nf);
92 df.setLenient(true);
94 ulocdat = df.parse(udt);
99 String outString = df.format(ulocdat);
231 DecimalFormat df = new DecimalFormat("#,##0.###", new DecimalFormatSymbols(new ULocale("en_US"))); local
232 df.setParseStrict(true);
235 df.parse(data[i]);
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
wishart.py 49 This distribution is defined by a scalar number of degrees of freedom `df` and
58 pdf(X; df, scale) = det(X)**(0.5 (df-k-1)) exp(-0.5 tr[inv(scale) X]) / Z
59 Z = 2**(0.5 df k) |det(scale)|**(0.5 df) Gamma_k(0.5 df)
64 * `df >= k` denotes the degrees of freedom,
77 df,
86 df: `float` or `double` tensor, the degrees of freedom of the
87 distribution(s). `df` must be greater than or equal to `k`
169 def df(self): member in class:_WishartLinearOperator
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
data_feeder_test.py 155 def func(df):
156 inp, out = df.input_builder()
157 feed_dict_fn = df.get_feed_dict_fn()
204 def func(df):
205 inp, out = df.input_builder()
206 feed_dict_fn = df.get_feed_dict_fn()
223 def func(df):
224 inp, out = df.input_builder()
225 feed_dict_fn = df.get_feed_dict_fn()
245 def func(df)
    [all...]
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
StorageDeviceInfo.java 65 Process df = new ProcessBuilder("df -k").start(); local
66 Scanner scanner = new Scanner(df.getInputStream());
  /device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/
DxeCoreReportStatusCodeLibFromHob.inf 22 FILE_GUID = 5c7f8702-838f-43df-91e6-7833b6f2a067
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
IsaFloppyPei.inf 30 FILE_GUID = 7F6E0A24-DBFD-43df-9755-0292D7D3DD48
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DxeCapsuleLib.inf 20 FILE_GUID = 654950df-1ede-4b04-b144-6b77845736ad
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cr16/
storw_test.d 35 5a: 40 df 34 12 storw r4,0x1234:m\(r1,r0\)
36 5e: 52 df 34 12 storw r5,0x1234:m\(r3,r2\)
39 68: 19 00 10 df storw r1,0xffffc:l\(r1,r0\)
41 6e: 19 00 32 df storw r3,0xffffc:l\(r3,r2\)
43 74: 19 00 40 df storw r4,0xfedcc:l\(r1,r0\)
45 7a: 19 00 52 df storw r5,0xfedcc:l\(r3,r2\)
51 8a: 00 df 0f 00 storw r0,0xf:m\(r1,r0\)
52 8e: 10 df 0f 00 storw r1,0xf:m\(r1,r0\)
53 92: 20 df 34 12 storw r2,0x1234:m\(r1,r0\)
54 96: 32 df cd ab storw r3,0xabcd:m\(r3,r2\
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
loct-1.d 10 0+ l df \*ABS\* 0+ .*
  /device/google/marlin/
system.prop 109 persist.data.df.dl_mode=5
110 persist.data.df.ul_mode=5
111 persist.data.df.agg.dl_pkt=10
112 persist.data.df.agg.dl_size=4096
113 persist.data.df.mux_count=8
114 persist.data.df.iwlan_mux=9
115 persist.data.df.dev_name=rmnet_usb0
  /external/lisa/tests/eas/
load_tracking.py 149 df = getattr(trace.ftrace, event).data_frame
150 df = df[df['comm'] == task][signal_fields]
151 df = select_window(df, self.get_window(experiment))
152 return df.rename(columns=dict(zip(signal_fields, signals)))
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
RelativeDateFormat.java 70 DateFormat df = DateFormat.getDateInstance(newStyle, locale); local
71 if (df instanceof SimpleDateFormat) {
72 fDateTimeFormat = (SimpleDateFormat)df;
79 df = DateFormat.getTimeInstance(newStyle, locale);
80 if (df instanceof SimpleDateFormat) {
81 fTimePattern = ((SimpleDateFormat)df).toPattern();
87 DateFormat df = DateFormat.getTimeInstance(newStyle, locale); local
88 if (df instanceof SimpleDateFormat) {
89 fDateTimeFormat = (SimpleDateFormat)df;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RelativeDateFormat.java 68 DateFormat df = DateFormat.getDateInstance(newStyle, locale); local
69 if (df instanceof SimpleDateFormat) {
70 fDateTimeFormat = (SimpleDateFormat)df;
77 df = DateFormat.getTimeInstance(newStyle, locale);
78 if (df instanceof SimpleDateFormat) {
79 fTimePattern = ((SimpleDateFormat)df).toPattern();
85 DateFormat df = DateFormat.getTimeInstance(newStyle, locale); local
86 if (df instanceof SimpleDateFormat) {
87 fDateTimeFormat = (SimpleDateFormat)df;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ActionMonitor.java 278 final SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS"); local
279 df.setTimeZone(TimeZone.getTimeZone("UTC"));
280 LogUtil.v(TAG, "Operation-" + action.actionKey + ": @" + df.format(new Date())
350 final SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS"); local
351 df.setTimeZone(TimeZone.getTimeZone("UTC"));
352 LogUtil.v(TAG, "Operation-" + action.actionKey + ": @" + df.format(new Date())
411 final SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS"); local
412 df.setTimeZone(TimeZone.getTimeZone("UTC"));
413 LogUtil.v(TAG, "Operation-" + action.actionKey + ": @" + df.format(new Date())
  /external/icu/icu4c/source/test/intltest/
dtfmtrtts.cpp 240 DateFormat *df = DateFormat::createDateInstance((DateFormat::EStyle)style, loc); local
241 if(df == NULL) {
242 errln(UnicodeString("Could not DF::createDateInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
244 test(df, loc);
245 delete df;
253 DateFormat *df = DateFormat::createTimeInstance((DateFormat::EStyle)style, loc); local
254 if(df == NULL) {
255 errln(UnicodeString("Could not DF::createTimeInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
257 test(df, loc, TRUE);
258 delete df;
267 DateFormat *df = DateFormat::createDateTimeInstance((DateFormat::EStyle)dstyle, (DateFormat::EStyle)tstyle, loc); local
    [all...]
  /external/ltp/pan/cgi/
results.cgi 28 open (DF, "gunzip -c $get_df|") || print "$get_df not found\n";
30 open (DF, "$get_df") || print "$get_df not found";
36 while (<DF>) {
38 while (<DF>) {
40 $line = <DF>;
46 $line = <DF>;
56 while (<DF>) {
63 while (<DF>) {
67 @rest = <DF>;
88 close(DF);
    [all...]
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
TraceLogger.java 57 DecimalFormat df = new DecimalFormat(".000000"); local
63 pid, df.format(e.startTimeMicros / 1e6), pid, e.title, e.description));
66 pid, df.format(e.finishTimeMicros / 1e6), pid, e.title));
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RTDyldMemoryManager.cpp 66 static void((*df)(void *)) = 0;
70 *(void **)&df = llvm::sys::DynamicLibrary::SearchForAddressOfSymbol(
73 if (df)
74 df(p);
  /frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
Main.java 171 DependencyFinder df = new DependencyFinder(log); local
173 List<Map<String, Set<String>>> result = df.findDeps(osJarPath);
175 df.printAllDeps(result);
177 df.printMissingDeps(result);
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
TriData.java 48 Fmt df = new Fmt(); local
51 String s = (i / 3 + "[ " + df.f(mVert[i]));
52 s += (", " + df.f(mVert[i + 1]));
53 Log.v(LOGTAG, s + ", " + df.f(mVert[i + 2]) + "]");

Completed in 896 milliseconds

1 2 3 45 6 7 8 91011>>