/prebuilts/go/darwin-x86/src/net/ |
sendfile_solaris.go | 14 // system call to minimize copies.
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/arch/ |
mips.go | 6 // MIPS (MIPS64) instruction set, to minimize its interaction
|
s390x.go | 6 // s390x instruction set, to minimize its interaction
|
/prebuilts/go/linux-x86/src/net/ |
sendfile_solaris.go | 14 // system call to minimize copies.
|
/system/core/liblog/include/log/ |
event_tag_map.h | 46 deprecated("use android_lookupEventTag_len() instead to minimize "
|
/external/libhevc/common/ |
ihevc_itrans_recon_16x16.c | 147 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 197 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 243 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 295 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 388 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 444 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 490 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 542 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 635 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 715 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications * [all...] |
ihevc_chroma_itrans_recon_16x16.c | 157 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 206 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 252 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 304 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 397 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 452 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 498 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 550 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 643 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 722 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications * [all...] |
ihevc_chroma_itrans_recon_8x8.c | 153 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 202 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 239 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
|
ihevc_itrans_recon_32x32.c | 149 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 209 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 266 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 326 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 462 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 525 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 582 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 642 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ [all...] |
/external/eigen/unsupported/test/ |
levenberg_marquardt.cpp | 106 info = lm.minimize(x); 210 info = lm.minimize(x); 295 info = lm.minimize(x); 316 info = lm.minimize(x); 375 info = lm.minimize(x); 392 info = lm.minimize(x); 466 info = lm.minimize(x); 488 info = lm.minimize(x); 552 info = lm.minimize(x); 569 info = lm.minimize(x) [all...] |
/external/tensorflow/tensorflow/python/debug/lib/ |
debug_gradients_test.py | 137 gradient_descent.GradientDescentOptimizer(0.1).minimize(z1) 139 gradient_descent.GradientDescentOptimizer(0.1).minimize(z2) 187 gradient_descent.GradientDescentOptimizer(0.1).minimize(y) 296 gradient_descent.GradientDescentOptimizer(0.1).minimize(z) 315 gradient_descent.GradientDescentOptimizer(0.1).minimize(z1) 319 gradient_descent.GradientDescentOptimizer(0.1).minimize(z2) 340 train_op = gradient_descent.GradientDescentOptimizer(0.1).minimize(z)
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
GeneralSubtrees.java | 185 * minimize this GeneralSubtrees by removing all redundant entries. 188 private void minimize() { method in class:GeneralSubtrees 336 // Step 2: For ease of checking the subtrees, minimize them by 339 this.minimize(); 340 other.minimize(); 483 // Minimize this 484 minimize(); method
|
/external/tensorflow/tensorflow/contrib/eager/python/ |
checkpointable_utils_test.py | 279 optimizer.minimize( 282 optimizer.minimize( 286 train_op = optimizer.minimize( 288 optimizer.minimize( 383 optimizer.minimize( 386 train_op = optimizer.minimize(network(input_value)) 448 optimizer.minimize( 469 train_op = optimizer.minimize( 609 train_op = optimizer.minimize(root.var) 613 optimizer.minimize(root.var.read_value [all...] |
/external/libmpeg2/common/ |
impeg2_idct.c | 233 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 272 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 307 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 371 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 419 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */ 454 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
|
/external/tensorflow/tensorflow/contrib/kfac/examples/ |
mlp.py | 108 def minimize(loss, accuracy, layer_collection, session_config=None): function 109 """Minimize 'loss' with KfacOptimizer. 131 train_op = optimizer.minimize(loss, global_step=global_step) 183 minimize(loss, accuracy, layer_collection) 240 return minimize( 307 train_op = optimizer.minimize(loss, global_step=global_step)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationInfo.java | 332 View minimize = findViewById(R.id.minimize); local 337 minimize.setOnClickListener(mOnStopOrMinimizeNotifications); 342 minimize.setVisibility(GONE); 345 minimize.setVisibility(VISIBLE); 348 minimize.setVisibility(GONE);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
NotificationInfoTest.java | 255 final View minimize = mNotificationInfo.findViewById(R.id.minimize); local 257 assertEquals(GONE, minimize.getVisibility()); 266 final View minimize = mNotificationInfo.findViewById(R.id.minimize); local 268 assertEquals(VISIBLE, minimize.getVisibility()); 409 mNotificationInfo.findViewById(R.id.minimize).performClick(); [all...] |
/art/libdexfile/dex/ |
compact_offset_table.h | 25 // Compact offset table that aims to minimize size while still providing reasonable speed (10-20ns
|
/developers/build/prebuilts/gradle/PictureInPicture/app/src/main/java/com/example/android/pictureinpicture/ |
MainActivity.java | 87 minimize(); 116 // The MovieView wants us to minimize it. We enter Picture-in-Picture mode now. 117 minimize(); 262 void minimize() { method in class:MainActivity
|
/developers/samples/android/media/PictureInPicture/app/src/main/java/com/example/android/pictureinpicture/ |
MainActivity.java | 87 minimize(); 116 // The MovieView wants us to minimize it. We enter Picture-in-Picture mode now. 117 minimize(); 262 void minimize() { method in class:MainActivity
|
/development/tools/winscope/ |
webpack.config.js | 103 minimize: true
|
/external/clang/include/clang/Tooling/Core/ |
Lookup.h | 35 /// will be used to minimize namespace qualifications.
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_TCP_NODELAY.3 | 37 connection. The purpose of this algorithm is to try to minimize the number of
|
/external/curl/lib/ |
curl_multibyte.h | 44 * and Curl_unicodefree() main purpose is to minimize the number of
|
/external/e2fsprogs/contrib/ |
dir2fs | 13 # Goal: Put all the files at the beginning (which mke2fs does) and minimize
|