Searched refs:flag (Results 1 – 12 of 12) sorted by relevance
/development/tools/bugreport/src/com/android/bugreport/ |
D | Options.java | 81 String flag; in parseArgs() local 83 while ((flag = argParser.nextFlag()) != null) { in parseArgs() 84 if ("--monkey".equals(flag)) { in parseArgs() 90 } else if ("--html".equals(flag)) { in parseArgs() 96 } else if ("--logcat".equals(flag)) { in parseArgs() 104 "Unknown flag: " + flag); in parseArgs()
|
/development/samples/ToyVpn/server/linux/ |
D | ToyVpnServer.cpp | 88 int flag = 1; in get_tunnel() local 89 setsockopt(tunnel, SOL_SOCKET, SO_REUSEADDR, &flag, sizeof(flag)); in get_tunnel() 90 flag = 0; in get_tunnel() 91 setsockopt(tunnel, IPPROTO_IPV6, IPV6_V6ONLY, &flag, sizeof(flag)); in get_tunnel()
|
/development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/ |
D | ImageKeyboard.java | 102 final int flag; in doCommitContent() local 108 flag = InputConnectionCompat.INPUT_CONTENT_GRANT_READ_URI_PERMISSION; in doCommitContent() 115 flag = 0; in doCommitContent() 132 flag, null); in doCommitContent() local
|
/development/apps/Development/src/com/android/development/ |
D | AppHwPref.java | 97 boolean flag = false; in displayFlag() 101 flag = true; in displayFlag() 105 if(flag) { in displayFlag()
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | DisplayActivity.java | 86 int flag = fullscreen ? View.SYSTEM_UI_FLAG_LOW_PROFILE : 0; in setFullScreen() local 92 flag |= View.SYSTEM_UI_FLAG_HIDE_NAVIGATION; in setFullScreen() 96 mMainView.setSystemUiVisibility(flag); in setFullScreen()
|
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
D | BluetoothLeService.java | 130 int flag = characteristic.getProperties(); in broadcastUpdate() local 132 if ((flag & 0x01) != 0) { in broadcastUpdate()
|
/development/vndk/tools/vndk-compliance/ |
D | README.md | 3 ## Enable VNDK flag
|
/development/python-packages/adb/ |
D | device.py | 116 def _get_device_by_type(flag, adb_path): argument 122 [adb_path, flag, 'get-serialno']).decode('utf-8').strip()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 188 public void glDepthMask(boolean flag) { in glDepthMask() argument 189 mgl.glDepthMask(flag); in glDepthMask()
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 2130 for flag in arg.split(','): 2131 if flag == 'follow': 2133 elif flag == 'warn': 2135 elif flag == 'ignore': 2138 raise ValueError('unknown action \"{}\"'.format(flag))
|
/development/tools/winscope/ |
D | yarn.lock | 1901 has-flag@^1.0.0: 1903 …resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f9… 1905 has-flag@^2.0.0: 1907 …resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e… 3925 has-flag "^1.0.0" 3931 has-flag "^2.0.0"
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 391 flag - n. emblem usually consisting of a rectangular piece of cloth of distinctive design 698 pennant - n. a long flag; often tapering
|