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

1 2

  /frameworks/av/media/libaaudio/tests/
test_atomic_fifo.cpp 47 int advanced = advance1; local
50 ASSERT_EQ(advanced, fifoController.getWriteCounter());
51 ASSERT_EQ(advanced, fifoController.getWriteIndex());
52 ASSERT_EQ(advanced, fifoController.getFullFramesAvailable());
53 ASSERT_EQ(threshold - advanced, fifoController.getEmptyFramesAvailable());
57 ASSERT_EQ(advanced, fifoController.getReadCounter());
58 ASSERT_EQ(advanced, fifoController.getReadIndex());
59 ASSERT_EQ(advanced, fifoController.getWriteCounter());
60 ASSERT_EQ(advanced, fifoController.getWriteIndex());
67 advanced += advance2
    [all...]
  /external/clang/tools/scan-build-py/libscanbuild/
analyze.py 357 advanced = parser.add_argument_group('advanced options')
358 advanced.add_argument(
363 advanced.add_argument(
369 advanced.add_argument(
374 advanced.add_argument(
378 advanced.add_argument(
385 advanced.add_argument(
395 advanced.add_argument(
403 advanced.add_argument
    [all...]
intercept.py 306 advanced = parser.add_argument_group('advanced options')
307 advanced.add_argument(
312 advanced.add_argument(
327 advanced.add_argument(
  /external/libxcam/
README.md 16 - Advanced features
45 - xcamsrc, capture from usb/isp camera, process 3a/basic/advanced features.
46 - xcamfilter, improve image quality by advanced features and smart analysis.
  /external/python/cpython2/Lib/idlelib/
keybindingDialog.py 37 self.advanced = False
75 text='Advanced Key Binding Entry >>')
147 if self.buttonLevel.cget('text')[:8]=='Advanced':
153 self.advanced = True
156 self.buttonLevel.config(text='Advanced Key Binding Entry >>')
159 self.advanced = False
218 if self.advanced or self.KeysOK(): # doesn't check advanced string yet
229 Doesn't check the string produced by the advanced dialog because
  /external/python/cpython3/Lib/idlelib/
config_key.py 41 self.advanced = False
79 text='Advanced Key Binding Entry >>')
151 if self.buttonLevel.cget('text')[:8]=='Advanced':
157 self.advanced = True
160 self.buttonLevel.config(text='Advanced Key Binding Entry >>')
163 self.advanced = False
222 if self.advanced or self.KeysOK(): # doesn't check advanced string yet
233 Doesn't check the string produced by the advanced dialog because
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
keybindingDialog.py 35 self.advanced = False
70 text='Advanced Key Binding Entry >>')
143 if self.buttonLevel.cget('text')[:8]=='Advanced':
149 self.advanced = True
152 self.buttonLevel.config(text='Advanced Key Binding Entry >>')
155 self.advanced = False
214 if self.advanced or self.KeysOK(): # doesn't check advanced string yet
225 Doesn't check the string produced by the advanced dialog because
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
keybindingDialog.py 35 self.advanced = False
70 text='Advanced Key Binding Entry >>')
143 if self.buttonLevel.cget('text')[:8]=='Advanced':
149 self.advanced = True
152 self.buttonLevel.config(text='Advanced Key Binding Entry >>')
155 self.advanced = False
214 if self.advanced or self.KeysOK(): # doesn't check advanced string yet
225 Doesn't check the string produced by the advanced dialog because
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 35 self.advanced = False
70 text='Advanced Key Binding Entry >>')
143 if self.buttonLevel.cget('text')[:8]=='Advanced':
149 self.advanced = True
152 self.buttonLevel.config(text='Advanced Key Binding Entry >>')
155 self.advanced = False
214 if self.advanced or self.KeysOK(): # doesn't check advanced string yet
225 Doesn't check the string produced by the advanced dialog because
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 35 self.advanced = False
70 text='Advanced Key Binding Entry >>')
143 if self.buttonLevel.cget('text')[:8]=='Advanced':
149 self.advanced = True
152 self.buttonLevel.config(text='Advanced Key Binding Entry >>')
155 self.advanced = False
214 if self.advanced or self.KeysOK(): # doesn't check advanced string yet
225 Doesn't check the string produced by the advanced dialog because
  /external/brotli/research/
README.md 3 In this directory we publish simple tools to analyze backward reference distance distributions in LZ77 compression. We developed these tools to be able to make more efficient encoding of distances in large-window brotli. In large-window compression the average cost of a backward reference distance is higher, and this may allow for more advanced encoding strategies, such as delta coding or an increase in context size, to bring significant compression density improvements. Our tools visualize the backward references as histogram images, i.e., one pixel in the image shows how many distances of a certain range exist at a certain locality in the data. The human visual system is excellent at pattern detection, so we tried to roughly identify patterns visually before going into more quantitative analysis. These tools can turn out to be useful in development of other LZ77-based compressors and we hope you try them out.
find_opt_references.cc 24 DEFINE_bool(advanced, false, "Advanced searching mode: finds all longest "
29 /* For advanced mode. */
31 "Maximal length of found backward references for advanced mode.");
  /packages/apps/DocumentsUI/src/com/android/documentsui/
MenuManager.java 225 protected void updateAdvanced(MenuItem advanced) {
226 advanced.setVisible(mState.showDeviceStorageOption);
227 advanced.setTitle(mState.showDeviceStorageOption && mState.showAdvanced
  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_time.md 153 tfprof options allow users to generate timeline in some advanced ways.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug257.go     [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
bug257.go     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py 668 c=features.xbutton("Advanced", "Advanced", None, 0.30)
    [all...]
  /external/python/cpython2/Tools/msi/
msi.py 692 c=features.xbutton("Advanced", "Advanced", None, 0.30)
    [all...]
  /external/libvncserver/webclients/novnc/
README.md 112 * [Advanced Usage](https://github.com/kanaka/noVNC/wiki/Advanced-usage). Starting a VNC server, advanced websockify usage, etc.
  /external/zlib/src/contrib/pascal/
zlibpas.pas 113 (* advanced functions *)
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
zlibpas.pas 113 (* advanced functions *)
  /external/selinux/python/sepolicy/sepolicy/
gui.py 82 ADVANCED_LABEL = (_("Advanced >>"), _("Advanced <<"))
83 ADVANCED_SEARCH_LABEL = (_("Advanced Search >>"), _("Advanced Search <<"))
163 # Advanced search window ****************************
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 175 "is invalid.\nNo validitity checking if advanced key binding "
  /external/python/cpython3/Lib/idlelib/idle_test/
htest.py 152 "is invalid.\nNo validity checking if advanced key binding "
  /prebuilts/go/darwin-x86/src/unsafe/
unsafe.go 65 // If p points into an allocated object, it can be advanced through the object

Completed in 697 milliseconds

1 2