HomeSort by relevance Sort by last modified time
    Searched refs:flag (Results 151 - 175 of 4852) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRenderer.java 83 * the renderer as a viewfinder, we set the flag to false. To see the
84 * preview mosaic, we set the flag to true.
86 * @param flag boolean flag to set the warping to true or false.
88 public static native void setWarping(boolean flag);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
anydbm.py 16 the create or new flag ('c' or 'n') was specified, the dbm type will
28 flag = key in d # true if the key exists
57 def open(file, flag='r', mode=0666):
60 Optional argument *flag* can be 'r' (default) for read-only access, 'w'
74 if 'c' in flag or 'n' in flag:
76 # flag was used so use default type
79 raise error, "need 'c' or 'n' flag to open new db"
85 return mod.open(file, flag, mode)
  /prebuilts/gdb/linux-x86/lib/python2.7/
anydbm.py 16 the create or new flag ('c' or 'n') was specified, the dbm type will
28 flag = key in d # true if the key exists
57 def open(file, flag='r', mode=0666):
60 Optional argument *flag* can be 'r' (default) for read-only access, 'w'
74 if 'c' in flag or 'n' in flag:
76 # flag was used so use default type
79 raise error, "need 'c' or 'n' flag to open new db"
85 return mod.open(file, flag, mode)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
anydbm.py 16 the create or new flag ('c' or 'n') was specified, the dbm type will
28 flag = key in d # true if the key exists
57 def open(file, flag='r', mode=0666):
60 Optional argument *flag* can be 'r' (default) for read-only access, 'w'
74 if 'c' in flag or 'n' in flag:
76 # flag was used so use default type
79 raise error, "need 'c' or 'n' flag to open new db"
85 return mod.open(file, flag, mode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
anydbm.py 16 the create or new flag ('c' or 'n') was specified, the dbm type will
28 flag = key in d # true if the key exists
57 def open(file, flag='r', mode=0666):
60 Optional argument *flag* can be 'r' (default) for read-only access, 'w'
74 if 'c' in flag or 'n' in flag:
76 # flag was used so use default type
79 raise error, "need 'c' or 'n' flag to open new db"
85 return mod.open(file, flag, mode)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/avr/
link-relax-elf-flag-clear.d 1 #name: AVR, check elf link-relax header flag is clear.
4 #source: link-relax-elf-flag.s
link-relax-elf-flag-set.d 1 #name: AVR, check elf link-relax header flag is set.
4 #source: link-relax-elf-flag.s
  /external/ltp/testcases/kernel/syscalls/unlink/
unlink08.c 128 int unwrite_dir_setup(int flag);
129 int unsearch_dir_setup(int flag);
130 int dir_setup(int flag);
131 int no_setup(int flag);
136 int (*setupfunc) (int flag);
277 int unwrite_dir_setup(int flag)
281 if (!flag) { /* initial setup */
310 int unsearch_dir_setup(int flag)
314 if (!flag) { /* initial setup */
343 int dir_setup(int flag)
    [all...]
  /art/test/458-long-to-fpu/src/
Main.java 26 public static long $noinline$FloatConvert(boolean flag) {
36 public static long $noinline$DoubleConvert(boolean flag) {
  /external/libnl/python/netlink/route/links/
vlan.py 34 link.flags = '+xxx' # add xxx flag
36 link.flags = '-xxx' # remove xxx flag
42 def _set_flag(self, flag):
43 if flag.startswith('-'):
44 i = capi.rtnl_link_vlan_str2flags(flag[1:])
46 elif flag.startswith('+'):
47 i = capi.rtnl_link_vlan_str2flags(flag[1:])
50 i = capi.rtnl_link_vlan_str2flags(flag)
56 for flag in value:
57 self._set_flag(flag)
    [all...]
  /external/ltp/testcases/kernel/device-drivers/base/user_base/
tbase_ki.c 45 int ki_generic(int fd, int flag)
60 * ioctl call for flag
62 rc = ioctl(fd, flag, &tif);
  /external/ltp/testcases/kernel/device-drivers/usb/user_usb/
tusb_ki.c 54 int ki_generic(int fd, int flag)
69 * ioctl call for flag
71 rc = ioctl(fd, flag, &tif);
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_fence.h 46 unsigned flag);
50 unsigned flag);
  /external/skqp/tools/flags/
SkCommonFlags.cpp 110 const char* flag = images[i]; local
111 if (!sk_exists(flag)) {
112 SkDebugf("%s does not exist!\n", flag);
116 if (sk_isdir(flag)) {
120 SkOSFile::Iter it(flag, ext);
124 output->push_back() = SkOSPath::Join(flag, file.c_str());
128 SkDebugf("No supported images found in %s!\n", flag);
133 output->push_back() = flag;
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsRequest.java 134 public void setValid(boolean flag) {
135 mValid = flag;
158 public void setSearchMode(boolean flag) {
159 mSearchMode = flag;
182 public void setLegacyCompatibilityMode(boolean flag) {
183 mLegacyCompatibilityMode = flag;
194 public void setDirectorySearchEnabled(boolean flag) {
195 mDirectorySearchEnabled = flag;
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
FlagTests.java 19 import com.android.emailcommon.mail.Flag;
26 * Tests of Flag enum
36 for (Flag flag : Flag.values()) {
37 String name = flag.name();
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
addsw-bad.d 1 #name: Invalid Immediate field for flag-setting add,sub
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
nan-legacy.s 3 # We need some section contents for the ELF header flag compatibility check
  /development/tools/bugreport/src/com/android/bugreport/
Options.java 81 String flag; local
83 while ((flag = argParser.nextFlag()) != null) {
84 if ("--monkey".equals(flag)) {
87 "--monkey flag requires an argument");
90 } else if ("--html".equals(flag)) {
93 "--html flag requires an argument");
96 } else if ("--logcat".equals(flag)) {
99 "--logcat flag requires an argument");
104 "Unknown flag: " + flag);
    [all...]
  /external/clang/test/SemaCXX/
uninit-variables.cpp 38 const bool flag = true; local
39 if (flag && (x = test3_aux()) == 0) {
46 const bool flag = true; local
47 if (flag && (x = test3_aux()) == 0) {
54 const bool flag = false; local
55 if (flag && (x = test3_aux()) == 0) {
  /external/libevent/m4/
acx_pthread.m4 142 # ... -mt is also the pthreads flag for HP/aCC
163 for flag in $acx_pthread_flags; do
165 case $flag in
171 AC_MSG_CHECKING([whether pthreads work with $flag])
172 PTHREAD_CFLAGS="$flag"
183 AC_MSG_CHECKING([for the pthreads library -l$flag])
184 PTHREAD_LIBS="-l$flag"
195 # need a special flag -Kthread to make this header compile.)
243 flag=no
245 *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";
    [all...]
  /external/ltp/testcases/kernel/syscalls/rt_sigaction/
rt_sigaction01.c 85 unsigned int flag; local
100 for (flag = 0;
101 flag <
102 ARRAY_SIZE(test_flags); flag++) {
105 (signal, 0, test_flags[flag]));
115 test_flags_list[flag]);
rt_sigaction02.c 73 unsigned int flag; local
87 for (flag = 0; flag < ARRAY_SIZE(test_flags); flag++) {
103 test_flags_list[flag]);
118 test_flags_list[flag]);
  /external/ltp/testcases/realtime/func/gtod_latency/
gtod_latency.c 104 char *flag; local
111 printf("missing flag indicator\n");
115 flag = ++argv[i];
117 if (!strcmp(flag, "help") || !strcmp(flag, "h")) {
122 if (!strcmp(flag, "so") || !strcmp(flag, "scatter-output")) {
124 printf("flag has missing argument\n");
131 if (!strcmp(flag, "ho") || !strcmp(flag, "hist-output"))
    [all...]
  /external/turbine/java/com/google/turbine/tree/
TurbineModifier.java 49 private final int flag; field in class:TurbineModifier
51 TurbineModifier(int flag) {
52 this.flag = flag;
55 public int flag() { method in class:TurbineModifier
56 return flag;

Completed in 657 milliseconds

1 2 3 4 5 67 8 91011>>