HomeSort by relevance Sort by last modified time
    Searched refs:mode (Results 201 - 225 of 11477) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/syslinux/com32/lib/syslinux/
initramfs_loadfile.c 38 const char *dst_filename, int do_mkdir, uint32_t mode)
47 do_mkdir, mode);
  /external/valgrind/none/tests/
bigcode.stdout.exp 0 mode 1: 20000 copies of f(), 1 reps
  /external/valgrind/none/tests/mips64/
rounding_mode.h 11 void set_rounding_mode(round_mode_t mode)
13 switch(mode) {
  /external/valgrind/none/tests/s390x/
rounding-4.stdout.exp 1 setting FPC rounding mode to [-> near]
3 setting FPC rounding mode to [-> zero]
5 setting FPC rounding mode to [-> +inf]
7 setting FPC rounding mode to [-> -inf]
10 setting FPC rounding mode to [-> near]
12 setting FPC rounding mode to [-> zero]
14 setting FPC rounding mode to [-> +inf]
16 setting FPC rounding mode to [-> -inf]
19 setting FPC rounding mode to [-> near]
21 setting FPC rounding mode to [-> zero
    [all...]
  /frameworks/base/core/java/android/app/
IUiModeManager.aidl 25 * Enables the car mode. Only the system can do this.
31 * Disables the car mode.
36 * Return the current running mode.
41 * Sets the night mode.
42 * The mode can be one of:
43 * 1 - notnight mode
44 * 2 - night mode
45 * 3 - automatic mode switching
47 void setNightMode(int mode);
50 * Gets the currently configured night mode. Return 1 for notnight
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
IParcelFileDescriptorFactory.aidl 25 ParcelFileDescriptor open(String name, int mode);
IShellCallback.aidl 23 ParcelFileDescriptor openFile(String path, String seLinuxContext, String mode);
  /frameworks/base/core/tests/coretests/src/com/android/internal/app/
WindowDecorActionBarTest.java 48 ActionMode mode = mWindowDecorActionBar.startActionMode(mCallback); local
50 assertNotNull(mode);
58 ActionMode mode = mWindowDecorActionBar.startActionMode(mCallback); local
60 assertNull(mode);
80 public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
85 public void onDestroyActionMode(ActionMode mode) {
90 public boolean onCreateActionMode(ActionMode mode, Menu menu) {
96 public boolean onActionItemClicked(ActionMode mode, MenuItem item) {
  /frameworks/base/media/java/android/media/
IVolumeController.aidl 37 * Change the a11y mode.
41 void setA11yMode(int mode);
  /frameworks/base/services/core/java/com/android/server/wm/
DragResizeMode.java 22 * Describes the mode in which a window is drag resizing.
27 * Freeform mode: Client surface is fullscreen, and client is responsible to draw window at
33 * Mode for resizing the docked (and adjacent) stack: Client surface is fullscreen, but window
38 static boolean isModeAllowedForStack(TaskStack stack, int mode) {
39 switch (mode) {
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glDrawElementsIndirect.cpp 1 /* void glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect ) */
2 static void android_glDrawElementsIndirect(JNIEnv *_env, jobject, jint mode, jint type, jlong indirect) {
10 glDrawElementsIndirect(mode, type, (const void*)indirect);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AppCompatCallback.java 31 * Called when a support action mode has been started.
33 * @param mode The new action mode.
35 void onSupportActionModeStarted(ActionMode mode);
38 * Called when a support action mode has finished.
40 * @param mode The action mode that just finished.
42 void onSupportActionModeFinished(ActionMode mode);
45 * Called when a support action mode is being started for this window. Gives the
46 * callback an opportunity to handle the action mode in its own unique an
    [all...]
  /hardware/intel/common/libwsbm/
autogen.sh 12 $srcdir/configure --enable-maintainer-mode "$@"
  /packages/apps/TV/src/com/android/tv/data/
DisplayMode.java 30 /** Constant to indicate that any mode is not set yet. */
35 public static String getLabel(int mode, Context context) {
36 return context.getResources().getStringArray(R.array.display_mode_labels)[mode];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
fixed-value.h 30 enum machine_mode mode; /* Use machine mode to know IBIT and FBIT. */ variable in typeref:enum:machine_mode
44 #define FCONST0(mode) fconst0[mode - QQmode]
45 #define FCONST1(mode) fconst1[mode - HAmode]
47 /* Return a CONST_FIXED with value R and mode M. */
52 /* Construct a FIXED_VALUE from a bit payload and machine mode MODE.
53 The bits in PAYLOAD are sign-extended/zero-extended according to MODE. *
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dbhash.py 17 def open(file, flag = 'r', mode=0666):
18 return bsddb.hashopen(file, flag, mode)
  /prebuilts/gdb/linux-x86/lib/python2.7/
dbhash.py 17 def open(file, flag = 'r', mode=0666):
18 return bsddb.hashopen(file, flag, mode)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dbhash.py 17 def open(file, flag = 'r', mode=0666):
18 return bsddb.hashopen(file, flag, mode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dbhash.py 17 def open(file, flag = 'r', mode=0666):
18 return bsddb.hashopen(file, flag, mode)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
arm7-bad.d 1 # name: ARM mode Thumb errors
srs-arm.d 1 # name: SRS instruction in ARM mode
srs-t2.d 1 # name: SRS instruction in Thumb-2 mode
thumb-w-bad.l 2 [^:]*:4: Error: selected processor does not support `mov.w r1,r2' in Thumb-2 mode
3 [^:]*:5: Error: selected processor does not support `mrs.w r0,apsr' in Thumb mode
  /external/python/cpython3/Modules/
_stat.c 88 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
92 # define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO)
96 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
100 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK)
104 # define S_ISDOOR(mode) 0
108 # define S_ISPORT(mode)
251 mode_t mode; local
324 mode_t mode = _PyLong_AsMode_t(omode); local
337 mode_t mode = _PyLong_AsMode_t(omode); local
399 mode_t mode; local
    [all...]
  /art/tools/
run-libjdwp-tests.sh 31 mode="target"
42 elif [[ "$1" == "--mode=jvm" ]]; then
44 mode="ri"
46 elif [[ "$1" == --mode=host ]]; then
48 mode="host"
61 args+=(--mode=device)

Completed in 1220 milliseconds

1 2 3 4 5 6 7 891011>>