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

1 2 3 4 5 67 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.h 36 - (void)setFrame:(NSRect)frameRect display:(BOOL)flag;
40 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag;
  /external/webkit/Source/WebCore/page/
Settings.h 296 void setDefaultFormatDetection(bool flag) { m_default_format_detection = flag; }
419 void setPaginateDuringLayoutEnabled(bool flag) { m_paginateDuringLayoutEnabled = flag; }
423 void setFullScreenEnabled(bool flag) { m_fullScreenAPIEnabled = flag; }
427 void setAsynchronousSpellCheckingEnabled(bool flag) { m_asynchronousSpellCheckingEnabled = flag; }
430 void setMemoryInfoEnabled(bool flag) { m_memoryInfoEnabled = flag; }
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabasePrivate.h 54 @discussion Enables or disables the icon database based on the flag passed in.
55 @param flag Pass true to enable the icon database, or false to disable it.
57 - (void)setEnabled:(BOOL)flag;
  /external/webkit/Source/WebKit/mac/WebView/
WebDataSourcePrivate.h 40 - (void)_setDeferMainResourceDataLoad:(BOOL)flag;
WebHTMLView.h 48 @abstract Sets flag to cause reapplication of style information.
49 @param flag YES to apply style information, NO to not apply style information.
51 - (void)setNeedsToApplyStyles:(BOOL)flag;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintSizeLike.java 23 protected int flag; field in class:ConstraintSizeLike
44 flag = ((Number) data.getFieldValue("flag")).intValue();
46 //swapping Y and X limits flag in the bitwise flag
47 int y = flag & SIZELIKE_Y;
48 int z = flag & SIZELIKE_Z;
49 flag &= SIZELIKE_X | LOCLIKE_OFFSET;//clear the other flags to swap them
50 flag |= y << 1;
51 flag |= z >> 1;
    [all...]
  /external/tcpdump/
print-arcnet.c 58 arcnet_print(const u_char *bp, u_int length, int phds, int flag, u_int seqid)
84 if (flag == 0) {
91 if (flag & 1)
95 (flag + 3) / 2, length);
100 flag/2 + 1, length);
116 int phds, flag = 0, archdrlen = 0; local
153 flag = ap->arc_flag2;
157 flag = ap->arc_flag;
165 arcnet_print(p, length, phds, flag, seqid);
174 if (phds && flag && (flag & 1) == 0)
    [all...]
  /bionic/libc/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
61 int *flag; member in struct:option
62 /* if flag not NULL, value to set *flag to; else return value */
  /bionic/libc/kernel/common/linux/
kernelcapi.h 27 int flag; member in struct:kcapi_flagdef
  /development/ndk/platforms/android-3/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
getopt.h 60 /* if not NULL, set *flag to val when option found */
61 int *flag; member in struct:option
62 /* if flag not NULL, value to set *flag to; else return value */
  /development/ndk/platforms/android-3/include/linux/
if_vlan.h 46 unsigned int flag; member in union:vlan_ioctl_args::__anon1024
kernelcapi.h 21 int flag; member in struct:kcapi_flagdef
  /external/chromium/testing/gtest/test/
gtest_list_tests_unittest.py 32 """Unit test for Google Test's --gtest_list_tests flag.
35 --gtest_list_tests flag. This script tests such functionality
47 # The command line flag for enabling/disabling listing all tests.
101 """Tests using the --gtest_list_tests flag to list all tests."""
108 flag_value: value of the --gtest_list_tests flag;
109 None if the flag should not be present.
113 other_flag: a different flag to be passed to command
115 None if the flag should not be present.
119 flag = ''
122 flag = '--%s=0' % LIST_TESTS_FLA
    [all...]
  /external/gtest/test/
gtest_list_tests_unittest.py 32 """Unit test for Google Test's --gtest_list_tests flag.
35 --gtest_list_tests flag. This script tests such functionality
47 # The command line flag for enabling/disabling listing all tests.
101 """Tests using the --gtest_list_tests flag to list all tests."""
108 flag_value: value of the --gtest_list_tests flag;
109 None if the flag should not be present.
113 other_flag: a different flag to be passed to command
115 None if the flag should not be present.
119 flag = ''
122 flag = '--%s=0' % LIST_TESTS_FLA
    [all...]
  /external/icu4c/common/unicode/
enumset.h 39 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); }
40 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; }
53 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } function in class:EnumSet
  /external/iproute2/include/
dlfcn.h 13 static inline void *dlopen(const char *file, int flag)
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_list_tests_unittest.py 32 """Unit test for Google Test's --gtest_list_tests flag.
35 --gtest_list_tests flag. This script tests such functionality
47 # The command line flag for enabling/disabling listing all tests.
101 """Tests using the --gtest_list_tests flag to list all tests."""
108 flag_value: value of the --gtest_list_tests flag;
109 None if the flag should not be present.
113 other_flag: a different flag to be passed to command
115 None if the flag should not be present.
119 flag = ''
122 flag = '--%s=0' % LIST_TESTS_FLA
    [all...]
  /external/protobuf/gtest/test/
gtest_list_tests_unittest.py 32 """Unit test for Google Test's --gtest_list_tests flag.
35 --gtest_list_tests flag. This script tests such functionality
47 # The command line flag for enabling/disabling listing all tests.
101 """Tests using the --gtest_list_tests flag to list all tests."""
108 flag_value: value of the --gtest_list_tests flag;
109 None if the flag should not be present.
113 other_flag: a different flag to be passed to command
115 None if the flag should not be present.
119 flag = ''
122 flag = '--%s=0' % LIST_TESTS_FLA
    [all...]
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
DataCommand.java 47 boolean flag = false;
49 flag = true;
52 flag = false;
68 if (flag) {
WifiCommand.java 47 boolean flag = false;
49 flag = true;
52 flag = false;
68 wifiMgr.setWifiEnabled(flag);
  /frameworks/compile/mclinker/lib/LD/
ELFSegmentFactory.cpp 41 ((*segment).flag() & pFlagSet) == pFlagSet &&
42 ((*segment).flag() & pFlagClear) == 0x0) {
57 ((*segment).flag() & pFlagSet) == pFlagSet &&
58 ((*segment).flag() & pFlagClear) == 0x0) {
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineResultStatusTest.java 33 boolean flag = false;
38 flag = false;
41 flag = true;
46 assertTrue("Incorrect Status", flag);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
QueryParameterUtils.java 25 final String flag = getQueryParameter(uri, name); local
26 return flag == null
28 : (!"false".equals(flag.toLowerCase()) && !"0".equals(flag.toLowerCase()));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
kernelcapi.h 20 int flag; member in struct:kcapi_flagdef
36 * flag > 2 => trace also data
37 * flag & 1 => show trace

Completed in 372 milliseconds

1 2 3 4 5 67 8 91011>>