HomeSort by relevance Sort by last modified time
    Searched refs:commands (Results 226 - 250 of 352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
RequestSync.java 18 package com.android.commands.requestsync;
  /frameworks/base/cmds/settings/src/com/android/commands/settings/
SettingsCmd.java 17 package com.android.commands.settings;
  /frameworks/base/core/jni/
android_util_Process.cpp 912 Vector<String8> commands; local
924 commands.add(String8(str8));
968 for (size_t i=0; i<commands.size(); i++) {
969 if (commands[i] == data) {
  /frameworks/native/opengl/tools/glgen/
gen 140 echo Please evaluate the following commands:
  /ndk/build/core/
setup-toolchain.mk 129 # Default build commands, can be overriden by the toolchain's setup script
130 include $(BUILD_SYSTEM)/default-build-commands.mk
definitions-host.mk 17 # typically used to generate shell commands during the build and their
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 37 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c commands.c
38 echo WinDebug\commands.obj >>link.dbg
91 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\windebug\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe .\WinDebug/variable.obj .\WinDebug/rule.obj .\WinDebug/remote-stub.obj .\WinDebug/commands.obj .\WinDebug/file.obj .\WinDebug/getloadavg.obj .\WinDebug/default.obj .\WinDebug/signame.obj .\WinDebug/expand.obj .\WinDebug/dir.obj .\WinDebug/main.obj .\WinDebug/getopt1.obj .\WinDebug/job.obj .\WinDebug/read.obj .\WinDebug/version.obj .\WinDebug/getopt.obj .\WinDebug/arscan.obj .\WinDebug/remake.obj .\WinDebug/hash.obj .\WinDebug/strcache.obj .\WinDebug/misc.obj .\WinDebug/ar.obj .\WinDebug/function.obj .\WinDebug/vpath.obj .\WinDebug/implicit.obj .\WinDebug/dirent.obj .\WinDebug/glob.obj .\WinDebug/fnmatch.obj .\WinDebug/pathstuff.obj
104 cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c commands.c
105 echo WinRel\commands.obj >>link.rel
158 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\winrel\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe .\WinRel/variable.obj .\WinRel/rule.obj .\WinRel/remote-stub.obj .\WinRel/commands.obj .\WinRel/file.obj .\WinRel/getloadavg.obj .\WinRel/default.obj .\WinRel/signame.obj .\WinRel/expand.obj .\WinRel/dir.obj .\WinRel/main.obj .\WinRel/getopt1.obj .\WinRel/job.obj .\WinRel/read.obj .\WinRel/version.obj .\WinRel/getopt.obj .\WinRel/arscan.obj .\WinRel/remake.obj .\WinRel/misc.obj .\WinRel/hash.obj .\WinRel/strcache.obj .\WinRel/ar.obj .\WinRel/function.obj .\WinRel/vpath.obj .\WinRel/implicit.obj .\WinRel/dirent.obj .\WinRel/glob.obj .\WinRel/fnmatch.obj .\WinRel/pathstuff.obj
170 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c commands.c
195 gcc -mthreads -gstabs+ -ggdb3 -o gnumake.exe variable.o rule.o remote-stub.o commands.o file.o getloadavg.o default.o signame.o expand.o dir.o main.o getopt1.o job.o read.o version.o getopt.o arscan.o remake.o misc.o hash.o strcache.o ar.o function.o vpath.o implicit.o glob.o fnmatch.o pathstuff.o w32_misc.o sub_proc.o w32err.o -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32
job.c 26 #include "commands.h"
727 /* The commands failed. Write an error message,
747 /* The commands failed, but we don't care. */
753 /* If there are more commands to run, try to start them. */
758 /* Never start new commands while we are dying.
759 Since there are more commands that wanted to be run,
784 /* We failed to start the commands. */
788 /* There are no more commands. We got through them all
794 /* When we get here, all the commands for C->file are finished
796 C->file->command_state is still cs_running if all the commands
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 1 # Pretty-printer commands.
17 """GDB commands for working with pretty-printers."""
367 """Call from a top level script to install the pretty-printer commands."""
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 1 # Pretty-printer commands.
17 """GDB commands for working with pretty-printers."""
367 """Call from a top level script to install the pretty-printer commands."""
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 1 # Pretty-printer commands.
17 """GDB commands for working with pretty-printers."""
367 """Call from a top level script to install the pretty-printer commands."""
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 1 # Pretty-printer commands.
17 """GDB commands for working with pretty-printers."""
367 """Call from a top level script to install the pretty-printer commands."""
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
org.eclipse.ant.core_3.2.200.v20100427.jar 
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 107 Vector<KeypressCommand>* commands;
418 // Editing commands
696 // Next, handle editor commands. Start by returning YES for anything that is not an editor command.
714 // But returning NO here would be worse; that would make keyboard commands such as command-C fail.
    [all...]
  /external/llvm/utils/vim/
llvm.vim 75 " Syntax-highlight dejagnu test commands.
  /external/openssh/contrib/redhat/
openssh.spec 136 commands on a remote machine. SSH is intended to replace rlogin and
151 into and executing commands on a remote machine. This package includes
157 into and executing commands on a remote machine. This package contains
164 into and executing commands on a remote machine. This package contains
169 into and executing commands on a remote machine. This package contains
  /external/v8/test/mjsunit/
debug-return-value.js 112 // Check the same using the JSON commands.
  /external/icu4c/
icudefs.mk 163 # Commands to compile
167 # Commands to link
171 # Commands to make a shared library
224 # Platform commands to remove or move executable and library targets
261 # Link commands to link to ICU libs
  /external/oprofile/events/x86-64/family11h/
events 121 event:0xea counters:0,1,2,3 um:cacheblock minimum:500 name:CACHE_BLOCK_COMMANDS : Cache block commands
122 event:0xeb counters:0,1,2,3 um:sizecmds minimum:500 name:SIZED_COMMANDS : Sized commands
  /external/oprofile/events/x86-64/hammer/
events 117 event:0xea counters:0,1,2,3 um:cacheblock minimum:500 name:CACHE_BLOCK_COMMANDS : Cache block commands (RevE)
118 event:0xeb counters:0,1,2,3 um:sizecmds minimum:500 name:SIZED_COMMANDS : Sized commands
  /external/skia/include/gpu/gl/
GrGLFunctions.h 172 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathCommandsProc)(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
174 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathSubCommandsProc)(GrGLuint path, GrGLsizei commandStart, GrGLsizei commandsToDelete, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
207 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLGetPathCommandsProc)(GrGLuint name, GrGLubyte *commands);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java 17 package com.android.commands.monkey;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /external/grub/netboot/
eepro100.c 118 SCBPort = 8, /* Misc. commands and operands. */
144 /* The EEPROM commands include the alway-set leading bit. */
152 #define CU_CMD_BASE 0x0060 /* Base address to add to add CU commands. */
166 /* Commands that can be put in a command list entry. */
167 enum commands { enum

Completed in 1199 milliseconds

1 2 3 4 5 6 7 8 91011>>