HomeSort by relevance Sort by last modified time
    Searched refs:commands (Results 351 - 375 of 1164) sorted by null

<<11121314151617181920>>

  /external/curl/docs/cmdline-opts/
disable-eprt.d 5 Tell curl to disable the use of the EPRT and LPRT commands when doing active
  /external/deqp/scripts/egl/
proc_address_tests.py 47 return makeStringList(name, [command.name for command in iface.commands])
83 if len(iface.commands) == 0:
  /external/flatbuffers/docs/source/
README_TO_GENERATE_DOCS.md 23 Run the following commands to generate the docs:
  /external/guice/lib/build/
munge.jar 
  /external/mesa3d/src/amd/vulkan/
radv_entrypoints_gen.py 69 commands = doc.findall('./commands/command')
70 for i, command in enumerate(commands):
  /external/mesa3d/src/intel/vulkan/
anv_entrypoints_gen.py 69 commands = doc.findall('./commands/command')
70 for i, command in enumerate(commands):
  /frameworks/av/packages/MediaComponents/src/com/android/media/
IMediaController2.aidl 52 void onAllowedCommandsChanged(in Bundle commands);
  /system/netd/server/
BandwidthController.cpp 179 * Basic commands for creation of hooks into data accounting and data boxes.
181 * Included in these commands are rules to prevent the double-counting of IPsec
281 std::string commands = Join(IPT_FLUSH_COMMANDS, '\n'); local
282 iptablesRestoreFunction(V4V6, commands, nullptr);
309 std::string commands = Join(getBasicAccountingCommands(), '\n'); local
310 return iptablesRestoreFunction(V4V6, commands, nullptr);
790 std::vector<std::string> commands = { local
795 res = iptablesRestoreFunction(V4V6, Join(commands, ""), nullptr);
819 std::vector<std::string> commands = { local
824 if (iptablesRestoreFunction(V4V6, Join(commands, ""), nullptr) != 0)
    [all...]
  /test/vts/testcases/host/shell/
SampleShellTest.py 73 commands = ["cd %s && pwd" % directory, "'cd' '%s' && 'pwd'" %
75 for cmd in commands:
  /prebuilts/go/darwin-x86/src/cmd/go/internal/generate/
generate.go 32 Generate runs commands described by directives within existing
33 files. Those commands can run any process but the intent is to
125 The -n flag prints commands that would be executed.
126 The -x flag prints commands as they are executed.
175 commands: make(map[string][]string),
181 // being scanned for generator commands.
188 commands map[string][]string
346 if len(words) > 0 && g.commands[words[0]] != nil {
348 words = append(g.commands[words[0]], words[1:]...)
387 if g.commands[command] != nil
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/generate/
generate.go 32 Generate runs commands described by directives within existing
33 files. Those commands can run any process but the intent is to
125 The -n flag prints commands that would be executed.
126 The -x flag prints commands as they are executed.
175 commands: make(map[string][]string),
181 // being scanned for generator commands.
188 commands map[string][]string
346 if len(words) > 0 && g.commands[words[0]] != nil {
348 words = append(g.commands[words[0]], words[1:]...)
387 if g.commands[command] != nil
    [all...]
  /bionic/libc/kernel/uapi/drm/
qxl_drm.h 64 __u64 commands; member in struct:drm_qxl_execbuffer
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandomScript.java 17 package com.android.commands.monkey;
  /external/autotest/client/bin/
os_dep.py 19 def commands(*cmds): function
  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
commands.py 13 from fake_device_server import commands as s_commands
17 """Client library for commands method."""
36 """Returns the list of commands for the given |device_id|.
  /external/brotli/c/enc/
metablock.h 7 /* Algorithms for distributing the literals and commands of a metablock between
90 const Command* commands, size_t n_commands, MetaBlockSplit* mb);
  /external/clang/test/Sema/
init.c 44 struct cdiff_cmd commands[] = { variable in typeref:struct:cdiff_cmd
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/
CommandHandler.java 16 import org.jacoco.cli.internal.commands.AllCommands;
27 * help context also for sub-commands.
XmlDocumentation.java 19 import org.jacoco.cli.internal.commands.AllCommands;
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
ExecInfo.java 12 package org.jacoco.cli.internal.commands;
  /external/kernel-headers/original/uapi/drm/
qxl_drm.h 94 __u64 commands; /* struct drm_qxl_command* */ member in struct:drm_qxl_execbuffer
  /external/libdrm/include/drm/
qxl_drm.h 92 uint64_t commands; /* struct drm_qxl_command* */ member in struct:drm_qxl_execbuffer
  /external/scapy/scapy/layers/
clns.py 70 @conf.commands.register
  /external/vogar/src/vogar/
JavaVm.java 25 import vogar.commands.VmCommandBuilder;
  /external/vogar/src/vogar/android/
DeviceFileCache.java 25 import vogar.commands.Command;

Completed in 1602 milliseconds

<<11121314151617181920>>